Trace number 4513298

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.05 3609.21

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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4513298-1751215995.opb'
0.00/0.01	c 	read 0.42MB  (5.76ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9520 #duplicates 0 #arr 41030]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.30ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 found row 30x2, generating row predicate
0.00/0.02	c 	 found row 34x2, generating row predicate
0.00/0.02	c 	 (0.83ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26422 #edges 107288]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.00ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4513298-1751215995.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.05ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.30ms 38.44% approx_orbits
0.00/0.02	c                   5.76ms 35.13% parse
0.00/0.02	c                   2.00ms 12.20% detect_generic
0.00/0.02	c                   1.05ms  6.43% output
0.00/0.02	c                   0.83ms  5.08% detect_special
0.00/0.02	c                   0.31ms  1.92% other
0.00/0.02	c                   0.13ms  0.80% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.39ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.08	c #variables 4288 #constraints 9928
13.32/13.45	c #Conflicts:       1000 | #Constraints:      10927
13.32/13.45	c #Conflicts:       2000 | #Constraints:      11927
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:       3000 | #Constraints:      10690
13.32/13.45	c #Conflicts:       4000 | #Constraints:      11690
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:       5000 | #Constraints:      11134
13.32/13.45	c #Conflicts:       6000 | #Constraints:      12134
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:       7000 | #Constraints:      11158
13.32/13.45	c #Conflicts:       8000 | #Constraints:      12158
13.32/13.45	c #Conflicts:       9000 | #Constraints:      13158
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      10000 | #Constraints:      11858
13.32/13.45	c #Conflicts:      11000 | #Constraints:      12858
13.32/13.45	c #Conflicts:      12000 | #Constraints:      13858
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      13000 | #Constraints:      12320
13.32/13.45	c #Conflicts:      14000 | #Constraints:      13320
13.32/13.45	c #Conflicts:      15000 | #Constraints:      14320
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      16000 | #Constraints:      12586
13.32/13.45	c #Conflicts:      17000 | #Constraints:      13586
13.32/13.45	c #Conflicts:      18000 | #Constraints:      14586
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      19000 | #Constraints:      12623
13.32/13.45	c #Conflicts:      20000 | #Constraints:      13623
13.32/13.45	c #Conflicts:      21000 | #Constraints:      14623
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      22000 | #Constraints:      12422
13.32/13.45	c #Conflicts:      23000 | #Constraints:      13422
13.32/13.45	c #Conflicts:      24000 | #Constraints:      14422
13.32/13.45	c #Conflicts:      25000 | #Constraints:      15422
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      26000 | #Constraints:      13048
13.32/13.45	c #Conflicts:      27000 | #Constraints:      14048
13.32/13.45	c #Conflicts:      28000 | #Constraints:      15048
13.32/13.45	c #Conflicts:      29000 | #Constraints:      16048
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      30000 | #Constraints:      13433
13.32/13.45	c #Conflicts:      31000 | #Constraints:      14433
13.32/13.45	c #Conflicts:      32000 | #Constraints:      15433
13.32/13.45	c #Conflicts:      33000 | #Constraints:      16433
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      34000 | #Constraints:      13669
13.32/13.45	c #Conflicts:      35000 | #Constraints:      14669
13.32/13.45	c #Conflicts:      36000 | #Constraints:      15669
13.32/13.45	c #Conflicts:      37000 | #Constraints:      16669
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      38000 | #Constraints:      13727
13.32/13.45	c #Conflicts:      39000 | #Constraints:      14727
13.32/13.45	c #Conflicts:      40000 | #Constraints:      15727
13.32/13.45	c #Conflicts:      41000 | #Constraints:      16727
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      42000 | #Constraints:      13538
13.32/13.45	c #Conflicts:      43000 | #Constraints:      14538
13.32/13.45	c #Conflicts:      44000 | #Constraints:      15538
13.32/13.45	c #Conflicts:      45000 | #Constraints:      16538
13.32/13.45	c #Conflicts:      46000 | #Constraints:      17538
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      47000 | #Constraints:      14092
13.32/13.45	c #Conflicts:      48000 | #Constraints:      15092
13.32/13.45	c #Conflicts:      49000 | #Constraints:      16092
13.32/13.45	c #Conflicts:      50000 | #Constraints:      17092
13.32/13.45	c #Conflicts:      51000 | #Constraints:      18092
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      52000 | #Constraints:      14492
13.32/13.45	c #Conflicts:      53000 | #Constraints:      15492
13.32/13.45	c #Conflicts:      54000 | #Constraints:      16492
13.32/13.45	c #Conflicts:      55000 | #Constraints:      17492
13.32/13.45	c #Conflicts:      56000 | #Constraints:      18492
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      57000 | #Constraints:      14692
13.32/13.45	c #Conflicts:      58000 | #Constraints:      15692
13.32/13.45	c #Conflicts:      59000 | #Constraints:      16692
13.32/13.45	c #Conflicts:      60000 | #Constraints:      17692
13.32/13.45	c #Conflicts:      61000 | #Constraints:      18692
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      62000 | #Constraints:      14714
13.32/13.45	c #Conflicts:      63000 | #Constraints:      15714
13.32/13.45	c #Conflicts:      64000 | #Constraints:      16714
13.32/13.45	c #Conflicts:      65000 | #Constraints:      17714
13.32/13.45	c #Conflicts:      66000 | #Constraints:      18714
13.32/13.45	c INPROCESSING
13.32/13.45	c GARBAGE COLLECT
13.32/13.45	c #Conflicts:      67000 | #Constraints:      14502
13.32/13.45	c #Conflicts:      68000 | #Constraints:      15502
31.18/31.31	c #Conflicts:      69000 | #Constraints:      16502
31.18/31.31	c #Conflicts:      70000 | #Constraints:      17502
31.18/31.31	c #Conflicts:      71000 | #Constraints:      18502
31.18/31.31	c #Conflicts:      72000 | #Constraints:      19502
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:      73000 | #Constraints:      15083
31.18/31.31	c #Conflicts:      74000 | #Constraints:      16083
31.18/31.31	c #Conflicts:      75000 | #Constraints:      17083
31.18/31.31	c #Conflicts:      76000 | #Constraints:      18083
31.18/31.31	c #Conflicts:      77000 | #Constraints:      19083
31.18/31.31	c #Conflicts:      78000 | #Constraints:      20083
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:      79000 | #Constraints:      15516
31.18/31.31	c #Conflicts:      80000 | #Constraints:      16516
31.18/31.31	c #Conflicts:      81000 | #Constraints:      17516
31.18/31.31	c #Conflicts:      82000 | #Constraints:      18516
31.18/31.31	c #Conflicts:      83000 | #Constraints:      19516
31.18/31.31	c #Conflicts:      84000 | #Constraints:      20516
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:      85000 | #Constraints:      15756
31.18/31.31	c #Conflicts:      86000 | #Constraints:      16756
31.18/31.31	c #Conflicts:      87000 | #Constraints:      17756
31.18/31.31	c #Conflicts:      88000 | #Constraints:      18757
31.18/31.31	c #Conflicts:      89000 | #Constraints:      19757
31.18/31.31	c #Conflicts:      90000 | #Constraints:      20757
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:      91000 | #Constraints:      15748
31.18/31.31	c #Conflicts:      92000 | #Constraints:      16748
31.18/31.31	c #Conflicts:      93000 | #Constraints:      17748
31.18/31.31	c #Conflicts:      94000 | #Constraints:      18748
31.18/31.31	c #Conflicts:      95000 | #Constraints:      19748
31.18/31.31	c #Conflicts:      96000 | #Constraints:      20748
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:      97000 | #Constraints:      15568
31.18/31.31	c #Conflicts:      98000 | #Constraints:      16568
31.18/31.31	c #Conflicts:      99000 | #Constraints:      17568
31.18/31.31	c #Conflicts:     100000 | #Constraints:      18568
31.18/31.31	c #Conflicts:     101000 | #Constraints:      19568
31.18/31.31	c #Conflicts:     102000 | #Constraints:      20568
31.18/31.31	c #Conflicts:     103000 | #Constraints:      21568
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     104000 | #Constraints:      16154
31.18/31.31	c #Conflicts:     105000 | #Constraints:      17154
31.18/31.31	c #Conflicts:     106000 | #Constraints:      18154
31.18/31.31	c #Conflicts:     107000 | #Constraints:      19154
31.18/31.31	c #Conflicts:     108000 | #Constraints:      20154
31.18/31.31	c #Conflicts:     109000 | #Constraints:      21154
31.18/31.31	c #Conflicts:     110000 | #Constraints:      22154
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     111000 | #Constraints:      16556
31.18/31.31	c #Conflicts:     112000 | #Constraints:      17556
31.18/31.31	c #Conflicts:     113000 | #Constraints:      18556
31.18/31.31	c #Conflicts:     114000 | #Constraints:      19556
31.18/31.31	c #Conflicts:     115000 | #Constraints:      20556
31.18/31.31	c #Conflicts:     116000 | #Constraints:      21556
31.18/31.31	c #Conflicts:     117000 | #Constraints:      22556
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     118000 | #Constraints:      16754
31.18/31.31	c #Conflicts:     119000 | #Constraints:      17754
31.18/31.31	c #Conflicts:     120000 | #Constraints:      18754
31.18/31.31	c #Conflicts:     121000 | #Constraints:      19754
31.18/31.31	c #Conflicts:     122000 | #Constraints:      20754
31.18/31.31	c #Conflicts:     123000 | #Constraints:      21754
31.18/31.31	c #Conflicts:     124000 | #Constraints:      22754
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     125000 | #Constraints:      16744
31.18/31.31	c #Conflicts:     126000 | #Constraints:      17744
31.18/31.31	c #Conflicts:     127000 | #Constraints:      18744
31.18/31.31	c #Conflicts:     128000 | #Constraints:      19744
31.18/31.31	c #Conflicts:     129000 | #Constraints:      20744
31.18/31.31	c #Conflicts:     130000 | #Constraints:      21744
31.18/31.31	c #Conflicts:     131000 | #Constraints:      22744
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     132000 | #Constraints:      16546
31.18/31.31	c #Conflicts:     133000 | #Constraints:      17546
31.18/31.31	c #Conflicts:     134000 | #Constraints:      18546
31.18/31.31	c #Conflicts:     135000 | #Constraints:      19546
31.18/31.31	c #Conflicts:     136000 | #Constraints:      20546
31.18/31.31	c #Conflicts:     137000 | #Constraints:      21546
31.18/31.31	c #Conflicts:     138000 | #Constraints:      22546
31.18/31.31	c #Conflicts:     139000 | #Constraints:      23546
31.18/31.31	c INPROCESSING
31.18/31.31	c GARBAGE COLLECT
31.18/31.31	c #Conflicts:     140000 | #Constraints:      17163
36.26/36.42	c #Conflicts:     141000 | #Constraints:      18163
36.26/36.42	c #Conflicts:     142000 | #Constraints:      19163
36.26/36.42	c #Conflicts:     143000 | #Constraints:      20163
36.26/36.42	c #Conflicts:     144000 | #Constraints:      21163
36.26/36.42	c #Conflicts:     145000 | #Constraints:      22163
36.26/36.42	c #Conflicts:     146000 | #Constraints:      23163
36.26/36.42	c #Conflicts:     147000 | #Constraints:      24163
36.26/36.42	c INPROCESSING
36.26/36.42	c GARBAGE COLLECT
36.26/36.42	c #Conflicts:     148000 | #Constraints:      17605
36.26/36.42	c #Conflicts:     149000 | #Constraints:      18605
36.26/36.42	c #Conflicts:     150000 | #Constraints:      19605
36.26/36.42	c #Conflicts:     151000 | #Constraints:      20605
36.26/36.42	c #Conflicts:     152000 | #Constraints:      21605
36.26/36.42	c #Conflicts:     153000 | #Constraints:      22605
36.26/36.42	c #Conflicts:     154000 | #Constraints:      23605
36.26/36.42	c #Conflicts:     155000 | #Constraints:      24605
36.26/36.42	c INPROCESSING
36.26/36.42	c GARBAGE COLLECT
36.26/36.42	c rational objective 703.351
58.31/58.52	c #Conflicts:     156000 | #Constraints:      17811
58.31/58.52	c #Conflicts:     157000 | #Constraints:      18811
58.31/58.52	c #Conflicts:     158000 | #Constraints:      19811
58.31/58.52	c #Conflicts:     159000 | #Constraints:      20811
58.31/58.52	c #Conflicts:     160000 | #Constraints:      21811
58.31/58.52	c #Conflicts:     161000 | #Constraints:      22811
58.31/58.52	c #Conflicts:     162000 | #Constraints:      23811
58.31/58.52	c #Conflicts:     163000 | #Constraints:      24811
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     164000 | #Constraints:      17819
58.31/58.52	c #Conflicts:     165000 | #Constraints:      18819
58.31/58.52	c #Conflicts:     166000 | #Constraints:      19819
58.31/58.52	c #Conflicts:     167000 | #Constraints:      20819
58.31/58.52	c #Conflicts:     168000 | #Constraints:      21819
58.31/58.52	c #Conflicts:     169000 | #Constraints:      22819
58.31/58.52	c #Conflicts:     170000 | #Constraints:      23819
58.31/58.52	c #Conflicts:     171000 | #Constraints:      24819
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     172000 | #Constraints:      17565
58.31/58.52	c #Conflicts:     173000 | #Constraints:      18565
58.31/58.52	c #Conflicts:     174000 | #Constraints:      19565
58.31/58.52	c #Conflicts:     175000 | #Constraints:      20565
58.31/58.52	c #Conflicts:     176000 | #Constraints:      21565
58.31/58.52	c #Conflicts:     177000 | #Constraints:      22565
58.31/58.52	c #Conflicts:     178000 | #Constraints:      23565
58.31/58.52	c #Conflicts:     179000 | #Constraints:      24565
58.31/58.52	c #Conflicts:     180000 | #Constraints:      25565
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     181000 | #Constraints:      18160
58.31/58.52	c #Conflicts:     182000 | #Constraints:      19160
58.31/58.52	c #Conflicts:     183000 | #Constraints:      20160
58.31/58.52	c #Conflicts:     184000 | #Constraints:      21160
58.31/58.52	c #Conflicts:     185000 | #Constraints:      22160
58.31/58.52	c #Conflicts:     186000 | #Constraints:      23160
58.31/58.52	c #Conflicts:     187000 | #Constraints:      24160
58.31/58.52	c #Conflicts:     188000 | #Constraints:      25160
58.31/58.52	c #Conflicts:     189000 | #Constraints:      26160
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     190000 | #Constraints:      18594
58.31/58.52	c #Conflicts:     191000 | #Constraints:      19594
58.31/58.52	c #Conflicts:     192000 | #Constraints:      20594
58.31/58.52	c #Conflicts:     193000 | #Constraints:      21594
58.31/58.52	c #Conflicts:     194000 | #Constraints:      22594
58.31/58.52	c #Conflicts:     195000 | #Constraints:      23594
58.31/58.52	c #Conflicts:     196000 | #Constraints:      24594
58.31/58.52	c #Conflicts:     197000 | #Constraints:      25594
58.31/58.52	c #Conflicts:     198000 | #Constraints:      26594
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     199000 | #Constraints:      18803
58.31/58.52	c #Conflicts:     200000 | #Constraints:      19803
58.31/58.52	c #Conflicts:     201000 | #Constraints:      20803
58.31/58.52	c #Conflicts:     202000 | #Constraints:      21803
58.31/58.52	c #Conflicts:     203000 | #Constraints:      22803
58.31/58.52	c #Conflicts:     204000 | #Constraints:      23803
58.31/58.52	c #Conflicts:     205000 | #Constraints:      24803
58.31/58.52	c #Conflicts:     206000 | #Constraints:      25803
58.31/58.52	c #Conflicts:     207000 | #Constraints:      26803
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     208000 | #Constraints:      18786
58.31/58.52	c #Conflicts:     209000 | #Constraints:      19786
58.31/58.52	c #Conflicts:     210000 | #Constraints:      20786
58.31/58.52	c #Conflicts:     211000 | #Constraints:      21786
58.31/58.52	c #Conflicts:     212000 | #Constraints:      22786
58.31/58.52	c #Conflicts:     213000 | #Constraints:      23786
58.31/58.52	c #Conflicts:     214000 | #Constraints:      24786
58.31/58.52	c #Conflicts:     215000 | #Constraints:      25786
58.31/58.52	c #Conflicts:     216000 | #Constraints:      26786
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     217000 | #Constraints:      18630
58.31/58.52	c #Conflicts:     218000 | #Constraints:      19630
58.31/58.52	c #Conflicts:     219000 | #Constraints:      20630
58.31/58.52	c #Conflicts:     220000 | #Constraints:      21630
58.31/58.52	c #Conflicts:     221000 | #Constraints:      22630
58.31/58.52	c #Conflicts:     222000 | #Constraints:      23630
58.31/58.52	c #Conflicts:     223000 | #Constraints:      24630
58.31/58.52	c #Conflicts:     224000 | #Constraints:      25630
58.31/58.52	c #Conflicts:     225000 | #Constraints:      26630
58.31/58.52	c #Conflicts:     226000 | #Constraints:      27630
58.31/58.52	c INPROCESSING
58.31/58.52	c GARBAGE COLLECT
58.31/58.52	c #Conflicts:     227000 | #Constraints:      19256
58.31/58.52	c #Conflicts:     228000 | #Constraints:      20256
58.31/58.52	c #Conflicts:     229000 | #Constraints:      21256
70.08/70.37	c #Conflicts:     230000 | #Constraints:      22256
70.08/70.37	c #Conflicts:     231000 | #Constraints:      23256
70.08/70.37	c #Conflicts:     232000 | #Constraints:      24256
70.08/70.37	c #Conflicts:     233000 | #Constraints:      25256
70.08/70.37	c #Conflicts:     234000 | #Constraints:      26256
70.08/70.37	c #Conflicts:     235000 | #Constraints:      27256
70.08/70.37	c #Conflicts:     236000 | #Constraints:      28256
70.08/70.37	c INPROCESSING
70.08/70.37	c GARBAGE COLLECT
70.08/70.37	c #Conflicts:     237000 | #Constraints:      19634
70.08/70.37	c #Conflicts:     238000 | #Constraints:      20634
70.08/70.37	c #Conflicts:     239000 | #Constraints:      21634
70.08/70.37	c #Conflicts:     240000 | #Constraints:      22634
70.08/70.37	c #Conflicts:     241000 | #Constraints:      23634
70.08/70.37	c #Conflicts:     242000 | #Constraints:      24634
70.08/70.37	c #Conflicts:     243000 | #Constraints:      25634
70.08/70.37	c #Conflicts:     244000 | #Constraints:      26634
70.08/70.37	c #Conflicts:     245000 | #Constraints:      27634
70.08/70.37	c #Conflicts:     246000 | #Constraints:      28634
70.08/70.37	c INPROCESSING
70.08/70.37	c GARBAGE COLLECT
70.08/70.37	c #Conflicts:     247000 | #Constraints:      19813
70.08/70.37	c #Conflicts:     248000 | #Constraints:      20813
70.08/70.37	c #Conflicts:     249000 | #Constraints:      21813
70.08/70.37	c #Conflicts:     250000 | #Constraints:      22813
70.08/70.37	c #Conflicts:     251000 | #Constraints:      23813
70.08/70.37	c #Conflicts:     252000 | #Constraints:      24813
70.08/70.37	c #Conflicts:     253000 | #Constraints:      25813
70.08/70.37	c #Conflicts:     254000 | #Constraints:      26813
70.08/70.37	c #Conflicts:     255000 | #Constraints:      27813
70.08/70.37	c #Conflicts:     256000 | #Constraints:      28813
70.08/70.37	c INPROCESSING
70.08/70.37	c GARBAGE COLLECT
70.08/70.37	c #Conflicts:     257000 | #Constraints:      19811
70.08/70.37	c #Conflicts:     258000 | #Constraints:      20811
70.08/70.37	c #Conflicts:     259000 | #Constraints:      21811
70.08/70.37	c #Conflicts:     260000 | #Constraints:      22811
70.08/70.37	c #Conflicts:     261000 | #Constraints:      23811
70.08/70.37	c #Conflicts:     262000 | #Constraints:      24811
70.08/70.37	c #Conflicts:     263000 | #Constraints:      25811
70.08/70.37	c #Conflicts:     264000 | #Constraints:      26811
70.08/70.37	c #Conflicts:     265000 | #Constraints:      27811
70.08/70.37	c #Conflicts:     266000 | #Constraints:      28811
70.08/70.37	c INPROCESSING
70.08/70.37	c GARBAGE COLLECT
70.08/70.37	c rational objective 761.407
93.73/94.00	c #Conflicts:     267000 | #Constraints:      19608
93.73/94.00	c #Conflicts:     268000 | #Constraints:      20608
93.73/94.00	c #Conflicts:     269000 | #Constraints:      21608
93.73/94.00	c #Conflicts:     270000 | #Constraints:      22608
93.73/94.00	c #Conflicts:     271000 | #Constraints:      23608
93.73/94.00	c #Conflicts:     272000 | #Constraints:      24608
93.73/94.00	c #Conflicts:     273000 | #Constraints:      25608
93.73/94.00	c #Conflicts:     274000 | #Constraints:      26608
93.73/94.00	c #Conflicts:     275000 | #Constraints:      27608
93.73/94.00	c #Conflicts:     276000 | #Constraints:      28608
93.73/94.00	c #Conflicts:     277000 | #Constraints:      29608
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     278000 | #Constraints:      20182
93.73/94.00	c #Conflicts:     279000 | #Constraints:      21182
93.73/94.00	c #Conflicts:     280000 | #Constraints:      22182
93.73/94.00	c #Conflicts:     281000 | #Constraints:      23182
93.73/94.00	c #Conflicts:     282000 | #Constraints:      24182
93.73/94.00	c #Conflicts:     283000 | #Constraints:      25182
93.73/94.00	c #Conflicts:     284000 | #Constraints:      26182
93.73/94.00	c #Conflicts:     285000 | #Constraints:      27182
93.73/94.00	c #Conflicts:     286000 | #Constraints:      28182
93.73/94.00	c #Conflicts:     287000 | #Constraints:      29182
93.73/94.00	c #Conflicts:     288000 | #Constraints:      30182
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     289000 | #Constraints:      20611
93.73/94.00	c #Conflicts:     290000 | #Constraints:      21611
93.73/94.00	c #Conflicts:     291000 | #Constraints:      22611
93.73/94.00	c #Conflicts:     292000 | #Constraints:      23611
93.73/94.00	c #Conflicts:     293000 | #Constraints:      24611
93.73/94.00	c #Conflicts:     294000 | #Constraints:      25611
93.73/94.00	c #Conflicts:     295000 | #Constraints:      26611
93.73/94.00	c #Conflicts:     296000 | #Constraints:      27611
93.73/94.00	c #Conflicts:     297000 | #Constraints:      28611
93.73/94.00	c #Conflicts:     298000 | #Constraints:      29611
93.73/94.00	c #Conflicts:     299000 | #Constraints:      30611
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     300000 | #Constraints:      20840
93.73/94.00	c #Conflicts:     301000 | #Constraints:      21840
93.73/94.00	c #Conflicts:     302000 | #Constraints:      22840
93.73/94.00	c #Conflicts:     303000 | #Constraints:      23840
93.73/94.00	c #Conflicts:     304000 | #Constraints:      24840
93.73/94.00	c #Conflicts:     305000 | #Constraints:      25840
93.73/94.00	c #Conflicts:     306000 | #Constraints:      26840
93.73/94.00	c #Conflicts:     307000 | #Constraints:      27840
93.73/94.00	c #Conflicts:     308000 | #Constraints:      28841
93.73/94.00	c #Conflicts:     309000 | #Constraints:      29841
93.73/94.00	c #Conflicts:     310000 | #Constraints:      30841
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     311000 | #Constraints:      20848
93.73/94.00	c #Conflicts:     312000 | #Constraints:      21848
93.73/94.00	c #Conflicts:     313000 | #Constraints:      22848
93.73/94.00	c #Conflicts:     314000 | #Constraints:      23848
93.73/94.00	c #Conflicts:     315000 | #Constraints:      24848
93.73/94.00	c #Conflicts:     316000 | #Constraints:      25848
93.73/94.00	c #Conflicts:     317000 | #Constraints:      26848
93.73/94.00	c #Conflicts:     318000 | #Constraints:      27848
93.73/94.00	c #Conflicts:     319000 | #Constraints:      28848
93.73/94.00	c #Conflicts:     320000 | #Constraints:      29848
93.73/94.00	c #Conflicts:     321000 | #Constraints:      30848
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     322000 | #Constraints:      20634
93.73/94.00	c #Conflicts:     323000 | #Constraints:      21634
93.73/94.00	c #Conflicts:     324000 | #Constraints:      22634
93.73/94.00	c #Conflicts:     325000 | #Constraints:      23634
93.73/94.00	c #Conflicts:     326000 | #Constraints:      24634
93.73/94.00	c #Conflicts:     327000 | #Constraints:      25634
93.73/94.00	c #Conflicts:     328000 | #Constraints:      26634
93.73/94.00	c #Conflicts:     329000 | #Constraints:      27634
93.73/94.00	c #Conflicts:     330000 | #Constraints:      28634
93.73/94.00	c #Conflicts:     331000 | #Constraints:      29634
93.73/94.00	c #Conflicts:     332000 | #Constraints:      30634
93.73/94.00	c #Conflicts:     333000 | #Constraints:      31634
93.73/94.00	c INPROCESSING
93.73/94.00	c GARBAGE COLLECT
93.73/94.00	c #Conflicts:     334000 | #Constraints:      21238
93.73/94.00	c #Conflicts:     335000 | #Constraints:      22238
93.73/94.00	c #Conflicts:     336000 | #Constraints:      23238
93.73/94.00	c #Conflicts:     337000 | #Constraints:      24238
93.73/94.00	c #Conflicts:     338000 | #Constraints:      25238
93.73/94.00	c #Conflicts:     339000 | #Constraints:      26238
93.73/94.00	c #Conflicts:     340000 | #Constraints:      27238
93.73/94.00	c #Conflicts:     341000 | #Constraints:      28238
115.17/115.53	c #Conflicts:     342000 | #Constraints:      29238
115.17/115.53	c #Conflicts:     343000 | #Constraints:      30238
115.17/115.53	c #Conflicts:     344000 | #Constraints:      31238
115.17/115.53	c #Conflicts:     345000 | #Constraints:      32238
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     346000 | #Constraints:      21648
115.17/115.53	c #Conflicts:     347000 | #Constraints:      22648
115.17/115.53	c #Conflicts:     348000 | #Constraints:      23648
115.17/115.53	c #Conflicts:     349000 | #Constraints:      24648
115.17/115.53	c #Conflicts:     350000 | #Constraints:      25648
115.17/115.53	c #Conflicts:     351000 | #Constraints:      26648
115.17/115.53	c #Conflicts:     352000 | #Constraints:      27648
115.17/115.53	c #Conflicts:     353000 | #Constraints:      28648
115.17/115.53	c #Conflicts:     354000 | #Constraints:      29648
115.17/115.53	c #Conflicts:     355000 | #Constraints:      30648
115.17/115.53	c #Conflicts:     356000 | #Constraints:      31648
115.17/115.53	c #Conflicts:     357000 | #Constraints:      32648
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     358000 | #Constraints:      21808
115.17/115.53	c #Conflicts:     359000 | #Constraints:      22808
115.17/115.53	c #Conflicts:     360000 | #Constraints:      23808
115.17/115.53	c #Conflicts:     361000 | #Constraints:      24808
115.17/115.53	c #Conflicts:     362000 | #Constraints:      25808
115.17/115.53	c #Conflicts:     363000 | #Constraints:      26808
115.17/115.53	c #Conflicts:     364000 | #Constraints:      27808
115.17/115.53	c #Conflicts:     365000 | #Constraints:      28808
115.17/115.53	c #Conflicts:     366000 | #Constraints:      29808
115.17/115.53	c #Conflicts:     367000 | #Constraints:      30808
115.17/115.53	c #Conflicts:     368000 | #Constraints:      31808
115.17/115.53	c #Conflicts:     369000 | #Constraints:      32808
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     370000 | #Constraints:      21849
115.17/115.53	c #Conflicts:     371000 | #Constraints:      22849
115.17/115.53	c #Conflicts:     372000 | #Constraints:      23849
115.17/115.53	c #Conflicts:     373000 | #Constraints:      24849
115.17/115.53	c #Conflicts:     374000 | #Constraints:      25849
115.17/115.53	c #Conflicts:     375000 | #Constraints:      26849
115.17/115.53	c #Conflicts:     376000 | #Constraints:      27849
115.17/115.53	c #Conflicts:     377000 | #Constraints:      28849
115.17/115.53	c #Conflicts:     378000 | #Constraints:      29849
115.17/115.53	c #Conflicts:     379000 | #Constraints:      30849
115.17/115.53	c #Conflicts:     380000 | #Constraints:      31849
115.17/115.53	c #Conflicts:     381000 | #Constraints:      32849
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     382000 | #Constraints:      21642
115.17/115.53	c #Conflicts:     383000 | #Constraints:      22642
115.17/115.53	c #Conflicts:     384000 | #Constraints:      23642
115.17/115.53	c #Conflicts:     385000 | #Constraints:      24642
115.17/115.53	c #Conflicts:     386000 | #Constraints:      25642
115.17/115.53	c #Conflicts:     387000 | #Constraints:      26642
115.17/115.53	c #Conflicts:     388000 | #Constraints:      27642
115.17/115.53	c #Conflicts:     389000 | #Constraints:      28642
115.17/115.53	c #Conflicts:     390000 | #Constraints:      29642
115.17/115.53	c #Conflicts:     391000 | #Constraints:      30642
115.17/115.53	c #Conflicts:     392000 | #Constraints:      31642
115.17/115.53	c #Conflicts:     393000 | #Constraints:      32642
115.17/115.53	c #Conflicts:     394000 | #Constraints:      33642
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     395000 | #Constraints:      22243
115.17/115.53	c #Conflicts:     396000 | #Constraints:      23243
115.17/115.53	c #Conflicts:     397000 | #Constraints:      24243
115.17/115.53	c #Conflicts:     398000 | #Constraints:      25243
115.17/115.53	c #Conflicts:     399000 | #Constraints:      26243
115.17/115.53	c #Conflicts:     400000 | #Constraints:      27243
115.17/115.53	c #Conflicts:     401000 | #Constraints:      28243
115.17/115.53	c #Conflicts:     402000 | #Constraints:      29243
115.17/115.53	c #Conflicts:     403000 | #Constraints:      30243
115.17/115.53	c #Conflicts:     404000 | #Constraints:      31243
115.17/115.53	c #Conflicts:     405000 | #Constraints:      32243
115.17/115.53	c #Conflicts:     406000 | #Constraints:      33243
115.17/115.53	c #Conflicts:     407000 | #Constraints:      34243
115.17/115.53	c INPROCESSING
115.17/115.53	c GARBAGE COLLECT
115.17/115.53	c #Conflicts:     408000 | #Constraints:      22597
115.17/115.53	c #Conflicts:     409000 | #Constraints:      23597
115.17/115.53	c #Conflicts:     410000 | #Constraints:      24597
115.17/115.53	c #Conflicts:     411000 | #Constraints:      25597
115.17/115.53	c #Conflicts:     412000 | #Constraints:      26597
115.17/115.53	c #Conflicts:     413000 | #Constraints:      27597
115.17/115.53	c #Conflicts:     414000 | #Constraints:      28597
115.17/115.53	c #Conflicts:     415000 | #Constraints:      29597
115.17/115.53	c #Conflicts:     416000 | #Constraints:      30597
145.49/145.93	c #Conflicts:     417000 | #Constraints:      31597
145.49/145.93	c #Conflicts:     418000 | #Constraints:      32597
145.49/145.93	c #Conflicts:     419000 | #Constraints:      33597
145.49/145.93	c #Conflicts:     420000 | #Constraints:      34597
145.49/145.93	c INPROCESSING
145.49/145.93	c GARBAGE COLLECT
145.49/145.93	c #Conflicts:     421000 | #Constraints:      22854
145.49/145.93	c #Conflicts:     422000 | #Constraints:      23854
145.49/145.93	c #Conflicts:     423000 | #Constraints:      24854
145.49/145.93	c #Conflicts:     424000 | #Constraints:      25854
145.49/145.93	c #Conflicts:     425000 | #Constraints:      26854
145.49/145.93	c #Conflicts:     426000 | #Constraints:      27854
145.49/145.93	c #Conflicts:     427000 | #Constraints:      28854
145.49/145.93	c #Conflicts:     428000 | #Constraints:      29854
145.49/145.93	c #Conflicts:     429000 | #Constraints:      30854
145.49/145.93	c #Conflicts:     430000 | #Constraints:      31854
145.49/145.93	c #Conflicts:     431000 | #Constraints:      32854
145.49/145.93	c #Conflicts:     432000 | #Constraints:      33854
145.49/145.93	c #Conflicts:     433000 | #Constraints:      34854
145.49/145.93	c INPROCESSING
145.49/145.93	c GARBAGE COLLECT
145.49/145.93	c #Conflicts:     434000 | #Constraints:      22848
145.49/145.93	c #Conflicts:     435000 | #Constraints:      23848
145.49/145.93	c #Conflicts:     436000 | #Constraints:      24848
145.49/145.93	c #Conflicts:     437000 | #Constraints:      25848
145.49/145.93	c #Conflicts:     438000 | #Constraints:      26848
145.49/145.93	c #Conflicts:     439000 | #Constraints:      27848
145.49/145.93	c #Conflicts:     440000 | #Constraints:      28848
145.49/145.93	c #Conflicts:     441000 | #Constraints:      29848
145.49/145.93	c #Conflicts:     442000 | #Constraints:      30848
145.49/145.93	c #Conflicts:     443000 | #Constraints:      32092
145.49/145.93	c #Conflicts:     444000 | #Constraints:      33092
145.49/145.93	c #Conflicts:     445000 | #Constraints:      34092
145.49/145.93	c #Conflicts:     446000 | #Constraints:      35092
145.49/145.93	c INPROCESSING
145.49/145.93	c GARBAGE COLLECT
145.49/145.93	c #Conflicts:     447000 | #Constraints:      22789
145.49/145.93	c #Conflicts:     448000 | #Constraints:      23789
145.49/145.93	c #Conflicts:     449000 | #Constraints:      24789
145.49/145.93	c #Conflicts:     450000 | #Constraints:      25789
145.49/145.93	c #Conflicts:     451000 | #Constraints:      26789
145.49/145.93	c #Conflicts:     452000 | #Constraints:      27789
145.49/145.93	c #Conflicts:     453000 | #Constraints:      28789
145.49/145.93	c #Conflicts:     454000 | #Constraints:      29789
145.49/145.93	c #Conflicts:     455000 | #Constraints:      30789
145.49/145.93	c #Conflicts:     456000 | #Constraints:      31789
145.49/145.93	c #Conflicts:     457000 | #Constraints:      32789
145.49/145.93	c #Conflicts:     458000 | #Constraints:      33789
145.49/145.93	c #Conflicts:     459000 | #Constraints:      34789
145.49/145.93	c #Conflicts:     460000 | #Constraints:      35789
145.49/145.93	c INPROCESSING
145.49/145.93	c GARBAGE COLLECT
145.49/145.93	c #Conflicts:     461000 | #Constraints:      23354
145.49/145.93	c #Conflicts:     462000 | #Constraints:      24354
145.49/145.93	c #Conflicts:     463000 | #Constraints:      25354
145.49/145.93	c #Conflicts:     464000 | #Constraints:      26354
145.49/145.93	c #Conflicts:     465000 | #Constraints:      27354
145.49/145.93	c #Conflicts:     466000 | #Constraints:      28354
145.49/145.93	c #Conflicts:     467000 | #Constraints:      29354
145.49/145.93	c #Conflicts:     468000 | #Constraints:      30354
145.49/145.93	c #Conflicts:     469000 | #Constraints:      31354
145.49/145.93	c #Conflicts:     470000 | #Constraints:      32354
145.49/145.93	c #Conflicts:     471000 | #Constraints:      33354
145.49/145.93	c #Conflicts:     472000 | #Constraints:      34354
145.49/145.93	c #Conflicts:     473000 | #Constraints:      35354
145.49/145.93	c #Conflicts:     474000 | #Constraints:      36354
145.49/145.93	c INPROCESSING
145.49/145.93	c GARBAGE COLLECT
145.49/145.93	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[7]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[24]: 6 -0.995984 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[89]: 6 -0.996018 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[141]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[142]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[249]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[257]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[276]: 6 -0.999905 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[329]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[362]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[363]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[374]: 6 -0.997995 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[377]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[410]: 6 -0.989282 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[422]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[437]: 6 -0.999559 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[463]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[464]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[475]: 6 -0.967699 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[497]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[530]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[531]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[559]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[570]: 6 -0.989228 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[587]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[623]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[633]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[634]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[662]: 6 -0.99754 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[663]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[714]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[715]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[720]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[723]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[724]: 6 -0.999865 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[734]: 6 0 2.28435 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1011]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1049]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1065]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1071]: 6 -0.999587 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1074]: 6 -0.999951 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1078]: 6 -0.998042 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1079]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1082]: 6 -0.979828 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1098]: 6 -0.500031 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1101]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1105]: 6 -1.00106 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1114]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1130]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1137]: 6 -1.00111 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1139]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1144]: 6 -0.979857 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1155]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1163]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1193]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1194]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1197]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1199]: 6 -0.999043 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1201]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1220]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1268]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1270]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1283]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1284]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1285]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1289]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1297]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1313]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1332]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1358]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1373]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1381]: 6 -0.750063 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1386]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1399]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1409]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1420]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1432]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1448]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1458]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1464]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1469]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1495]: 6 -0.437564 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1512]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1521]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1525]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1534]: 6 -4.25005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1536]: 6 -1.25002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1561]: 6 -1.25009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1563]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1570]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1575]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1577]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1588]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1593]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1604]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1608]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1610]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1612]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1618]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1641]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1658]: 6 -1.25003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1685]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1705]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1958]: 6 -0.333375 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1960]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1966]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1968]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1969]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1973]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1975]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1980]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1984]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1992]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1993]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[1999]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2001]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2009]: 6 -35.244 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2052]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2071]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2077]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2079]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2082]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2084]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2088]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2089]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2093]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2097]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2107]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2114]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2118]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2122]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2152]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2154]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2158]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2162]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2163]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2166]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2171]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2183]: 6 -0.999085 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2188]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2189]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2193]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2196]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2200]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2202]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2216]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2220]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2221]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2235]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2236]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2237]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2241]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2258]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2260]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2266]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2271]: 6 -0.999979 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2274]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2278]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2282]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2283]: 6 -0.996041 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2286]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2293]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2298]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2307]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2311]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2312]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2315]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2317]: 6 -0.999923 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2320]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2324]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2328]: 6 -0.987927 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2337]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2339]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2353]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2357]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2361]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2365]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2368]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2375]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2384]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2385]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2390]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2394]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2408]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2412]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2415]: 6 -0.999018 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2420]: 6 -0.999542 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2422]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2425]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2449]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2460]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2462]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2463]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2466]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2467]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2473]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2476]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2480]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2481]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2485]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2497]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2502]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2503]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2504]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2511]: 6 -0.999063 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2518]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2527]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2531]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2534]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2535]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2538]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2539]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2544]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2547]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2549]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2553]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2576]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2581]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2584]: 6 -1.25006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2595]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2604]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2607]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2609]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2612]: 6 -0.999021 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2616]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2626]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2627]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2635]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2638]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2639]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2648]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2654]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2659]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2662]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2670]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2671]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2674]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2695]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2696]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2701]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2703]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2721]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2723]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2725]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2727]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2731]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2736]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2737]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2740]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2743]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2748]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2751]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2761]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2764]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2767]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2769]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2773]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2776]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2786]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2791]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2793]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2796]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2799]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2802]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2829]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2835]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2840]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2841]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2844]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2848]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2852]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2863]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2865]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2869]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2885]: 6 -1.25004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2888]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2892]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2895]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2898]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2913]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2915]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2926]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2930]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2931]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2934]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2937]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2942]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2943]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2953]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2961]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2965]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2985]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[2986]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3022]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3026]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3029]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3032]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3033]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3035]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3039]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3044]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3047]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3055]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3057]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3079]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3081]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3083]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3085]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3106]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3115]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3118]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3126]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3127]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3131]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3133]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3135]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3138]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3150]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3153]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3156]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3157]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3160]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3171]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3190]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3191]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3206]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3211]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3213]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3215]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3218]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3222]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3223]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3226]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3227]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3233]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3239]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3245]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3249]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3267]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3280]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3296]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3313]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3315]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3323]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3326]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3328]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3332]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3338]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3347]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3356]: 6 -14.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3373]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3382]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3386]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3392]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3395]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3399]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3401]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3402]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3408]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3414]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3415]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3422]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3423]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3426]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3430]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3431]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3434]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3435]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3438]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3446]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3456]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3463]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3468]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3471]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3472]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3504]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3507]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3512]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3513]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3520]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3525]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3531]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3533]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3535]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3540]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3544]: 6 -1.25009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3575]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3594]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3595]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3599]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3602]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3605]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3609]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3620]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3638]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3644]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3649]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3659]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3666]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3667]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3671]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3673]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3681]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3685]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3687]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3691]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3693]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3695]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3699]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3704]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3706]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3707]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3710]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3722]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3726]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3727]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3730]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3736]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3739]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3746]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3748]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3761]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3767]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3772]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3777]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3784]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3789]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3793]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3796]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3797]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3808]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3816]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3822]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3827]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3832]: 6 -1.2501 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3844]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3850]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3852]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3853]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3854]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3855]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3856]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3859]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3864]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3871]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3881]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3883]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3885]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3896]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3900]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3901]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3904]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3905]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3914]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3924]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3928]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3932]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3937]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3941]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3942]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3945]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3946]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3950]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3951]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3965]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3967]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3970]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3971]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3973]: 6 -1.00001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3976]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3978]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3980]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3982]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3984]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3990]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3994]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[3998]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4001]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4005]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4009]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4011]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4013]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4019]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4039]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4046]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4050]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4057]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4074]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4076]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4077]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4080]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4081]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4085]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4088]: 6 -1.00004 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4092]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4094]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4098]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4101]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4103]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4105]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4113]: 6 -1.00006 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4115]: 6 -1.00002 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4120]: 6 -1.00005 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4127]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4203]: 6 -1.00007 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4273]: 6 -1.0001 0 shouldn't be
145.49/145.93	WSVECS04 Frhs2[4274]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[20]: 6 -0.999912 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[21]: 6 -0.999592 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[27]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[39]: 6 -1.33337 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[61]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[69]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[87]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[103]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[115]: 6 -0.999971 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[150]: 6 -0.996014 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[153]: 6 -0.998048 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[183]: 6 -0.99599 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[195]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[226]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[243]: 6 -0.999969 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[247]: 6 -0.998008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[267]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[280]: 6 -0.995976 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[385]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[393]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[395]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[419]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[425]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[435]: 6 -0.999985 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[465]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[474]: 6 -0.989223 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[505]: 6 -0.99598 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[523]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[577]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[596]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[602]: 6 -0.983888 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[613]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[615]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[675]: 6 -1.00001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[688]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[967]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1176]: 6 -0.991967 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1203]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1217]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1238]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1240]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1287]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1321]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1378]: 6 -1.93756 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1423]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1449]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1486]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1529]: 6 -1.25003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1586]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2068]: 6 0 1.00008 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2110]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2173]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2229]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2232]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2233]: 6 -1.0001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2275]: 6 -0.999758 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2705]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2831]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2906]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2991]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[2994]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3013]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3094]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3183]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3195]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3322]: 6 -1.00001 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3354]: 6 -5.50004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3361]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3376]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3560]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3577]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3718]: 6 -1.00009 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3769]: 6 -1.00006 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[3962]: 6 -1.00004 0 shouldn't be
146.79/147.23	WSVECS04 Frhs2[4095]: 6 -1.00004 0 shouldn't be
182.50/183.02	c #Conflicts:     475000 | #Constraints:      23714
182.50/183.02	c #Conflicts:     476000 | #Constraints:      24714
182.50/183.02	c #Conflicts:     477000 | #Constraints:      25714
182.50/183.02	c #Conflicts:     478000 | #Constraints:      26714
182.50/183.02	c #Conflicts:     479000 | #Constraints:      27714
182.50/183.02	c #Conflicts:     480000 | #Constraints:      28715
182.50/183.02	c #Conflicts:     481000 | #Constraints:      29715
182.50/183.02	c #Conflicts:     482000 | #Constraints:      30715
182.50/183.02	c #Conflicts:     483000 | #Constraints:      31715
182.50/183.02	c #Conflicts:     484000 | #Constraints:      32715
182.50/183.02	c #Conflicts:     485000 | #Constraints:      33715
182.50/183.02	c #Conflicts:     486000 | #Constraints:      34715
182.50/183.02	c #Conflicts:     487000 | #Constraints:      35715
182.50/183.02	c #Conflicts:     488000 | #Constraints:      36715
182.50/183.02	c INPROCESSING
182.50/183.02	c GARBAGE COLLECT
182.50/183.02	c #Conflicts:     489000 | #Constraints:      23920
182.50/183.02	c #Conflicts:     490000 | #Constraints:      24920
182.50/183.02	c #Conflicts:     491000 | #Constraints:      25920
182.50/183.02	c #Conflicts:     492000 | #Constraints:      26920
182.50/183.02	c #Conflicts:     493000 | #Constraints:      27924
182.50/183.02	c #Conflicts:     494000 | #Constraints:      28927
182.50/183.02	c #Conflicts:     495000 | #Constraints:      29927
182.50/183.02	c #Conflicts:     496000 | #Constraints:      30927
182.50/183.02	c #Conflicts:     497000 | #Constraints:      31927
182.50/183.02	c #Conflicts:     498000 | #Constraints:      32927
182.50/183.02	c #Conflicts:     499000 | #Constraints:      33927
182.50/183.02	c #Conflicts:     500000 | #Constraints:      34927
182.50/183.02	c #Conflicts:     501000 | #Constraints:      35927
182.50/183.02	c #Conflicts:     502000 | #Constraints:      36927
182.50/183.02	c INPROCESSING
182.50/183.02	c GARBAGE COLLECT
182.50/183.02	c #Conflicts:     503000 | #Constraints:      23907
182.50/183.02	c #Conflicts:     504000 | #Constraints:      24907
182.50/183.02	c #Conflicts:     505000 | #Constraints:      25907
182.50/183.02	c #Conflicts:     506000 | #Constraints:      26907
182.50/183.02	c #Conflicts:     507000 | #Constraints:      27907
182.50/183.02	c #Conflicts:     508000 | #Constraints:      28907
182.50/183.02	c #Conflicts:     509000 | #Constraints:      29907
182.50/183.02	c #Conflicts:     510000 | #Constraints:      30907
182.50/183.02	c #Conflicts:     511000 | #Constraints:      31907
182.50/183.02	c #Conflicts:     512000 | #Constraints:      32907
182.50/183.02	c #Conflicts:     513000 | #Constraints:      33907
182.50/183.02	c #Conflicts:     514000 | #Constraints:      34907
182.50/183.02	c #Conflicts:     515000 | #Constraints:      35907
182.50/183.02	c #Conflicts:     516000 | #Constraints:      36907
182.50/183.02	c INPROCESSING
182.50/183.02	c GARBAGE COLLECT
182.50/183.02	c #Conflicts:     517000 | #Constraints:      23668
182.50/183.02	c #Conflicts:     518000 | #Constraints:      24668
182.50/183.02	c #Conflicts:     519000 | #Constraints:      25668
182.50/183.02	c #Conflicts:     520000 | #Constraints:      26668
182.50/183.02	c #Conflicts:     521000 | #Constraints:      27668
182.50/183.02	c #Conflicts:     522000 | #Constraints:      28668
182.50/183.02	c #Conflicts:     523000 | #Constraints:      29668
182.50/183.02	c #Conflicts:     524000 | #Constraints:      30668
182.50/183.02	c #Conflicts:     525000 | #Constraints:      31668
182.50/183.02	c #Conflicts:     526000 | #Constraints:      32668
182.50/183.02	c #Conflicts:     527000 | #Constraints:      33668
182.50/183.02	c #Conflicts:     528000 | #Constraints:      34668
182.50/183.02	c #Conflicts:     529000 | #Constraints:      35668
182.50/183.02	c #Conflicts:     530000 | #Constraints:      36668
182.50/183.02	c #Conflicts:     531000 | #Constraints:      37668
182.50/183.02	c INPROCESSING
182.50/183.02	c GARBAGE COLLECT
182.50/183.02	c #Conflicts:     532000 | #Constraints:      24292
182.50/183.02	c #Conflicts:     533000 | #Constraints:      25292
182.50/183.02	c #Conflicts:     534000 | #Constraints:      26292
182.50/183.02	c #Conflicts:     535000 | #Constraints:      27292
182.50/183.02	c #Conflicts:     536000 | #Constraints:      28292
182.50/183.02	c #Conflicts:     537000 | #Constraints:      29293
182.50/183.02	c #Conflicts:     538000 | #Constraints:      30293
182.50/183.02	c #Conflicts:     539000 | #Constraints:      31293
182.50/183.02	c #Conflicts:     540000 | #Constraints:      32293
182.50/183.02	c #Conflicts:     541000 | #Constraints:      33293
182.50/183.02	c #Conflicts:     542000 | #Constraints:      34293
182.50/183.02	c #Conflicts:     543000 | #Constraints:      35293
182.50/183.02	c #Conflicts:     544000 | #Constraints:      36293
182.50/183.02	c #Conflicts:     545000 | #Constraints:      37293
182.50/183.02	c #Conflicts:     546000 | #Constraints:      38293
182.50/183.02	c INPROCESSING
182.50/183.02	c GARBAGE COLLECT
182.50/183.02	c #Conflicts:     547000 | #Constraints:      24681
182.50/183.02	c #Conflicts:     548000 | #Constraints:      25681
182.50/183.02	c #Conflicts:     549000 | #Constraints:      26681
182.50/183.02	c #Conflicts:     550000 | #Constraints:      27681
209.83/210.40	c #Conflicts:     551000 | #Constraints:      28681
209.83/210.40	c #Conflicts:     552000 | #Constraints:      29681
209.83/210.40	c #Conflicts:     553000 | #Constraints:      30681
209.83/210.40	c #Conflicts:     554000 | #Constraints:      31681
209.83/210.40	c #Conflicts:     555000 | #Constraints:      32681
209.83/210.40	c #Conflicts:     556000 | #Constraints:      33684
209.83/210.40	c #Conflicts:     557000 | #Constraints:      34685
209.83/210.40	c #Conflicts:     558000 | #Constraints:      35687
209.83/210.40	c #Conflicts:     559000 | #Constraints:      36687
209.83/210.40	c #Conflicts:     560000 | #Constraints:      37687
209.83/210.40	c #Conflicts:     561000 | #Constraints:      38687
209.83/210.40	c INPROCESSING
209.83/210.40	c GARBAGE COLLECT
209.83/210.40	c #Conflicts:     562000 | #Constraints:      24839
209.83/210.40	c #Conflicts:     563000 | #Constraints:      25839
209.83/210.40	c #Conflicts:     564000 | #Constraints:      26839
209.83/210.40	c #Conflicts:     565000 | #Constraints:      27839
209.83/210.40	c #Conflicts:     566000 | #Constraints:      28839
209.83/210.40	c #Conflicts:     567000 | #Constraints:      29839
209.83/210.40	c #Conflicts:     568000 | #Constraints:      30839
209.83/210.40	c #Conflicts:     569000 | #Constraints:      31839
209.83/210.40	c #Conflicts:     570000 | #Constraints:      32839
209.83/210.40	c #Conflicts:     571000 | #Constraints:      33839
209.83/210.40	c #Conflicts:     572000 | #Constraints:      34839
209.83/210.40	c #Conflicts:     573000 | #Constraints:      35839
209.83/210.40	c #Conflicts:     574000 | #Constraints:      36839
209.83/210.40	c #Conflicts:     575000 | #Constraints:      37839
209.83/210.40	c #Conflicts:     576000 | #Constraints:      38839
209.83/210.40	c INPROCESSING
209.83/210.40	c GARBAGE COLLECT
209.83/210.40	c #Conflicts:     577000 | #Constraints:      24843
209.83/210.40	c #Conflicts:     578000 | #Constraints:      25843
209.83/210.40	c #Conflicts:     579000 | #Constraints:      26843
209.83/210.40	c #Conflicts:     580000 | #Constraints:      27843
209.83/210.40	c #Conflicts:     581000 | #Constraints:      28843
209.83/210.40	c #Conflicts:     582000 | #Constraints:      29843
209.83/210.40	c #Conflicts:     583000 | #Constraints:      30843
209.83/210.40	c #Conflicts:     584000 | #Constraints:      31843
209.83/210.40	c #Conflicts:     585000 | #Constraints:      32843
209.83/210.40	c #Conflicts:     586000 | #Constraints:      33843
209.83/210.40	c #Conflicts:     587000 | #Constraints:      34843
209.83/210.40	c #Conflicts:     588000 | #Constraints:      35843
209.83/210.40	c #Conflicts:     589000 | #Constraints:      36843
209.83/210.40	c #Conflicts:     590000 | #Constraints:      37843
209.83/210.40	c #Conflicts:     591000 | #Constraints:      38843
209.83/210.40	c INPROCESSING
209.83/210.40	c GARBAGE COLLECT
209.83/210.40	c #Conflicts:     592000 | #Constraints:      24645
209.83/210.40	c #Conflicts:     593000 | #Constraints:      25646
209.83/210.40	c #Conflicts:     594000 | #Constraints:      26646
209.83/210.40	c #Conflicts:     595000 | #Constraints:      27646
209.83/210.40	c #Conflicts:     596000 | #Constraints:      28646
209.83/210.40	c #Conflicts:     597000 | #Constraints:      29646
209.83/210.40	c #Conflicts:     598000 | #Constraints:      30646
209.83/210.40	c #Conflicts:     599000 | #Constraints:      31646
209.83/210.40	c #Conflicts:     600000 | #Constraints:      32646
209.83/210.40	c #Conflicts:     601000 | #Constraints:      33829
209.83/210.40	c #Conflicts:     602000 | #Constraints:      34881
209.83/210.40	c #Conflicts:     603000 | #Constraints:      35881
209.83/210.40	c #Conflicts:     604000 | #Constraints:      36881
209.83/210.40	c #Conflicts:     605000 | #Constraints:      37881
209.83/210.40	c #Conflicts:     606000 | #Constraints:      38881
209.83/210.40	c #Conflicts:     607000 | #Constraints:      39881
209.83/210.40	c INPROCESSING
209.83/210.40	c GARBAGE COLLECT
209.83/210.40	c #Conflicts:     608000 | #Constraints:      25364
209.83/210.40	c #Conflicts:     609000 | #Constraints:      26364
209.83/210.40	c #Conflicts:     610000 | #Constraints:      27364
209.83/210.40	c #Conflicts:     611000 | #Constraints:      28364
209.83/210.40	c #Conflicts:     612000 | #Constraints:      29364
209.83/210.40	c #Conflicts:     613000 | #Constraints:      30364
209.83/210.40	c #Conflicts:     614000 | #Constraints:      31364
209.83/210.40	c #Conflicts:     615000 | #Constraints:      32364
209.83/210.40	c #Conflicts:     616000 | #Constraints:      33364
209.83/210.40	c #Conflicts:     617000 | #Constraints:      34364
209.83/210.40	c #Conflicts:     618000 | #Constraints:      35364
209.83/210.40	c #Conflicts:     619000 | #Constraints:      36364
209.83/210.40	c #Conflicts:     620000 | #Constraints:      37364
209.83/210.40	c #Conflicts:     621000 | #Constraints:      38364
209.83/210.40	c #Conflicts:     622000 | #Constraints:      39364
209.83/210.40	c #Conflicts:     623000 | #Constraints:      40364
209.83/210.40	c INPROCESSING
209.83/210.40	c GARBAGE COLLECT
209.83/210.40	c #Conflicts:     624000 | #Constraints:      25740
209.83/210.40	c #Conflicts:     625000 | #Constraints:      26740
209.83/210.40	c #Conflicts:     626000 | #Constraints:      27741
235.87/236.57	c #Conflicts:     627000 | #Constraints:      28741
235.87/236.57	c #Conflicts:     628000 | #Constraints:      29741
235.87/236.57	c #Conflicts:     629000 | #Constraints:      30741
235.87/236.57	c #Conflicts:     630000 | #Constraints:      31741
235.87/236.57	c #Conflicts:     631000 | #Constraints:      32741
235.87/236.57	c #Conflicts:     632000 | #Constraints:      33741
235.87/236.57	c #Conflicts:     633000 | #Constraints:      34741
235.87/236.57	c #Conflicts:     634000 | #Constraints:      35741
235.87/236.57	c #Conflicts:     635000 | #Constraints:      36741
235.87/236.57	c #Conflicts:     636000 | #Constraints:      37741
235.87/236.57	c #Conflicts:     637000 | #Constraints:      38741
235.87/236.57	c #Conflicts:     638000 | #Constraints:      39741
235.87/236.57	c #Conflicts:     639000 | #Constraints:      40741
235.87/236.57	c INPROCESSING
235.87/236.57	c GARBAGE COLLECT
235.87/236.57	c #Conflicts:     640000 | #Constraints:      25893
235.87/236.57	c #Conflicts:     641000 | #Constraints:      26893
235.87/236.57	c #Conflicts:     642000 | #Constraints:      27893
235.87/236.57	c #Conflicts:     643000 | #Constraints:      28893
235.87/236.57	c #Conflicts:     644000 | #Constraints:      29893
235.87/236.57	c #Conflicts:     645000 | #Constraints:      30893
235.87/236.57	c #Conflicts:     646000 | #Constraints:      31894
235.87/236.57	c #Conflicts:     647000 | #Constraints:      32894
235.87/236.57	c #Conflicts:     648000 | #Constraints:      33894
235.87/236.57	c #Conflicts:     649000 | #Constraints:      34894
235.87/236.57	c #Conflicts:     650000 | #Constraints:      35894
235.87/236.57	c #Conflicts:     651000 | #Constraints:      36894
235.87/236.57	c #Conflicts:     652000 | #Constraints:      37894
235.87/236.57	c #Conflicts:     653000 | #Constraints:      38894
235.87/236.57	c #Conflicts:     654000 | #Constraints:      39894
235.87/236.57	c #Conflicts:     655000 | #Constraints:      40894
235.87/236.57	c INPROCESSING
235.87/236.57	c GARBAGE COLLECT
235.87/236.57	c #Conflicts:     656000 | #Constraints:      25927
235.87/236.57	c #Conflicts:     657000 | #Constraints:      26927
235.87/236.57	c #Conflicts:     658000 | #Constraints:      27927
235.87/236.57	c #Conflicts:     659000 | #Constraints:      28927
235.87/236.57	c #Conflicts:     660000 | #Constraints:      29927
235.87/236.57	c #Conflicts:     661000 | #Constraints:      30927
235.87/236.57	c #Conflicts:     662000 | #Constraints:      31927
235.87/236.57	c #Conflicts:     663000 | #Constraints:      32927
235.87/236.57	c #Conflicts:     664000 | #Constraints:      33927
235.87/236.57	c #Conflicts:     665000 | #Constraints:      34927
235.87/236.57	c #Conflicts:     666000 | #Constraints:      35927
235.87/236.57	c #Conflicts:     667000 | #Constraints:      36927
235.87/236.57	c #Conflicts:     668000 | #Constraints:      37927
235.87/236.57	c #Conflicts:     669000 | #Constraints:      38927
235.87/236.57	c #Conflicts:     670000 | #Constraints:      39927
235.87/236.57	c #Conflicts:     671000 | #Constraints:      40927
235.87/236.57	c INPROCESSING
235.87/236.57	c GARBAGE COLLECT
235.87/236.57	c #Conflicts:     672000 | #Constraints:      25695
235.87/236.57	c #Conflicts:     673000 | #Constraints:      26695
235.87/236.57	c #Conflicts:     674000 | #Constraints:      27695
235.87/236.57	c #Conflicts:     675000 | #Constraints:      28695
235.87/236.57	c #Conflicts:     676000 | #Constraints:      29840
235.87/236.57	c #Conflicts:     677000 | #Constraints:      30840
235.87/236.57	c #Conflicts:     678000 | #Constraints:      31840
235.87/236.57	c #Conflicts:     679000 | #Constraints:      32840
235.87/236.57	c #Conflicts:     680000 | #Constraints:      33840
235.87/236.57	c #Conflicts:     681000 | #Constraints:      34840
235.87/236.57	c #Conflicts:     682000 | #Constraints:      35840
235.87/236.57	c #Conflicts:     683000 | #Constraints:      36840
235.87/236.57	c #Conflicts:     684000 | #Constraints:      37840
235.87/236.57	c #Conflicts:     685000 | #Constraints:      38840
235.87/236.57	c #Conflicts:     686000 | #Constraints:      39840
235.87/236.57	c #Conflicts:     687000 | #Constraints:      40840
235.87/236.57	c #Conflicts:     688000 | #Constraints:      41840
235.87/236.57	c INPROCESSING
235.87/236.57	c GARBAGE COLLECT
235.87/236.57	c #Conflicts:     689000 | #Constraints:      26361
235.87/236.57	c #Conflicts:     690000 | #Constraints:      27361
235.87/236.57	c #Conflicts:     691000 | #Constraints:      28361
235.87/236.57	c #Conflicts:     692000 | #Constraints:      29361
235.87/236.57	c #Conflicts:     693000 | #Constraints:      30361
235.87/236.57	c #Conflicts:     694000 | #Constraints:      31361
235.87/236.57	c #Conflicts:     695000 | #Constraints:      32361
235.87/236.57	c #Conflicts:     696000 | #Constraints:      33361
235.87/236.57	c #Conflicts:     697000 | #Constraints:      34361
235.87/236.57	c #Conflicts:     698000 | #Constraints:      35361
235.87/236.57	c #Conflicts:     699000 | #Constraints:      36361
235.87/236.57	c #Conflicts:     700000 | #Constraints:      37361
235.87/236.57	c #Conflicts:     701000 | #Constraints:      38361
235.87/236.57	c #Conflicts:     702000 | #Constraints:      39361
272.77/273.58	c #Conflicts:     703000 | #Constraints:      40361
272.77/273.58	c #Conflicts:     704000 | #Constraints:      41361
272.77/273.58	c #Conflicts:     705000 | #Constraints:      42361
272.77/273.58	c INPROCESSING
272.77/273.58	c GARBAGE COLLECT
272.77/273.58	c #Conflicts:     706000 | #Constraints:      26738
272.77/273.58	c #Conflicts:     707000 | #Constraints:      27738
272.77/273.58	c #Conflicts:     708000 | #Constraints:      28738
272.77/273.58	c #Conflicts:     709000 | #Constraints:      29738
272.77/273.58	c #Conflicts:     710000 | #Constraints:      30738
272.77/273.58	c #Conflicts:     711000 | #Constraints:      31738
272.77/273.58	c #Conflicts:     712000 | #Constraints:      32738
272.77/273.58	c #Conflicts:     713000 | #Constraints:      33738
272.77/273.58	c #Conflicts:     714000 | #Constraints:      34738
272.77/273.58	c #Conflicts:     715000 | #Constraints:      35738
272.77/273.58	c #Conflicts:     716000 | #Constraints:      36738
272.77/273.58	c #Conflicts:     717000 | #Constraints:      37739
272.77/273.58	c #Conflicts:     718000 | #Constraints:      38739
272.77/273.58	c #Conflicts:     719000 | #Constraints:      39739
272.77/273.58	c #Conflicts:     720000 | #Constraints:      40739
272.77/273.58	c #Conflicts:     721000 | #Constraints:      41739
272.77/273.58	c #Conflicts:     722000 | #Constraints:      42739
272.77/273.58	c INPROCESSING
272.77/273.58	c GARBAGE COLLECT
272.77/273.58	c #Conflicts:     723000 | #Constraints:      26962
272.77/273.58	c #Conflicts:     724000 | #Constraints:      27962
272.77/273.58	c #Conflicts:     725000 | #Constraints:      28962
272.77/273.58	c #Conflicts:     726000 | #Constraints:      29962
272.77/273.58	c #Conflicts:     727000 | #Constraints:      30962
272.77/273.58	c #Conflicts:     728000 | #Constraints:      31962
272.77/273.58	c #Conflicts:     729000 | #Constraints:      32962
272.77/273.58	c #Conflicts:     730000 | #Constraints:      33962
272.77/273.58	c #Conflicts:     731000 | #Constraints:      34963
272.77/273.58	c #Conflicts:     732000 | #Constraints:      35966
272.77/273.58	c #Conflicts:     733000 | #Constraints:      36968
272.77/273.58	c #Conflicts:     734000 | #Constraints:      37969
272.77/273.58	c #Conflicts:     735000 | #Constraints:      38970
272.77/273.58	c #Conflicts:     736000 | #Constraints:      39970
272.77/273.58	c #Conflicts:     737000 | #Constraints:      40970
272.77/273.58	c #Conflicts:     738000 | #Constraints:      41970
272.77/273.58	c #Conflicts:     739000 | #Constraints:      42970
272.77/273.58	c INPROCESSING
272.77/273.58	c GARBAGE COLLECT
272.77/273.58	c #Conflicts:     740000 | #Constraints:      26923
272.77/273.58	c #Conflicts:     741000 | #Constraints:      27923
272.77/273.58	c #Conflicts:     742000 | #Constraints:      28923
272.77/273.58	c #Conflicts:     743000 | #Constraints:      29923
272.77/273.58	c #Conflicts:     744000 | #Constraints:      30923
272.77/273.58	c #Conflicts:     745000 | #Constraints:      31923
272.77/273.58	c #Conflicts:     746000 | #Constraints:      32923
272.77/273.58	c #Conflicts:     747000 | #Constraints:      33923
272.77/273.58	c #Conflicts:     748000 | #Constraints:      34923
272.77/273.58	c #Conflicts:     749000 | #Constraints:      35923
272.77/273.58	c #Conflicts:     750000 | #Constraints:      36923
272.77/273.58	c #Conflicts:     751000 | #Constraints:      37923
272.77/273.58	c #Conflicts:     752000 | #Constraints:      38923
272.77/273.58	c #Conflicts:     753000 | #Constraints:      39923
272.77/273.58	c #Conflicts:     754000 | #Constraints:      40923
272.77/273.58	c #Conflicts:     755000 | #Constraints:      41923
272.77/273.58	c #Conflicts:     756000 | #Constraints:      42923
272.77/273.58	c INPROCESSING
272.77/273.58	c GARBAGE COLLECT
272.77/273.58	c #Conflicts:     757000 | #Constraints:      26695
272.77/273.58	c #Conflicts:     758000 | #Constraints:      27695
272.77/273.58	c #Conflicts:     759000 | #Constraints:      28695
272.77/273.58	c #Conflicts:     760000 | #Constraints:      29695
272.77/273.58	c #Conflicts:     761000 | #Constraints:      30695
272.77/273.58	c #Conflicts:     762000 | #Constraints:      31695
272.77/273.58	c #Conflicts:     763000 | #Constraints:      32695
272.77/273.58	c #Conflicts:     764000 | #Constraints:      33695
272.77/273.58	c #Conflicts:     765000 | #Constraints:      34696
272.77/273.58	c #Conflicts:     766000 | #Constraints:      35696
272.77/273.58	c #Conflicts:     767000 | #Constraints:      36696
272.77/273.58	c #Conflicts:     768000 | #Constraints:      37696
272.77/273.58	c #Conflicts:     769000 | #Constraints:      38696
272.77/273.58	c #Conflicts:     770000 | #Constraints:      39696
272.77/273.58	c #Conflicts:     771000 | #Constraints:      40696
272.77/273.58	c #Conflicts:     772000 | #Constraints:      41696
272.77/273.58	c #Conflicts:     773000 | #Constraints:      42696
272.77/273.58	c #Conflicts:     774000 | #Constraints:      43696
272.77/273.58	c INPROCESSING
272.77/273.58	c GARBAGE COLLECT
272.77/273.58	c #Conflicts:     775000 | #Constraints:      27246
272.77/273.58	c #Conflicts:     776000 | #Constraints:      28246
272.77/273.58	c #Conflicts:     777000 | #Constraints:      29246
272.77/273.58	c #Conflicts:     778000 | #Constraints:      30246
300.90/301.79	c #Conflicts:     779000 | #Constraints:      31246
300.90/301.79	c #Conflicts:     780000 | #Constraints:      32246
300.90/301.79	c #Conflicts:     781000 | #Constraints:      33247
300.90/301.79	c #Conflicts:     782000 | #Constraints:      34247
300.90/301.79	c #Conflicts:     783000 | #Constraints:      35248
300.90/301.79	c #Conflicts:     784000 | #Constraints:      36248
300.90/301.79	c #Conflicts:     785000 | #Constraints:      37248
300.90/301.79	c #Conflicts:     786000 | #Constraints:      38248
300.90/301.79	c #Conflicts:     787000 | #Constraints:      39248
300.90/301.79	c #Conflicts:     788000 | #Constraints:      40248
300.90/301.79	c #Conflicts:     789000 | #Constraints:      41248
300.90/301.79	c #Conflicts:     790000 | #Constraints:      42249
300.90/301.79	c #Conflicts:     791000 | #Constraints:      43249
300.90/301.79	c #Conflicts:     792000 | #Constraints:      44249
300.90/301.79	c INPROCESSING
300.90/301.79	c GARBAGE COLLECT
300.90/301.79	c #Conflicts:     793000 | #Constraints:      27682
300.90/301.79	c #Conflicts:     794000 | #Constraints:      28682
300.90/301.79	c #Conflicts:     795000 | #Constraints:      29682
300.90/301.79	c #Conflicts:     796000 | #Constraints:      30682
300.90/301.79	c #Conflicts:     797000 | #Constraints:      31682
300.90/301.79	c #Conflicts:     798000 | #Constraints:      32682
300.90/301.79	c #Conflicts:     799000 | #Constraints:      33682
300.90/301.79	c #Conflicts:     800000 | #Constraints:      34682
300.90/301.79	c #Conflicts:     801000 | #Constraints:      35682
300.90/301.79	c #Conflicts:     802000 | #Constraints:      36682
300.90/301.79	c #Conflicts:     803000 | #Constraints:      37682
300.90/301.79	c #Conflicts:     804000 | #Constraints:      38682
300.90/301.79	c #Conflicts:     805000 | #Constraints:      39682
300.90/301.79	c #Conflicts:     806000 | #Constraints:      40682
300.90/301.79	c #Conflicts:     807000 | #Constraints:      41682
300.90/301.79	c #Conflicts:     808000 | #Constraints:      42682
300.90/301.79	c #Conflicts:     809000 | #Constraints:      43682
300.90/301.79	c #Conflicts:     810000 | #Constraints:      44682
300.90/301.79	c INPROCESSING
300.90/301.79	c GARBAGE COLLECT
300.90/301.79	c #Conflicts:     811000 | #Constraints:      27882
300.90/301.79	c #Conflicts:     812000 | #Constraints:      28882
300.90/301.79	c #Conflicts:     813000 | #Constraints:      29882
300.90/301.79	c #Conflicts:     814000 | #Constraints:      30882
300.90/301.79	c #Conflicts:     815000 | #Constraints:      31882
300.90/301.79	c #Conflicts:     816000 | #Constraints:      32882
300.90/301.79	c #Conflicts:     817000 | #Constraints:      33882
300.90/301.79	c #Conflicts:     818000 | #Constraints:      34882
300.90/301.79	c #Conflicts:     819000 | #Constraints:      35882
300.90/301.79	c #Conflicts:     820000 | #Constraints:      36882
300.90/301.79	c #Conflicts:     821000 | #Constraints:      37882
300.90/301.79	c #Conflicts:     822000 | #Constraints:      38882
300.90/301.79	c #Conflicts:     823000 | #Constraints:      39882
300.90/301.79	c #Conflicts:     824000 | #Constraints:      40882
300.90/301.79	c #Conflicts:     825000 | #Constraints:      41882
300.90/301.79	c #Conflicts:     826000 | #Constraints:      42882
300.90/301.79	c #Conflicts:     827000 | #Constraints:      43885
300.90/301.79	c #Conflicts:     828000 | #Constraints:      44886
300.90/301.79	c INPROCESSING
300.90/301.79	c GARBAGE COLLECT
300.90/301.79	c #Conflicts:     829000 | #Constraints:      27917
300.90/301.79	c #Conflicts:     830000 | #Constraints:      28917
300.90/301.79	c #Conflicts:     831000 | #Constraints:      29917
300.90/301.79	c #Conflicts:     832000 | #Constraints:      30917
300.90/301.79	c #Conflicts:     833000 | #Constraints:      31917
300.90/301.79	c #Conflicts:     834000 | #Constraints:      32917
300.90/301.79	c #Conflicts:     835000 | #Constraints:      33917
300.90/301.79	c #Conflicts:     836000 | #Constraints:      34917
300.90/301.79	c #Conflicts:     837000 | #Constraints:      35917
300.90/301.79	c #Conflicts:     838000 | #Constraints:      36917
300.90/301.79	c #Conflicts:     839000 | #Constraints:      37917
300.90/301.79	c #Conflicts:     840000 | #Constraints:      38917
300.90/301.79	c #Conflicts:     841000 | #Constraints:      39917
300.90/301.79	c #Conflicts:     842000 | #Constraints:      40917
300.90/301.79	c #Conflicts:     843000 | #Constraints:      41917
300.90/301.79	c #Conflicts:     844000 | #Constraints:      42917
300.90/301.79	c #Conflicts:     845000 | #Constraints:      43918
300.90/301.79	c #Conflicts:     846000 | #Constraints:      44918
300.90/301.79	c INPROCESSING
300.90/301.79	c GARBAGE COLLECT
300.90/301.79	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[53]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[79]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[137]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[145]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[173]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[209]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[253]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[285]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[332]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[437]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[475]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[525]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[526]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[582]: 6 0 1359 shouldn't be
300.90/301.79	WSVECS04 Frhs2[583]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[584]: 6 -951.171 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[612]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[613]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[673]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[701]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[715]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[728]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[967]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[983]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1011]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1026]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1049]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1100]: 6 -1.25005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1102]: 6 -2.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1110]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1130]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1143]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1145]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1150]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1151]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1154]: 6 -1.25004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1160]: 6 -1.25005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1176]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1179]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1181]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1186]: 6 -467.086 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1192]: 6 -14441.7 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1227]: 6 -0.500013 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1258]: 6 0 169.25 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1272]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1275]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1290]: 6 -0.625036 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1295]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1303]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1309]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1314]: 6 0 81.2344 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1320]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1333]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1343]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1382]: 6 -1362 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1403]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1416]: 6 -171 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1420]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1426]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1432]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1434]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1441]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1448]: 6 -0.875084 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1465]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1466]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1467]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1499]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1503]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1507]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1534]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1541]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1543]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1550]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1576]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1578]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1584]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1595]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1600]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1603]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1604]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1609]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1627]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1629]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1641]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1652]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1675]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1679]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1680]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1709]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1721]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1746]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1955]: 6 -1.25528 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1976]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1980]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1981]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1984]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1987]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1989]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1993]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1996]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1997]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2001]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2004]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2008]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2009]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2049]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2052]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2056]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2058]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2060]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2062]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2064]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2074]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2076]: 6 -5.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2077]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2087]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2101]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2108]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2114]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2126]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2142]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2160]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2162]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2174]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2178]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2184]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2186]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2189]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2191]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2202]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2203]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2206]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2223]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2233]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2234]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2241]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2254]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2275]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2289]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2292]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2296]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2302]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2305]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2328]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2337]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2339]: 6 -932.671 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2341]: 6 -960.948 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2360]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2361]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2364]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2365]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2367]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2372]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2375]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2377]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2379]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2382]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2384]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2388]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2394]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2398]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2422]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2423]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2425]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2426]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2430]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2448]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2455]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2458]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2462]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2467]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2475]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2480]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2481]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2484]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2487]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2489]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2494]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2495]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2512]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2513]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2515]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2519]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2521]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2523]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2525]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2526]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2527]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2552]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2556]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2557]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2562]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2564]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2576]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2580]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2581]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2584]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2586]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2587]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2590]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2592]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2600]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2620]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2621]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2622]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2624]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2644]: 6 0 1.00006 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2647]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2655]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2657]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2659]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2665]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2669]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2672]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2673]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2676]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2680]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2682]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2684]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2688]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2694]: 6 -1.25003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2701]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2702]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2705]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2709]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2715]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2718]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2720]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2722]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2741]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2744]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2746]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2748]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2758]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2759]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2763]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2766]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2770]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2772]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2774]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2778]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2779]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2784]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2785]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2790]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2796]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2801]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2805]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2807]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2809]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2815]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2824]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2826]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2829]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2833]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2835]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2843]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2846]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2850]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2853]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2864]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2865]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2868]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2872]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2876]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2877]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2880]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2908]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2916]: 6 0 1.37504 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2929]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2932]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2933]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2935]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2938]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2943]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2946]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2947]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2950]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2954]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2958]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2962]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2971]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2974]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2991]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[2995]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3001]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3026]: 6 -1365 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3030]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3035]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3059]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3061]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3069]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3077]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3081]: 6 -1.25009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3082]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3087]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3098]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3100]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3102]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3114]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3131]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3140]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3146]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3150]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3153]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3157]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3160]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3164]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3168]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3171]: 6 -1.31256 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3194]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3197]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3200]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3218]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3220]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3224]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3225]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3230]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3231]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3233]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3238]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3248]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3252]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3258]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3264]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3272]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3274]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3278]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3281]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3285]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3312]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3313]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3316]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3317]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3320]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3322]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3326]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3330]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3338]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3341]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3344]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3351]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3355]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3366]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3370]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3385]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3386]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3390]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3391]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3392]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3407]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3410]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3411]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3420]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3422]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3423]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3437]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3441]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3445]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3448]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3449]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3453]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3456]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3466]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3468]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3480]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3485]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3487]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3488]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3506]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3508]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3510]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3512]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3518]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3521]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3523]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3530]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3534]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3536]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3543]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3547]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3551]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3575]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3588]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3595]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3599]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3603]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3610]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3614]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3636]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3641]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3644]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3646]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3650]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3651]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3659]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3670]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3680]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3681]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3683]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3690]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3691]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3693]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3695]: 6 0 13480.5 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3696]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3697]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3700]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3713]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3717]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3729]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3732]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3769]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3772]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3774]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3782]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3786]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3788]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3789]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3798]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3803]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3807]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3809]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3820]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3828]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3836]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3837]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3846]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3853]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3854]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3862]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3863]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3870]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3882]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3888]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3890]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3894]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3899]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3902]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3904]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3906]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3912]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3918]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3920]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3922]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3924]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3926]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3927]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3930]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3933]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3940]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3942]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3943]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3950]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3955]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3956]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3957]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3961]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3962]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3965]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3968]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3976]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3977]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3980]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3982]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3984]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3986]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3994]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[3998]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4002]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4006]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4008]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4013]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4016]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4020]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4021]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4024]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4028]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4029]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4039]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4041]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4043]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4044]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4045]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4048]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4050]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4057]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4066]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4070]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4072]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4074]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4076]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4085]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4089]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4094]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4098]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4101]: 6 -1.00009 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4105]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4109]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4118]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4120]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4124]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4128]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4203]: 6 -1.00006 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4232]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4233]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4234]: 6 -1.00005 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4235]: 6 -1.00008 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4236]: 6 -1.00002 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4237]: 6 -1.0001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4238]: 6 -1.00001 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4239]: 6 -1.00003 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4273]: 6 -1.00004 0 shouldn't be
300.90/301.79	WSVECS04 Frhs2[4274]: 6 -1.00008 0 shouldn't be
328.25/329.17	c #Conflicts:     847000 | #Constraints:      27675
328.25/329.17	c #Conflicts:     848000 | #Constraints:      28675
328.25/329.17	c #Conflicts:     849000 | #Constraints:      29675
328.25/329.17	c #Conflicts:     850000 | #Constraints:      30675
328.25/329.17	c #Conflicts:     851000 | #Constraints:      31675
328.25/329.17	c #Conflicts:     852000 | #Constraints:      32675
328.25/329.17	c #Conflicts:     853000 | #Constraints:      33676
328.25/329.17	c #Conflicts:     854000 | #Constraints:      34676
328.25/329.17	c #Conflicts:     855000 | #Constraints:      35676
328.25/329.17	c #Conflicts:     856000 | #Constraints:      36676
328.25/329.17	c #Conflicts:     857000 | #Constraints:      37676
328.25/329.17	c #Conflicts:     858000 | #Constraints:      38676
328.25/329.17	c #Conflicts:     859000 | #Constraints:      39676
328.25/329.17	c #Conflicts:     860000 | #Constraints:      40676
328.25/329.17	c #Conflicts:     861000 | #Constraints:      41676
328.25/329.17	c #Conflicts:     862000 | #Constraints:      42677
328.25/329.17	c #Conflicts:     863000 | #Constraints:      43677
328.25/329.17	c #Conflicts:     864000 | #Constraints:      44677
328.25/329.17	c #Conflicts:     865000 | #Constraints:      45677
328.25/329.17	c INPROCESSING
328.25/329.17	c GARBAGE COLLECT
328.25/329.17	c #Conflicts:     866000 | #Constraints:      28242
328.25/329.17	c #Conflicts:     867000 | #Constraints:      29242
328.25/329.17	c #Conflicts:     868000 | #Constraints:      30242
328.25/329.17	c #Conflicts:     869000 | #Constraints:      31242
328.25/329.17	c #Conflicts:     870000 | #Constraints:      32242
328.25/329.17	c #Conflicts:     871000 | #Constraints:      33242
328.25/329.17	c #Conflicts:     872000 | #Constraints:      34242
328.25/329.17	c #Conflicts:     873000 | #Constraints:      35242
328.25/329.17	c #Conflicts:     874000 | #Constraints:      36242
328.25/329.17	c #Conflicts:     875000 | #Constraints:      37242
328.25/329.17	c #Conflicts:     876000 | #Constraints:      38242
328.25/329.17	c #Conflicts:     877000 | #Constraints:      39242
328.25/329.17	c #Conflicts:     878000 | #Constraints:      40242
328.25/329.17	c #Conflicts:     879000 | #Constraints:      41242
328.25/329.17	c #Conflicts:     880000 | #Constraints:      42242
328.25/329.17	c #Conflicts:     881000 | #Constraints:      43242
328.25/329.17	c #Conflicts:     882000 | #Constraints:      44242
328.25/329.17	c #Conflicts:     883000 | #Constraints:      45242
328.25/329.17	c #Conflicts:     884000 | #Constraints:      46242
328.25/329.17	c INPROCESSING
328.25/329.17	c GARBAGE COLLECT
328.25/329.17	c #Conflicts:     885000 | #Constraints:      28730
328.25/329.17	c #Conflicts:     886000 | #Constraints:      29730
328.25/329.17	c #Conflicts:     887000 | #Constraints:      30730
328.25/329.17	c #Conflicts:     888000 | #Constraints:      31730
328.25/329.17	c #Conflicts:     889000 | #Constraints:      32730
328.25/329.17	c #Conflicts:     890000 | #Constraints:      33730
328.25/329.17	c #Conflicts:     891000 | #Constraints:      34730
328.25/329.17	c #Conflicts:     892000 | #Constraints:      35730
328.25/329.17	c #Conflicts:     893000 | #Constraints:      36730
328.25/329.17	c #Conflicts:     894000 | #Constraints:      37730
328.25/329.17	c #Conflicts:     895000 | #Constraints:      38730
328.25/329.17	c #Conflicts:     896000 | #Constraints:      39730
328.25/329.17	c #Conflicts:     897000 | #Constraints:      40730
328.25/329.17	c #Conflicts:     898000 | #Constraints:      41730
328.25/329.17	c #Conflicts:     899000 | #Constraints:      42730
328.25/329.17	c #Conflicts:     900000 | #Constraints:      43730
328.25/329.17	c #Conflicts:     901000 | #Constraints:      44731
328.25/329.17	c #Conflicts:     902000 | #Constraints:      45731
328.25/329.17	c #Conflicts:     903000 | #Constraints:      46731
328.25/329.17	c INPROCESSING
328.25/329.17	c GARBAGE COLLECT
328.25/329.17	c #Conflicts:     904000 | #Constraints:      28919
328.25/329.17	c #Conflicts:     905000 | #Constraints:      29919
328.25/329.17	c #Conflicts:     906000 | #Constraints:      30919
328.25/329.17	c #Conflicts:     907000 | #Constraints:      31919
328.25/329.17	c #Conflicts:     908000 | #Constraints:      32919
328.25/329.17	c #Conflicts:     909000 | #Constraints:      33919
328.25/329.17	c #Conflicts:     910000 | #Constraints:      34919
328.25/329.17	c #Conflicts:     911000 | #Constraints:      35919
328.25/329.17	c #Conflicts:     912000 | #Constraints:      36919
328.25/329.17	c #Conflicts:     913000 | #Constraints:      37919
328.25/329.17	c #Conflicts:     914000 | #Constraints:      38919
328.25/329.17	c #Conflicts:     915000 | #Constraints:      39919
328.25/329.17	c #Conflicts:     916000 | #Constraints:      40919
328.25/329.17	c #Conflicts:     917000 | #Constraints:      41919
328.25/329.17	c #Conflicts:     918000 | #Constraints:      42920
328.25/329.17	c #Conflicts:     919000 | #Constraints:      43920
328.25/329.17	c #Conflicts:     920000 | #Constraints:      44920
328.25/329.17	c #Conflicts:     921000 | #Constraints:      45920
328.25/329.17	c #Conflicts:     922000 | #Constraints:      46920
328.25/329.17	c INPROCESSING
328.25/329.17	c GARBAGE COLLECT
328.25/329.17	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[26]: 6 -5.11231 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[28]: 6 -3.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[42]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[56]: 6 -2.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[65]: 6 -3.76172 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[87]: 6 -1.67188 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[119]: 6 -2.625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[120]: 6 -3.19238 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[121]: 6 -3.75 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[122]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[123]: 6 -1.55664 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[129]: 6 -3.86133 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[157]: 6 0 2.28125 shouldn't be
328.25/329.17	WSVECS04 Frhs2[159]: 6 -2.75 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[160]: 6 0 0.250001 shouldn't be
328.25/329.17	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[162]: 6 -2.76172 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[193]: 6 -1.09961 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[225]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[278]: 6 -1.22949 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[296]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[418]: 6 -2.76172 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[476]: 6 -0.144532 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[510]: 6 0 0.250001 shouldn't be
328.25/329.17	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[567]: 6 -2.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[568]: 6 0 0.25 shouldn't be
328.25/329.17	WSVECS04 Frhs2[597]: 6 0 0.78125 shouldn't be
328.25/329.17	WSVECS04 Frhs2[605]: 6 -3.125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[641]: 6 -1.09961 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[672]: 6 -2.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[674]: 6 -2.76172 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[694]: 6 -2.78125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[732]: 6 0 0.156251 shouldn't be
328.25/329.17	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[964]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1057]: 6 0 2.625 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1090]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1110]: 6 0 13.6484 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1114]: 6 -1.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1115]: 6 -2.8125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1121]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1130]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1152]: 6 -1.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1174]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1175]: 6 -2.8125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1180]: 6 -1.625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1182]: 6 -10.6201 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1196]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1201]: 6 -1.78125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1204]: 6 -2.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1207]: 6 0 1.90625 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1217]: 6 -0.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1239]: 6 -1.09375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1246]: 6 -2.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1268]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1269]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1279]: 6 -0.750001 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1280]: 6 -0.75 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1288]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1302]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1314]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1346]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1366]: 6 -1.40625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1367]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1368]: 6 -1.67969 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1375]: 6 -0.750001 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1379]: 6 0 2.76172 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1398]: 6 -1.9375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1399]: 6 0 1.66992 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1404]: 6 -1.375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1426]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1438]: 6 -1.32813 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1440]: 6 -3.27979 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1464]: 6 -1.42188 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1465]: 6 0 0.889161 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1466]: 6 0 1.3125 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1468]: 6 -2.45703 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1469]: 6 -0.75 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1482]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1495]: 6 0 1.67188 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1533]: 6 -3 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1534]: 6 -2.98438 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1537]: 6 -5.82189 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1559]: 6 -1.32813 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1560]: 6 -0.968751 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1564]: 6 -2.2323 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1603]: 6 -1.39844 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1623]: 6 -1.375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1627]: 6 -2.53881 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1628]: 6 -3.23608 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1631]: 6 -1.45313 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1651]: 6 -1.375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1673]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1675]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1685]: 6 -1.00573 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1702]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1706]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2009]: 6 -249.875 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2110]: 6 -5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2111]: 6 -5.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2142]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2198]: 6 0 2 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2200]: 6 -122.438 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2239]: 6 0 7.65723 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2299]: 6 -10.583 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2302]: 6 -35.6289 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2328]: 6 -1.17188 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2379]: 6 -1.16406 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2421]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2425]: 6 -2.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2426]: 6 -1.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2474]: 6 -1.5625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2476]: 6 0 1.75 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2494]: 6 -15.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2523]: 6 -1.32813 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2524]: 6 -1.65625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2526]: 6 -1.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2580]: 6 -1.65625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2618]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2621]: 6 -1.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2627]: 6 -6.52344 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2667]: 6 -1.33301 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2764]: 6 -1.40625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2784]: 6 -23 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2790]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2792]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2815]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2868]: 6 -0.335938 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2874]: 6 -10.5625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2910]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2953]: 6 -0.062501 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2955]: 6 -3.21289 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2968]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2974]: 6 -3 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3054]: 6 0 1.25 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3064]: 6 -5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3070]: 6 -5.375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3104]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3105]: 6 -3.19922 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3147]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3240]: 6 -1.33008 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3241]: 6 -1.33008 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3258]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3262]: 6 -9 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3344]: 6 -10.1221 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3348]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3352]: 6 -9.6875 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3355]: 6 -2.46875 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3358]: 6 -6 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3393]: 6 -8.52344 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3448]: 6 0 1 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3482]: 6 -1.33203 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3486]: 6 -1.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3487]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3488]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3530]: 6 -1.33301 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3582]: 6 -1.3125 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3584]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3587]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3591]: 6 -4.59375 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3680]: 6 -0.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3737]: 6 -1.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3740]: 6 -0.500001 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3744]: 6 -3 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3765]: 6 -1.0625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3836]: 6 -0.75 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3872]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3918]: 6 -1.21588 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3928]: 6 -2.40625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3932]: 6 -11.625 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3934]: 6 -1.75932 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3966]: 6 -1.25 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3967]: 6 -0.5 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4010]: 6 -1.03226 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4016]: 6 -5.24597 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4029]: 6 -2 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4235]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
328.25/329.17	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
377.50/378.51	c #Conflicts:     923000 | #Constraints:      28898
377.50/378.51	c #Conflicts:     924000 | #Constraints:      29898
377.50/378.51	c #Conflicts:     925000 | #Constraints:      30898
377.50/378.51	c #Conflicts:     926000 | #Constraints:      31898
377.50/378.51	c #Conflicts:     927000 | #Constraints:      32898
377.50/378.51	c #Conflicts:     928000 | #Constraints:      33898
377.50/378.51	c #Conflicts:     929000 | #Constraints:      34898
377.50/378.51	c #Conflicts:     930000 | #Constraints:      35898
377.50/378.51	c #Conflicts:     931000 | #Constraints:      36898
377.50/378.51	c #Conflicts:     932000 | #Constraints:      37898
377.50/378.51	c #Conflicts:     933000 | #Constraints:      38898
377.50/378.51	c #Conflicts:     934000 | #Constraints:      39898
377.50/378.51	c #Conflicts:     935000 | #Constraints:      40898
377.50/378.51	c #Conflicts:     936000 | #Constraints:      41898
377.50/378.51	c #Conflicts:     937000 | #Constraints:      42898
377.50/378.51	c #Conflicts:     938000 | #Constraints:      43898
377.50/378.51	c #Conflicts:     939000 | #Constraints:      44898
377.50/378.51	c #Conflicts:     940000 | #Constraints:      45898
377.50/378.51	c #Conflicts:     941000 | #Constraints:      46898
377.50/378.51	c INPROCESSING
377.50/378.51	c GARBAGE COLLECT
377.50/378.51	c #Conflicts:     942000 | #Constraints:      28694
377.50/378.51	c #Conflicts:     943000 | #Constraints:      29694
377.50/378.51	c #Conflicts:     944000 | #Constraints:      30694
377.50/378.51	c #Conflicts:     945000 | #Constraints:      31694
377.50/378.51	c #Conflicts:     946000 | #Constraints:      32694
377.50/378.51	c #Conflicts:     947000 | #Constraints:      33694
377.50/378.51	c #Conflicts:     948000 | #Constraints:      34694
377.50/378.51	c #Conflicts:     949000 | #Constraints:      35694
377.50/378.51	c #Conflicts:     950000 | #Constraints:      36694
377.50/378.51	c #Conflicts:     951000 | #Constraints:      37694
377.50/378.51	c #Conflicts:     952000 | #Constraints:      38694
377.50/378.51	c #Conflicts:     953000 | #Constraints:      39694
377.50/378.51	c #Conflicts:     954000 | #Constraints:      40694
377.50/378.51	c #Conflicts:     955000 | #Constraints:      41694
377.50/378.51	c #Conflicts:     956000 | #Constraints:      42694
377.50/378.51	c #Conflicts:     957000 | #Constraints:      43694
377.50/378.51	c #Conflicts:     958000 | #Constraints:      44694
377.50/378.51	c #Conflicts:     959000 | #Constraints:      45694
377.50/378.51	c #Conflicts:     960000 | #Constraints:      46694
377.50/378.51	c #Conflicts:     961000 | #Constraints:      47694
377.50/378.51	c INPROCESSING
377.50/378.51	c GARBAGE COLLECT
377.50/378.51	c #Conflicts:     962000 | #Constraints:      29308
377.50/378.51	c #Conflicts:     963000 | #Constraints:      30308
377.50/378.51	c #Conflicts:     964000 | #Constraints:      31308
377.50/378.51	c #Conflicts:     965000 | #Constraints:      32308
377.50/378.51	c #Conflicts:     966000 | #Constraints:      33308
377.50/378.51	c #Conflicts:     967000 | #Constraints:      34308
377.50/378.51	c #Conflicts:     968000 | #Constraints:      35308
377.50/378.51	c #Conflicts:     969000 | #Constraints:      36308
377.50/378.51	c #Conflicts:     970000 | #Constraints:      37308
377.50/378.51	c #Conflicts:     971000 | #Constraints:      38308
377.50/378.51	c #Conflicts:     972000 | #Constraints:      39308
377.50/378.51	c #Conflicts:     973000 | #Constraints:      40309
377.50/378.51	c #Conflicts:     974000 | #Constraints:      41309
377.50/378.51	c #Conflicts:     975000 | #Constraints:      42309
377.50/378.51	c #Conflicts:     976000 | #Constraints:      43309
377.50/378.51	c #Conflicts:     977000 | #Constraints:      44309
377.50/378.51	c #Conflicts:     978000 | #Constraints:      45309
377.50/378.51	c #Conflicts:     979000 | #Constraints:      46309
377.50/378.51	c #Conflicts:     980000 | #Constraints:      47309
377.50/378.51	c #Conflicts:     981000 | #Constraints:      48309
377.50/378.51	c INPROCESSING
377.50/378.51	c GARBAGE COLLECT
377.50/378.51	c #Conflicts:     982000 | #Constraints:      29738
377.50/378.51	c #Conflicts:     983000 | #Constraints:      30739
377.50/378.51	c #Conflicts:     984000 | #Constraints:      31739
377.50/378.51	c #Conflicts:     985000 | #Constraints:      32739
377.50/378.51	c #Conflicts:     986000 | #Constraints:      33739
377.50/378.51	c #Conflicts:     987000 | #Constraints:      34739
377.50/378.51	c #Conflicts:     988000 | #Constraints:      35739
377.50/378.51	c #Conflicts:     989000 | #Constraints:      36739
377.50/378.51	c #Conflicts:     990000 | #Constraints:      37739
377.50/378.51	c #Conflicts:     991000 | #Constraints:      38739
377.50/378.51	c #Conflicts:     992000 | #Constraints:      39739
377.50/378.51	c #Conflicts:     993000 | #Constraints:      40739
377.50/378.51	c #Conflicts:     994000 | #Constraints:      41739
377.50/378.51	c #Conflicts:     995000 | #Constraints:      42739
377.50/378.51	c #Conflicts:     996000 | #Constraints:      43739
377.50/378.51	c #Conflicts:     997000 | #Constraints:      44739
377.50/378.51	c #Conflicts:     998000 | #Constraints:      45739
377.50/378.51	c #Conflicts:     999000 | #Constraints:      46739
428.24/429.45	c #Conflicts:    1000000 | #Constraints:      47739
428.24/429.45	c #Conflicts:    1001000 | #Constraints:      48739
428.24/429.45	c INPROCESSING
428.24/429.45	c GARBAGE COLLECT
428.24/429.45	c #Conflicts:    1002000 | #Constraints:      29937
428.24/429.45	c #Conflicts:    1003000 | #Constraints:      30937
428.24/429.45	c #Conflicts:    1004000 | #Constraints:      31937
428.24/429.45	c #Conflicts:    1005000 | #Constraints:      32937
428.24/429.45	c #Conflicts:    1006000 | #Constraints:      33937
428.24/429.45	c #Conflicts:    1007000 | #Constraints:      34937
428.24/429.45	c #Conflicts:    1008000 | #Constraints:      35937
428.24/429.45	c #Conflicts:    1009000 | #Constraints:      36937
428.24/429.45	c #Conflicts:    1010000 | #Constraints:      37937
428.24/429.45	c #Conflicts:    1011000 | #Constraints:      38937
428.24/429.45	c #Conflicts:    1012000 | #Constraints:      39937
428.24/429.45	c #Conflicts:    1013000 | #Constraints:      40937
428.24/429.45	c #Conflicts:    1014000 | #Constraints:      41937
428.24/429.45	c #Conflicts:    1015000 | #Constraints:      42937
428.24/429.45	c #Conflicts:    1016000 | #Constraints:      43937
428.24/429.45	c #Conflicts:    1017000 | #Constraints:      44937
428.24/429.45	c #Conflicts:    1018000 | #Constraints:      45937
428.24/429.45	c #Conflicts:    1019000 | #Constraints:      46937
428.24/429.45	c #Conflicts:    1020000 | #Constraints:      47937
428.24/429.45	c #Conflicts:    1021000 | #Constraints:      48937
428.24/429.45	c INPROCESSING
428.24/429.45	c GARBAGE COLLECT
428.24/429.45	c #Conflicts:    1022000 | #Constraints:      29952
428.24/429.45	c #Conflicts:    1023000 | #Constraints:      30952
428.24/429.45	c #Conflicts:    1024000 | #Constraints:      31953
428.24/429.45	c #Conflicts:    1025000 | #Constraints:      32953
428.24/429.45	c #Conflicts:    1026000 | #Constraints:      33953
428.24/429.45	c #Conflicts:    1027000 | #Constraints:      34953
428.24/429.45	c #Conflicts:    1028000 | #Constraints:      35953
428.24/429.45	c #Conflicts:    1029000 | #Constraints:      36953
428.24/429.45	c #Conflicts:    1030000 | #Constraints:      37953
428.24/429.45	c #Conflicts:    1031000 | #Constraints:      38953
428.24/429.45	c #Conflicts:    1032000 | #Constraints:      39953
428.24/429.45	c #Conflicts:    1033000 | #Constraints:      41276
428.24/429.45	c #Conflicts:    1034000 | #Constraints:      42806
428.24/429.45	c #Conflicts:    1035000 | #Constraints:      44299
428.24/429.45	c #Conflicts:    1036000 | #Constraints:      45835
428.24/429.45	c #Conflicts:    1037000 | #Constraints:      46949
428.24/429.45	c #Conflicts:    1038000 | #Constraints:      47949
428.24/429.45	c #Conflicts:    1039000 | #Constraints:      48949
428.24/429.45	c #Conflicts:    1040000 | #Constraints:      49949
428.24/429.45	c #Conflicts:    1041000 | #Constraints:      50949
428.24/429.45	c INPROCESSING
428.24/429.45	c GARBAGE COLLECT
428.24/429.45	c #Conflicts:    1042000 | #Constraints:      30755
428.24/429.45	c #Conflicts:    1043000 | #Constraints:      31755
428.24/429.45	c #Conflicts:    1044000 | #Constraints:      32755
428.24/429.45	c #Conflicts:    1045000 | #Constraints:      33755
428.24/429.45	c #Conflicts:    1046000 | #Constraints:      34755
428.24/429.45	c #Conflicts:    1047000 | #Constraints:      35755
428.24/429.45	c #Conflicts:    1048000 | #Constraints:      36755
428.24/429.45	c #Conflicts:    1049000 | #Constraints:      37755
428.24/429.45	c #Conflicts:    1050000 | #Constraints:      38755
428.24/429.45	c #Conflicts:    1051000 | #Constraints:      39755
428.24/429.45	c #Conflicts:    1052000 | #Constraints:      40755
428.24/429.45	c #Conflicts:    1053000 | #Constraints:      41755
428.24/429.45	c #Conflicts:    1054000 | #Constraints:      42755
428.24/429.45	c #Conflicts:    1055000 | #Constraints:      43755
428.24/429.45	c #Conflicts:    1056000 | #Constraints:      44755
428.24/429.45	c #Conflicts:    1057000 | #Constraints:      45756
428.24/429.45	c #Conflicts:    1058000 | #Constraints:      46756
428.24/429.45	c #Conflicts:    1059000 | #Constraints:      47756
428.24/429.45	c #Conflicts:    1060000 | #Constraints:      48756
428.24/429.45	c #Conflicts:    1061000 | #Constraints:      49756
428.24/429.45	c #Conflicts:    1062000 | #Constraints:      50756
428.24/429.45	c INPROCESSING
428.24/429.45	c GARBAGE COLLECT
428.24/429.45	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[22]: 6 -1.1875 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[28]: 6 -2.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[100]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[126]: 6 -7.22168 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[182]: 6 0 0.16419 shouldn't be
428.24/429.45	WSVECS04 Frhs2[194]: 6 -2 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[285]: 6 -4.91626 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[341]: 6 -4 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[402]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[539]: 6 -2.41657 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[541]: 6 -5.91626 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[545]: 6 -2 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[637]: 6 -3.91626 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[725]: 6 -4.11426 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[734]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1075]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1081]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1086]: 6 -1.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1117]: 6 -1.01563 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1121]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1151]: 6 -1.8125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1171]: 6 -1.23895 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1206]: 6 -2.56306 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1232]: 6 0 1.36426 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1237]: 6 -1.33203 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1269]: 6 -3.69238 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1287]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1299]: 6 -1.33203 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1347]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1361]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1365]: 6 -0.773438 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1371]: 6 -2.5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1396]: 6 -1.06773 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1409]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1429]: 6 0 0.322298 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1458]: 6 -1.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1460]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1471]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1496]: 6 0 3.25 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1497]: 6 -0.75 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1500]: 6 -1.7477 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1530]: 6 -2 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1538]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1557]: 6 -0.277385 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1565]: 6 -1.54688 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1569]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1590]: 6 -3.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1604]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1622]: 6 -1.29422 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[1994]: 6 -26.1641 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2003]: 6 0 0.416566 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2009]: 6 -16.665 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2090]: 6 -1.29199 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2091]: 6 -1.29199 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2198]: 6 0 2 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2286]: 6 -0.75 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2337]: 6 0 1 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2339]: 6 -5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2375]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2382]: 6 -0.625001 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2394]: 6 -14.415 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2396]: 6 -23.8301 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2426]: 6 -1.32813 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2477]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2517]: 6 0 1.36426 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2526]: 6 -1.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2527]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2566]: 6 0 1.36426 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2568]: 6 -1.33325 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2778]: 6 -1.24748 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2782]: 6 -0.0100612 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2854]: 6 -1.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2855]: 6 -1.3125 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2875]: 6 -4.29688 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2908]: 6 -0.34375 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2970]: 6 -10.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3044]: 6 -1.32438 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3068]: 6 -36.5801 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3098]: 6 -1.32256 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3145]: 6 -6.5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3148]: 6 -1.33064 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3236]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3237]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3248]: 6 -1.5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3258]: 6 0 0.0725613 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3344]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3436]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3444]: 6 0 1 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3536]: 6 -2.25407 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3542]: 6 -26.9674 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3552]: 6 -5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3627]: 6 -3.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3680]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3720]: 6 0 2 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3728]: 6 -8.89711 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3738]: 6 -16.2925 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3826]: 6 -5 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3836]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3864]: 6 -1.57617 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3912]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4010]: 6 -1.21875 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4078]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4112]: 6 -1.25 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
428.24/429.45	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
486.98/488.33	c #Conflicts:    1063000 | #Constraints:      30858
486.98/488.33	c #Conflicts:    1064000 | #Constraints:      31858
486.98/488.33	c #Conflicts:    1065000 | #Constraints:      32858
486.98/488.33	c #Conflicts:    1066000 | #Constraints:      33858
486.98/488.33	c #Conflicts:    1067000 | #Constraints:      34859
486.98/488.33	c #Conflicts:    1068000 | #Constraints:      35859
486.98/488.33	c #Conflicts:    1069000 | #Constraints:      36859
486.98/488.33	c #Conflicts:    1070000 | #Constraints:      37859
486.98/488.33	c #Conflicts:    1071000 | #Constraints:      38859
486.98/488.33	c #Conflicts:    1072000 | #Constraints:      39859
486.98/488.33	c #Conflicts:    1073000 | #Constraints:      40859
486.98/488.33	c #Conflicts:    1074000 | #Constraints:      41859
486.98/488.33	c #Conflicts:    1075000 | #Constraints:      42859
486.98/488.33	c #Conflicts:    1076000 | #Constraints:      43859
486.98/488.33	c #Conflicts:    1077000 | #Constraints:      44859
486.98/488.33	c #Conflicts:    1078000 | #Constraints:      45859
486.98/488.33	c #Conflicts:    1079000 | #Constraints:      46984
486.98/488.33	c #Conflicts:    1080000 | #Constraints:      48305
486.98/488.33	c #Conflicts:    1081000 | #Constraints:      49305
486.98/488.33	c #Conflicts:    1082000 | #Constraints:      50305
486.98/488.33	c #Conflicts:    1083000 | #Constraints:      51305
486.98/488.33	c INPROCESSING
486.98/488.33	c GARBAGE COLLECT
486.98/488.33	c #Conflicts:    1084000 | #Constraints:      31213
486.98/488.33	c #Conflicts:    1085000 | #Constraints:      32213
486.98/488.33	c #Conflicts:    1086000 | #Constraints:      33213
486.98/488.33	c #Conflicts:    1087000 | #Constraints:      34213
486.98/488.33	c #Conflicts:    1088000 | #Constraints:      35214
486.98/488.33	c #Conflicts:    1089000 | #Constraints:      36214
486.98/488.33	c #Conflicts:    1090000 | #Constraints:      37214
486.98/488.33	c #Conflicts:    1091000 | #Constraints:      38214
486.98/488.33	c #Conflicts:    1092000 | #Constraints:      39214
486.98/488.33	c #Conflicts:    1093000 | #Constraints:      40214
486.98/488.33	c #Conflicts:    1094000 | #Constraints:      41214
486.98/488.33	c #Conflicts:    1095000 | #Constraints:      42214
486.98/488.33	c #Conflicts:    1096000 | #Constraints:      43214
486.98/488.33	c #Conflicts:    1097000 | #Constraints:      44214
486.98/488.33	c #Conflicts:    1098000 | #Constraints:      45214
486.98/488.33	c #Conflicts:    1099000 | #Constraints:      46215
486.98/488.33	c #Conflicts:    1100000 | #Constraints:      47215
486.98/488.33	c #Conflicts:    1101000 | #Constraints:      48215
486.98/488.33	c #Conflicts:    1102000 | #Constraints:      49215
486.98/488.33	c #Conflicts:    1103000 | #Constraints:      50215
486.98/488.33	c #Conflicts:    1104000 | #Constraints:      51215
486.98/488.33	c INPROCESSING
486.98/488.33	c GARBAGE COLLECT
486.98/488.33	c #Conflicts:    1105000 | #Constraints:      31185
486.98/488.33	c #Conflicts:    1106000 | #Constraints:      32185
486.98/488.33	c #Conflicts:    1107000 | #Constraints:      33186
486.98/488.33	c #Conflicts:    1108000 | #Constraints:      34186
486.98/488.33	c #Conflicts:    1109000 | #Constraints:      35186
486.98/488.33	c #Conflicts:    1110000 | #Constraints:      36186
486.98/488.33	c #Conflicts:    1111000 | #Constraints:      37186
486.98/488.33	c #Conflicts:    1112000 | #Constraints:      38186
486.98/488.33	c #Conflicts:    1113000 | #Constraints:      39186
486.98/488.33	c #Conflicts:    1114000 | #Constraints:      40186
486.98/488.33	c #Conflicts:    1115000 | #Constraints:      41186
486.98/488.33	c #Conflicts:    1116000 | #Constraints:      42186
486.98/488.33	c #Conflicts:    1117000 | #Constraints:      43186
486.98/488.33	c #Conflicts:    1118000 | #Constraints:      44186
486.98/488.33	c #Conflicts:    1119000 | #Constraints:      45186
486.98/488.33	c #Conflicts:    1120000 | #Constraints:      46186
486.98/488.33	c #Conflicts:    1121000 | #Constraints:      47186
486.98/488.33	c #Conflicts:    1122000 | #Constraints:      48186
486.98/488.33	c #Conflicts:    1123000 | #Constraints:      49186
486.98/488.33	c #Conflicts:    1124000 | #Constraints:      50186
486.98/488.33	c #Conflicts:    1125000 | #Constraints:      51186
486.98/488.33	c INPROCESSING
486.98/488.33	c GARBAGE COLLECT
486.98/488.33	c #Conflicts:    1126000 | #Constraints:      31094
486.98/488.33	c #Conflicts:    1127000 | #Constraints:      32094
486.98/488.33	c #Conflicts:    1128000 | #Constraints:      33094
486.98/488.33	c #Conflicts:    1129000 | #Constraints:      34095
486.98/488.33	c #Conflicts:    1130000 | #Constraints:      35095
486.98/488.33	c #Conflicts:    1131000 | #Constraints:      36095
486.98/488.33	c #Conflicts:    1132000 | #Constraints:      37095
486.98/488.33	c #Conflicts:    1133000 | #Constraints:      38095
486.98/488.33	c #Conflicts:    1134000 | #Constraints:      39095
486.98/488.33	c #Conflicts:    1135000 | #Constraints:      40095
486.98/488.33	c #Conflicts:    1136000 | #Constraints:      41095
486.98/488.33	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[72]: 6 -0.999994 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[111]: 6 -1.00059 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[262]: 6 0 1.25 shouldn't be
486.98/488.33	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[614]: 6 -2.25 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[708]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1158]: 6 -0.4375 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1188]: 6 -1.17188 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1190]: 6 -1.3125 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2167]: 6 -1.00059 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2442]: 6 -5 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2596]: 6 -1.25 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2693]: 6 -0.375001 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2721]: 6 -1.17188 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3461]: 6 0 0.25 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3500]: 6 -15 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
486.98/488.33	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
515.71/517.17	c #Conflicts:    1137000 | #Constraints:      42095
515.71/517.17	c #Conflicts:    1138000 | #Constraints:      43095
515.71/517.17	c #Conflicts:    1139000 | #Constraints:      44095
515.71/517.17	c #Conflicts:    1140000 | #Constraints:      45095
515.71/517.17	c #Conflicts:    1141000 | #Constraints:      46095
515.71/517.17	c #Conflicts:    1142000 | #Constraints:      47095
515.71/517.17	c #Conflicts:    1143000 | #Constraints:      48095
515.71/517.17	c #Conflicts:    1144000 | #Constraints:      49095
515.71/517.17	c #Conflicts:    1145000 | #Constraints:      50095
515.71/517.17	c #Conflicts:    1146000 | #Constraints:      51095
515.71/517.17	c INPROCESSING
515.71/517.17	c GARBAGE COLLECT
515.71/517.17	c #Conflicts:    1147000 | #Constraints:      30807
515.71/517.17	c #Conflicts:    1148000 | #Constraints:      31807
515.71/517.17	c #Conflicts:    1149000 | #Constraints:      32807
515.71/517.17	c #Conflicts:    1150000 | #Constraints:      33807
515.71/517.17	c #Conflicts:    1151000 | #Constraints:      34807
515.71/517.17	c #Conflicts:    1152000 | #Constraints:      35807
515.71/517.17	c #Conflicts:    1153000 | #Constraints:      36807
515.71/517.17	c #Conflicts:    1154000 | #Constraints:      37807
515.71/517.17	c #Conflicts:    1155000 | #Constraints:      38807
515.71/517.17	c #Conflicts:    1156000 | #Constraints:      39807
515.71/517.17	c #Conflicts:    1157000 | #Constraints:      40807
515.71/517.17	c #Conflicts:    1158000 | #Constraints:      41807
515.71/517.17	c #Conflicts:    1159000 | #Constraints:      42807
515.71/517.17	c #Conflicts:    1160000 | #Constraints:      43807
515.71/517.17	c #Conflicts:    1161000 | #Constraints:      44807
515.71/517.17	c #Conflicts:    1162000 | #Constraints:      45807
515.71/517.17	c #Conflicts:    1163000 | #Constraints:      46807
515.71/517.17	c #Conflicts:    1164000 | #Constraints:      47807
515.71/517.17	c #Conflicts:    1165000 | #Constraints:      48807
515.71/517.17	c #Conflicts:    1166000 | #Constraints:      49807
515.71/517.17	c #Conflicts:    1167000 | #Constraints:      50807
515.71/517.17	c #Conflicts:    1168000 | #Constraints:      51807
515.71/517.17	c INPROCESSING
515.71/517.17	c GARBAGE COLLECT
515.71/517.17	c #Conflicts:    1169000 | #Constraints:      31399
515.71/517.17	c #Conflicts:    1170000 | #Constraints:      32399
515.71/517.17	c #Conflicts:    1171000 | #Constraints:      33399
515.71/517.17	c #Conflicts:    1172000 | #Constraints:      34399
515.71/517.17	c #Conflicts:    1173000 | #Constraints:      35399
515.71/517.17	c #Conflicts:    1174000 | #Constraints:      36399
515.71/517.17	c #Conflicts:    1175000 | #Constraints:      37399
515.71/517.17	c #Conflicts:    1176000 | #Constraints:      38399
515.71/517.17	c #Conflicts:    1177000 | #Constraints:      39399
515.71/517.17	c #Conflicts:    1178000 | #Constraints:      40399
515.71/517.17	c #Conflicts:    1179000 | #Constraints:      41399
515.71/517.17	c #Conflicts:    1180000 | #Constraints:      42399
515.71/517.17	c #Conflicts:    1181000 | #Constraints:      43399
515.71/517.17	c #Conflicts:    1182000 | #Constraints:      44400
515.71/517.17	c #Conflicts:    1183000 | #Constraints:      45400
515.71/517.17	c #Conflicts:    1184000 | #Constraints:      46400
515.71/517.17	c #Conflicts:    1185000 | #Constraints:      47400
515.71/517.17	c #Conflicts:    1186000 | #Constraints:      48400
515.71/517.17	c #Conflicts:    1187000 | #Constraints:      49400
515.71/517.17	c #Conflicts:    1188000 | #Constraints:      50400
515.71/517.17	c #Conflicts:    1189000 | #Constraints:      51400
515.71/517.17	c #Conflicts:    1190000 | #Constraints:      52400
515.71/517.17	c INPROCESSING
515.71/517.17	c GARBAGE COLLECT
515.71/517.17	c #Conflicts:    1191000 | #Constraints:      31767
515.71/517.17	c #Conflicts:    1192000 | #Constraints:      32768
515.71/517.17	c #Conflicts:    1193000 | #Constraints:      33768
515.71/517.17	c #Conflicts:    1194000 | #Constraints:      34768
515.71/517.17	c #Conflicts:    1195000 | #Constraints:      35768
515.71/517.17	c #Conflicts:    1196000 | #Constraints:      36768
515.71/517.17	c #Conflicts:    1197000 | #Constraints:      37768
515.71/517.17	c #Conflicts:    1198000 | #Constraints:      38768
515.71/517.17	c #Conflicts:    1199000 | #Constraints:      39768
515.71/517.17	c #Conflicts:    1200000 | #Constraints:      40768
515.71/517.17	c #Conflicts:    1201000 | #Constraints:      41768
515.71/517.17	c #Conflicts:    1202000 | #Constraints:      42768
515.71/517.17	c #Conflicts:    1203000 | #Constraints:      43768
515.71/517.17	c #Conflicts:    1204000 | #Constraints:      44768
515.71/517.17	c #Conflicts:    1205000 | #Constraints:      45769
515.71/517.17	c #Conflicts:    1206000 | #Constraints:      46769
515.71/517.17	c #Conflicts:    1207000 | #Constraints:      47769
515.71/517.17	c #Conflicts:    1208000 | #Constraints:      48769
515.71/517.17	c #Conflicts:    1209000 | #Constraints:      49769
515.71/517.17	c #Conflicts:    1210000 | #Constraints:      50769
515.71/517.17	c #Conflicts:    1211000 | #Constraints:      51769
515.71/517.17	c #Conflicts:    1212000 | #Constraints:      52769
515.71/517.17	c INPROCESSING
515.71/517.17	c GARBAGE COLLECT
515.71/517.17	c #Conflicts:    1213000 | #Constraints:      31949
529.28/530.70	c #Conflicts:    1214000 | #Constraints:      32949
529.28/530.70	c #Conflicts:    1215000 | #Constraints:      33949
529.28/530.70	c #Conflicts:    1216000 | #Constraints:      34949
529.28/530.70	c #Conflicts:    1217000 | #Constraints:      35949
529.28/530.70	c #Conflicts:    1218000 | #Constraints:      36949
529.28/530.70	c #Conflicts:    1219000 | #Constraints:      37949
529.28/530.70	c #Conflicts:    1220000 | #Constraints:      38949
529.28/530.70	c #Conflicts:    1221000 | #Constraints:      39949
529.28/530.70	c #Conflicts:    1222000 | #Constraints:      40949
529.28/530.70	c #Conflicts:    1223000 | #Constraints:      41950
529.28/530.70	c #Conflicts:    1224000 | #Constraints:      42950
529.28/530.70	c #Conflicts:    1225000 | #Constraints:      43950
529.28/530.70	c #Conflicts:    1226000 | #Constraints:      44950
529.28/530.70	c #Conflicts:    1227000 | #Constraints:      45950
529.28/530.70	c #Conflicts:    1228000 | #Constraints:      46950
529.28/530.70	c #Conflicts:    1229000 | #Constraints:      47950
529.28/530.70	c #Conflicts:    1230000 | #Constraints:      48950
529.28/530.70	c #Conflicts:    1231000 | #Constraints:      49950
529.28/530.70	c #Conflicts:    1232000 | #Constraints:      50950
529.28/530.70	c #Conflicts:    1233000 | #Constraints:      51950
529.28/530.70	c #Conflicts:    1234000 | #Constraints:      52950
529.28/530.70	c INPROCESSING
529.28/530.70	c GARBAGE COLLECT
529.28/530.70	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[15]: 6 -1.50005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[23]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[32]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[72]: 6 -1.06254 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[85]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[86]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[129]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[163]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[177]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[178]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[205]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[240]: 6 -3.25006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[281]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[353]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[407]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[417]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[461]: 6 -1.06252 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[475]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[529]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[577]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[593]: 6 -1.31253 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[595]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[621]: 6 -1.09378 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[622]: 6 -2.31252 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[627]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[633]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[639]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[640]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[642]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[652]: 6 -2.31258 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[692]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[719]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[724]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[729]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[730]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[732]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1064]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1071]: 6 -0.500048 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1093]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1094]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1095]: 6 -1.37501 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1109]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1119]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1126]: 6 -0.937577 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1128]: 6 -0.875069 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1132]: 6 0 1.06258 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1134]: 6 -0.750076 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1136]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1141]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1144]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1154]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1163]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1172]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1188]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1190]: 6 -0.375068 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1193]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1194]: 6 -1.20322 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1197]: 6 -0.875017 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1216]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1232]: 6 -1.32822 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1233]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1234]: 6 -1.31257 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1251]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1253]: 6 -0.687538 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1254]: 6 -1.18756 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1278]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1284]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1295]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1296]: 6 -1.25004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1298]: 6 -1.25002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1312]: 6 -1.25002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1315]: 6 -1.32816 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1330]: 6 0 2.25009 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1343]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1345]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1351]: 6 -1.05082 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1357]: 6 -1.50003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1359]: 6 -0.750089 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1362]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1364]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1365]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1376]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1380]: 6 -1.31258 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1391]: 6 -0.750013 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1392]: 6 -0.937588 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1393]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1394]: 6 -0.750089 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1401]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1410]: 6 -1.25004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1413]: 6 -1.07818 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1424]: 6 0 1.31258 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1434]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1456]: 6 -0.750027 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1459]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1465]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1480]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1485]: 6 -0.211025 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1498]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1504]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1510]: 6 -0.68755 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1511]: 6 -1.31259 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1518]: 6 0 0.328197 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1524]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1533]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1537]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1540]: 6 -1.27152 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1541]: 6 -1.16802 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1544]: 6 -0.414117 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1553]: 6 -1.25002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1567]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1571]: 6 -1.16799 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1586]: 6 -1.15626 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1595]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1607]: 6 0 1.57817 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1612]: 6 -3.78126 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1614]: 6 -1.50003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1615]: 6 -1.50005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1617]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1623]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1630]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1651]: 6 -0.750069 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1652]: 6 -0.750059 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1682]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1710]: 6 -1.1251 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1721]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1744]: 6 -0.843768 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1955]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1960]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1964]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1966]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1971]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1973]: 6 -1.34384 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1991]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1993]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1995]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1997]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2001]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2016]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2049]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2052]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2061]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2064]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2072]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2078]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2088]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2093]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2097]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2100]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2107]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2111]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2114]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2118]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2142]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2149]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2152]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2153]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2157]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2175]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2178]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2179]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2186]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2187]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2190]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2192]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2196]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2200]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2204]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2208]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2211]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2215]: 6 -1.31252 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2216]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2224]: 6 -1.3126 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2227]: 6 -1.25004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2229]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2231]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2233]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2237]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2241]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2245]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2247]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2249]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2251]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2254]: 6 -1.09381 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2256]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2268]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2283]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2286]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2292]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2298]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2300]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2303]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2306]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2318]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2337]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2339]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2341]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2343]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2345]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2349]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2353]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2355]: 6 -1.25005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2370]: 6 -5.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2371]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2374]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2378]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2382]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2387]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2390]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2391]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2394]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2401]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2404]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2405]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2406]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2407]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2411]: 6 -0.375086 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2415]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2429]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2434]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2438]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2444]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2446]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2450]: 6 -0.375082 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2454]: 6 -3.50001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2456]: 6 -10.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2461]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2462]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2467]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2470]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2471]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2474]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2477]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2480]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2481]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2485]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2489]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2491]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2495]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2497]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2505]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2506]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2507]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2509]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2514]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2518]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2521]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2523]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2530]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2531]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2534]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2536]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2554]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2556]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2559]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2561]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2563]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2572]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2576]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2581]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2583]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2589]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2592]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2593]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2601]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2602]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2610]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2612]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2617]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2618]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2621]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2626]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2627]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2630]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2640]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2648]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2650]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2652]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2654]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2662]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2663]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2666]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2667]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2670]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2671]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2678]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2679]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2683]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2685]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2694]: 6 -1.25002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2698]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2699]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2703]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2714]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2728]: 6 -1.25006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2742]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2743]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2746]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2747]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2751]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2754]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2755]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2758]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2762]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2766]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2770]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2771]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2774]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2775]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2778]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2794]: 6 -1.31252 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2798]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2799]: 6 -1.25006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2802]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2809]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2811]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2812]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2813]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2817]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2819]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2822]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2824]: 6 -1.16413 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2826]: 6 -1.25002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2827]: 6 -1.08597 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2848]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2867]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2872]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2874]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2878]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2881]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2883]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2888]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2890]: 6 -1.32524 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2893]: 6 -1.37506 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2895]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2896]: 6 -1.31259 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2897]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2898]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2908]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2909]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2910]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2915]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2917]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2919]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2922]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2926]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2930]: 6 -1.31254 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2951]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2953]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2957]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2961]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2965]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2968]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2973]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2976]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2979]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[2992]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3004]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3010]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3011]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3014]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3038]: 6 -5.25004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3045]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3052]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3053]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3058]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3061]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3068]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3073]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3076]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3088]: 6 -1.25007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3091]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3095]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3099]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3105]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3107]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3112]: 6 -1.30181 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3143]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3147]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3151]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3155]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3158]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3162]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3164]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3169]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3171]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3190]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3194]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3198]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3202]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3206]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3210]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3232]: 6 -14.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3236]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3237]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3239]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3248]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3252]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3254]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3260]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3261]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3267]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3278]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3304]: 6 -1.31257 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3322]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3324]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3329]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3332]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3338]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3348]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3350]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3352]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3356]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3360]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3363]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3371]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3373]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3374]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3392]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3393]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3395]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3397]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3399]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3401]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3404]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3422]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3423]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3427]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3432]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3434]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3435]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3438]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3444]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3445]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3453]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3455]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3462]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3467]: 6 -1.08596 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3468]: 6 -0.671885 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3469]: 6 -0.343813 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3474]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3475]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3485]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3486]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3488]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3497]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3504]: 6 -1.168 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3514]: 6 -3.62509 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3516]: 6 -10.25 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3518]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3521]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3524]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3525]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3528]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3531]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3533]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3535]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3537]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3540]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3543]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3546]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3551]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3556]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3562]: 6 -0.671907 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3572]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3575]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3594]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3595]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3598]: 6 -1.25008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3608]: 6 -10.2501 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3609]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3612]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3621]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3628]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3632]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3639]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3642]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3651]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3661]: 6 -1.2501 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3662]: 6 -1.3126 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3680]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3686]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3688]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3690]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3696]: 6 -0.60552 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3704]: 6 -11.6251 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3722]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3726]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3728]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3733]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3738]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3739]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3748]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3760]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3765]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3774]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3777]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3781]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3786]: 6 -1.37117 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3787]: 6 -1.24611 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3802]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3804]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3806]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3808]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3809]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3812]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3816]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3818]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3827]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3830]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3834]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3835]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3838]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3839]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3844]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3851]: 6 -1.2501 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3852]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3855]: 6 -1.25009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3856]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3863]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3865]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3872]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3873]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3875]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3877]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3896]: 6 -1.12505 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3904]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3906]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3909]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3911]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3913]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3915]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3921]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3928]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3929]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3935]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3937]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3941]: 6 -1.25005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3946]: 6 -1.25004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3951]: 6 -1.25008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3968]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3970]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3971]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3973]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3976]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[3993]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4008]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4010]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4013]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4016]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4019]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4021]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4023]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4045]: 6 -1.25003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4050]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4051]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4057]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4070]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4074]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4096]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4100]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4106]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4108]: 6 -1.00004 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4109]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4111]: 6 -1.00007 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4114]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4115]: 6 -1.00001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4118]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4120]: 6 -1.00008 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4121]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4124]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4128]: 6 -1.00002 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4176]: 6 -1.00005 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4177]: 6 -1.0001 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4248]: 6 -1.00009 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4273]: 6 -1.00003 0 shouldn't be
529.28/530.70	WSVECS04 Frhs2[4274]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[97]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[99]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[121]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[149]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[167]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[174]: 6 -2.31254 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[180]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[191]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[195]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[279]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[350]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[411]: 6 -1.0001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[441]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[443]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[527]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[562]: 6 -1.0001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[592]: 6 -1.15634 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[594]: 6 -1.25002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[606]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[657]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[688]: 6 -3.56255 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[690]: 6 -1.25002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[725]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1078]: 6 -1.0001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1167]: 6 -0.671908 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1255]: 6 -1.12502 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1292]: 6 -1.32814 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1409]: 6 -1.30183 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1421]: 6 -2.33598 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1455]: 6 -0.875035 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1460]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1478]: 6 -1.25006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1494]: 6 -1.25008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1501]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1516]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1520]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1546]: 6 -1.28133 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1585]: 6 -1.32816 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[1590]: 6 -1.00001 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2324]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2414]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2510]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2600]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[2894]: 6 -1.32819 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3000]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3065]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3075]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3077]: 6 -1.31258 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3090]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3186]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3281]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3291]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3343]: 6 -1.00004 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3381]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3479]: 6 -1.00008 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3579]: 6 -1.00007 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3617]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3624]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3669]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3679]: 6 -1.00005 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3870]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[3923]: 6 -1.00002 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[4047]: 6 -1.00009 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[4098]: 6 -1.00006 0 shouldn't be
530.17/531.69	WSVECS04 Frhs2[4102]: 6 -1.00002 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[7]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[15]: 6 -1.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[35]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[72]: 6 -1.0625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[120]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[176]: 6 0 1.25 shouldn't be
531.17/532.67	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[186]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[204]: 6 -2.5625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[222]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[245]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[247]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[249]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[250]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[328]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[352]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[383]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[461]: 6 -1.0625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[477]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[486]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[621]: 6 -1.09375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[656]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[670]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[684]: 6 0 0.250001 shouldn't be
531.17/532.67	WSVECS04 Frhs2[689]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[706]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[728]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[730]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1064]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1071]: 6 -0.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1091]: 6 -1.0625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1092]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1093]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1095]: 6 -1.375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1122]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1126]: 6 -0.937501 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1128]: 6 -0.875001 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1132]: 6 0 1.0625 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1134]: 6 -0.750001 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1154]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1156]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1158]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1163]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1172]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1189]: 6 -0.6875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1190]: 6 -0.375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1194]: 6 -1.20313 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1232]: 6 -1.32813 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1233]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1242]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1245]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1253]: 6 -0.687501 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1254]: 6 -1.1875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1255]: 6 -1.125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1258]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1267]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1276]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1284]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1292]: 6 -1.32813 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1294]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1298]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1312]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1330]: 6 0 2.25 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1345]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1351]: 6 -1.05078 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1357]: 6 -1.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1359]: 6 -0.750001 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1379]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1380]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1381]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1392]: 6 -0.937501 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1394]: 6 -0.750001 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1398]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1401]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1410]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1421]: 6 -2.33594 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1455]: 6 -0.875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1462]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1463]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1479]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1485]: 6 -0.210938 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1489]: 6 -1.28906 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1492]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1493]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1510]: 6 -0.6875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1511]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1523]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1533]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1540]: 6 -1.27148 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1541]: 6 -1.16797 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1544]: 6 -0.414063 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1546]: 6 -1.28125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1547]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1550]: 6 -0.75 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1553]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1586]: 6 -1.15625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1601]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1602]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1604]: 6 -1.05274 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1607]: 6 0 1.57813 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1612]: 6 -3.78125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1614]: 6 -1.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1615]: 6 -1.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1652]: 6 -0.75 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1710]: 6 -1.125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2061]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2103]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2159]: 6 -1.1875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2215]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2224]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2227]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2254]: 6 -1.09375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2370]: 6 -5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2411]: 6 -0.375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2450]: 6 -0.375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2454]: 6 -3.5 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2508]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2534]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2728]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2796]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2799]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2824]: 6 -1.16406 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2826]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2890]: 6 -1.3252 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2892]: 6 -1.30078 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2893]: 6 -1.375 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2898]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2909]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2930]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3038]: 6 -5.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3112]: 6 -1.30176 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3232]: 6 -14 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3267]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3270]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3304]: 6 -1.3125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3404]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3468]: 6 -0.671875 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3469]: 6 -0.343751 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3504]: 6 -1.16797 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3514]: 6 -3.625 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3516]: 6 -10.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3562]: 6 -0.671876 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3567]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3598]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3652]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3661]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3663]: 6 -1.28906 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3696]: 6 -0.60547 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3747]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3786]: 6 -1.37109 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3787]: 6 -1.24609 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3855]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3879]: 6 -1.32813 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3896]: 6 -1.125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3897]: 6 -1.125 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3941]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3951]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3970]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3976]: 6 -1.25 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
531.17/532.67	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
561.00/562.57	c #Conflicts:    1235000 | #Constraints:      31900
561.00/562.57	c #Conflicts:    1236000 | #Constraints:      32900
561.00/562.57	c #Conflicts:    1237000 | #Constraints:      33900
561.00/562.57	c #Conflicts:    1238000 | #Constraints:      34900
561.00/562.57	c #Conflicts:    1239000 | #Constraints:      35901
561.00/562.57	c #Conflicts:    1240000 | #Constraints:      36901
561.00/562.57	c #Conflicts:    1241000 | #Constraints:      37901
561.00/562.57	c #Conflicts:    1242000 | #Constraints:      38901
561.00/562.57	c #Conflicts:    1243000 | #Constraints:      39901
561.00/562.57	c #Conflicts:    1244000 | #Constraints:      40901
561.00/562.57	c #Conflicts:    1245000 | #Constraints:      41901
561.00/562.57	c #Conflicts:    1246000 | #Constraints:      42901
561.00/562.57	c #Conflicts:    1247000 | #Constraints:      43901
561.00/562.57	c #Conflicts:    1248000 | #Constraints:      44901
561.00/562.57	c #Conflicts:    1249000 | #Constraints:      45901
561.00/562.57	c #Conflicts:    1250000 | #Constraints:      46901
561.00/562.57	c #Conflicts:    1251000 | #Constraints:      47901
561.00/562.57	c #Conflicts:    1252000 | #Constraints:      48901
561.00/562.57	c #Conflicts:    1253000 | #Constraints:      49901
561.00/562.57	c #Conflicts:    1254000 | #Constraints:      50901
561.00/562.57	c #Conflicts:    1255000 | #Constraints:      51901
561.00/562.57	c #Conflicts:    1256000 | #Constraints:      52901
561.00/562.57	c INPROCESSING
561.00/562.57	c GARBAGE COLLECT
561.00/562.57	c #Conflicts:    1257000 | #Constraints:      31762
561.00/562.57	c #Conflicts:    1258000 | #Constraints:      32763
561.00/562.57	c #Conflicts:    1259000 | #Constraints:      33763
561.00/562.57	c #Conflicts:    1260000 | #Constraints:      34763
561.00/562.57	c #Conflicts:    1261000 | #Constraints:      35763
561.00/562.57	c #Conflicts:    1262000 | #Constraints:      36763
561.00/562.57	c #Conflicts:    1263000 | #Constraints:      37763
561.00/562.57	c #Conflicts:    1264000 | #Constraints:      38763
561.00/562.57	c #Conflicts:    1265000 | #Constraints:      39763
561.00/562.57	c #Conflicts:    1266000 | #Constraints:      40763
561.00/562.57	c #Conflicts:    1267000 | #Constraints:      41763
561.00/562.57	c #Conflicts:    1268000 | #Constraints:      42763
561.00/562.57	c #Conflicts:    1269000 | #Constraints:      43763
561.00/562.57	c #Conflicts:    1270000 | #Constraints:      44763
561.00/562.57	c #Conflicts:    1271000 | #Constraints:      45764
561.00/562.57	c #Conflicts:    1272000 | #Constraints:      46764
561.00/562.57	c #Conflicts:    1273000 | #Constraints:      47764
561.00/562.57	c #Conflicts:    1274000 | #Constraints:      48764
561.00/562.57	c #Conflicts:    1275000 | #Constraints:      49764
561.00/562.57	c #Conflicts:    1276000 | #Constraints:      50764
561.00/562.57	c #Conflicts:    1277000 | #Constraints:      51764
561.00/562.57	c #Conflicts:    1278000 | #Constraints:      52764
561.00/562.57	c #Conflicts:    1279000 | #Constraints:      53764
561.00/562.57	c INPROCESSING
561.00/562.57	c GARBAGE COLLECT
561.00/562.57	c #Conflicts:    1280000 | #Constraints:      32333
561.00/562.57	c #Conflicts:    1281000 | #Constraints:      33333
561.00/562.57	c #Conflicts:    1282000 | #Constraints:      34334
561.00/562.57	c #Conflicts:    1283000 | #Constraints:      35334
561.00/562.57	c #Conflicts:    1284000 | #Constraints:      36335
561.00/562.57	c #Conflicts:    1285000 | #Constraints:      37335
561.00/562.57	c #Conflicts:    1286000 | #Constraints:      38335
561.00/562.57	c #Conflicts:    1287000 | #Constraints:      39335
561.00/562.57	c #Conflicts:    1288000 | #Constraints:      40335
561.00/562.57	c #Conflicts:    1289000 | #Constraints:      41335
561.00/562.57	c #Conflicts:    1290000 | #Constraints:      42335
561.00/562.57	c #Conflicts:    1291000 | #Constraints:      43335
561.00/562.57	c #Conflicts:    1292000 | #Constraints:      44335
561.00/562.57	c #Conflicts:    1293000 | #Constraints:      45335
561.00/562.57	c #Conflicts:    1294000 | #Constraints:      46335
561.00/562.57	c #Conflicts:    1295000 | #Constraints:      47335
561.00/562.57	c #Conflicts:    1296000 | #Constraints:      48335
561.00/562.57	c #Conflicts:    1297000 | #Constraints:      49335
561.00/562.57	c #Conflicts:    1298000 | #Constraints:      50335
561.00/562.57	c #Conflicts:    1299000 | #Constraints:      51335
561.00/562.57	c #Conflicts:    1300000 | #Constraints:      52335
561.00/562.57	c #Conflicts:    1301000 | #Constraints:      53335
561.00/562.57	c #Conflicts:    1302000 | #Constraints:      54335
561.00/562.57	c INPROCESSING
561.00/562.57	c GARBAGE COLLECT
561.00/562.57	c #Conflicts:    1303000 | #Constraints:      32744
561.00/562.57	c #Conflicts:    1304000 | #Constraints:      33744
561.00/562.57	c #Conflicts:    1305000 | #Constraints:      34744
561.00/562.57	c #Conflicts:    1306000 | #Constraints:      35744
561.00/562.57	c #Conflicts:    1307000 | #Constraints:      36744
561.00/562.57	c #Conflicts:    1308000 | #Constraints:      37745
561.00/562.57	c #Conflicts:    1309000 | #Constraints:      38745
561.00/562.57	c #Conflicts:    1310000 | #Constraints:      39745
561.00/562.57	c #Conflicts:    1311000 | #Constraints:      40745
600.21/601.82	c #Conflicts:    1312000 | #Constraints:      41745
600.21/601.82	c #Conflicts:    1313000 | #Constraints:      42745
600.21/601.82	c #Conflicts:    1314000 | #Constraints:      43745
600.21/601.82	c #Conflicts:    1315000 | #Constraints:      44745
600.21/601.82	c #Conflicts:    1316000 | #Constraints:      46216
600.21/601.82	c #Conflicts:    1317000 | #Constraints:      47723
600.21/601.82	c #Conflicts:    1318000 | #Constraints:      49226
600.21/601.82	c #Conflicts:    1319000 | #Constraints:      50733
600.21/601.82	c #Conflicts:    1320000 | #Constraints:      52171
600.21/601.82	c #Conflicts:    1321000 | #Constraints:      53171
600.21/601.82	c #Conflicts:    1322000 | #Constraints:      54171
600.21/601.82	c #Conflicts:    1323000 | #Constraints:      55173
600.21/601.82	c #Conflicts:    1324000 | #Constraints:      56173
600.21/601.82	c #Conflicts:    1325000 | #Constraints:      57173
600.21/601.82	c INPROCESSING
600.21/601.82	c GARBAGE COLLECT
600.21/601.82	c #Conflicts:    1326000 | #Constraints:      34186
600.21/601.82	c #Conflicts:    1327000 | #Constraints:      35186
600.21/601.82	c #Conflicts:    1328000 | #Constraints:      36186
600.21/601.82	c #Conflicts:    1329000 | #Constraints:      37187
600.21/601.82	c #Conflicts:    1330000 | #Constraints:      38187
600.21/601.82	c #Conflicts:    1331000 | #Constraints:      39187
600.21/601.82	c #Conflicts:    1332000 | #Constraints:      40187
600.21/601.82	c #Conflicts:    1333000 | #Constraints:      41187
600.21/601.82	c #Conflicts:    1334000 | #Constraints:      42187
600.21/601.82	c #Conflicts:    1335000 | #Constraints:      43187
600.21/601.82	c #Conflicts:    1336000 | #Constraints:      44187
600.21/601.82	c #Conflicts:    1337000 | #Constraints:      45187
600.21/601.82	c #Conflicts:    1338000 | #Constraints:      46187
600.21/601.82	c #Conflicts:    1339000 | #Constraints:      47187
600.21/601.82	c #Conflicts:    1340000 | #Constraints:      48187
600.21/601.82	c #Conflicts:    1341000 | #Constraints:      49187
600.21/601.82	c #Conflicts:    1342000 | #Constraints:      50187
600.21/601.82	c #Conflicts:    1343000 | #Constraints:      51187
600.21/601.82	c #Conflicts:    1344000 | #Constraints:      52187
600.21/601.82	c #Conflicts:    1345000 | #Constraints:      53187
600.21/601.82	c #Conflicts:    1346000 | #Constraints:      54187
600.21/601.82	c #Conflicts:    1347000 | #Constraints:      55187
600.21/601.82	c #Conflicts:    1348000 | #Constraints:      56187
600.21/601.82	c INPROCESSING
600.21/601.82	c GARBAGE COLLECT
600.21/601.82	c #Conflicts:    1349000 | #Constraints:      33560
600.21/601.82	c #Conflicts:    1350000 | #Constraints:      34560
600.21/601.82	c #Conflicts:    1351000 | #Constraints:      35560
600.21/601.82	c #Conflicts:    1352000 | #Constraints:      36560
600.21/601.82	c #Conflicts:    1353000 | #Constraints:      37560
600.21/601.82	c #Conflicts:    1354000 | #Constraints:      38560
600.21/601.82	c #Conflicts:    1355000 | #Constraints:      39560
600.21/601.82	c #Conflicts:    1356000 | #Constraints:      40560
600.21/601.82	c #Conflicts:    1357000 | #Constraints:      41560
600.21/601.82	c #Conflicts:    1358000 | #Constraints:      42560
600.21/601.82	c #Conflicts:    1359000 | #Constraints:      43560
600.21/601.82	c #Conflicts:    1360000 | #Constraints:      44560
600.21/601.82	c #Conflicts:    1361000 | #Constraints:      45560
600.21/601.82	c #Conflicts:    1362000 | #Constraints:      46572
600.21/601.82	c #Conflicts:    1363000 | #Constraints:      47572
600.21/601.82	c #Conflicts:    1364000 | #Constraints:      48572
600.21/601.82	c #Conflicts:    1365000 | #Constraints:      49572
600.21/601.82	c #Conflicts:    1366000 | #Constraints:      50572
600.21/601.82	c #Conflicts:    1367000 | #Constraints:      51572
600.21/601.82	c #Conflicts:    1368000 | #Constraints:      52572
600.21/601.82	c #Conflicts:    1369000 | #Constraints:      53572
600.21/601.82	c #Conflicts:    1370000 | #Constraints:      54572
600.21/601.82	c #Conflicts:    1371000 | #Constraints:      55572
600.21/601.82	c INPROCESSING
600.21/601.82	c GARBAGE COLLECT
600.21/601.82	c #Conflicts:    1372000 | #Constraints:      33085
600.21/601.82	c #Conflicts:    1373000 | #Constraints:      34085
600.21/601.82	c #Conflicts:    1374000 | #Constraints:      35085
600.21/601.82	c #Conflicts:    1375000 | #Constraints:      36086
600.21/601.82	c #Conflicts:    1376000 | #Constraints:      37086
600.21/601.82	c #Conflicts:    1377000 | #Constraints:      38087
600.21/601.82	c #Conflicts:    1378000 | #Constraints:      39087
600.21/601.82	c #Conflicts:    1379000 | #Constraints:      40087
600.21/601.82	c #Conflicts:    1380000 | #Constraints:      41087
600.21/601.82	c #Conflicts:    1381000 | #Constraints:      42087
600.21/601.82	c #Conflicts:    1382000 | #Constraints:      43087
600.21/601.82	c #Conflicts:    1383000 | #Constraints:      44087
600.21/601.82	c #Conflicts:    1384000 | #Constraints:      45087
600.21/601.82	c #Conflicts:    1385000 | #Constraints:      46094
600.21/601.82	c #Conflicts:    1386000 | #Constraints:      47095
600.21/601.82	c #Conflicts:    1387000 | #Constraints:      48095
600.21/601.82	c #Conflicts:    1388000 | #Constraints:      49095
637.21/638.97	c #Conflicts:    1389000 | #Constraints:      50095
637.21/638.97	c #Conflicts:    1390000 | #Constraints:      51095
637.21/638.97	c #Conflicts:    1391000 | #Constraints:      52096
637.21/638.97	c #Conflicts:    1392000 | #Constraints:      53096
637.21/638.97	c #Conflicts:    1393000 | #Constraints:      54096
637.21/638.97	c #Conflicts:    1394000 | #Constraints:      55096
637.21/638.97	c #Conflicts:    1395000 | #Constraints:      56096
637.21/638.97	c INPROCESSING
637.21/638.97	c GARBAGE COLLECT
637.21/638.97	c #Conflicts:    1396000 | #Constraints:      33568
637.21/638.97	c #Conflicts:    1397000 | #Constraints:      34568
637.21/638.97	c #Conflicts:    1398000 | #Constraints:      35568
637.21/638.97	c #Conflicts:    1399000 | #Constraints:      36568
637.21/638.97	c #Conflicts:    1400000 | #Constraints:      37568
637.21/638.97	c #Conflicts:    1401000 | #Constraints:      38569
637.21/638.97	c #Conflicts:    1402000 | #Constraints:      39569
637.21/638.97	c #Conflicts:    1403000 | #Constraints:      40569
637.21/638.97	c #Conflicts:    1404000 | #Constraints:      41569
637.21/638.97	c #Conflicts:    1405000 | #Constraints:      42569
637.21/638.97	c #Conflicts:    1406000 | #Constraints:      43569
637.21/638.97	c #Conflicts:    1407000 | #Constraints:      44569
637.21/638.97	c #Conflicts:    1408000 | #Constraints:      45569
637.21/638.97	c #Conflicts:    1409000 | #Constraints:      46569
637.21/638.97	c #Conflicts:    1410000 | #Constraints:      47569
637.21/638.97	c #Conflicts:    1411000 | #Constraints:      48570
637.21/638.97	c #Conflicts:    1412000 | #Constraints:      49575
637.21/638.97	c #Conflicts:    1413000 | #Constraints:      50575
637.21/638.97	c #Conflicts:    1414000 | #Constraints:      51575
637.21/638.97	c #Conflicts:    1415000 | #Constraints:      52575
637.21/638.97	c #Conflicts:    1416000 | #Constraints:      53577
637.21/638.97	c #Conflicts:    1417000 | #Constraints:      54577
637.21/638.97	c #Conflicts:    1418000 | #Constraints:      55577
637.21/638.97	c #Conflicts:    1419000 | #Constraints:      56577
637.21/638.97	c INPROCESSING
637.21/638.97	c GARBAGE COLLECT
637.21/638.97	c #Conflicts:    1420000 | #Constraints:      33861
637.21/638.97	c #Conflicts:    1421000 | #Constraints:      34861
637.21/638.97	c #Conflicts:    1422000 | #Constraints:      35862
637.21/638.97	c #Conflicts:    1423000 | #Constraints:      36862
637.21/638.97	c #Conflicts:    1424000 | #Constraints:      37862
637.21/638.97	c #Conflicts:    1425000 | #Constraints:      38862
637.21/638.97	c #Conflicts:    1426000 | #Constraints:      39862
637.21/638.97	c #Conflicts:    1427000 | #Constraints:      40862
637.21/638.97	c #Conflicts:    1428000 | #Constraints:      41862
637.21/638.97	c #Conflicts:    1429000 | #Constraints:      42862
637.21/638.97	c #Conflicts:    1430000 | #Constraints:      43862
637.21/638.97	c #Conflicts:    1431000 | #Constraints:      44862
637.21/638.97	c #Conflicts:    1432000 | #Constraints:      45862
637.21/638.97	c #Conflicts:    1433000 | #Constraints:      46862
637.21/638.97	c #Conflicts:    1434000 | #Constraints:      47877
637.21/638.97	c #Conflicts:    1435000 | #Constraints:      48877
637.21/638.97	c #Conflicts:    1436000 | #Constraints:      49877
637.21/638.97	c #Conflicts:    1437000 | #Constraints:      50877
637.21/638.97	c #Conflicts:    1438000 | #Constraints:      51877
637.21/638.97	c #Conflicts:    1439000 | #Constraints:      52877
637.21/638.97	c #Conflicts:    1440000 | #Constraints:      53878
637.21/638.97	c #Conflicts:    1441000 | #Constraints:      54878
637.21/638.97	c #Conflicts:    1442000 | #Constraints:      55878
637.21/638.97	c #Conflicts:    1443000 | #Constraints:      56878
637.21/638.97	c INPROCESSING
637.21/638.97	c GARBAGE COLLECT
637.21/638.97	c #Conflicts:    1444000 | #Constraints:      34001
637.21/638.97	c #Conflicts:    1445000 | #Constraints:      35001
637.21/638.97	c #Conflicts:    1446000 | #Constraints:      36001
637.21/638.97	c #Conflicts:    1447000 | #Constraints:      37001
637.21/638.97	c #Conflicts:    1448000 | #Constraints:      38002
637.21/638.97	c #Conflicts:    1449000 | #Constraints:      39002
637.21/638.97	c #Conflicts:    1450000 | #Constraints:      40002
637.21/638.97	c #Conflicts:    1451000 | #Constraints:      41002
637.21/638.97	c #Conflicts:    1452000 | #Constraints:      42002
637.21/638.97	c #Conflicts:    1453000 | #Constraints:      43002
637.21/638.97	c #Conflicts:    1454000 | #Constraints:      44002
637.21/638.97	c #Conflicts:    1455000 | #Constraints:      45002
637.21/638.97	c #Conflicts:    1456000 | #Constraints:      46002
637.21/638.97	c #Conflicts:    1457000 | #Constraints:      47002
637.21/638.97	c #Conflicts:    1458000 | #Constraints:      48002
637.21/638.97	c #Conflicts:    1459000 | #Constraints:      49002
637.21/638.97	c #Conflicts:    1460000 | #Constraints:      50002
637.21/638.97	c #Conflicts:    1461000 | #Constraints:      51002
637.21/638.97	c #Conflicts:    1462000 | #Constraints:      52002
637.21/638.97	c #Conflicts:    1463000 | #Constraints:      53002
637.21/638.97	c #Conflicts:    1464000 | #Constraints:      54002
637.21/638.97	c #Conflicts:    1465000 | #Constraints:      55002
670.93/672.74	c #Conflicts:    1466000 | #Constraints:      56002
670.93/672.74	c #Conflicts:    1467000 | #Constraints:      57002
670.93/672.74	c INPROCESSING
670.93/672.74	c GARBAGE COLLECT
670.93/672.74	c #Conflicts:    1468000 | #Constraints:      33935
670.93/672.74	c #Conflicts:    1469000 | #Constraints:      34935
670.93/672.74	c #Conflicts:    1470000 | #Constraints:      35935
670.93/672.74	c #Conflicts:    1471000 | #Constraints:      36935
670.93/672.74	c #Conflicts:    1472000 | #Constraints:      37935
670.93/672.74	c #Conflicts:    1473000 | #Constraints:      38935
670.93/672.74	c #Conflicts:    1474000 | #Constraints:      39935
670.93/672.74	c #Conflicts:    1475000 | #Constraints:      40935
670.93/672.74	c #Conflicts:    1476000 | #Constraints:      41935
670.93/672.74	c #Conflicts:    1477000 | #Constraints:      42935
670.93/672.74	c #Conflicts:    1478000 | #Constraints:      43935
670.93/672.74	c #Conflicts:    1479000 | #Constraints:      44935
670.93/672.74	c #Conflicts:    1480000 | #Constraints:      45935
670.93/672.74	c #Conflicts:    1481000 | #Constraints:      46935
670.93/672.74	c #Conflicts:    1482000 | #Constraints:      47936
670.93/672.74	c #Conflicts:    1483000 | #Constraints:      48936
670.93/672.74	c #Conflicts:    1484000 | #Constraints:      49936
670.93/672.74	c #Conflicts:    1485000 | #Constraints:      50936
670.93/672.74	c #Conflicts:    1486000 | #Constraints:      51936
670.93/672.74	c #Conflicts:    1487000 | #Constraints:      52936
670.93/672.74	c #Conflicts:    1488000 | #Constraints:      53936
670.93/672.74	c #Conflicts:    1489000 | #Constraints:      54936
670.93/672.74	c #Conflicts:    1490000 | #Constraints:      55936
670.93/672.74	c #Conflicts:    1491000 | #Constraints:      56936
670.93/672.74	c INPROCESSING
670.93/672.74	c GARBAGE COLLECT
670.93/672.74	c #Conflicts:    1492000 | #Constraints:      33741
670.93/672.74	c #Conflicts:    1493000 | #Constraints:      34741
670.93/672.74	c #Conflicts:    1494000 | #Constraints:      35741
670.93/672.74	c #Conflicts:    1495000 | #Constraints:      36741
670.93/672.74	c #Conflicts:    1496000 | #Constraints:      37741
670.93/672.74	c #Conflicts:    1497000 | #Constraints:      38742
670.93/672.74	c #Conflicts:    1498000 | #Constraints:      39742
670.93/672.74	c #Conflicts:    1499000 | #Constraints:      40742
670.93/672.74	c #Conflicts:    1500000 | #Constraints:      41742
670.93/672.74	c #Conflicts:    1501000 | #Constraints:      42742
670.93/672.74	c #Conflicts:    1502000 | #Constraints:      43742
670.93/672.74	c #Conflicts:    1503000 | #Constraints:      44743
670.93/672.74	c #Conflicts:    1504000 | #Constraints:      45744
670.93/672.74	c #Conflicts:    1505000 | #Constraints:      46744
670.93/672.74	c #Conflicts:    1506000 | #Constraints:      47746
670.93/672.74	c #Conflicts:    1507000 | #Constraints:      48746
670.93/672.74	c #Conflicts:    1508000 | #Constraints:      49746
670.93/672.74	c #Conflicts:    1509000 | #Constraints:      50746
670.93/672.74	c #Conflicts:    1510000 | #Constraints:      51746
670.93/672.74	c #Conflicts:    1511000 | #Constraints:      52746
670.93/672.74	c #Conflicts:    1512000 | #Constraints:      53746
670.93/672.74	c #Conflicts:    1513000 | #Constraints:      54746
670.93/672.74	c #Conflicts:    1514000 | #Constraints:      55746
670.93/672.74	c #Conflicts:    1515000 | #Constraints:      56749
670.93/672.74	c #Conflicts:    1516000 | #Constraints:      57749
670.93/672.74	c INPROCESSING
670.93/672.74	c GARBAGE COLLECT
670.93/672.74	c #Conflicts:    1517000 | #Constraints:      34335
670.93/672.74	c #Conflicts:    1518000 | #Constraints:      35335
670.93/672.74	c #Conflicts:    1519000 | #Constraints:      36335
670.93/672.74	c #Conflicts:    1520000 | #Constraints:      37335
670.93/672.74	c #Conflicts:    1521000 | #Constraints:      38335
670.93/672.74	c #Conflicts:    1522000 | #Constraints:      39335
670.93/672.74	c #Conflicts:    1523000 | #Constraints:      40335
670.93/672.74	c #Conflicts:    1524000 | #Constraints:      41335
670.93/672.74	c #Conflicts:    1525000 | #Constraints:      42335
670.93/672.74	c #Conflicts:    1526000 | #Constraints:      43335
670.93/672.74	c #Conflicts:    1527000 | #Constraints:      44335
670.93/672.74	c #Conflicts:    1528000 | #Constraints:      45335
670.93/672.74	c #Conflicts:    1529000 | #Constraints:      46335
670.93/672.74	c #Conflicts:    1530000 | #Constraints:      47335
670.93/672.74	c #Conflicts:    1531000 | #Constraints:      48335
670.93/672.74	c #Conflicts:    1532000 | #Constraints:      49335
670.93/672.74	c #Conflicts:    1533000 | #Constraints:      50335
670.93/672.74	c #Conflicts:    1534000 | #Constraints:      51335
670.93/672.74	c #Conflicts:    1535000 | #Constraints:      52335
670.93/672.74	c #Conflicts:    1536000 | #Constraints:      53335
670.93/672.74	c #Conflicts:    1537000 | #Constraints:      54335
670.93/672.74	c #Conflicts:    1538000 | #Constraints:      55335
670.93/672.74	c #Conflicts:    1539000 | #Constraints:      56335
670.93/672.74	c #Conflicts:    1540000 | #Constraints:      57335
670.93/672.74	c #Conflicts:    1541000 | #Constraints:      58335
670.93/672.74	c INPROCESSING
670.93/672.74	c GARBAGE COLLECT
738.77/740.78	c #Conflicts:    1542000 | #Constraints:      34745
738.77/740.78	c #Conflicts:    1543000 | #Constraints:      35745
738.77/740.78	c #Conflicts:    1544000 | #Constraints:      36745
738.77/740.78	c #Conflicts:    1545000 | #Constraints:      37745
738.77/740.78	c #Conflicts:    1546000 | #Constraints:      38745
738.77/740.78	c #Conflicts:    1547000 | #Constraints:      39745
738.77/740.78	c #Conflicts:    1548000 | #Constraints:      40745
738.77/740.78	c #Conflicts:    1549000 | #Constraints:      41745
738.77/740.78	c #Conflicts:    1550000 | #Constraints:      42745
738.77/740.78	c #Conflicts:    1551000 | #Constraints:      43745
738.77/740.78	c #Conflicts:    1552000 | #Constraints:      44745
738.77/740.78	c #Conflicts:    1553000 | #Constraints:      45745
738.77/740.78	c #Conflicts:    1554000 | #Constraints:      46745
738.77/740.78	c #Conflicts:    1555000 | #Constraints:      47745
738.77/740.78	c #Conflicts:    1556000 | #Constraints:      48745
738.77/740.78	c #Conflicts:    1557000 | #Constraints:      49745
738.77/740.78	c #Conflicts:    1558000 | #Constraints:      50745
738.77/740.78	c #Conflicts:    1559000 | #Constraints:      51745
738.77/740.78	c #Conflicts:    1560000 | #Constraints:      52745
738.77/740.78	c #Conflicts:    1561000 | #Constraints:      53745
738.77/740.78	c #Conflicts:    1562000 | #Constraints:      54745
738.77/740.78	c #Conflicts:    1563000 | #Constraints:      55745
738.77/740.78	c #Conflicts:    1564000 | #Constraints:      56745
738.77/740.78	c #Conflicts:    1565000 | #Constraints:      57745
738.77/740.78	c #Conflicts:    1566000 | #Constraints:      58745
738.77/740.78	c INPROCESSING
738.77/740.78	c GARBAGE COLLECT
738.77/740.78	c #Conflicts:    1567000 | #Constraints:      34961
738.77/740.78	c #Conflicts:    1568000 | #Constraints:      35961
738.77/740.78	c #Conflicts:    1569000 | #Constraints:      36961
738.77/740.78	c #Conflicts:    1570000 | #Constraints:      37961
738.77/740.78	c #Conflicts:    1571000 | #Constraints:      38961
738.77/740.78	c #Conflicts:    1572000 | #Constraints:      39961
738.77/740.78	c #Conflicts:    1573000 | #Constraints:      40961
738.77/740.78	c #Conflicts:    1574000 | #Constraints:      41962
738.77/740.78	c #Conflicts:    1575000 | #Constraints:      42962
738.77/740.78	c #Conflicts:    1576000 | #Constraints:      43962
738.77/740.78	c #Conflicts:    1577000 | #Constraints:      44962
738.77/740.78	c #Conflicts:    1578000 | #Constraints:      45962
738.77/740.78	c #Conflicts:    1579000 | #Constraints:      46962
738.77/740.78	c #Conflicts:    1580000 | #Constraints:      47962
738.77/740.78	c #Conflicts:    1581000 | #Constraints:      48962
738.77/740.78	c #Conflicts:    1582000 | #Constraints:      49962
738.77/740.78	c #Conflicts:    1583000 | #Constraints:      50965
738.77/740.78	c #Conflicts:    1584000 | #Constraints:      51973
738.77/740.78	c #Conflicts:    1585000 | #Constraints:      52973
738.77/740.78	c #Conflicts:    1586000 | #Constraints:      53973
738.77/740.78	c #Conflicts:    1587000 | #Constraints:      54974
738.77/740.78	c #Conflicts:    1588000 | #Constraints:      55974
738.77/740.78	c #Conflicts:    1589000 | #Constraints:      56974
738.77/740.78	c #Conflicts:    1590000 | #Constraints:      57974
738.77/740.78	c #Conflicts:    1591000 | #Constraints:      58974
738.77/740.78	c INPROCESSING
738.77/740.78	c GARBAGE COLLECT
738.77/740.78	c #Conflicts:    1592000 | #Constraints:      34957
738.77/740.78	c #Conflicts:    1593000 | #Constraints:      35958
738.77/740.78	c #Conflicts:    1594000 | #Constraints:      36958
738.77/740.78	c #Conflicts:    1595000 | #Constraints:      37958
738.77/740.78	c #Conflicts:    1596000 | #Constraints:      38958
738.77/740.78	c #Conflicts:    1597000 | #Constraints:      39958
738.77/740.78	c #Conflicts:    1598000 | #Constraints:      40958
738.77/740.78	c #Conflicts:    1599000 | #Constraints:      41959
738.77/740.78	c #Conflicts:    1600000 | #Constraints:      43030
738.77/740.78	c #Conflicts:    1601000 | #Constraints:      44051
738.77/740.78	c #Conflicts:    1602000 | #Constraints:      45051
738.77/740.78	c #Conflicts:    1603000 | #Constraints:      46051
738.77/740.78	c #Conflicts:    1604000 | #Constraints:      47051
738.77/740.78	c #Conflicts:    1605000 | #Constraints:      48051
738.77/740.78	c #Conflicts:    1606000 | #Constraints:      49051
738.77/740.78	c #Conflicts:    1607000 | #Constraints:      50051
738.77/740.78	c #Conflicts:    1608000 | #Constraints:      51320
738.77/740.78	c #Conflicts:    1609000 | #Constraints:      52844
738.77/740.78	c #Conflicts:    1610000 | #Constraints:      54351
738.77/740.78	c #Conflicts:    1611000 | #Constraints:      55882
738.77/740.78	c #Conflicts:    1612000 | #Constraints:      57393
738.77/740.78	c #Conflicts:    1613000 | #Constraints:      58904
738.77/740.78	c #Conflicts:    1614000 | #Constraints:      60381
738.77/740.78	c #Conflicts:    1615000 | #Constraints:      61881
738.77/740.78	c #Conflicts:    1616000 | #Constraints:      63397
738.77/740.78	c INPROCESSING
738.77/740.78	c GARBAGE COLLECT
738.77/740.78	WSVECS04 Frhs2[16]: 6 -1.34895 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[45]: 6 -0.921231 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[74]: 6 -0.999793 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[81]: 6 0 2.03722 shouldn't be
738.77/740.78	WSVECS04 Frhs2[109]: 6 -0.921232 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[114]: 6 -1.31008 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[122]: 6 -0.621448 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[153]: 6 -0.499212 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[207]: 6 0 0.316641 shouldn't be
738.77/740.78	WSVECS04 Frhs2[240]: 6 -0.682289 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[242]: 6 -3.84496 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[247]: 6 -1.99877 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[272]: 6 -0.0338305 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[275]: 6 -0.0390055 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[318]: 6 -0.665658 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[366]: 6 -0.564605 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[432]: 6 -1.5 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[439]: 6 -0.999609 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[446]: 6 -0.999945 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[564]: 6 -2.33317 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[604]: 6 0 0.499285 shouldn't be
738.77/740.78	WSVECS04 Frhs2[622]: 6 -1.89517 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[623]: 6 -0.790635 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[693]: 6 -0.999767 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1071]: 6 -1.00001 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1263]: 6 -0.419434 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1300]: 6 -0.916345 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1412]: 6 -0.999907 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1554]: 6 -3.25024 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1581]: 6 -1.01319 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1616]: 6 -3.62485 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1618]: 6 -1.33056 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1682]: 6 0 0.74991 shouldn't be
738.77/740.78	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2078]: 6 -1.25 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2110]: 6 -1.00044 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2160]: 6 -0.998982 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2192]: 6 -1.25 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2288]: 6 -5.49693 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2394]: 6 -14.2468 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2562]: 6 -1.32813 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2656]: 6 -1.9375 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2766]: 6 -3 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2862]: 6 -3 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[2993]: 6 -2.38945 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3036]: 6 -1.39258 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3224]: 6 -0.997836 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3226]: 6 -1.74567 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3307]: 6 -0.996098 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3330]: 6 0 1.99854 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3354]: 6 -3.99793 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3428]: 6 -14.2031 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3502]: 6 -0.997229 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3554]: 6 -0.997152 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3559]: 6 -0.999562 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3592]: 6 -0.998919 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3596]: 6 -0.98258 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3597]: 6 -0.995814 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3602]: 6 -0.998319 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3603]: 6 -0.998319 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3627]: 6 -0.99972 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3634]: 6 -0.996659 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3698]: 6 -0.995651 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3710]: 6 -1.24432 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3826]: 6 -0.998564 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3838]: 6 -2.99512 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3886]: 6 -0.992973 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3887]: 6 -0.992973 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3908]: 6 -3.93293 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3918]: 6 -0.996487 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3994]: 6 -0.947294 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[3997]: 6 -0.683704 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[4094]: 6 -0.651365 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
738.77/740.78	WSVECS04 Frhs2[4118]: 6 -0.988857 0 shouldn't be
788.53/790.69	c #Conflicts:    1617000 | #Constraints:      37122
788.53/790.69	c #Conflicts:    1618000 | #Constraints:      38122
788.53/790.69	c #Conflicts:    1619000 | #Constraints:      39122
788.53/790.69	c #Conflicts:    1620000 | #Constraints:      40122
788.53/790.69	c #Conflicts:    1621000 | #Constraints:      41122
788.53/790.69	c #Conflicts:    1622000 | #Constraints:      42122
788.53/790.69	c #Conflicts:    1623000 | #Constraints:      43122
788.53/790.69	c #Conflicts:    1624000 | #Constraints:      44122
788.53/790.69	c #Conflicts:    1625000 | #Constraints:      45122
788.53/790.69	c #Conflicts:    1626000 | #Constraints:      46122
788.53/790.69	c #Conflicts:    1627000 | #Constraints:      47122
788.53/790.69	c #Conflicts:    1628000 | #Constraints:      48122
788.53/790.69	c #Conflicts:    1629000 | #Constraints:      49122
788.53/790.69	c #Conflicts:    1630000 | #Constraints:      50122
788.53/790.69	c #Conflicts:    1631000 | #Constraints:      51122
788.53/790.69	c #Conflicts:    1632000 | #Constraints:      52122
788.53/790.69	c #Conflicts:    1633000 | #Constraints:      53122
788.53/790.69	c #Conflicts:    1634000 | #Constraints:      54122
788.53/790.69	c #Conflicts:    1635000 | #Constraints:      55122
788.53/790.69	c #Conflicts:    1636000 | #Constraints:      56122
788.53/790.69	c #Conflicts:    1637000 | #Constraints:      57122
788.53/790.69	c #Conflicts:    1638000 | #Constraints:      58122
788.53/790.69	c #Conflicts:    1639000 | #Constraints:      59122
788.53/790.69	c #Conflicts:    1640000 | #Constraints:      60122
788.53/790.69	c #Conflicts:    1641000 | #Constraints:      61122
788.53/790.69	c #Conflicts:    1642000 | #Constraints:      62122
788.53/790.69	c INPROCESSING
788.53/790.69	c GARBAGE COLLECT
788.53/790.69	c #Conflicts:    1643000 | #Constraints:      36515
788.53/790.69	c #Conflicts:    1644000 | #Constraints:      37515
788.53/790.69	c #Conflicts:    1645000 | #Constraints:      38515
788.53/790.69	c #Conflicts:    1646000 | #Constraints:      39515
788.53/790.69	c #Conflicts:    1647000 | #Constraints:      40515
788.53/790.69	c #Conflicts:    1648000 | #Constraints:      41515
788.53/790.69	c #Conflicts:    1649000 | #Constraints:      42515
788.53/790.69	c #Conflicts:    1650000 | #Constraints:      43515
788.53/790.69	c #Conflicts:    1651000 | #Constraints:      44515
788.53/790.69	c #Conflicts:    1652000 | #Constraints:      45515
788.53/790.69	c #Conflicts:    1653000 | #Constraints:      46515
788.53/790.69	c #Conflicts:    1654000 | #Constraints:      47515
788.53/790.69	c #Conflicts:    1655000 | #Constraints:      48515
788.53/790.69	c #Conflicts:    1656000 | #Constraints:      49515
788.53/790.69	c #Conflicts:    1657000 | #Constraints:      50515
788.53/790.69	c #Conflicts:    1658000 | #Constraints:      51515
788.53/790.69	c #Conflicts:    1659000 | #Constraints:      52515
788.53/790.69	c #Conflicts:    1660000 | #Constraints:      53515
788.53/790.69	c #Conflicts:    1661000 | #Constraints:      54515
788.53/790.69	c #Conflicts:    1662000 | #Constraints:      55515
788.53/790.69	c #Conflicts:    1663000 | #Constraints:      56515
788.53/790.69	c #Conflicts:    1664000 | #Constraints:      57515
788.53/790.69	c #Conflicts:    1665000 | #Constraints:      58515
788.53/790.69	c #Conflicts:    1666000 | #Constraints:      59515
788.53/790.69	c #Conflicts:    1667000 | #Constraints:      60515
788.53/790.69	c #Conflicts:    1668000 | #Constraints:      61515
788.53/790.69	c INPROCESSING
788.53/790.69	c GARBAGE COLLECT
788.53/790.69	c #Conflicts:    1669000 | #Constraints:      36314
788.53/790.69	c #Conflicts:    1670000 | #Constraints:      37314
788.53/790.69	c #Conflicts:    1671000 | #Constraints:      38314
788.53/790.69	c #Conflicts:    1672000 | #Constraints:      39314
788.53/790.69	c #Conflicts:    1673000 | #Constraints:      40314
788.53/790.69	c #Conflicts:    1674000 | #Constraints:      41314
788.53/790.69	c #Conflicts:    1675000 | #Constraints:      42314
788.53/790.69	c #Conflicts:    1676000 | #Constraints:      43314
788.53/790.69	c #Conflicts:    1677000 | #Constraints:      44314
788.53/790.69	c #Conflicts:    1678000 | #Constraints:      45315
788.53/790.69	c #Conflicts:    1679000 | #Constraints:      46315
788.53/790.69	c #Conflicts:    1680000 | #Constraints:      47315
788.53/790.69	c #Conflicts:    1681000 | #Constraints:      48315
788.53/790.69	c #Conflicts:    1682000 | #Constraints:      49315
788.53/790.69	c #Conflicts:    1683000 | #Constraints:      50315
788.53/790.69	c #Conflicts:    1684000 | #Constraints:      51315
788.53/790.69	c #Conflicts:    1685000 | #Constraints:      52315
788.53/790.69	c #Conflicts:    1686000 | #Constraints:      53454
788.53/790.69	c #Conflicts:    1687000 | #Constraints:      54577
788.53/790.69	c #Conflicts:    1688000 | #Constraints:      55577
788.53/790.69	c #Conflicts:    1689000 | #Constraints:      56577
788.53/790.69	c #Conflicts:    1690000 | #Constraints:      57577
788.53/790.69	c #Conflicts:    1691000 | #Constraints:      58577
788.53/790.69	c #Conflicts:    1692000 | #Constraints:      59577
788.53/790.69	c #Conflicts:    1693000 | #Constraints:      60578
788.53/790.69	c #Conflicts:    1694000 | #Constraints:      61578
825.34/827.59	c INPROCESSING
825.34/827.59	c GARBAGE COLLECT
825.34/827.59	c #Conflicts:    1695000 | #Constraints:      36368
825.34/827.59	c #Conflicts:    1696000 | #Constraints:      37371
825.34/827.59	c #Conflicts:    1697000 | #Constraints:      38372
825.34/827.59	c #Conflicts:    1698000 | #Constraints:      39372
825.34/827.59	c #Conflicts:    1699000 | #Constraints:      40372
825.34/827.59	c #Conflicts:    1700000 | #Constraints:      41372
825.34/827.59	c #Conflicts:    1701000 | #Constraints:      42372
825.34/827.59	c #Conflicts:    1702000 | #Constraints:      43372
825.34/827.59	c #Conflicts:    1703000 | #Constraints:      44372
825.34/827.59	c #Conflicts:    1704000 | #Constraints:      45372
825.34/827.59	c #Conflicts:    1705000 | #Constraints:      46372
825.34/827.59	c #Conflicts:    1706000 | #Constraints:      47372
825.34/827.59	c #Conflicts:    1707000 | #Constraints:      48372
825.34/827.59	c #Conflicts:    1708000 | #Constraints:      49372
825.34/827.59	c #Conflicts:    1709000 | #Constraints:      50372
825.34/827.59	c #Conflicts:    1710000 | #Constraints:      51372
825.34/827.59	c #Conflicts:    1711000 | #Constraints:      52372
825.34/827.59	c #Conflicts:    1712000 | #Constraints:      53372
825.34/827.59	c #Conflicts:    1713000 | #Constraints:      54372
825.34/827.59	c #Conflicts:    1714000 | #Constraints:      55372
825.34/827.59	c #Conflicts:    1715000 | #Constraints:      56372
825.34/827.59	c #Conflicts:    1716000 | #Constraints:      57372
825.34/827.59	c #Conflicts:    1717000 | #Constraints:      58372
825.34/827.59	c #Conflicts:    1718000 | #Constraints:      59372
825.34/827.59	c #Conflicts:    1719000 | #Constraints:      60372
825.34/827.59	c #Conflicts:    1720000 | #Constraints:      61372
825.34/827.59	c INPROCESSING
825.34/827.59	c GARBAGE COLLECT
825.34/827.59	c #Conflicts:    1721000 | #Constraints:      36184
825.34/827.59	c #Conflicts:    1722000 | #Constraints:      37184
825.34/827.59	c #Conflicts:    1723000 | #Constraints:      38184
825.34/827.59	c #Conflicts:    1724000 | #Constraints:      39184
825.34/827.59	c #Conflicts:    1725000 | #Constraints:      40184
825.34/827.59	c #Conflicts:    1726000 | #Constraints:      41184
825.34/827.59	c #Conflicts:    1727000 | #Constraints:      42184
825.34/827.59	c #Conflicts:    1728000 | #Constraints:      43184
825.34/827.59	c #Conflicts:    1729000 | #Constraints:      44184
825.34/827.59	c #Conflicts:    1730000 | #Constraints:      45184
825.34/827.59	c #Conflicts:    1731000 | #Constraints:      46184
825.34/827.59	c #Conflicts:    1732000 | #Constraints:      47184
825.34/827.59	c #Conflicts:    1733000 | #Constraints:      48184
825.34/827.59	c #Conflicts:    1734000 | #Constraints:      49184
825.34/827.59	c #Conflicts:    1735000 | #Constraints:      50184
825.34/827.59	c #Conflicts:    1736000 | #Constraints:      51184
825.34/827.59	c #Conflicts:    1737000 | #Constraints:      52184
825.34/827.59	c #Conflicts:    1738000 | #Constraints:      53184
825.34/827.59	c #Conflicts:    1739000 | #Constraints:      54185
825.34/827.59	c #Conflicts:    1740000 | #Constraints:      55185
825.34/827.59	c #Conflicts:    1741000 | #Constraints:      56185
825.34/827.59	c #Conflicts:    1742000 | #Constraints:      57185
825.34/827.59	c #Conflicts:    1743000 | #Constraints:      58185
825.34/827.59	c #Conflicts:    1744000 | #Constraints:      59185
825.34/827.59	c #Conflicts:    1745000 | #Constraints:      60185
825.34/827.59	c #Conflicts:    1746000 | #Constraints:      61185
825.34/827.59	c INPROCESSING
825.34/827.59	c GARBAGE COLLECT
825.34/827.59	c #Conflicts:    1747000 | #Constraints:      35847
825.34/827.59	c #Conflicts:    1748000 | #Constraints:      36848
825.34/827.59	c #Conflicts:    1749000 | #Constraints:      37848
825.34/827.59	c #Conflicts:    1750000 | #Constraints:      38848
825.34/827.59	c #Conflicts:    1751000 | #Constraints:      39848
825.34/827.59	c #Conflicts:    1752000 | #Constraints:      40848
825.34/827.59	c #Conflicts:    1753000 | #Constraints:      41848
825.34/827.59	c #Conflicts:    1754000 | #Constraints:      42848
825.34/827.59	c #Conflicts:    1755000 | #Constraints:      43848
825.34/827.59	c #Conflicts:    1756000 | #Constraints:      44848
825.34/827.59	c #Conflicts:    1757000 | #Constraints:      45848
825.34/827.59	c #Conflicts:    1758000 | #Constraints:      46848
825.34/827.59	c #Conflicts:    1759000 | #Constraints:      47848
825.34/827.59	c #Conflicts:    1760000 | #Constraints:      48848
825.34/827.59	c #Conflicts:    1761000 | #Constraints:      49848
825.34/827.59	c #Conflicts:    1762000 | #Constraints:      50848
825.34/827.59	c #Conflicts:    1763000 | #Constraints:      51848
825.34/827.59	c #Conflicts:    1764000 | #Constraints:      52848
825.34/827.59	c #Conflicts:    1765000 | #Constraints:      53848
825.34/827.59	c #Conflicts:    1766000 | #Constraints:      54848
825.34/827.59	c #Conflicts:    1767000 | #Constraints:      55848
825.34/827.59	c #Conflicts:    1768000 | #Constraints:      56848
825.34/827.59	c #Conflicts:    1769000 | #Constraints:      57848
825.34/827.59	c #Conflicts:    1770000 | #Constraints:      58848
825.34/827.59	c #Conflicts:    1771000 | #Constraints:      59848
862.55/864.86	c #Conflicts:    1772000 | #Constraints:      60848
862.55/864.86	c #Conflicts:    1773000 | #Constraints:      61848
862.55/864.86	c INPROCESSING
862.55/864.86	c GARBAGE COLLECT
862.55/864.86	c #Conflicts:    1774000 | #Constraints:      36379
862.55/864.86	c #Conflicts:    1775000 | #Constraints:      37379
862.55/864.86	c #Conflicts:    1776000 | #Constraints:      38379
862.55/864.86	c #Conflicts:    1777000 | #Constraints:      39379
862.55/864.86	c #Conflicts:    1778000 | #Constraints:      40379
862.55/864.86	c #Conflicts:    1779000 | #Constraints:      41379
862.55/864.86	c #Conflicts:    1780000 | #Constraints:      42379
862.55/864.86	c #Conflicts:    1781000 | #Constraints:      43379
862.55/864.86	c #Conflicts:    1782000 | #Constraints:      44379
862.55/864.86	c #Conflicts:    1783000 | #Constraints:      45379
862.55/864.86	c #Conflicts:    1784000 | #Constraints:      46379
862.55/864.86	c #Conflicts:    1785000 | #Constraints:      47379
862.55/864.86	c #Conflicts:    1786000 | #Constraints:      48379
862.55/864.86	c #Conflicts:    1787000 | #Constraints:      49379
862.55/864.86	c #Conflicts:    1788000 | #Constraints:      50379
862.55/864.86	c #Conflicts:    1789000 | #Constraints:      51379
862.55/864.86	c #Conflicts:    1790000 | #Constraints:      52379
862.55/864.86	c #Conflicts:    1791000 | #Constraints:      53379
862.55/864.86	c #Conflicts:    1792000 | #Constraints:      54379
862.55/864.86	c #Conflicts:    1793000 | #Constraints:      55379
862.55/864.86	c #Conflicts:    1794000 | #Constraints:      56379
862.55/864.86	c #Conflicts:    1795000 | #Constraints:      57379
862.55/864.86	c #Conflicts:    1796000 | #Constraints:      58379
862.55/864.86	c #Conflicts:    1797000 | #Constraints:      59379
862.55/864.86	c #Conflicts:    1798000 | #Constraints:      60379
862.55/864.86	c #Conflicts:    1799000 | #Constraints:      61379
862.55/864.86	c #Conflicts:    1800000 | #Constraints:      62379
862.55/864.86	c INPROCESSING
862.55/864.86	c GARBAGE COLLECT
862.55/864.86	c #Conflicts:    1801000 | #Constraints:      36748
862.55/864.86	c #Conflicts:    1802000 | #Constraints:      37748
862.55/864.86	c #Conflicts:    1803000 | #Constraints:      38748
862.55/864.86	c #Conflicts:    1804000 | #Constraints:      39748
862.55/864.86	c #Conflicts:    1805000 | #Constraints:      40748
862.55/864.86	c #Conflicts:    1806000 | #Constraints:      41748
862.55/864.86	c #Conflicts:    1807000 | #Constraints:      42748
862.55/864.86	c #Conflicts:    1808000 | #Constraints:      43748
862.55/864.86	c #Conflicts:    1809000 | #Constraints:      44748
862.55/864.86	c #Conflicts:    1810000 | #Constraints:      45748
862.55/864.86	c #Conflicts:    1811000 | #Constraints:      46748
862.55/864.86	c #Conflicts:    1812000 | #Constraints:      47748
862.55/864.86	c #Conflicts:    1813000 | #Constraints:      48748
862.55/864.86	c #Conflicts:    1814000 | #Constraints:      49748
862.55/864.86	c #Conflicts:    1815000 | #Constraints:      50748
862.55/864.86	c #Conflicts:    1816000 | #Constraints:      51748
862.55/864.86	c #Conflicts:    1817000 | #Constraints:      52748
862.55/864.86	c #Conflicts:    1818000 | #Constraints:      53748
862.55/864.86	c #Conflicts:    1819000 | #Constraints:      54748
862.55/864.86	c #Conflicts:    1820000 | #Constraints:      55748
862.55/864.86	c #Conflicts:    1821000 | #Constraints:      56748
862.55/864.86	c #Conflicts:    1822000 | #Constraints:      57748
862.55/864.86	c #Conflicts:    1823000 | #Constraints:      58748
862.55/864.86	c #Conflicts:    1824000 | #Constraints:      59748
862.55/864.86	c #Conflicts:    1825000 | #Constraints:      60748
862.55/864.86	c #Conflicts:    1826000 | #Constraints:      61748
862.55/864.86	c #Conflicts:    1827000 | #Constraints:      62748
862.55/864.86	c INPROCESSING
862.55/864.86	c GARBAGE COLLECT
862.55/864.86	c #Conflicts:    1828000 | #Constraints:      36938
862.55/864.86	c #Conflicts:    1829000 | #Constraints:      37938
862.55/864.86	c #Conflicts:    1830000 | #Constraints:      38938
862.55/864.86	c #Conflicts:    1831000 | #Constraints:      39938
862.55/864.86	c #Conflicts:    1832000 | #Constraints:      40938
862.55/864.86	c #Conflicts:    1833000 | #Constraints:      41938
862.55/864.86	c #Conflicts:    1834000 | #Constraints:      42938
862.55/864.86	c #Conflicts:    1835000 | #Constraints:      43938
862.55/864.86	c #Conflicts:    1836000 | #Constraints:      44938
862.55/864.86	c #Conflicts:    1837000 | #Constraints:      45938
862.55/864.86	c #Conflicts:    1838000 | #Constraints:      46938
862.55/864.86	c #Conflicts:    1839000 | #Constraints:      47938
862.55/864.86	c #Conflicts:    1840000 | #Constraints:      48938
862.55/864.86	c #Conflicts:    1841000 | #Constraints:      49938
862.55/864.86	c #Conflicts:    1842000 | #Constraints:      50938
862.55/864.86	c #Conflicts:    1843000 | #Constraints:      51938
862.55/864.86	c #Conflicts:    1844000 | #Constraints:      52938
862.55/864.86	c #Conflicts:    1845000 | #Constraints:      53938
862.55/864.86	c #Conflicts:    1846000 | #Constraints:      54938
862.55/864.86	c #Conflicts:    1847000 | #Constraints:      55938
862.55/864.86	c #Conflicts:    1848000 | #Constraints:      56938
904.14/906.52	c #Conflicts:    1849000 | #Constraints:      57938
904.14/906.52	c #Conflicts:    1850000 | #Constraints:      58938
904.14/906.52	c #Conflicts:    1851000 | #Constraints:      59938
904.14/906.52	c #Conflicts:    1852000 | #Constraints:      60940
904.14/906.52	c #Conflicts:    1853000 | #Constraints:      61940
904.14/906.52	c #Conflicts:    1854000 | #Constraints:      62940
904.14/906.52	c INPROCESSING
904.14/906.52	c GARBAGE COLLECT
904.14/906.52	c #Conflicts:    1855000 | #Constraints:      36926
904.14/906.52	c #Conflicts:    1856000 | #Constraints:      37926
904.14/906.52	c #Conflicts:    1857000 | #Constraints:      38926
904.14/906.52	c #Conflicts:    1858000 | #Constraints:      39927
904.14/906.52	c #Conflicts:    1859000 | #Constraints:      40927
904.14/906.52	c #Conflicts:    1860000 | #Constraints:      41927
904.14/906.52	c #Conflicts:    1861000 | #Constraints:      42927
904.14/906.52	c #Conflicts:    1862000 | #Constraints:      43927
904.14/906.52	c #Conflicts:    1863000 | #Constraints:      44927
904.14/906.52	c #Conflicts:    1864000 | #Constraints:      45930
904.14/906.52	c #Conflicts:    1865000 | #Constraints:      46930
904.14/906.52	c #Conflicts:    1866000 | #Constraints:      47930
904.14/906.52	c #Conflicts:    1867000 | #Constraints:      48930
904.14/906.52	c #Conflicts:    1868000 | #Constraints:      49930
904.14/906.52	c #Conflicts:    1869000 | #Constraints:      50930
904.14/906.52	c #Conflicts:    1870000 | #Constraints:      51930
904.14/906.52	c #Conflicts:    1871000 | #Constraints:      52930
904.14/906.52	c #Conflicts:    1872000 | #Constraints:      53930
904.14/906.52	c #Conflicts:    1873000 | #Constraints:      54930
904.14/906.52	c #Conflicts:    1874000 | #Constraints:      55930
904.14/906.52	c #Conflicts:    1875000 | #Constraints:      56930
904.14/906.52	c #Conflicts:    1876000 | #Constraints:      57930
904.14/906.52	c #Conflicts:    1877000 | #Constraints:      58930
904.14/906.52	c #Conflicts:    1878000 | #Constraints:      59930
904.14/906.52	c #Conflicts:    1879000 | #Constraints:      60930
904.14/906.52	c #Conflicts:    1880000 | #Constraints:      61930
904.14/906.52	c #Conflicts:    1881000 | #Constraints:      62930
904.14/906.52	c INPROCESSING
904.14/906.52	c GARBAGE COLLECT
904.14/906.52	c #Conflicts:    1882000 | #Constraints:      36718
904.14/906.52	c #Conflicts:    1883000 | #Constraints:      37718
904.14/906.52	c #Conflicts:    1884000 | #Constraints:      38718
904.14/906.52	c #Conflicts:    1885000 | #Constraints:      39719
904.14/906.52	c #Conflicts:    1886000 | #Constraints:      40719
904.14/906.52	c #Conflicts:    1887000 | #Constraints:      41719
904.14/906.52	c #Conflicts:    1888000 | #Constraints:      42719
904.14/906.52	c #Conflicts:    1889000 | #Constraints:      43719
904.14/906.52	c #Conflicts:    1890000 | #Constraints:      44719
904.14/906.52	c #Conflicts:    1891000 | #Constraints:      45719
904.14/906.52	c #Conflicts:    1892000 | #Constraints:      46719
904.14/906.52	c #Conflicts:    1893000 | #Constraints:      47719
904.14/906.52	c #Conflicts:    1894000 | #Constraints:      48719
904.14/906.52	c #Conflicts:    1895000 | #Constraints:      49719
904.14/906.52	c #Conflicts:    1896000 | #Constraints:      50719
904.14/906.52	c #Conflicts:    1897000 | #Constraints:      51719
904.14/906.52	c #Conflicts:    1898000 | #Constraints:      52719
904.14/906.52	c #Conflicts:    1899000 | #Constraints:      53719
904.14/906.52	c #Conflicts:    1900000 | #Constraints:      54719
904.14/906.52	c #Conflicts:    1901000 | #Constraints:      55719
904.14/906.52	c #Conflicts:    1902000 | #Constraints:      56719
904.14/906.52	c #Conflicts:    1903000 | #Constraints:      57719
904.14/906.52	c #Conflicts:    1904000 | #Constraints:      58719
904.14/906.52	c #Conflicts:    1905000 | #Constraints:      59719
904.14/906.52	c #Conflicts:    1906000 | #Constraints:      60719
904.14/906.52	c #Conflicts:    1907000 | #Constraints:      61719
904.14/906.52	c #Conflicts:    1908000 | #Constraints:      62719
904.14/906.52	c #Conflicts:    1909000 | #Constraints:      63719
904.14/906.52	c INPROCESSING
904.14/906.52	c GARBAGE COLLECT
904.14/906.52	c #Conflicts:    1910000 | #Constraints:      37351
904.14/906.52	c #Conflicts:    1911000 | #Constraints:      38351
904.14/906.52	c #Conflicts:    1912000 | #Constraints:      39351
904.14/906.52	c #Conflicts:    1913000 | #Constraints:      40351
904.14/906.52	c #Conflicts:    1914000 | #Constraints:      41351
904.14/906.52	c #Conflicts:    1915000 | #Constraints:      42351
904.14/906.52	c #Conflicts:    1916000 | #Constraints:      43351
904.14/906.52	c #Conflicts:    1917000 | #Constraints:      44351
904.14/906.52	c #Conflicts:    1918000 | #Constraints:      45351
904.14/906.52	c #Conflicts:    1919000 | #Constraints:      46351
904.14/906.52	c #Conflicts:    1920000 | #Constraints:      47351
904.14/906.52	c #Conflicts:    1921000 | #Constraints:      48351
904.14/906.52	c #Conflicts:    1922000 | #Constraints:      49351
904.14/906.52	c #Conflicts:    1923000 | #Constraints:      50352
904.14/906.52	c #Conflicts:    1924000 | #Constraints:      51352
904.14/906.52	c #Conflicts:    1925000 | #Constraints:      52352
943.05/945.53	c #Conflicts:    1926000 | #Constraints:      53352
943.05/945.53	c #Conflicts:    1927000 | #Constraints:      54352
943.05/945.53	c #Conflicts:    1928000 | #Constraints:      55352
943.05/945.53	c #Conflicts:    1929000 | #Constraints:      56352
943.05/945.53	c #Conflicts:    1930000 | #Constraints:      57352
943.05/945.53	c #Conflicts:    1931000 | #Constraints:      58352
943.05/945.53	c #Conflicts:    1932000 | #Constraints:      59352
943.05/945.53	c #Conflicts:    1933000 | #Constraints:      60352
943.05/945.53	c #Conflicts:    1934000 | #Constraints:      61352
943.05/945.53	c #Conflicts:    1935000 | #Constraints:      62352
943.05/945.53	c #Conflicts:    1936000 | #Constraints:      63352
943.05/945.53	c #Conflicts:    1937000 | #Constraints:      64352
943.05/945.53	c INPROCESSING
943.05/945.53	c GARBAGE COLLECT
943.05/945.53	c #Conflicts:    1938000 | #Constraints:      37717
943.05/945.53	c #Conflicts:    1939000 | #Constraints:      38717
943.05/945.53	c #Conflicts:    1940000 | #Constraints:      39717
943.05/945.53	c #Conflicts:    1941000 | #Constraints:      40717
943.05/945.53	c #Conflicts:    1942000 | #Constraints:      41717
943.05/945.53	c #Conflicts:    1943000 | #Constraints:      42717
943.05/945.53	c #Conflicts:    1944000 | #Constraints:      43717
943.05/945.53	c #Conflicts:    1945000 | #Constraints:      44717
943.05/945.53	c #Conflicts:    1946000 | #Constraints:      45718
943.05/945.53	c #Conflicts:    1947000 | #Constraints:      46718
943.05/945.53	c #Conflicts:    1948000 | #Constraints:      47718
943.05/945.53	c #Conflicts:    1949000 | #Constraints:      48718
943.05/945.53	c #Conflicts:    1950000 | #Constraints:      49718
943.05/945.53	c #Conflicts:    1951000 | #Constraints:      50718
943.05/945.53	c #Conflicts:    1952000 | #Constraints:      51718
943.05/945.53	c #Conflicts:    1953000 | #Constraints:      52718
943.05/945.53	c #Conflicts:    1954000 | #Constraints:      53718
943.05/945.53	c #Conflicts:    1955000 | #Constraints:      54718
943.05/945.53	c #Conflicts:    1956000 | #Constraints:      55718
943.05/945.53	c #Conflicts:    1957000 | #Constraints:      56730
943.05/945.53	c #Conflicts:    1958000 | #Constraints:      57730
943.05/945.53	c #Conflicts:    1959000 | #Constraints:      58730
943.05/945.53	c #Conflicts:    1960000 | #Constraints:      59730
943.05/945.53	c #Conflicts:    1961000 | #Constraints:      60730
943.05/945.53	c #Conflicts:    1962000 | #Constraints:      61730
943.05/945.53	c #Conflicts:    1963000 | #Constraints:      62730
943.05/945.53	c #Conflicts:    1964000 | #Constraints:      63730
943.05/945.53	c #Conflicts:    1965000 | #Constraints:      64730
943.05/945.53	c INPROCESSING
943.05/945.53	c GARBAGE COLLECT
943.05/945.53	c #Conflicts:    1966000 | #Constraints:      37956
943.05/945.53	c #Conflicts:    1967000 | #Constraints:      38956
943.05/945.53	c #Conflicts:    1968000 | #Constraints:      39956
943.05/945.53	c #Conflicts:    1969000 | #Constraints:      40956
943.05/945.53	c #Conflicts:    1970000 | #Constraints:      41956
943.05/945.53	c #Conflicts:    1971000 | #Constraints:      42956
943.05/945.53	c #Conflicts:    1972000 | #Constraints:      43956
943.05/945.53	c #Conflicts:    1973000 | #Constraints:      44956
943.05/945.53	c #Conflicts:    1974000 | #Constraints:      45956
943.05/945.53	c #Conflicts:    1975000 | #Constraints:      46956
943.05/945.53	c #Conflicts:    1976000 | #Constraints:      47956
943.05/945.53	c #Conflicts:    1977000 | #Constraints:      48956
943.05/945.53	c #Conflicts:    1978000 | #Constraints:      49956
943.05/945.53	c #Conflicts:    1979000 | #Constraints:      50956
943.05/945.53	c #Conflicts:    1980000 | #Constraints:      51956
943.05/945.53	c #Conflicts:    1981000 | #Constraints:      52957
943.05/945.53	c #Conflicts:    1982000 | #Constraints:      53957
943.05/945.53	c #Conflicts:    1983000 | #Constraints:      54957
943.05/945.53	c #Conflicts:    1984000 | #Constraints:      55957
943.05/945.53	c #Conflicts:    1985000 | #Constraints:      56957
943.05/945.53	c #Conflicts:    1986000 | #Constraints:      57957
943.05/945.53	c #Conflicts:    1987000 | #Constraints:      58957
943.05/945.53	c #Conflicts:    1988000 | #Constraints:      59957
943.05/945.53	c #Conflicts:    1989000 | #Constraints:      60958
943.05/945.53	c #Conflicts:    1990000 | #Constraints:      61960
943.05/945.53	c #Conflicts:    1991000 | #Constraints:      62960
943.05/945.53	c #Conflicts:    1992000 | #Constraints:      63961
943.05/945.53	c #Conflicts:    1993000 | #Constraints:      64961
943.05/945.53	c INPROCESSING
943.05/945.53	c GARBAGE COLLECT
943.05/945.53	c #Conflicts:    1994000 | #Constraints:      37950
943.05/945.53	c #Conflicts:    1995000 | #Constraints:      38950
943.05/945.53	c #Conflicts:    1996000 | #Constraints:      39950
943.05/945.53	c #Conflicts:    1997000 | #Constraints:      40950
943.05/945.53	c #Conflicts:    1998000 | #Constraints:      41950
943.05/945.53	c #Conflicts:    1999000 | #Constraints:      42950
943.05/945.53	c #Conflicts:    2000000 | #Constraints:      43950
943.05/945.53	c #Conflicts:    2001000 | #Constraints:      44950
987.54/990.17	c #Conflicts:    2002000 | #Constraints:      45950
987.54/990.17	c #Conflicts:    2003000 | #Constraints:      46950
987.54/990.17	c #Conflicts:    2004000 | #Constraints:      47950
987.54/990.17	c #Conflicts:    2005000 | #Constraints:      48952
987.54/990.17	c #Conflicts:    2006000 | #Constraints:      49953
987.54/990.17	c #Conflicts:    2007000 | #Constraints:      50953
987.54/990.17	c #Conflicts:    2008000 | #Constraints:      51953
987.54/990.17	c #Conflicts:    2009000 | #Constraints:      52953
987.54/990.17	c #Conflicts:    2010000 | #Constraints:      53953
987.54/990.17	c #Conflicts:    2011000 | #Constraints:      54953
987.54/990.17	c #Conflicts:    2012000 | #Constraints:      55953
987.54/990.17	c #Conflicts:    2013000 | #Constraints:      56953
987.54/990.17	c #Conflicts:    2014000 | #Constraints:      57953
987.54/990.17	c #Conflicts:    2015000 | #Constraints:      58953
987.54/990.17	c #Conflicts:    2016000 | #Constraints:      59953
987.54/990.17	c #Conflicts:    2017000 | #Constraints:      60953
987.54/990.17	c #Conflicts:    2018000 | #Constraints:      61953
987.54/990.17	c #Conflicts:    2019000 | #Constraints:      62953
987.54/990.17	c #Conflicts:    2020000 | #Constraints:      63953
987.54/990.17	c #Conflicts:    2021000 | #Constraints:      64953
987.54/990.17	c INPROCESSING
987.54/990.17	c GARBAGE COLLECT
987.54/990.17	c #Conflicts:    2022000 | #Constraints:      37730
987.54/990.17	c #Conflicts:    2023000 | #Constraints:      38731
987.54/990.17	c #Conflicts:    2024000 | #Constraints:      39731
987.54/990.17	c #Conflicts:    2025000 | #Constraints:      40731
987.54/990.17	c #Conflicts:    2026000 | #Constraints:      41731
987.54/990.17	c #Conflicts:    2027000 | #Constraints:      42731
987.54/990.17	c #Conflicts:    2028000 | #Constraints:      43731
987.54/990.17	c #Conflicts:    2029000 | #Constraints:      44731
987.54/990.17	c #Conflicts:    2030000 | #Constraints:      45731
987.54/990.17	c #Conflicts:    2031000 | #Constraints:      46731
987.54/990.17	c #Conflicts:    2032000 | #Constraints:      47731
987.54/990.17	c #Conflicts:    2033000 | #Constraints:      48731
987.54/990.17	c #Conflicts:    2034000 | #Constraints:      49732
987.54/990.17	c #Conflicts:    2035000 | #Constraints:      50732
987.54/990.17	c #Conflicts:    2036000 | #Constraints:      51732
987.54/990.17	c #Conflicts:    2037000 | #Constraints:      52732
987.54/990.17	c #Conflicts:    2038000 | #Constraints:      53732
987.54/990.17	c #Conflicts:    2039000 | #Constraints:      54732
987.54/990.17	c #Conflicts:    2040000 | #Constraints:      55732
987.54/990.17	c #Conflicts:    2041000 | #Constraints:      56732
987.54/990.17	c #Conflicts:    2042000 | #Constraints:      57732
987.54/990.17	c #Conflicts:    2043000 | #Constraints:      58732
987.54/990.17	c #Conflicts:    2044000 | #Constraints:      59732
987.54/990.17	c #Conflicts:    2045000 | #Constraints:      60732
987.54/990.17	c #Conflicts:    2046000 | #Constraints:      61733
987.54/990.17	c #Conflicts:    2047000 | #Constraints:      62733
987.54/990.17	c #Conflicts:    2048000 | #Constraints:      63733
987.54/990.17	c #Conflicts:    2049000 | #Constraints:      64733
987.54/990.17	c #Conflicts:    2050000 | #Constraints:      65733
987.54/990.17	c INPROCESSING
987.54/990.17	c GARBAGE COLLECT
987.54/990.17	c #Conflicts:    2051000 | #Constraints:      38337
987.54/990.17	c #Conflicts:    2052000 | #Constraints:      39506
987.54/990.17	c #Conflicts:    2053000 | #Constraints:      40527
987.54/990.17	c #Conflicts:    2054000 | #Constraints:      41812
987.54/990.17	c #Conflicts:    2055000 | #Constraints:      42812
987.54/990.17	c #Conflicts:    2056000 | #Constraints:      43812
987.54/990.17	c #Conflicts:    2057000 | #Constraints:      44812
987.54/990.17	c #Conflicts:    2058000 | #Constraints:      45812
987.54/990.17	c #Conflicts:    2059000 | #Constraints:      46812
987.54/990.17	c #Conflicts:    2060000 | #Constraints:      47812
987.54/990.17	c #Conflicts:    2061000 | #Constraints:      48812
987.54/990.17	c #Conflicts:    2062000 | #Constraints:      49812
987.54/990.17	c #Conflicts:    2063000 | #Constraints:      50812
987.54/990.17	c #Conflicts:    2064000 | #Constraints:      51812
987.54/990.17	c #Conflicts:    2065000 | #Constraints:      52812
987.54/990.17	c #Conflicts:    2066000 | #Constraints:      53812
987.54/990.17	c #Conflicts:    2067000 | #Constraints:      54812
987.54/990.17	c #Conflicts:    2068000 | #Constraints:      55812
987.54/990.17	c #Conflicts:    2069000 | #Constraints:      56812
987.54/990.17	c #Conflicts:    2070000 | #Constraints:      57812
987.54/990.17	c #Conflicts:    2071000 | #Constraints:      58812
987.54/990.17	c #Conflicts:    2072000 | #Constraints:      59812
987.54/990.17	c #Conflicts:    2073000 | #Constraints:      60812
987.54/990.17	c #Conflicts:    2074000 | #Constraints:      61812
987.54/990.17	c #Conflicts:    2075000 | #Constraints:      62812
987.54/990.17	c #Conflicts:    2076000 | #Constraints:      63812
987.54/990.17	c #Conflicts:    2077000 | #Constraints:      64812
987.54/990.17	c #Conflicts:    2078000 | #Constraints:      65812
987.54/990.17	c #Conflicts:    2079000 | #Constraints:      66812
1055.46/1058.20	c INPROCESSING
1055.46/1058.20	c GARBAGE COLLECT
1055.46/1058.20	c #Conflicts:    2080000 | #Constraints:      38988
1055.46/1058.20	c #Conflicts:    2081000 | #Constraints:      39992
1055.46/1058.20	c #Conflicts:    2082000 | #Constraints:      40993
1055.46/1058.20	c #Conflicts:    2083000 | #Constraints:      41993
1055.46/1058.20	c #Conflicts:    2084000 | #Constraints:      42993
1055.46/1058.20	c #Conflicts:    2085000 | #Constraints:      43993
1055.46/1058.20	c #Conflicts:    2086000 | #Constraints:      44993
1055.46/1058.20	c #Conflicts:    2087000 | #Constraints:      45993
1055.46/1058.20	c #Conflicts:    2088000 | #Constraints:      46993
1055.46/1058.20	c #Conflicts:    2089000 | #Constraints:      47994
1055.46/1058.20	c #Conflicts:    2090000 | #Constraints:      48994
1055.46/1058.20	c #Conflicts:    2091000 | #Constraints:      49994
1055.46/1058.20	c #Conflicts:    2092000 | #Constraints:      50994
1055.46/1058.20	c #Conflicts:    2093000 | #Constraints:      51994
1055.46/1058.20	c #Conflicts:    2094000 | #Constraints:      52994
1055.46/1058.20	c #Conflicts:    2095000 | #Constraints:      53994
1055.46/1058.20	c #Conflicts:    2096000 | #Constraints:      54994
1055.46/1058.20	c #Conflicts:    2097000 | #Constraints:      55995
1055.46/1058.20	c #Conflicts:    2098000 | #Constraints:      56995
1055.46/1058.20	c #Conflicts:    2099000 | #Constraints:      57995
1055.46/1058.20	c #Conflicts:    2100000 | #Constraints:      58995
1055.46/1058.20	c #Conflicts:    2101000 | #Constraints:      59995
1055.46/1058.20	c #Conflicts:    2102000 | #Constraints:      60995
1055.46/1058.20	c #Conflicts:    2103000 | #Constraints:      61995
1055.46/1058.20	c #Conflicts:    2104000 | #Constraints:      62995
1055.46/1058.20	c #Conflicts:    2105000 | #Constraints:      63995
1055.46/1058.20	c #Conflicts:    2106000 | #Constraints:      64995
1055.46/1058.20	c #Conflicts:    2107000 | #Constraints:      65996
1055.46/1058.20	c #Conflicts:    2108000 | #Constraints:      66996
1055.46/1058.20	c INPROCESSING
1055.46/1058.20	c GARBAGE COLLECT
1055.46/1058.20	c #Conflicts:    2109000 | #Constraints:      39083
1055.46/1058.20	c #Conflicts:    2110000 | #Constraints:      40083
1055.46/1058.20	c #Conflicts:    2111000 | #Constraints:      41084
1055.46/1058.20	c #Conflicts:    2112000 | #Constraints:      42084
1055.46/1058.20	c #Conflicts:    2113000 | #Constraints:      43084
1055.46/1058.20	c #Conflicts:    2114000 | #Constraints:      44084
1055.46/1058.20	c #Conflicts:    2115000 | #Constraints:      45084
1055.46/1058.20	c #Conflicts:    2116000 | #Constraints:      46084
1055.46/1058.20	c #Conflicts:    2117000 | #Constraints:      47084
1055.46/1058.20	c #Conflicts:    2118000 | #Constraints:      48086
1055.46/1058.20	c #Conflicts:    2119000 | #Constraints:      49091
1055.46/1058.20	c #Conflicts:    2120000 | #Constraints:      50091
1055.46/1058.20	c #Conflicts:    2121000 | #Constraints:      51092
1055.46/1058.20	c #Conflicts:    2122000 | #Constraints:      52092
1055.46/1058.20	c #Conflicts:    2123000 | #Constraints:      53092
1055.46/1058.20	c #Conflicts:    2124000 | #Constraints:      54099
1055.46/1058.20	c #Conflicts:    2125000 | #Constraints:      55104
1055.46/1058.20	c #Conflicts:    2126000 | #Constraints:      56104
1055.46/1058.20	c #Conflicts:    2127000 | #Constraints:      57104
1055.46/1058.20	c #Conflicts:    2128000 | #Constraints:      58105
1055.46/1058.20	c #Conflicts:    2129000 | #Constraints:      59107
1055.46/1058.20	c #Conflicts:    2130000 | #Constraints:      60108
1055.46/1058.20	c #Conflicts:    2131000 | #Constraints:      61109
1055.46/1058.20	c #Conflicts:    2132000 | #Constraints:      62112
1055.46/1058.20	c #Conflicts:    2133000 | #Constraints:      63114
1055.46/1058.20	c #Conflicts:    2134000 | #Constraints:      64114
1055.46/1058.20	c #Conflicts:    2135000 | #Constraints:      65114
1055.46/1058.20	c #Conflicts:    2136000 | #Constraints:      66114
1055.46/1058.20	c #Conflicts:    2137000 | #Constraints:      67114
1055.46/1058.20	c INPROCESSING
1055.46/1058.20	c GARBAGE COLLECT
1055.46/1058.20	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[23]: 6 -2 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[24]: 6 -3 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[62]: 6 -0.819784 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[87]: 6 -3.14063 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[88]: 6 -3.45313 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[89]: 6 -2.43209 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[97]: 6 -2.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[128]: 6 -2.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[247]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[254]: 6 -0.374527 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[285]: 6 -0.989239 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[318]: 6 -0.819784 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[444]: 6 -1.22837 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[445]: 6 -0.989239 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[479]: 6 -2.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[538]: 6 -2.5625 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[542]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[577]: 6 -1.875 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[599]: 6 -2.34375 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[605]: 6 -2 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[606]: 6 -2.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[608]: 6 -2.5 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[703]: 6 -2.25095 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[731]: 6 -1.01082 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[735]: 6 -2.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1107]: 6 -1.0625 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1118]: 6 -1.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1143]: 6 -0.9375 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1146]: 6 -0.75 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1147]: 6 -2.11214 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1152]: 6 -0.374527 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1272]: 6 -1.33079 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1336]: 6 -2.27051 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1437]: 6 -3.1875 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1562]: 6 -1.66797 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1706]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2009]: 6 -0.956953 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2104]: 6 -0.870219 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2202]: 6 -1.19768 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2203]: 6 -1.19768 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2206]: 6 -0.209273 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2327]: 6 -1.0625 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2330]: 6 -0.536395 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2392]: 6 -12.4177 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2424]: 6 -1.57031 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2432]: 6 -1.5 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2485]: 6 0 2.125 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2622]: 6 -0.374527 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2672]: 6 -1.27341 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2673]: 6 -1.27341 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2685]: 6 -3.45016 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2688]: 6 -9.20695 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2774]: 6 0 1 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2862]: 6 -5.32813 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2880]: 6 -5 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3053]: 6 -1.31345 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3056]: 6 -0.0782441 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3435]: 6 -0.81836 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3438]: 6 -9.875 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3491]: 6 -3.79305 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3540]: 6 -39 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3642]: 6 -13.8185 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3836]: 6 -0.728477 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3918]: 6 -1.34913 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3930]: 6 0 1.09438 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[4028]: 6 -5 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[4065]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1055.46/1058.20	WSVECS04 Frhs2[4117]: 6 -11 0 shouldn't be
1104.84/1107.70	c #Conflicts:    2138000 | #Constraints:      39058
1104.84/1107.70	c #Conflicts:    2139000 | #Constraints:      40058
1104.84/1107.70	c #Conflicts:    2140000 | #Constraints:      41058
1104.84/1107.70	c #Conflicts:    2141000 | #Constraints:      42058
1104.84/1107.70	c #Conflicts:    2142000 | #Constraints:      43058
1104.84/1107.70	c #Conflicts:    2143000 | #Constraints:      44058
1104.84/1107.70	c #Conflicts:    2144000 | #Constraints:      45058
1104.84/1107.70	c #Conflicts:    2145000 | #Constraints:      46058
1104.84/1107.70	c #Conflicts:    2146000 | #Constraints:      47058
1104.84/1107.70	c #Conflicts:    2147000 | #Constraints:      48058
1104.84/1107.70	c #Conflicts:    2148000 | #Constraints:      49058
1104.84/1107.70	c #Conflicts:    2149000 | #Constraints:      50058
1104.84/1107.70	c #Conflicts:    2150000 | #Constraints:      51058
1104.84/1107.70	c #Conflicts:    2151000 | #Constraints:      52058
1104.84/1107.70	c #Conflicts:    2152000 | #Constraints:      53058
1104.84/1107.70	c #Conflicts:    2153000 | #Constraints:      54058
1104.84/1107.70	c #Conflicts:    2154000 | #Constraints:      55058
1104.84/1107.70	c #Conflicts:    2155000 | #Constraints:      56058
1104.84/1107.70	c #Conflicts:    2156000 | #Constraints:      57058
1104.84/1107.70	c #Conflicts:    2157000 | #Constraints:      58058
1104.84/1107.70	c #Conflicts:    2158000 | #Constraints:      59058
1104.84/1107.70	c #Conflicts:    2159000 | #Constraints:      60058
1104.84/1107.70	c #Conflicts:    2160000 | #Constraints:      61058
1104.84/1107.70	c #Conflicts:    2161000 | #Constraints:      62058
1104.84/1107.70	c #Conflicts:    2162000 | #Constraints:      63058
1104.84/1107.70	c #Conflicts:    2163000 | #Constraints:      64058
1104.84/1107.70	c #Conflicts:    2164000 | #Constraints:      65058
1104.84/1107.70	c #Conflicts:    2165000 | #Constraints:      66058
1104.84/1107.70	c #Conflicts:    2166000 | #Constraints:      67058
1104.84/1107.70	c INPROCESSING
1104.84/1107.70	c GARBAGE COLLECT
1104.84/1107.70	c #Conflicts:    2167000 | #Constraints:      38800
1104.84/1107.70	c #Conflicts:    2168000 | #Constraints:      39800
1104.84/1107.70	c #Conflicts:    2169000 | #Constraints:      40800
1104.84/1107.70	c #Conflicts:    2170000 | #Constraints:      41800
1104.84/1107.70	c #Conflicts:    2171000 | #Constraints:      42800
1104.84/1107.70	c #Conflicts:    2172000 | #Constraints:      43800
1104.84/1107.70	c #Conflicts:    2173000 | #Constraints:      44800
1104.84/1107.70	c #Conflicts:    2174000 | #Constraints:      45800
1104.84/1107.70	c #Conflicts:    2175000 | #Constraints:      46800
1104.84/1107.70	c #Conflicts:    2176000 | #Constraints:      47800
1104.84/1107.70	c #Conflicts:    2177000 | #Constraints:      48800
1104.84/1107.70	c #Conflicts:    2178000 | #Constraints:      49800
1104.84/1107.70	c #Conflicts:    2179000 | #Constraints:      50800
1104.84/1107.70	c #Conflicts:    2180000 | #Constraints:      51800
1104.84/1107.70	c #Conflicts:    2181000 | #Constraints:      52800
1104.84/1107.70	c #Conflicts:    2182000 | #Constraints:      53800
1104.84/1107.70	c #Conflicts:    2183000 | #Constraints:      54800
1104.84/1107.70	c #Conflicts:    2184000 | #Constraints:      55800
1104.84/1107.70	c #Conflicts:    2185000 | #Constraints:      56800
1104.84/1107.70	c #Conflicts:    2186000 | #Constraints:      57800
1104.84/1107.70	c #Conflicts:    2187000 | #Constraints:      58800
1104.84/1107.70	c #Conflicts:    2188000 | #Constraints:      59800
1104.84/1107.70	c #Conflicts:    2189000 | #Constraints:      60800
1104.84/1107.70	c #Conflicts:    2190000 | #Constraints:      61800
1104.84/1107.70	c #Conflicts:    2191000 | #Constraints:      62800
1104.84/1107.70	c #Conflicts:    2192000 | #Constraints:      63800
1104.84/1107.70	c #Conflicts:    2193000 | #Constraints:      64800
1104.84/1107.70	c #Conflicts:    2194000 | #Constraints:      65800
1104.84/1107.70	c #Conflicts:    2195000 | #Constraints:      66800
1104.84/1107.70	c #Conflicts:    2196000 | #Constraints:      67800
1104.84/1107.70	c INPROCESSING
1104.84/1107.70	c GARBAGE COLLECT
1104.84/1107.70	c rational objective 790.602
1191.61/1194.78	c #Conflicts:    2197000 | #Constraints:      39416
1191.61/1194.78	c #Conflicts:    2198000 | #Constraints:      40416
1191.61/1194.78	c #Conflicts:    2199000 | #Constraints:      41416
1191.61/1194.78	c #Conflicts:    2200000 | #Constraints:      42416
1191.61/1194.78	c #Conflicts:    2201000 | #Constraints:      43416
1191.61/1194.78	c #Conflicts:    2202000 | #Constraints:      44416
1191.61/1194.78	c #Conflicts:    2203000 | #Constraints:      45416
1191.61/1194.78	c #Conflicts:    2204000 | #Constraints:      46416
1191.61/1194.78	c #Conflicts:    2205000 | #Constraints:      47416
1191.61/1194.78	c #Conflicts:    2206000 | #Constraints:      48416
1191.61/1194.78	c #Conflicts:    2207000 | #Constraints:      49416
1191.61/1194.78	c #Conflicts:    2208000 | #Constraints:      50416
1191.61/1194.78	c #Conflicts:    2209000 | #Constraints:      51416
1191.61/1194.78	c #Conflicts:    2210000 | #Constraints:      52416
1191.61/1194.78	c #Conflicts:    2211000 | #Constraints:      53416
1191.61/1194.78	c #Conflicts:    2212000 | #Constraints:      54416
1191.61/1194.78	c #Conflicts:    2213000 | #Constraints:      55416
1191.61/1194.78	c #Conflicts:    2214000 | #Constraints:      56416
1191.61/1194.78	c #Conflicts:    2215000 | #Constraints:      57416
1191.61/1194.78	c #Conflicts:    2216000 | #Constraints:      58416
1191.61/1194.78	c #Conflicts:    2217000 | #Constraints:      59416
1191.61/1194.78	c #Conflicts:    2218000 | #Constraints:      60416
1191.61/1194.78	c #Conflicts:    2219000 | #Constraints:      61416
1191.61/1194.78	c #Conflicts:    2220000 | #Constraints:      62416
1191.61/1194.78	c #Conflicts:    2221000 | #Constraints:      63416
1191.61/1194.78	c #Conflicts:    2222000 | #Constraints:      64416
1191.61/1194.78	c #Conflicts:    2223000 | #Constraints:      65416
1191.61/1194.78	c #Conflicts:    2224000 | #Constraints:      66416
1191.61/1194.78	c #Conflicts:    2225000 | #Constraints:      67416
1191.61/1194.78	c #Conflicts:    2226000 | #Constraints:      68416
1191.61/1194.78	c INPROCESSING
1191.61/1194.78	c GARBAGE COLLECT
1191.61/1194.78	c #Conflicts:    2227000 | #Constraints:      39814
1191.61/1194.78	c #Conflicts:    2228000 | #Constraints:      40814
1191.61/1194.78	c #Conflicts:    2229000 | #Constraints:      41814
1191.61/1194.78	c #Conflicts:    2230000 | #Constraints:      42815
1191.61/1194.78	c #Conflicts:    2231000 | #Constraints:      43815
1191.61/1194.78	c #Conflicts:    2232000 | #Constraints:      44815
1191.61/1194.78	c #Conflicts:    2233000 | #Constraints:      45815
1191.61/1194.78	c #Conflicts:    2234000 | #Constraints:      46815
1191.61/1194.78	c #Conflicts:    2235000 | #Constraints:      47815
1191.61/1194.78	c #Conflicts:    2236000 | #Constraints:      48815
1191.61/1194.78	c #Conflicts:    2237000 | #Constraints:      49815
1191.61/1194.78	c #Conflicts:    2238000 | #Constraints:      50815
1191.61/1194.78	c #Conflicts:    2239000 | #Constraints:      51815
1191.61/1194.78	c #Conflicts:    2240000 | #Constraints:      52815
1191.61/1194.78	c #Conflicts:    2241000 | #Constraints:      53815
1191.61/1194.78	c #Conflicts:    2242000 | #Constraints:      54815
1191.61/1194.78	c #Conflicts:    2243000 | #Constraints:      55816
1191.61/1194.78	c #Conflicts:    2244000 | #Constraints:      56828
1191.61/1194.78	c #Conflicts:    2245000 | #Constraints:      58272
1191.61/1194.78	c #Conflicts:    2246000 | #Constraints:      59774
1191.61/1194.78	c #Conflicts:    2247000 | #Constraints:      61272
1191.61/1194.78	c #Conflicts:    2248000 | #Constraints:      62782
1191.61/1194.78	c #Conflicts:    2249000 | #Constraints:      64277
1191.61/1194.78	c #Conflicts:    2250000 | #Constraints:      65784
1191.61/1194.78	c #Conflicts:    2251000 | #Constraints:      67295
1191.61/1194.78	c #Conflicts:    2252000 | #Constraints:      68793
1191.61/1194.78	c #Conflicts:    2253000 | #Constraints:      70282
1191.61/1194.78	c #Conflicts:    2254000 | #Constraints:      71775
1191.61/1194.78	c #Conflicts:    2255000 | #Constraints:      73280
1191.61/1194.78	c #Conflicts:    2256000 | #Constraints:      74368
1191.61/1194.78	c INPROCESSING
1191.61/1194.78	c GARBAGE COLLECT
1191.61/1194.78	c #Conflicts:    2257000 | #Constraints:      42722
1191.61/1194.78	c #Conflicts:    2258000 | #Constraints:      43722
1191.61/1194.78	c #Conflicts:    2259000 | #Constraints:      44722
1191.61/1194.78	c #Conflicts:    2260000 | #Constraints:      45722
1191.61/1194.78	c #Conflicts:    2261000 | #Constraints:      46722
1191.61/1194.78	c #Conflicts:    2262000 | #Constraints:      47722
1191.61/1194.78	c #Conflicts:    2263000 | #Constraints:      48722
1191.61/1194.78	c #Conflicts:    2264000 | #Constraints:      49722
1191.61/1194.78	c #Conflicts:    2265000 | #Constraints:      50723
1191.61/1194.78	c #Conflicts:    2266000 | #Constraints:      51723
1191.61/1194.78	c #Conflicts:    2267000 | #Constraints:      52723
1191.61/1194.78	c #Conflicts:    2268000 | #Constraints:      53723
1191.61/1194.78	c #Conflicts:    2269000 | #Constraints:      54723
1191.61/1194.78	c #Conflicts:    2270000 | #Constraints:      55723
1191.61/1194.78	c #Conflicts:    2271000 | #Constraints:      56723
1191.61/1194.78	c #Conflicts:    2272000 | #Constraints:      57723
1191.61/1194.78	c #Conflicts:    2273000 | #Constraints:      58724
1191.61/1194.78	c #Conflicts:    2274000 | #Constraints:      59724
1303.92/1307.30	c #Conflicts:    2275000 | #Constraints:      60724
1303.92/1307.30	c #Conflicts:    2276000 | #Constraints:      61724
1303.92/1307.30	c #Conflicts:    2277000 | #Constraints:      62724
1303.92/1307.30	c #Conflicts:    2278000 | #Constraints:      63724
1303.92/1307.30	c #Conflicts:    2279000 | #Constraints:      64724
1303.92/1307.30	c #Conflicts:    2280000 | #Constraints:      65724
1303.92/1307.30	c #Conflicts:    2281000 | #Constraints:      66724
1303.92/1307.30	c #Conflicts:    2282000 | #Constraints:      67724
1303.92/1307.30	c #Conflicts:    2283000 | #Constraints:      68738
1303.92/1307.30	c #Conflicts:    2284000 | #Constraints:      69738
1303.92/1307.30	c #Conflicts:    2285000 | #Constraints:      70738
1303.92/1307.30	c #Conflicts:    2286000 | #Constraints:      71739
1303.92/1307.30	c INPROCESSING
1303.92/1307.30	c GARBAGE COLLECT
1303.92/1307.30	c #Conflicts:    2287000 | #Constraints:      41388
1303.92/1307.30	c #Conflicts:    2288000 | #Constraints:      42388
1303.92/1307.30	c #Conflicts:    2289000 | #Constraints:      43388
1303.92/1307.30	c #Conflicts:    2290000 | #Constraints:      44388
1303.92/1307.30	c #Conflicts:    2291000 | #Constraints:      45388
1303.92/1307.30	c #Conflicts:    2292000 | #Constraints:      46388
1303.92/1307.30	c #Conflicts:    2293000 | #Constraints:      47388
1303.92/1307.30	c #Conflicts:    2294000 | #Constraints:      48388
1303.92/1307.30	c #Conflicts:    2295000 | #Constraints:      49389
1303.92/1307.30	c #Conflicts:    2296000 | #Constraints:      50389
1303.92/1307.30	c #Conflicts:    2297000 | #Constraints:      51389
1303.92/1307.30	c #Conflicts:    2298000 | #Constraints:      52389
1303.92/1307.30	c #Conflicts:    2299000 | #Constraints:      53389
1303.92/1307.30	c #Conflicts:    2300000 | #Constraints:      54389
1303.92/1307.30	c #Conflicts:    2301000 | #Constraints:      55389
1303.92/1307.30	c #Conflicts:    2302000 | #Constraints:      56389
1303.92/1307.30	c #Conflicts:    2303000 | #Constraints:      57389
1303.92/1307.30	c #Conflicts:    2304000 | #Constraints:      58390
1303.92/1307.30	c #Conflicts:    2305000 | #Constraints:      59390
1303.92/1307.30	c #Conflicts:    2306000 | #Constraints:      60390
1303.92/1307.30	c #Conflicts:    2307000 | #Constraints:      61390
1303.92/1307.30	c #Conflicts:    2308000 | #Constraints:      62390
1303.92/1307.30	c #Conflicts:    2309000 | #Constraints:      63390
1303.92/1307.30	c #Conflicts:    2310000 | #Constraints:      64390
1303.92/1307.30	c #Conflicts:    2311000 | #Constraints:      65390
1303.92/1307.30	c #Conflicts:    2312000 | #Constraints:      66390
1303.92/1307.30	c #Conflicts:    2313000 | #Constraints:      67390
1303.92/1307.30	c #Conflicts:    2314000 | #Constraints:      68391
1303.92/1307.30	c #Conflicts:    2315000 | #Constraints:      69391
1303.92/1307.30	c #Conflicts:    2316000 | #Constraints:      70391
1303.92/1307.30	c INPROCESSING
1303.92/1307.30	c GARBAGE COLLECT
1303.92/1307.30	c #Conflicts:    2317000 | #Constraints:      40532
1303.92/1307.30	c #Conflicts:    2318000 | #Constraints:      41532
1303.92/1307.30	c #Conflicts:    2319000 | #Constraints:      42532
1303.92/1307.30	c #Conflicts:    2320000 | #Constraints:      43532
1303.92/1307.30	c #Conflicts:    2321000 | #Constraints:      44532
1303.92/1307.30	c #Conflicts:    2322000 | #Constraints:      45532
1303.92/1307.30	c #Conflicts:    2323000 | #Constraints:      46532
1303.92/1307.30	c #Conflicts:    2324000 | #Constraints:      47532
1303.92/1307.30	c #Conflicts:    2325000 | #Constraints:      48532
1303.92/1307.30	c #Conflicts:    2326000 | #Constraints:      49532
1303.92/1307.30	c #Conflicts:    2327000 | #Constraints:      50532
1303.92/1307.30	c #Conflicts:    2328000 | #Constraints:      51532
1303.92/1307.30	c #Conflicts:    2329000 | #Constraints:      52532
1303.92/1307.30	c #Conflicts:    2330000 | #Constraints:      53532
1303.92/1307.30	c #Conflicts:    2331000 | #Constraints:      54532
1303.92/1307.30	c #Conflicts:    2332000 | #Constraints:      55532
1303.92/1307.30	c #Conflicts:    2333000 | #Constraints:      56532
1303.92/1307.30	c #Conflicts:    2334000 | #Constraints:      57532
1303.92/1307.30	c #Conflicts:    2335000 | #Constraints:      58532
1303.92/1307.30	c #Conflicts:    2336000 | #Constraints:      59532
1303.92/1307.30	c #Conflicts:    2337000 | #Constraints:      60532
1303.92/1307.30	c #Conflicts:    2338000 | #Constraints:      61532
1303.92/1307.30	c #Conflicts:    2339000 | #Constraints:      62532
1303.92/1307.30	c #Conflicts:    2340000 | #Constraints:      63532
1303.92/1307.30	c #Conflicts:    2341000 | #Constraints:      64532
1303.92/1307.30	c #Conflicts:    2342000 | #Constraints:      65532
1303.92/1307.30	c #Conflicts:    2343000 | #Constraints:      66532
1303.92/1307.30	c #Conflicts:    2344000 | #Constraints:      67532
1303.92/1307.30	c #Conflicts:    2345000 | #Constraints:      68532
1303.92/1307.30	c #Conflicts:    2346000 | #Constraints:      69532
1303.92/1307.30	c #Conflicts:    2347000 | #Constraints:      70532
1303.92/1307.30	c INPROCESSING
1303.92/1307.30	c GARBAGE COLLECT
1303.92/1307.30	c #Conflicts:    2348000 | #Constraints:      40737
1303.92/1307.30	c #Conflicts:    2349000 | #Constraints:      41737
1303.92/1307.30	c #Conflicts:    2350000 | #Constraints:      42737
1303.92/1307.30	c #Conflicts:    2351000 | #Constraints:      43737
1396.69/1400.37	c #Conflicts:    2352000 | #Constraints:      44738
1396.69/1400.37	c #Conflicts:    2353000 | #Constraints:      45738
1396.69/1400.37	c #Conflicts:    2354000 | #Constraints:      46738
1396.69/1400.37	c #Conflicts:    2355000 | #Constraints:      47738
1396.69/1400.37	c #Conflicts:    2356000 | #Constraints:      48738
1396.69/1400.37	c #Conflicts:    2357000 | #Constraints:      49738
1396.69/1400.37	c #Conflicts:    2358000 | #Constraints:      50738
1396.69/1400.37	c #Conflicts:    2359000 | #Constraints:      51738
1396.69/1400.37	c #Conflicts:    2360000 | #Constraints:      52738
1396.69/1400.37	c #Conflicts:    2361000 | #Constraints:      53738
1396.69/1400.37	c #Conflicts:    2362000 | #Constraints:      54738
1396.69/1400.37	c #Conflicts:    2363000 | #Constraints:      55738
1396.69/1400.37	c #Conflicts:    2364000 | #Constraints:      56738
1396.69/1400.37	c #Conflicts:    2365000 | #Constraints:      57740
1396.69/1400.37	c #Conflicts:    2366000 | #Constraints:      58740
1396.69/1400.37	c #Conflicts:    2367000 | #Constraints:      59740
1396.69/1400.37	c #Conflicts:    2368000 | #Constraints:      60740
1396.69/1400.37	c #Conflicts:    2369000 | #Constraints:      61740
1396.69/1400.37	c #Conflicts:    2370000 | #Constraints:      62740
1396.69/1400.37	c #Conflicts:    2371000 | #Constraints:      63740
1396.69/1400.37	c #Conflicts:    2372000 | #Constraints:      64740
1396.69/1400.37	c #Conflicts:    2373000 | #Constraints:      65740
1396.69/1400.37	c #Conflicts:    2374000 | #Constraints:      66740
1396.69/1400.37	c #Conflicts:    2375000 | #Constraints:      67741
1396.69/1400.37	c #Conflicts:    2376000 | #Constraints:      68741
1396.69/1400.37	c #Conflicts:    2377000 | #Constraints:      69741
1396.69/1400.37	c #Conflicts:    2378000 | #Constraints:      70741
1396.69/1400.37	c INPROCESSING
1396.69/1400.37	c GARBAGE COLLECT
1396.69/1400.37	c #Conflicts:    2379000 | #Constraints:      41012
1396.69/1400.37	c #Conflicts:    2380000 | #Constraints:      42012
1396.69/1400.37	c #Conflicts:    2381000 | #Constraints:      43012
1396.69/1400.37	c #Conflicts:    2382000 | #Constraints:      44012
1396.69/1400.37	c #Conflicts:    2383000 | #Constraints:      45012
1396.69/1400.37	c #Conflicts:    2384000 | #Constraints:      46012
1396.69/1400.37	c #Conflicts:    2385000 | #Constraints:      47012
1396.69/1400.37	c #Conflicts:    2386000 | #Constraints:      48012
1396.69/1400.37	c #Conflicts:    2387000 | #Constraints:      49012
1396.69/1400.37	c #Conflicts:    2388000 | #Constraints:      50012
1396.69/1400.37	c #Conflicts:    2389000 | #Constraints:      51012
1396.69/1400.37	c #Conflicts:    2390000 | #Constraints:      52012
1396.69/1400.37	c #Conflicts:    2391000 | #Constraints:      53012
1396.69/1400.37	c #Conflicts:    2392000 | #Constraints:      54012
1396.69/1400.37	c #Conflicts:    2393000 | #Constraints:      55012
1396.69/1400.37	c #Conflicts:    2394000 | #Constraints:      56013
1396.69/1400.37	c #Conflicts:    2395000 | #Constraints:      57013
1396.69/1400.37	c #Conflicts:    2396000 | #Constraints:      58013
1396.69/1400.37	c #Conflicts:    2397000 | #Constraints:      59013
1396.69/1400.37	c #Conflicts:    2398000 | #Constraints:      60013
1396.69/1400.37	c #Conflicts:    2399000 | #Constraints:      61013
1396.69/1400.37	c #Conflicts:    2400000 | #Constraints:      62013
1396.69/1400.37	c #Conflicts:    2401000 | #Constraints:      63013
1396.69/1400.37	c #Conflicts:    2402000 | #Constraints:      64013
1396.69/1400.37	c #Conflicts:    2403000 | #Constraints:      65013
1396.69/1400.37	c #Conflicts:    2404000 | #Constraints:      66013
1396.69/1400.37	c #Conflicts:    2405000 | #Constraints:      67013
1396.69/1400.37	c #Conflicts:    2406000 | #Constraints:      68015
1396.69/1400.37	c #Conflicts:    2407000 | #Constraints:      69015
1396.69/1400.37	c #Conflicts:    2408000 | #Constraints:      70015
1396.69/1400.37	c #Conflicts:    2409000 | #Constraints:      71015
1396.69/1400.37	c INPROCESSING
1396.69/1400.37	c GARBAGE COLLECT
1396.69/1400.37	c #Conflicts:    2410000 | #Constraints:      41082
1396.69/1400.37	c #Conflicts:    2411000 | #Constraints:      42082
1396.69/1400.37	c #Conflicts:    2412000 | #Constraints:      43082
1396.69/1400.37	c #Conflicts:    2413000 | #Constraints:      44082
1396.69/1400.37	c #Conflicts:    2414000 | #Constraints:      45082
1396.69/1400.37	c #Conflicts:    2415000 | #Constraints:      46082
1396.69/1400.37	c #Conflicts:    2416000 | #Constraints:      47082
1396.69/1400.37	c #Conflicts:    2417000 | #Constraints:      48082
1396.69/1400.37	c #Conflicts:    2418000 | #Constraints:      49082
1396.69/1400.37	c #Conflicts:    2419000 | #Constraints:      50083
1396.69/1400.37	c #Conflicts:    2420000 | #Constraints:      51083
1396.69/1400.37	c #Conflicts:    2421000 | #Constraints:      52083
1396.69/1400.37	c #Conflicts:    2422000 | #Constraints:      53083
1396.69/1400.37	c #Conflicts:    2423000 | #Constraints:      54083
1396.69/1400.37	c #Conflicts:    2424000 | #Constraints:      55083
1396.69/1400.37	c #Conflicts:    2425000 | #Constraints:      56083
1396.69/1400.37	c #Conflicts:    2426000 | #Constraints:      57083
1396.69/1400.37	c #Conflicts:    2427000 | #Constraints:      58083
1396.69/1400.37	c #Conflicts:    2428000 | #Constraints:      59083
1455.63/1459.46	c #Conflicts:    2429000 | #Constraints:      60090
1455.63/1459.46	c #Conflicts:    2430000 | #Constraints:      61092
1455.63/1459.46	c #Conflicts:    2431000 | #Constraints:      62096
1455.63/1459.46	c #Conflicts:    2432000 | #Constraints:      63096
1455.63/1459.46	c #Conflicts:    2433000 | #Constraints:      64096
1455.63/1459.46	c #Conflicts:    2434000 | #Constraints:      65096
1455.63/1459.46	c #Conflicts:    2435000 | #Constraints:      66096
1455.63/1459.46	c #Conflicts:    2436000 | #Constraints:      67096
1455.63/1459.46	c #Conflicts:    2437000 | #Constraints:      68097
1455.63/1459.46	c #Conflicts:    2438000 | #Constraints:      69097
1455.63/1459.46	c #Conflicts:    2439000 | #Constraints:      70097
1455.63/1459.46	c #Conflicts:    2440000 | #Constraints:      71097
1455.63/1459.46	c INPROCESSING
1455.63/1459.46	c GARBAGE COLLECT
1455.63/1459.46	c #Conflicts:    2441000 | #Constraints:      41049
1455.63/1459.46	c #Conflicts:    2442000 | #Constraints:      42049
1455.63/1459.46	c #Conflicts:    2443000 | #Constraints:      43049
1455.63/1459.46	c #Conflicts:    2444000 | #Constraints:      44050
1455.63/1459.46	c #Conflicts:    2445000 | #Constraints:      45455
1455.63/1459.46	c #Conflicts:    2446000 | #Constraints:      46984
1455.63/1459.46	c #Conflicts:    2447000 | #Constraints:      48029
1455.63/1459.46	c #Conflicts:    2448000 | #Constraints:      49029
1455.63/1459.46	c #Conflicts:    2449000 | #Constraints:      50029
1455.63/1459.46	c #Conflicts:    2450000 | #Constraints:      51029
1455.63/1459.46	c #Conflicts:    2451000 | #Constraints:      52029
1455.63/1459.46	c #Conflicts:    2452000 | #Constraints:      53030
1455.63/1459.46	c #Conflicts:    2453000 | #Constraints:      54030
1455.63/1459.46	c #Conflicts:    2454000 | #Constraints:      55030
1455.63/1459.46	c #Conflicts:    2455000 | #Constraints:      56030
1455.63/1459.46	c #Conflicts:    2456000 | #Constraints:      57030
1455.63/1459.46	c #Conflicts:    2457000 | #Constraints:      58030
1455.63/1459.46	c #Conflicts:    2458000 | #Constraints:      59030
1455.63/1459.46	c #Conflicts:    2459000 | #Constraints:      60030
1455.63/1459.46	c #Conflicts:    2460000 | #Constraints:      61056
1455.63/1459.46	c #Conflicts:    2461000 | #Constraints:      62056
1455.63/1459.46	c #Conflicts:    2462000 | #Constraints:      63056
1455.63/1459.46	c #Conflicts:    2463000 | #Constraints:      64056
1455.63/1459.46	c #Conflicts:    2464000 | #Constraints:      65056
1455.63/1459.46	c #Conflicts:    2465000 | #Constraints:      66056
1455.63/1459.46	c #Conflicts:    2466000 | #Constraints:      67057
1455.63/1459.46	c #Conflicts:    2467000 | #Constraints:      68057
1455.63/1459.46	c #Conflicts:    2468000 | #Constraints:      69057
1455.63/1459.46	c #Conflicts:    2469000 | #Constraints:      70057
1455.63/1459.46	c #Conflicts:    2470000 | #Constraints:      71057
1455.63/1459.46	c #Conflicts:    2471000 | #Constraints:      72057
1455.63/1459.46	c INPROCESSING
1455.63/1459.46	c GARBAGE COLLECT
1455.63/1459.46	c #Conflicts:    2472000 | #Constraints:      41292
1455.63/1459.46	c #Conflicts:    2473000 | #Constraints:      42292
1455.63/1459.46	c #Conflicts:    2474000 | #Constraints:      43292
1455.63/1459.46	c #Conflicts:    2475000 | #Constraints:      44292
1455.63/1459.46	c #Conflicts:    2476000 | #Constraints:      45292
1455.63/1459.46	c #Conflicts:    2477000 | #Constraints:      46292
1455.63/1459.46	c #Conflicts:    2478000 | #Constraints:      47293
1455.63/1459.46	c #Conflicts:    2479000 | #Constraints:      48293
1455.63/1459.46	c #Conflicts:    2480000 | #Constraints:      49293
1455.63/1459.46	c #Conflicts:    2481000 | #Constraints:      50293
1455.63/1459.46	c #Conflicts:    2482000 | #Constraints:      51293
1455.63/1459.46	c #Conflicts:    2483000 | #Constraints:      52293
1455.63/1459.46	c #Conflicts:    2484000 | #Constraints:      53293
1455.63/1459.46	c #Conflicts:    2485000 | #Constraints:      54293
1455.63/1459.46	c #Conflicts:    2486000 | #Constraints:      55293
1455.63/1459.46	c #Conflicts:    2487000 | #Constraints:      56293
1455.63/1459.46	c #Conflicts:    2488000 | #Constraints:      57293
1455.63/1459.46	c #Conflicts:    2489000 | #Constraints:      58293
1455.63/1459.46	c #Conflicts:    2490000 | #Constraints:      59293
1455.63/1459.46	c #Conflicts:    2491000 | #Constraints:      60293
1455.63/1459.46	c #Conflicts:    2492000 | #Constraints:      61293
1455.63/1459.46	c #Conflicts:    2493000 | #Constraints:      62293
1455.63/1459.46	c #Conflicts:    2494000 | #Constraints:      63293
1455.63/1459.46	c #Conflicts:    2495000 | #Constraints:      64293
1455.63/1459.46	c #Conflicts:    2496000 | #Constraints:      65293
1455.63/1459.46	c #Conflicts:    2497000 | #Constraints:      66293
1455.63/1459.46	c #Conflicts:    2498000 | #Constraints:      67293
1455.63/1459.46	c #Conflicts:    2499000 | #Constraints:      68293
1455.63/1459.46	c #Conflicts:    2500000 | #Constraints:      69293
1455.63/1459.46	c #Conflicts:    2501000 | #Constraints:      70293
1455.63/1459.46	c #Conflicts:    2502000 | #Constraints:      71293
1455.63/1459.46	c #Conflicts:    2503000 | #Constraints:      72294
1455.63/1459.46	c INPROCESSING
1455.63/1459.46	c GARBAGE COLLECT
1455.63/1459.46	c #Conflicts:    2504000 | #Constraints:      41653
1455.63/1459.46	c #Conflicts:    2505000 | #Constraints:      42653
1470.50/1474.38	c #Conflicts:    2506000 | #Constraints:      43653
1470.50/1474.38	c #Conflicts:    2507000 | #Constraints:      44653
1470.50/1474.38	c #Conflicts:    2508000 | #Constraints:      45653
1470.50/1474.38	c #Conflicts:    2509000 | #Constraints:      46653
1470.50/1474.38	c #Conflicts:    2510000 | #Constraints:      47653
1470.50/1474.38	c #Conflicts:    2511000 | #Constraints:      48653
1470.50/1474.38	c #Conflicts:    2512000 | #Constraints:      49653
1470.50/1474.38	c #Conflicts:    2513000 | #Constraints:      50653
1470.50/1474.38	c #Conflicts:    2514000 | #Constraints:      51653
1470.50/1474.38	c #Conflicts:    2515000 | #Constraints:      52653
1470.50/1474.38	c #Conflicts:    2516000 | #Constraints:      53653
1470.50/1474.38	c #Conflicts:    2517000 | #Constraints:      54653
1470.50/1474.38	c #Conflicts:    2518000 | #Constraints:      55653
1470.50/1474.38	c #Conflicts:    2519000 | #Constraints:      56653
1470.50/1474.38	c #Conflicts:    2520000 | #Constraints:      57653
1470.50/1474.38	c #Conflicts:    2521000 | #Constraints:      58653
1470.50/1474.38	c #Conflicts:    2522000 | #Constraints:      59653
1470.50/1474.38	c #Conflicts:    2523000 | #Constraints:      60653
1470.50/1474.38	c #Conflicts:    2524000 | #Constraints:      61653
1470.50/1474.38	c #Conflicts:    2525000 | #Constraints:      62653
1470.50/1474.38	c #Conflicts:    2526000 | #Constraints:      63653
1470.50/1474.38	c #Conflicts:    2527000 | #Constraints:      64653
1470.50/1474.38	c #Conflicts:    2528000 | #Constraints:      65653
1470.50/1474.38	c #Conflicts:    2529000 | #Constraints:      66653
1470.50/1474.38	c #Conflicts:    2530000 | #Constraints:      67653
1470.50/1474.38	c #Conflicts:    2531000 | #Constraints:      68662
1470.50/1474.38	c #Conflicts:    2532000 | #Constraints:      69662
1470.50/1474.38	c #Conflicts:    2533000 | #Constraints:      70662
1470.50/1474.38	c #Conflicts:    2534000 | #Constraints:      71662
1470.50/1474.38	c #Conflicts:    2535000 | #Constraints:      72662
1470.50/1474.38	c INPROCESSING
1470.50/1474.38	c GARBAGE COLLECT
1470.50/1474.38	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[16]: 6 -1.1823 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[68]: 6 -0.333415 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[69]: 6 -0.999513 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[72]: 6 -0.639215 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[73]: 6 -0.999995 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[74]: 6 -1.12479 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[89]: 6 -0.24849 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[94]: 6 -1.49937 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[121]: 6 -1.6557 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[138]: 6 -0.999992 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[140]: 6 -0.833263 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[153]: 6 -1.99213 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[158]: 6 -0.832545 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[171]: 6 -0.997619 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[173]: 6 -0.75 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[176]: 6 0 0.942442 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[235]: 6 -0.497619 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[240]: 6 -0.682314 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[257]: 6 -1.00018 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[264]: 6 -0.999886 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[276]: 6 0 0.36539 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[345]: 6 0 0.00243907 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[356]: 6 -0.999964 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[382]: 6 -0.999998 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[420]: 6 -0.666922 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[425]: 6 -0.999384 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[427]: 6 -1.12466 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[456]: 6 -0.999889 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[478]: 6 -0.826951 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[487]: 6 -1.49997 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[516]: 6 -0.331438 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[542]: 6 -1.18522 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[569]: 6 -0.978204 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[581]: 6 -0.999177 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[586]: 6 -0.997825 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[588]: 6 -0.833387 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[601]: 6 0 0.00191409 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[613]: 6 -0.999535 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[669]: 6 -1.00013 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[670]: 6 -0.853304 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[704]: 6 -0.999754 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[713]: 6 -1.0625 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[730]: 6 -1.00093 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1060]: 6 -0.999985 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1068]: 6 -1.45312 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1070]: 6 -1.31249 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1080]: 6 -1.79167 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1113]: 6 -1.61372 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1116]: 6 -0.807719 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1129]: 6 -0.999998 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1140]: 6 -0.186524 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1141]: 6 -0.5625 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1142]: 6 -0.623047 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1147]: 6 0 0.499935 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1166]: 6 -0.730116 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1173]: 6 0 0.394532 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1178]: 6 -0.404924 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1185]: 6 -0.999994 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1222]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1225]: 6 -1.53516 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1232]: 6 -3.43726 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1265]: 6 -2.65625 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1272]: 6 -1.67578 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1286]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1288]: 6 -1.07849 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1290]: 6 -0.937499 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1293]: 6 -1.04199 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1297]: 6 0 0.140626 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1307]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1314]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1319]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1324]: 6 -0.85083 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1335]: 6 -1.03119 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1348]: 6 -1.14051 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1358]: 6 -1.95822 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1374]: 6 -0.812759 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1396]: 6 -1.03124 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1410]: 6 -0.999248 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1420]: 6 0 9.79227e-07 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1428]: 6 -0.0810459 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1433]: 6 -0.594004 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1472]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1479]: 6 -0.535603 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1497]: 6 -0.749893 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1530]: 6 -0.812371 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1562]: 6 -0.501757 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1594]: 6 -1.74938 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1604]: 6 -1.00051 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1605]: 6 -0.997275 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1608]: 6 -1.06324 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1623]: 6 -1.61527 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1624]: 6 -0.749695 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1631]: 6 -1.9997 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1636]: 6 -0.999291 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1659]: 6 -1.24679 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1674]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1679]: 6 -1.29393 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1964]: 6 -0.999746 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1966]: 6 -0.999492 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1974]: 6 0 0.960947 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[1978]: 6 0 0.499995 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2004]: 6 -0.666651 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2078]: 6 -0.312501 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2100]: 6 0 0.465278 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2145]: 6 -1.00026 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2158]: 6 -0.999492 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2160]: 6 -0.998983 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2185]: 6 -0.500001 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2248]: 6 -10.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2263]: 6 -1.24999 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2265]: 6 -0.500004 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2293]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2334]: 6 -1.5 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2366]: 6 -5.125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2386]: 6 -1.00001 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2394]: 6 -2.75 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2418]: 6 -1.77292 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2449]: 6 -1.32813 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2457]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2464]: 6 -8.27194 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2476]: 6 0 0.750001 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2508]: 6 -1.3125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2604]: 6 -1.125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2616]: 6 -1.375 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2618]: 6 -1.5 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2646]: 6 -3.17676 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2660]: 6 -6.375 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2721]: 6 -0.999991 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2725]: 6 -0.999984 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2742]: 6 -1.32813 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2811]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2838]: 6 -5.33203 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2845]: 6 -0.34375 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2889]: 6 -1.14063 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2936]: 6 -4.49956 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2938]: 6 -11.9991 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2966]: 6 -0.999937 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3018]: 6 -0.998691 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3026]: 6 -1.24982 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3036]: 6 0 0.101563 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3044]: 6 0 0.0810558 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3053]: 6 -0.29688 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3067]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3082]: 6 -1.32031 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3092]: 6 -1.40624 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3118]: 6 -1.32813 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3136]: 6 -3.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3143]: 6 -0.187502 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3154]: 6 -1.5 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3178]: 6 -0.999866 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3188]: 6 -1.67183 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3211]: 6 -0.999801 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3218]: 6 -1.12527 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3219]: 6 -1.12554 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3228]: 6 -1.35449 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3260]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3307]: 6 -0.996098 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3309]: 6 -0.999996 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3314]: 6 -0.767802 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3316]: 6 -0.535603 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3317]: 6 -0.999928 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3352]: 6 -0.498968 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3354]: 6 -4.24794 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3387]: 6 -0.996487 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3402]: 6 -1.49963 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3403]: 6 -1.50003 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3410]: 6 -0.999545 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3419]: 6 -1.25001 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3424]: 6 0 1.00004 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3425]: 6 -0.999951 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3440]: 6 0 1 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3489]: 6 -0.999783 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3515]: 6 -1.3125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3589]: 6 -1.00027 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3593]: 6 -0.998919 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3596]: 6 -0.982581 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3608]: 6 -1.33379 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3614]: 6 -1.24957 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3628]: 6 0 0.749781 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3653]: 6 -0.999589 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3687]: 6 -0.999589 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3695]: 6 0 0.0831189 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3696]: 6 -0.997826 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3698]: 6 -3.16189 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3700]: 6 -1.00018 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3708]: 6 -1.24716 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3710]: 6 -1.16619 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3736]: 6 -0.999908 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3764]: 6 -1.59374 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3773]: 6 -1.25 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3829]: 6 -0.999516 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3832]: 6 -1.3125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3833]: 6 -0.875001 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3887]: 6 -0.992974 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3894]: 6 -0.999981 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3896]: 6 -1.24998 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3916]: 6 -4.57883 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3917]: 6 -4.57883 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3924]: 6 -1.00007 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3932]: 6 -0.998833 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3969]: 6 -0.999834 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3972]: 6 -1.00001 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3977]: 6 0 2.99896 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3981]: 6 -0.998462 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3985]: 6 -0.992111 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3990]: 6 -1.44729 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3994]: 6 0 0.841865 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[3998]: 6 -0.492435 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4000]: 6 0 0.734922 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4024]: 6 -0.999135 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4066]: 6 -0.999449 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4067]: 6 -0.999897 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4070]: 6 -0.999588 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4096]: 6 -7.96591 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4105]: 6 0 0.230749 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4108]: 6 -1.125 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4116]: 6 -0.994429 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4120]: 6 -1.00031 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
1470.50/1474.38	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
1512.59/1516.52	c #Conflicts:    2536000 | #Constraints:      41928
1512.59/1516.52	c #Conflicts:    2537000 | #Constraints:      42928
1512.59/1516.52	c #Conflicts:    2538000 | #Constraints:      43928
1512.59/1516.52	c #Conflicts:    2539000 | #Constraints:      44928
1512.59/1516.52	c #Conflicts:    2540000 | #Constraints:      45928
1512.59/1516.52	c #Conflicts:    2541000 | #Constraints:      46928
1512.59/1516.52	c #Conflicts:    2542000 | #Constraints:      47928
1512.59/1516.52	c #Conflicts:    2543000 | #Constraints:      48928
1512.59/1516.52	c #Conflicts:    2544000 | #Constraints:      49928
1512.59/1516.52	c #Conflicts:    2545000 | #Constraints:      50928
1512.59/1516.52	c #Conflicts:    2546000 | #Constraints:      51928
1512.59/1516.52	c #Conflicts:    2547000 | #Constraints:      52928
1512.59/1516.52	c #Conflicts:    2548000 | #Constraints:      53928
1512.59/1516.52	c #Conflicts:    2549000 | #Constraints:      54928
1512.59/1516.52	c #Conflicts:    2550000 | #Constraints:      55928
1512.59/1516.52	c #Conflicts:    2551000 | #Constraints:      56928
1512.59/1516.52	c #Conflicts:    2552000 | #Constraints:      57928
1512.59/1516.52	c #Conflicts:    2553000 | #Constraints:      58929
1512.59/1516.52	c #Conflicts:    2554000 | #Constraints:      59929
1512.59/1516.52	c #Conflicts:    2555000 | #Constraints:      60929
1512.59/1516.52	c #Conflicts:    2556000 | #Constraints:      61929
1512.59/1516.52	c #Conflicts:    2557000 | #Constraints:      62929
1512.59/1516.52	c #Conflicts:    2558000 | #Constraints:      63929
1512.59/1516.52	c #Conflicts:    2559000 | #Constraints:      64929
1512.59/1516.52	c #Conflicts:    2560000 | #Constraints:      65929
1512.59/1516.52	c #Conflicts:    2561000 | #Constraints:      66930
1512.59/1516.52	c #Conflicts:    2562000 | #Constraints:      67930
1512.59/1516.52	c #Conflicts:    2563000 | #Constrai [...]

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

1617.62/1621.86	c #Conflicts:    2762000 | #Constraints:      73999
1617.62/1621.86	c #Conflicts:    2763000 | #Constraints:      74999
1617.62/1621.86	c INPROCESSING
1617.62/1621.86	c GARBAGE COLLECT
1617.62/1621.86	c #Conflicts:    2764000 | #Constraints:      42988
1617.62/1621.86	c #Conflicts:    2765000 | #Constraints:      43988
1617.62/1621.86	c #Conflicts:    2766000 | #Constraints:      44988
1617.62/1621.86	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[9]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[42]: 6 -1.5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[59]: 6 -2 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[61]: 6 -3.66667 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[103]: 6 -2.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[124]: 6 -0.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[125]: 6 0 5.48359 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[129]: 6 -3.5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[157]: 6 -4.84326 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[158]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[159]: 6 -0.875001 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[162]: 6 -1.125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[188]: 6 -0.802852 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[197]: 6 -0.76172 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[200]: 6 -0.492188 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[219]: 6 0 0.242188 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[227]: 6 -0.562501 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[323]: 6 0 1.28795 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[325]: 6 -0.519532 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[349]: 6 -4.53076 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[355]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[380]: 6 -0.409837 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[381]: 6 -1.83847 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[384]: 6 -0.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[418]: 6 -1.68583 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[420]: 6 -2.64063 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[469]: 6 -1.00076 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[483]: 6 0 1.28795 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[511]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[514]: 6 -1.68583 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[540]: 6 0 1.33555 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[551]: 6 0 0.25 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[571]: 6 0 1.40938 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[612]: 6 0 0.562501 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[640]: 6 -0.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[644]: 6 -3.28076 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[675]: 6 0 0.0859381 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[678]: 6 -2.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[725]: 6 -1.00076 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[735]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1116]: 6 -1.15301 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1211]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1212]: 6 -2.86094 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1218]: 6 -0.832032 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1255]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1276]: 6 0 0.656251 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1278]: 6 -1.33594 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1306]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1343]: 6 -1.375 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1344]: 6 -1.375 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1437]: 6 -0.478516 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1440]: 6 0 0.250001 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1510]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1531]: 6 -1.854 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1537]: 6 -1.875 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1571]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1573]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1600]: 6 -3.5625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1652]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2004]: 6 -0.666667 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2099]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2145]: 6 -1.81417 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2148]: 6 0 2.2567 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2151]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2167]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2182]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2201]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2203]: 6 -0.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2247]: 6 -5.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2302]: 6 -5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2317]: 6 -1.00019 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2345]: 6 -2.89844 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2442]: 6 -3.625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2443]: 6 -5.625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2486]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2502]: 6 -1.12305 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2542]: 6 0 1.01563 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2546]: 6 -9.0625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2612]: 6 -1.00152 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2627]: 6 -3.64844 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2727]: 6 -3.1875 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2730]: 6 -10.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2776]: 6 -5.40625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2777]: 6 -7.40625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2817]: 6 -0.828125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2821]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2872]: 6 -5.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2918]: 6 -0.707032 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2919]: 6 -0.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2970]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2972]: 6 -5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3065]: 6 -0.625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3100]: 6 -1.09375 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3106]: 6 -15.5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3158]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3256]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3355]: 6 -0.625 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3447]: 6 -1.09424 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3448]: 6 -10.5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3485]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3492]: 6 0 0.187501 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3496]: 6 -5.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3543]: 6 -1.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3590]: 6 -5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3682]: 6 0 0.328126 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3686]: 6 -5.41964 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3692]: 6 0 1 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3737]: 6 -2.125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3745]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3832]: 6 -1.3125 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3838]: 6 -2.5 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3931]: 6 -3.25 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3974]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3978]: 6 -4.75 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
1617.62/1621.86	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
1663.00/1667.32	c #Conflicts:    2767000 | #Constraints:      46014
1663.00/1667.32	c #Conflicts:    2768000 | #Constraints:      47014
1663.00/1667.32	c #Conflicts:    2769000 | #Constraints:      48014
1663.00/1667.32	c #Conflicts:    2770000 | #Constraints:      49014
1663.00/1667.32	c #Conflicts:    2771000 | #Constraints:      50014
1663.00/1667.32	c #Conflicts:    2772000 | #Constraints:      51014
1663.00/1667.32	c #Conflicts:    2773000 | #Constraints:      52014
1663.00/1667.32	c #Conflicts:    2774000 | #Constraints:      53014
1663.00/1667.32	c #Conflicts:    2775000 | #Constraints:      54014
1663.00/1667.32	c #Conflicts:    2776000 | #Constraints:      55014
1663.00/1667.32	c #Conflicts:    2777000 | #Constraints:      56014
1663.00/1667.32	c #Conflicts:    2778000 | #Constraints:      57014
1663.00/1667.32	c #Conflicts:    2779000 | #Constraints:      58014
1663.00/1667.32	c #Conflicts:    2780000 | #Constraints:      59014
1663.00/1667.32	c #Conflicts:    2781000 | #Constraints:      60014
1663.00/1667.32	c #Conflicts:    2782000 | #Constraints:      61014
1663.00/1667.32	c #Conflicts:    2783000 | #Constraints:      62014
1663.00/1667.32	c #Conflicts:    2784000 | #Constraints:      63014
1663.00/1667.32	c #Conflicts:    2785000 | #Constraints:      64014
1663.00/1667.32	c #Conflicts:    2786000 | #Constraints:      65014
1663.00/1667.32	c #Conflicts:    2787000 | #Constraints:      66014
1663.00/1667.32	c #Conflicts:    2788000 | #Constraints:      67014
1663.00/1667.32	c #Conflicts:    2789000 | #Constraints:      68014
1663.00/1667.32	c #Conflicts:    2790000 | #Constraints:      69014
1663.00/1667.32	c #Conflicts:    2791000 | #Constraints:      70014
1663.00/1667.32	c #Conflicts:    2792000 | #Constraints:      71014
1663.00/1667.32	c #Conflicts:    2793000 | #Constraints:      72014
1663.00/1667.32	c #Conflicts:    2794000 | #Constraints:      73014
1663.00/1667.32	c #Conflicts:    2795000 | #Constraints:      74014
1663.00/1667.32	c #Conflicts:    2796000 | #Constraints:      75014
1663.00/1667.32	c INPROCESSING
1663.00/1667.32	c GARBAGE COLLECT
1663.00/1667.32	c #Conflicts:    2797000 | #Constraints:      42752
1663.00/1667.32	c #Conflicts:    2798000 | #Constraints:      43752
1663.00/1667.32	c #Conflicts:    2799000 | #Constraints:      44752
1663.00/1667.32	c #Conflicts:    2800000 | #Constraints:      45752
1663.00/1667.32	c #Conflicts:    2801000 | #Constraints:      46752
1663.00/1667.32	c #Conflicts:    2802000 | #Constraints:      47752
1663.00/1667.32	c #Conflicts:    2803000 | #Constraints:      48752
1663.00/1667.32	c #Conflicts:    2804000 | #Constraints:      49752
1663.00/1667.32	c #Conflicts:    2805000 | #Constraints:      50752
1663.00/1667.32	c #Conflicts:    2806000 | #Constraints:      51752
1663.00/1667.32	c #Conflicts:    2807000 | #Constraints:      52752
1663.00/1667.32	c #Conflicts:    2808000 | #Constraints:      53752
1663.00/1667.32	c #Conflicts:    2809000 | #Constraints:      54752
1663.00/1667.32	c #Conflicts:    2810000 | #Constraints:      55752
1663.00/1667.32	c #Conflicts:    2811000 | #Constraints:      56752
1663.00/1667.32	c #Conflicts:    2812000 | #Constraints:      57752
1663.00/1667.32	c #Conflicts:    2813000 | #Constraints:      58752
1663.00/1667.32	c #Conflicts:    2814000 | #Constraints:      59752
1663.00/1667.32	c #Conflicts:    2815000 | #Constraints:      60752
1663.00/1667.32	c #Conflicts:    2816000 | #Constraints:      61752
1663.00/1667.32	c #Conflicts:    2817000 | #Constraints:      62752
1663.00/1667.32	c #Conflicts:    2818000 | #Constraints:      63752
1663.00/1667.32	c #Conflicts:    2819000 | #Constraints:      64752
1663.00/1667.32	c #Conflicts:    2820000 | #Constraints:      65752
1663.00/1667.32	c #Conflicts:    2821000 | #Constraints:      66752
1663.00/1667.32	c #Conflicts:    2822000 | #Constraints:      67752
1663.00/1667.32	c #Conflicts:    2823000 | #Constraints:      68752
1663.00/1667.32	c #Conflicts:    2824000 | #Constraints:      69752
1663.00/1667.32	c #Conflicts:    2825000 | #Constraints:      70752
1663.00/1667.32	c #Conflicts:    2826000 | #Constraints:      71752
1663.00/1667.32	c #Conflicts:    2827000 | #Constraints:      72752
1663.00/1667.32	c #Conflicts:    2828000 | #Constraints:      73752
1663.00/1667.32	c #Conflicts:    2829000 | #Constraints:      74752
1663.00/1667.32	c #Conflicts:    2830000 | #Constraints:      75752
1663.00/1667.32	c INPROCESSING
1663.00/1667.32	c GARBAGE COLLECT
1663.00/1667.32	c #Conflicts:    2831000 | #Constraints:      43379
1663.00/1667.32	c #Conflicts:    2832000 | #Constraints:      44379
1663.00/1667.32	c #Conflicts:    2833000 | #Constraints:      45379
1663.00/1667.32	c #Conflicts:    2834000 | #Constraints:      46379
1663.00/1667.32	c #Conflicts:    2835000 | #Constraints:      47379
1663.00/1667.32	c #Conflicts:    2836000 | #Constraints:      48379
1663.00/1667.32	c #Conflicts:    2837000 | #Constraints:      49379
1663.00/1667.32	c #Conflicts:    2838000 | #Constraints:      50379
1663.00/1667.32	c #Conflicts:    2839000 | #Constraints:      51379
1663.00/1667.32	c #Conflicts:    2840000 | #Constraints:      52379
1663.00/1667.32	c #Conflicts:    2841000 | #Constraints:      53379
1663.00/1667.32	c #Conflicts:    2842000 | #Constraints:      54379
1663.00/1667.32	c #Conflicts:    2843000 | #Constraints:      55379
1663.00/1667.32	c #Conflicts:    2844000 | #Constraints:      56379
1725.93/1730.46	c #Conflicts:    2845000 | #Constraints:      57379
1725.93/1730.46	c #Conflicts:    2846000 | #Constraints:      58379
1725.93/1730.46	c #Conflicts:    2847000 | #Constraints:      59379
1725.93/1730.46	c #Conflicts:    2848000 | #Constraints:      60379
1725.93/1730.46	c #Conflicts:    2849000 | #Constraints:      61379
1725.93/1730.46	c #Conflicts:    2850000 | #Constraints:      62379
1725.93/1730.46	c #Conflicts:    2851000 | #Constraints:      63379
1725.93/1730.46	c #Conflicts:    2852000 | #Constraints:      64379
1725.93/1730.46	c #Conflicts:    2853000 | #Constraints:      65379
1725.93/1730.46	c #Conflicts:    2854000 | #Constraints:      66379
1725.93/1730.46	c #Conflicts:    2855000 | #Constraints:      67379
1725.93/1730.46	c #Conflicts:    2856000 | #Constraints:      68379
1725.93/1730.46	c #Conflicts:    2857000 | #Constraints:      69379
1725.93/1730.46	c #Conflicts:    2858000 | #Constraints:      70379
1725.93/1730.46	c #Conflicts:    2859000 | #Constraints:      71379
1725.93/1730.46	c #Conflicts:    2860000 | #Constraints:      72379
1725.93/1730.46	c #Conflicts:    2861000 | #Constraints:      73379
1725.93/1730.46	c #Conflicts:    2862000 | #Constraints:      74379
1725.93/1730.46	c #Conflicts:    2863000 | #Constraints:      75379
1725.93/1730.46	c #Conflicts:    2864000 | #Constraints:      76379
1725.93/1730.47	c INPROCESSING
1725.93/1730.47	c GARBAGE COLLECT
1725.93/1730.47	c #Conflicts:    2865000 | #Constraints:      43757
1725.93/1730.47	c #Conflicts:    2866000 | #Constraints:      44757
1725.93/1730.47	c #Conflicts:    2867000 | #Constraints:      45757
1725.93/1730.47	c #Conflicts:    2868000 | #Constraints:      46757
1725.93/1730.47	c #Conflicts:    2869000 | #Constraints:      47757
1725.93/1730.47	c #Conflicts:    2870000 | #Constraints:      48757
1725.93/1730.47	c #Conflicts:    2871000 | #Constraints:      49757
1725.93/1730.47	c #Conflicts:    2872000 | #Constraints:      50757
1725.93/1730.47	c #Conflicts:    2873000 | #Constraints:      51757
1725.93/1730.47	c #Conflicts:    2874000 | #Constraints:      52757
1725.93/1730.47	c #Conflicts:    2875000 | #Constraints:      53757
1725.93/1730.47	c #Conflicts:    2876000 | #Constraints:      54757
1725.93/1730.47	c #Conflicts:    2877000 | #Constraints:      55757
1725.93/1730.47	c #Conflicts:    2878000 | #Constraints:      56757
1725.93/1730.47	c #Conflicts:    2879000 | #Constraints:      57757
1725.93/1730.47	c #Conflicts:    2880000 | #Constraints:      58757
1725.93/1730.47	c #Conflicts:    2881000 | #Constraints:      59757
1725.93/1730.47	c #Conflicts:    2882000 | #Constraints:      60757
1725.93/1730.47	c #Conflicts:    2883000 | #Constraints:      61757
1725.93/1730.47	c #Conflicts:    2884000 | #Constraints:      62757
1725.93/1730.47	c #Conflicts:    2885000 | #Constraints:      63757
1725.93/1730.47	c #Conflicts:    2886000 | #Constraints:      64757
1725.93/1730.47	c #Conflicts:    2887000 | #Constraints:      65757
1725.93/1730.47	c #Conflicts:    2888000 | #Constraints:      66757
1725.93/1730.47	c #Conflicts:    2889000 | #Constraints:      67757
1725.93/1730.47	c #Conflicts:    2890000 | #Constraints:      68757
1725.93/1730.47	c #Conflicts:    2891000 | #Constraints:      69757
1725.93/1730.47	c #Conflicts:    2892000 | #Constraints:      70757
1725.93/1730.47	c #Conflicts:    2893000 | #Constraints:      71757
1725.93/1730.47	c #Conflicts:    2894000 | #Constraints:      72757
1725.93/1730.47	c #Conflicts:    2895000 | #Constraints:      73757
1725.93/1730.47	c #Conflicts:    2896000 | #Constraints:      74757
1725.93/1730.47	c #Conflicts:    2897000 | #Constraints:      75757
1725.93/1730.47	c #Conflicts:    2898000 | #Constraints:      76757
1725.93/1730.47	c INPROCESSING
1725.93/1730.47	c GARBAGE COLLECT
1725.93/1730.47	c #Conflicts:    2899000 | #Constraints:      43997
1725.93/1730.47	c #Conflicts:    2900000 | #Constraints:      44997
1725.93/1730.47	c #Conflicts:    2901000 | #Constraints:      45997
1725.93/1730.47	c #Conflicts:    2902000 | #Constraints:      46997
1725.93/1730.47	c #Conflicts:    2903000 | #Constraints:      47997
1725.93/1730.47	c #Conflicts:    2904000 | #Constraints:      48997
1725.93/1730.47	c #Conflicts:    2905000 | #Constraints:      49997
1725.93/1730.47	c #Conflicts:    2906000 | #Constraints:      50997
1725.93/1730.47	c #Conflicts:    2907000 | #Constraints:      51997
1725.93/1730.47	c #Conflicts:    2908000 | #Constraints:      52997
1725.93/1730.47	c #Conflicts:    2909000 | #Constraints:      53997
1725.93/1730.47	c #Conflicts:    2910000 | #Constraints:      54997
1725.93/1730.47	c #Conflicts:    2911000 | #Constraints:      55997
1725.93/1730.47	c #Conflicts:    2912000 | #Constraints:      56997
1725.93/1730.47	c #Conflicts:    2913000 | #Constraints:      57997
1725.93/1730.47	c #Conflicts:    2914000 | #Constraints:      58997
1725.93/1730.47	c #Conflicts:    2915000 | #Constraints:      59997
1725.93/1730.47	c #Conflicts:    2916000 | #Constraints:      60997
1725.93/1730.47	c #Conflicts:    2917000 | #Constraints:      61997
1725.93/1730.47	c #Conflicts:    2918000 | #Constraints:      62997
1725.93/1730.47	c #Conflicts:    2919000 | #Constraints:      63997
1725.93/1730.47	c #Conflicts:    2920000 | #Constraints:      64997
1725.93/1730.47	c #Conflicts:    2921000 | #Constraints:      65997
1782.20/1786.80	c #Conflicts:    2922000 | #Constraints:      66997
1782.20/1786.80	c #Conflicts:    2923000 | #Constraints:      67997
1782.20/1786.80	c #Conflicts:    2924000 | #Constraints:      68998
1782.20/1786.80	c #Conflicts:    2925000 | #Constraints:      69998
1782.20/1786.80	c #Conflicts:    2926000 | #Constraints:      70998
1782.20/1786.80	c #Conflicts:    2927000 | #Constraints:      71998
1782.20/1786.80	c #Conflicts:    2928000 | #Constraints:      72998
1782.20/1786.80	c #Conflicts:    2929000 | #Constraints:      73998
1782.20/1786.80	c #Conflicts:    2930000 | #Constraints:      74998
1782.20/1786.80	c #Conflicts:    2931000 | #Constraints:      75998
1782.20/1786.80	c #Conflicts:    2932000 | #Constraints:      76998
1782.20/1786.80	c INPROCESSING
1782.20/1786.80	c GARBAGE COLLECT
1782.20/1786.80	c #Conflicts:    2933000 | #Constraints:      44009
1782.20/1786.80	c #Conflicts:    2934000 | #Constraints:      45009
1782.20/1786.80	c #Conflicts:    2935000 | #Constraints:      46009
1782.20/1786.80	c #Conflicts:    2936000 | #Constraints:      47009
1782.20/1786.80	c #Conflicts:    2937000 | #Constraints:      48009
1782.20/1786.80	c #Conflicts:    2938000 | #Constraints:      49009
1782.20/1786.80	c #Conflicts:    2939000 | #Constraints:      50009
1782.20/1786.80	c #Conflicts:    2940000 | #Constraints:      51010
1782.20/1786.80	c #Conflicts:    2941000 | #Constraints:      52010
1782.20/1786.80	c #Conflicts:    2942000 | #Constraints:      53010
1782.20/1786.80	c #Conflicts:    2943000 | #Constraints:      54010
1782.20/1786.80	c #Conflicts:    2944000 | #Constraints:      55010
1782.20/1786.80	c #Conflicts:    2945000 | #Constraints:      56010
1782.20/1786.80	c #Conflicts:    2946000 | #Constraints:      57010
1782.20/1786.80	c #Conflicts:    2947000 | #Constraints:      58010
1782.20/1786.80	c #Conflicts:    2948000 | #Constraints:      59010
1782.20/1786.80	c #Conflicts:    2949000 | #Constraints:      60010
1782.20/1786.80	c #Conflicts:    2950000 | #Constraints:      61010
1782.20/1786.80	c #Conflicts:    2951000 | #Constraints:      62010
1782.20/1786.80	c #Conflicts:    2952000 | #Constraints:      63010
1782.20/1786.80	c #Conflicts:    2953000 | #Constraints:      64011
1782.20/1786.80	c #Conflicts:    2954000 | #Constraints:      65011
1782.20/1786.80	c #Conflicts:    2955000 | #Constraints:      66011
1782.20/1786.80	c #Conflicts:    2956000 | #Constraints:      67011
1782.20/1786.80	c #Conflicts:    2957000 | #Constraints:      68011
1782.20/1786.80	c #Conflicts:    2958000 | #Constraints:      69011
1782.20/1786.80	c #Conflicts:    2959000 | #Constraints:      70011
1782.20/1786.80	c #Conflicts:    2960000 | #Constraints:      71011
1782.20/1786.80	c #Conflicts:    2961000 | #Constraints:      72011
1782.20/1786.80	c #Conflicts:    2962000 | #Constraints:      73011
1782.20/1786.80	c #Conflicts:    2963000 | #Constraints:      74011
1782.20/1786.80	c #Conflicts:    2964000 | #Constraints:      75011
1782.20/1786.80	c #Conflicts:    2965000 | #Constraints:      76011
1782.20/1786.80	c #Conflicts:    2966000 | #Constraints:      77012
1782.20/1786.80	c INPROCESSING
1782.20/1786.80	c GARBAGE COLLECT
1782.20/1786.80	c #Conflicts:    2967000 | #Constraints:      43802
1782.20/1786.80	c #Conflicts:    2968000 | #Constraints:      44802
1782.20/1786.80	c #Conflicts:    2969000 | #Constraints:      45802
1782.20/1786.80	c #Conflicts:    2970000 | #Constraints:      46803
1782.20/1786.80	c #Conflicts:    2971000 | #Constraints:      47803
1782.20/1786.80	c #Conflicts:    2972000 | #Constraints:      48803
1782.20/1786.80	c #Conflicts:    2973000 | #Constraints:      49803
1782.20/1786.80	c #Conflicts:    2974000 | #Constraints:      50803
1782.20/1786.80	c #Conflicts:    2975000 | #Constraints:      51803
1782.20/1786.80	c #Conflicts:    2976000 | #Constraints:      52803
1782.20/1786.80	c #Conflicts:    2977000 | #Constraints:      53803
1782.20/1786.80	c #Conflicts:    2978000 | #Constraints:      54803
1782.20/1786.80	c #Conflicts:    2979000 | #Constraints:      55803
1782.20/1786.80	c #Conflicts:    2980000 | #Constraints:      56803
1782.20/1786.80	c #Conflicts:    2981000 | #Constraints:      57803
1782.20/1786.80	c #Conflicts:    2982000 | #Constraints:      58803
1782.20/1786.80	c #Conflicts:    2983000 | #Constraints:      59803
1782.20/1786.80	c #Conflicts:    2984000 | #Constraints:      60803
1782.20/1786.80	c #Conflicts:    2985000 | #Constraints:      61803
1782.20/1786.80	c #Conflicts:    2986000 | #Constraints:      62803
1782.20/1786.80	c #Conflicts:    2987000 | #Constraints:      63803
1782.20/1786.80	c #Conflicts:    2988000 | #Constraints:      64803
1782.20/1786.80	c #Conflicts:    2989000 | #Constraints:      65803
1782.20/1786.80	c #Conflicts:    2990000 | #Constraints:      66803
1782.20/1786.80	c #Conflicts:    2991000 | #Constraints:      67803
1782.20/1786.80	c #Conflicts:    2992000 | #Constraints:      68803
1782.20/1786.80	c #Conflicts:    2993000 | #Constraints:      69803
1782.20/1786.80	c #Conflicts:    2994000 | #Constraints:      70804
1782.20/1786.80	c #Conflicts:    2995000 | #Constraints:      71804
1782.20/1786.80	c #Conflicts:    2996000 | #Constraints:      72804
1782.20/1786.80	c #Conflicts:    2997000 | #Constraints:      73804
1782.20/1786.80	c #Conflicts:    2998000 | #Constraints:      74804
1782.20/1786.80	c #Conflicts:    2999000 | #Constraints:      75804
1823.80/1828.60	c #Conflicts:    3000000 | #Constraints:      76804
1823.80/1828.60	c #Conflicts:    3001000 | #Constraints:      77804
1823.80/1828.60	c INPROCESSING
1823.80/1828.60	c GARBAGE COLLECT
1823.80/1828.60	c #Conflicts:    3002000 | #Constraints:      44366
1823.80/1828.60	c #Conflicts:    3003000 | #Constraints:      45366
1823.80/1828.60	c #Conflicts:    3004000 | #Constraints:      46366
1823.80/1828.60	c #Conflicts:    3005000 | #Constraints:      47366
1823.80/1828.60	c #Conflicts:    3006000 | #Constraints:      48366
1823.80/1828.60	c #Conflicts:    3007000 | #Constraints:      49366
1823.80/1828.60	c #Conflicts:    3008000 | #Constraints:      50366
1823.80/1828.60	c #Conflicts:    3009000 | #Constraints:      51366
1823.80/1828.60	c #Conflicts:    3010000 | #Constraints:      52366
1823.80/1828.60	c #Conflicts:    3011000 | #Constraints:      53366
1823.80/1828.60	c #Conflicts:    3012000 | #Constraints:      54366
1823.80/1828.60	c #Conflicts:    3013000 | #Constraints:      55366
1823.80/1828.60	c #Conflicts:    3014000 | #Constraints:      56366
1823.80/1828.60	c #Conflicts:    3015000 | #Constraints:      57366
1823.80/1828.60	c #Conflicts:    3016000 | #Constraints:      58366
1823.80/1828.60	c #Conflicts:    3017000 | #Constraints:      59366
1823.80/1828.60	c #Conflicts:    3018000 | #Constraints:      60366
1823.80/1828.60	c #Conflicts:    3019000 | #Constraints:      61366
1823.80/1828.60	c #Conflicts:    3020000 | #Constraints:      62366
1823.80/1828.60	c #Conflicts:    3021000 | #Constraints:      63366
1823.80/1828.60	c #Conflicts:    3022000 | #Constraints:      64366
1823.80/1828.60	c #Conflicts:    3023000 | #Constraints:      65366
1823.80/1828.60	c #Conflicts:    3024000 | #Constraints:      66366
1823.80/1828.60	c #Conflicts:    3025000 | #Constraints:      67366
1823.80/1828.60	c #Conflicts:    3026000 | #Constraints:      68366
1823.80/1828.60	c #Conflicts:    3027000 | #Constraints:      69366
1823.80/1828.60	c #Conflicts:    3028000 | #Constraints:      70366
1823.80/1828.60	c #Conflicts:    3029000 | #Constraints:      71366
1823.80/1828.60	c #Conflicts:    3030000 | #Constraints:      72366
1823.80/1828.60	c #Conflicts:    3031000 | #Constraints:      73366
1823.80/1828.60	c #Conflicts:    3032000 | #Constraints:      74366
1823.80/1828.60	c #Conflicts:    3033000 | #Constraints:      75366
1823.80/1828.60	c #Conflicts:    3034000 | #Constraints:      76366
1823.80/1828.60	c #Conflicts:    3035000 | #Constraints:      77366
1823.80/1828.60	c #Conflicts:    3036000 | #Constraints:      78366
1823.80/1828.60	c INPROCESSING
1823.80/1828.60	c GARBAGE COLLECT
1823.80/1828.60	c #Conflicts:    3037000 | #Constraints:      44790
1823.80/1828.60	c #Conflicts:    3038000 | #Constraints:      45790
1823.80/1828.60	c #Conflicts:    3039000 | #Constraints:      46790
1823.80/1828.60	c #Conflicts:    3040000 | #Constraints:      47790
1823.80/1828.60	c #Conflicts:    3041000 | #Constraints:      48790
1823.80/1828.60	c #Conflicts:    3042000 | #Constraints:      49790
1823.80/1828.60	c #Conflicts:    3043000 | #Constraints:      50790
1823.80/1828.60	c #Conflicts:    3044000 | #Constraints:      51790
1823.80/1828.60	c #Conflicts:    3045000 | #Constraints:      52790
1823.80/1828.60	c #Conflicts:    3046000 | #Constraints:      53790
1823.80/1828.60	c #Conflicts:    3047000 | #Constraints:      54790
1823.80/1828.60	c #Conflicts:    3048000 | #Constraints:      55790
1823.80/1828.60	c #Conflicts:    3049000 | #Constraints:      56790
1823.80/1828.60	c #Conflicts:    3050000 | #Constraints:      57790
1823.80/1828.60	c #Conflicts:    3051000 | #Constraints:      58790
1823.80/1828.60	c #Conflicts:    3052000 | #Constraints:      59790
1823.80/1828.60	c #Conflicts:    3053000 | #Constraints:      60790
1823.80/1828.60	c #Conflicts:    3054000 | #Constraints:      61790
1823.80/1828.60	c #Conflicts:    3055000 | #Constraints:      62790
1823.80/1828.60	c #Conflicts:    3056000 | #Constraints:      63790
1823.80/1828.60	c #Conflicts:    3057000 | #Constraints:      64790
1823.80/1828.60	c #Conflicts:    3058000 | #Constraints:      65790
1823.80/1828.60	c #Conflicts:    3059000 | #Constraints:      66790
1823.80/1828.60	c #Conflicts:    3060000 | #Constraints:      67790
1823.80/1828.60	c #Conflicts:    3061000 | #Constraints:      68790
1823.80/1828.60	c #Conflicts:    3062000 | #Constraints:      69790
1823.80/1828.60	c #Conflicts:    3063000 | #Constraints:      70790
1823.80/1828.60	c #Conflicts:    3064000 | #Constraints:      71790
1823.80/1828.60	c #Conflicts:    3065000 | #Constraints:      72790
1823.80/1828.60	c #Conflicts:    3066000 | #Constraints:      73790
1823.80/1828.60	c #Conflicts:    3067000 | #Constraints:      74790
1823.80/1828.60	c #Conflicts:    3068000 | #Constraints:      75790
1823.80/1828.60	c #Conflicts:    3069000 | #Constraints:      76790
1823.80/1828.60	c #Conflicts:    3070000 | #Constraints:      77790
1823.80/1828.60	c #Conflicts:    3071000 | #Constraints:      78790
1823.80/1828.60	c INPROCESSING
1823.80/1828.60	c GARBAGE COLLECT
1823.80/1828.60	WSVECS04 Frhs2[8]: 6 -2.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[64]: 6 -2.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[74]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[96]: 6 -2.91667 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[127]: 6 -3.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[134]: 6 0 1.15625 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[169]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[198]: 6 -6.78125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[214]: 6 -1.00305 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[220]: 6 -1.23438 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[222]: 6 -1.625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[284]: 6 -1.46875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[317]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[324]: 6 -3.95313 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[328]: 6 -0.875001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[353]: 6 -1.35417 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[356]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[372]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[382]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[424]: 6 -2.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[434]: 6 -1.0002 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[447]: 6 0 0.250001 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[453]: 6 -0.312501 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[486]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[489]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[520]: 6 -2.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[542]: 6 -2.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[548]: 6 0 0.75 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[552]: 6 0 0.5 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[571]: 6 -1.11719 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[573]: 6 -1.625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[612]: 6 -0.500001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[613]: 6 0 2.625 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[615]: 6 -2.17969 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[645]: 6 -2 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[676]: 6 -2.6875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[679]: 6 0 0.500001 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[690]: 6 -0.99997 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[711]: 6 0 0.625 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[723]: 6 -1.00011 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[725]: 6 -0.998536 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[968]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1058]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1059]: 6 -0.265626 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1064]: 6 -1.26786 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1074]: 6 -1.00046 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1091]: 6 -1.625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1095]: 6 -0.500008 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1099]: 6 -0.625001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1111]: 6 -0.53125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1116]: 6 -0.625001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1120]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1146]: 6 -1.05859 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1148]: 6 -1.71875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1154]: 6 0 2.8125 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1155]: 6 -1.33789 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1157]: 6 -1.10156 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1160]: 6 -0.5625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1189]: 6 -1.75 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1192]: 6 -26.8066 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1222]: 6 -1.73214 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1247]: 6 -6 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1284]: 6 -0.0625005 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1285]: 6 -0.625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1309]: 6 -1.30078 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1313]: 6 -0.59375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1322]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1342]: 6 -2.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1344]: 6 -3.4375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1346]: 6 -2 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1347]: 6 -0.500001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1348]: 6 -2.4375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1350]: 6 -1.47461 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1372]: 6 -1.6875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1376]: 6 -0.234375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1377]: 6 -0.937501 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1387]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1438]: 6 -0.6875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1444]: 6 -5.16797 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1463]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1470]: 6 -2.875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1472]: 6 0 0.25 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1501]: 6 -1.1875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1503]: 6 -3.03125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1508]: 6 -4.34375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1510]: 6 -0.625001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1514]: 6 -0.500001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1525]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1530]: 6 -1.625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1540]: 6 -2.35938 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1568]: 6 -1.75 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1596]: 6 0 1.75 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1604]: 6 0 1.25 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1627]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1674]: 6 -3 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1691]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1960]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1966]: 6 -6 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2008]: 6 -1.375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2009]: 6 -1.375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2062]: 6 -1.34375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2147]: 6 -2.92522 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2171]: 6 -1.00006 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2191]: 6 -1.05859 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2204]: 6 -4.62157 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2248]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2254]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2258]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2259]: 6 -0.999997 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2271]: 6 -0.999817 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2279]: 6 -0.997071 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2295]: 6 -0.250001 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2300]: 6 0 1.88947 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2343]: 6 -4.23438 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2352]: 6 -54.3672 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2394]: 6 -1.75 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2421]: 6 -1.46875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2437]: 6 -11.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2442]: 6 -1.32813 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2443]: 6 -1.79241 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2494]: 6 -16 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2512]: 6 -1.00023 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2538]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2596]: 6 -1.6875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2691]: 6 -1.35156 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2693]: 6 -1.40625 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2738]: 6 -3 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2780]: 6 0 1.4375 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2782]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2818]: 6 0 2 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2834]: 6 -15.1875 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2875]: 6 -3 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2974]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3009]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3012]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3021]: 6 -6 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3064]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3065]: 6 -1.3125 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3164]: 6 -7.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3165]: 6 -4.45313 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3194]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3207]: 6 -0.41211 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3210]: 6 -0.351563 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3214]: 6 -3.59375 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3264]: 6 -12 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3308]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3312]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3356]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3393]: 6 -2.58203 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3406]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3490]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3492]: 6 0 1 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3501]: 6 -9.96094 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3504]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3795]: 6 -5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3836]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3869]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3873]: 6 -3 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3966]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3969]: 6 -1.25 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4029]: 6 -1.5 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4043]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4067]: 6 -3 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
1823.80/1828.60	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
1863.81/1868.61	c #Conflicts:    3072000 | #Constraints:      45002
1863.81/1868.61	c #Conflicts:    3073000 | #Constraints:      46002
1863.81/1868.61	c #Conflicts:    3074000 | #Constraints:      47002
1863.81/1868.61	c #Conflicts:    3075000 | #Constraints:      48002
1863.81/1868.61	c #Conflicts:    3076000 | #Constraints:      49002
1863.81/1868.61	c #Conflicts:    3077000 | #Constraints:      50002
1863.81/1868.61	c #Conflicts:    3078000 | #Constraints:      51002
1863.81/1868.61	c #Conflicts:    3079000 | #Constraints:      52002
1863.81/1868.61	c #Conflicts:    3080000 | #Constraints:      53002
1863.81/1868.61	c #Conflicts:    3081000 | #Constraints:      54002
1863.81/1868.61	c #Conflicts:    3082000 | #Constraints:      55002
1863.81/1868.61	c #Conflicts:    3083000 | #Constraints:      56002
1863.81/1868.61	c #Conflicts:    3084000 | #Constraints:      57002
1863.81/1868.61	c #Conflicts:    3085000 | #Constraints:      58002
1863.81/1868.61	c #Conflicts:    3086000 | #Constraints:      59002
1863.81/1868.61	c #Conflicts:    3087000 | #Constraints:      60002
1863.81/1868.61	c #Conflicts:    3088000 | #Constraints:      61002
1863.81/1868.61	c #Conflicts:    3089000 | #Constraints:      62002
1863.81/1868.61	c #Conflicts:    3090000 | #Constraints:      63002
1863.81/1868.61	c #Conflicts:    3091000 | #Constraints:      64002
1863.81/1868.61	c #Conflicts:    3092000 | #Constraints:      65002
1863.81/1868.61	c #Conflicts:    3093000 | #Constraints:      66002
1863.81/1868.61	c #Conflicts:    3094000 | #Constraints:      67002
1863.81/1868.61	c #Conflicts:    3095000 | #Constraints:      68002
1863.81/1868.61	c #Conflicts:    3096000 | #Constraints:      69002
1863.81/1868.61	c #Conflicts:    3097000 | #Constraints:      70002
1863.81/1868.61	c #Conflicts:    3098000 | #Constraints:      71002
1863.81/1868.61	c #Conflicts:    3099000 | #Constraints:      72002
1863.81/1868.61	c #Conflicts:    3100000 | #Constraints:      73002
1863.81/1868.61	c #Conflicts:    3101000 | #Constraints:      74002
1863.81/1868.61	c #Conflicts:    3102000 | #Constraints:      75002
1863.81/1868.61	c #Conflicts:    3103000 | #Constraints:      76002
1863.81/1868.61	c #Conflicts:    3104000 | #Constraints:      77002
1863.81/1868.61	c #Conflicts:    3105000 | #Constraints:      78002
1863.81/1868.61	c #Conflicts:    3106000 | #Constraints:      79002
1863.81/1868.61	c INPROCESSING
1863.81/1868.61	c GARBAGE COLLECT
1863.81/1868.61	c #Conflicts:    3107000 | #Constraints:      44957
1863.81/1868.61	c #Conflicts:    3108000 | #Constraints:      45957
1863.81/1868.61	c #Conflicts:    3109000 | #Constraints:      46957
1863.81/1868.61	c #Conflicts:    3110000 | #Constraints:      47957
1863.81/1868.61	c #Conflicts:    3111000 | #Constraints:      48958
1863.81/1868.61	c #Conflicts:    3112000 | #Constraints:      49958
1863.81/1868.61	c #Conflicts:    3113000 | #Constraints:      50958
1863.81/1868.61	c #Conflicts:    3114000 | #Constraints:      51958
1863.81/1868.61	c #Conflicts:    3115000 | #Constraints:      52958
1863.81/1868.61	c #Conflicts:    3116000 | #Constraints:      53958
1863.81/1868.61	c #Conflicts:    3117000 | #Constraints:      54958
1863.81/1868.61	c #Conflicts:    3118000 | #Constraints:      55958
1863.81/1868.61	c #Conflicts:    3119000 | #Constraints:      56958
1863.81/1868.61	c #Conflicts:    3120000 | #Constraints:      57958
1863.81/1868.61	c #Conflicts:    3121000 | #Constraints:      58959
1863.81/1868.61	c #Conflicts:    3122000 | #Constraints:      59959
1863.81/1868.61	c #Conflicts:    3123000 | #Constraints:      60959
1863.81/1868.61	c #Conflicts:    3124000 | #Constraints:      61959
1863.81/1868.61	c #Conflicts:    3125000 | #Constraints:      62959
1863.81/1868.61	c #Conflicts:    3126000 | #Constraints:      63959
1863.81/1868.61	c #Conflicts:    3127000 | #Constraints:      64959
1863.81/1868.61	c #Conflicts:    3128000 | #Constraints:      65959
1863.81/1868.61	c #Conflicts:    3129000 | #Constraints:      66959
1863.81/1868.61	c #Conflicts:    3130000 | #Constraints:      67959
1863.81/1868.61	c #Conflicts:    3131000 | #Constraints:      68959
1863.81/1868.61	c #Conflicts:    3132000 | #Constraints:      69959
1863.81/1868.61	c #Conflicts:    3133000 | #Constraints:      70959
1863.81/1868.61	c #Conflicts:    3134000 | #Constraints:      71959
1863.81/1868.61	c #Conflicts:    3135000 | #Constraints:      72987
1863.81/1868.61	c #Conflicts:    3136000 | #Constraints:      74514
1863.81/1868.61	c #Conflicts:    3137000 | #Constraints:      75572
1863.81/1868.61	c #Conflicts:    3138000 | #Constraints:      76572
1863.81/1868.61	c #Conflicts:    3139000 | #Constraints:      77572
1863.81/1868.61	c #Conflicts:    3140000 | #Constraints:      78572
1863.81/1868.61	c #Conflicts:    3141000 | #Constraints:      79573
1863.81/1868.61	c INPROCESSING
1863.81/1868.61	c GARBAGE COLLECT
1863.81/1868.61	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[18]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[19]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[23]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[56]: 6 -0.994959 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[57]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[58]: 6 -0.986517 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[73]: 6 -1.25004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[75]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[79]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[85]: 6 -0.999437 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[87]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[88]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[92]: 6 -2.25002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[107]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[139]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[140]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[147]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[156]: 6 -2.52761 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[167]: 6 -1.93231 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[169]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[183]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[185]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[212]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[213]: 6 -0.999768 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[218]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[232]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[237]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[239]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[259]: 6 -2.84014 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[343]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[345]: 6 -0.996679 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[363]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[365]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[366]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[399]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[405]: 6 -0.999725 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[420]: 6 -1.16409 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[421]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[433]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[443]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[453]: 6 -2.24839 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[455]: 6 0 2.39295 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[457]: 6 -2.25002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[463]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[471]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[474]: 6 -0.986572 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[491]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[499]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[515]: 6 0 0.210978 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[518]: 6 0 0.244808 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[529]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[532]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[535]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[538]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[540]: 6 -1.53132 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[553]: 6 -2.25003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[566]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[568]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[570]: 6 -0.986574 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[583]: 6 -2.16707 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[587]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[591]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[601]: 6 -0.996632 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[610]: 6 -1.65632 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[613]: 6 -1.27569 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[615]: 6 -1.93237 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[621]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[632]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[635]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[640]: 6 0 1.3306 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[646]: 6 -1.14983 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[661]: 6 -0.999698 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[673]: 6 -6.51181 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[676]: 6 -1.1641 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[705]: 6 -3.33059 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[711]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[726]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[730]: 6 -1.07819 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[736]: 6 -2.50002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[999]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1011]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1031]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1074]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1081]: 6 -0.977067 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1086]: 6 0 0.387829 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1112]: 6 -0.989899 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1113]: 6 -1.31253 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1116]: 6 -4.97642 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1117]: 6 -2.1133 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1126]: 6 -0.562524 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1127]: 6 -0.75006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1128]: 6 -0.625023 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1138]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1149]: 6 -1.30279 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1157]: 6 -2.84013 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1158]: 6 -0.156288 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1159]: 6 -1.31253 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1160]: 6 -2.62502 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1161]: 6 -3.25004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1177]: 6 -1.25003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1178]: 6 -1.08446 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1179]: 6 -1.25001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1181]: 6 -3.07037 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1186]: 6 -1.25008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1188]: 6 -1.3331 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1189]: 6 -1.32491 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1190]: 6 -2.48186 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1192]: 6 -1.32822 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1197]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1203]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1209]: 6 -1.31256 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1210]: 6 -1.25003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1211]: 6 -1.25006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1212]: 6 -1.36679 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1222]: 6 -11.5417 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1223]: 6 -0.70833 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1226]: 6 0 3.33405 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1230]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1240]: 6 -1.31259 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1245]: 6 -0.68752 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1246]: 6 0 1.5626 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1258]: 6 -0.864584 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1263]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1265]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1268]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1272]: 6 -0.656295 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1273]: 6 -1.31252 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1276]: 6 -2.35118 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1280]: 6 -3.06258 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1281]: 6 -2.35414 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1283]: 6 -2.1745 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1285]: 6 -1.23131 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1305]: 6 -1.31251 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1349]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1350]: 6 -0.793304 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1372]: 6 -2.23444 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1401]: 6 -1.25001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1404]: 6 -3.85463 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1432]: 6 -1.25001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1444]: 6 -1.53749 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1457]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1458]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1459]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1467]: 6 -1.25008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1469]: 6 0 0.0858868 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1496]: 6 -1.31253 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1498]: 6 -1.25004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1500]: 6 -3.3784 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1502]: 6 -0.687522 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1506]: 6 -1.25005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1508]: 6 -1.1501 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1509]: 6 -1.17781 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1510]: 6 -1.51444 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1512]: 6 -4.05752 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1521]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1523]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1530]: 6 -1.25008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1534]: 6 -1.25008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1539]: 6 -0.750092 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1543]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1555]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1561]: 6 -1.25009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1577]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1582]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1584]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1602]: 6 -2.02148 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1607]: 6 -2.76963 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1608]: 6 -3.53922 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1623]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1628]: 6 -0.307641 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1629]: 6 -0.271517 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1636]: 6 -1.83599 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1641]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1652]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1659]: 6 -1.25004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1673]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1679]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1681]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1685]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1690]: 6 -1.25006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1976]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1980]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1985]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1989]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1991]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1993]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1995]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[1999]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2001]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2008]: 6 -1.49429 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2009]: 6 -1.49435 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2012]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2016]: 6 -0.5058 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2049]: 6 -1.17974 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2060]: 6 -0.806644 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2062]: 6 -0.69535 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2064]: 6 -4.14066 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2070]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2072]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2076]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2078]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2080]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2081]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2093]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2096]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2104]: 6 -0.977088 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2108]: 6 -1.09195 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2112]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2122]: 6 -1.50007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2138]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2142]: 6 -1.31255 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2164]: 6 0 1.00009 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2168]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2169]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2177]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2186]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2192]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2202]: 6 -1.25002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2215]: 6 -0.687595 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2220]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2227]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2228]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2260]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2261]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2271]: 6 -0.99996 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2275]: 6 -0.999767 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2278]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2279]: 6 -0.998812 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2282]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2284]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2292]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2310]: 6 0 0.149869 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2316]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2322]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2323]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2324]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2327]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2330]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2331]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2337]: 6 -3.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2344]: 6 0 0.149819 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2346]: 6 0 0.700486 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2349]: 6 -5.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2351]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2354]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2357]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2360]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2362]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2364]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2367]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2369]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2370]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2372]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2373]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2377]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2384]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2392]: 6 -1.37508 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2412]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2415]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2418]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2419]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2420]: 6 -0.999419 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2422]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2423]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2425]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2427]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2442]: 6 -20 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2445]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2448]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2450]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2452]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2453]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2456]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2458]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2459]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2461]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2465]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2468]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2470]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2475]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2479]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2482]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2486]: 6 -1.31252 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2488]: 6 -5.31252 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2505]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2508]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2510]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2511]: 6 -0.998774 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2513]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2518]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2519]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2521]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2522]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2523]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2529]: 6 -1.04293 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2531]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2540]: 6 -5.93754 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2544]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2548]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2549]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2552]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2568]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2594]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2596]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2600]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2602]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2615]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2616]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2617]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2619]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2623]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2624]: 6 -1.25002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2626]: 6 0 0.18759 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2636]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2640]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2642]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2643]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2646]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2647]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2654]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2658]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2660]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2661]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2664]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2665]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2668]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2672]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2674]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2676]: 6 -1.32814 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2678]: 6 -0.65628 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2682]: 6 -2.37505 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2686]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2694]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2701]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2719]: 6 -1.25003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2720]: 6 -1.2501 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2721]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2723]: 6 -2.84008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2728]: 6 -5.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2730]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2732]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2733]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2738]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2742]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2744]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2747]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2753]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2759]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2761]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2766]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2774]: 6 -1.31254 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2787]: 6 -1.25003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2790]: 6 -1.32821 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2791]: 6 -1.31253 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2792]: 6 -1.31254 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2795]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2797]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2805]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2806]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2809]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2813]: 6 -1.31257 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2814]: 6 -1.31257 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2838]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2845]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2848]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2849]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2853]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2856]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2858]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2859]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2861]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2864]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2865]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2868]: 6 -1.32818 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2869]: 6 -1.32818 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2883]: 6 -1.17714 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2886]: 6 -0.166559 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2887]: 6 0 1.16707 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2890]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2894]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2897]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2898]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2899]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2902]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2903]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2905]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2928]: 6 -18.336 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2930]: 6 -39.6719 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2932]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2933]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2943]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2946]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2947]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2951]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2953]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2956]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2960]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2961]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2968]: 6 -10.3126 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2979]: 6 -1.30832 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[2995]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3026]: 6 -6.08351 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3030]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3031]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3035]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3038]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3039]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3046]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3051]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3057]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3060]: 6 -1.31258 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3091]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3096]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3098]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3099]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3105]: 6 -2.45712 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3107]: 6 -1.23136 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3112]: 6 -2.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3114]: 6 -1.2996 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3115]: 6 -3.29959 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3117]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3120]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3123]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3141]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3145]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3148]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3149]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3152]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3160]: 6 -6.36024 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3175]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3186]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3187]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3188]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3194]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3206]: 6 -10.687 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3208]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3214]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3216]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3218]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3220]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3222]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3226]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3228]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3231]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3234]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3245]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3248]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3252]: 6 -0.121761 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3253]: 6 -0.121731 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3256]: 6 -4.82583 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3279]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3290]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3309]: 6 -1.36437 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3312]: 6 -13.2299 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3313]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3316]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3326]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3336]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3339]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3341]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3344]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3345]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3349]: 6 -0.291358 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3352]: 6 -3.83481 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3371]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3372]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3373]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3374]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3375]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3377]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3381]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3386]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3408]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3410]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3412]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3414]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3418]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3420]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3422]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3426]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3428]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3436]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3440]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3444]: 6 -1.25009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3446]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3459]: 6 0 0.539174 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3460]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3462]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3466]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3478]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3482]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3490]: 6 0 0.53917 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3495]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3498]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3501]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3508]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3512]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3514]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3518]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3526]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3527]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3532]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3533]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3536]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3540]: 6 -0.0187468 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3542]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3544]: 6 -5.17514 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3546]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3555]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3557]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3570]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3578]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3581]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3592]: 6 -0.615312 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3597]: 6 -2.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3600]: 6 -11.1566 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3601]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3604]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3607]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3611]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3618]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3622]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3623]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3626]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3630]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3631]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3634]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3635]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3636]: 6 -1.32816 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3642]: 6 -1.25006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3655]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3660]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3686]: 6 -10.8285 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3687]: 6 -2.67189 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3691]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3694]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3697]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3699]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3704]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3706]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3708]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3710]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3714]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3716]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3719]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3728]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3732]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3735]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3738]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3745]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3751]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3752]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3753]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3759]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3777]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3779]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3782]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3786]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3788]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3790]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3792]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3795]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3798]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3802]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3804]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3808]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3809]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3813]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3816]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3824]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3827]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3834]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3838]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3845]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3848]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3862]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3865]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3882]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3886]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3888]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3890]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3892]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3893]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3896]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3900]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3902]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3904]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3906]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3914]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3918]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3920]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3921]: 6 -1.0001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3924]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3932]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3942]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3945]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3948]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3951]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3954]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3957]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3963]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3968]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3972]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3976]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3977]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3980]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3982]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3989]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3992]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3993]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[3998]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4000]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4002]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4004]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4008]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4009]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4016]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4019]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4022]: 6 -1.0352 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4034]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4044]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4045]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4048]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4050]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4066]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4074]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4076]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4077]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4079]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4080]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4082]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4086]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4088]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4090]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4092]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4094]: 6 -1.00008 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4095]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4098]: 6 -1.00005 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4102]: 6 -1.00001 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4105]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4108]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4109]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4111]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4113]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4118]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4120]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4203]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4232]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4233]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4234]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4236]: 6 -1.00006 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4237]: 6 -1.00007 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4238]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4239]: 6 -1.00004 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4248]: 6 -1.00002 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4273]: 6 -1.00009 0 shouldn't be
1863.81/1868.61	WSVECS04 Frhs2[4274]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[61]: 6 0 0.312548 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[81]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[143]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[211]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[233]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[248]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[305]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[307]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[370]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[374]: 6 -0.997554 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[409]: 6 -0.994972 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[424]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[519]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[530]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[533]: 6 -0.998125 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[593]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[623]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[625]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[725]: 6 -0.999415 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1146]: 6 -1.62504 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1164]: 6 -1.0001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1218]: 6 -1.59384 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1248]: 6 -2.37505 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1256]: 6 -1.21623 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1257]: 6 -0.932372 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1338]: 6 -1.25002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1352]: 6 -0.173188 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1365]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1417]: 6 -2.2709 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1424]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1443]: 6 -1.01879 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1565]: 6 -0.730457 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1593]: 6 -1.31257 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2085]: 6 -1.00001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2089]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2193]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2200]: 6 -1.31257 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2231]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2242]: 6 0 1.60553 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2375]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2409]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2565]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2584]: 6 -6.52942 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2613]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2629]: 6 -3.37505 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2708]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2709]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2715]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2767]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2793]: 6 -1.25008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2844]: 6 -1.00002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3085]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3086]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3183]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3348]: 6 -0.291366 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3517]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3568]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3584]: 6 -1.25002 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3649]: 6 -0.635756 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3667]: 6 -1.00001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3722]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3736]: 6 -1.12509 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3746]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3758]: 6 -1.00001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3760]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3849]: 6 -1.0001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3877]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3943]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3944]: 6 -1.0001 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3949]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3950]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[3969]: 6 -1.00003 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[4012]: 6 -1.00008 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[4038]: 6 -1.00006 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[4042]: 6 -1.00007 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[4067]: 6 -1.00009 0 shouldn't be
1864.90/1869.78	WSVECS04 Frhs2[4235]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[25]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[117]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[145]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[207]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[262]: 6 -0.963187 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[344]: 6 -1.00006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[369]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[468]: 6 -0.999726 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[653]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[675]: 6 -1.18754 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1079]: 6 -1.00001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1137]: 6 -1.00131 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1139]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1147]: 6 -1.25009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1165]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1194]: 6 -1.31258 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1247]: 6 -2.37502 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1275]: 6 -1.25006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1339]: 6 -1.25006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1341]: 6 -1.02056 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1351]: 6 -0.509807 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1370]: 6 -1.25009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1393]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1429]: 6 -1.00006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1463]: 6 -0.121765 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1501]: 6 -0.687528 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1526]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1572]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[1610]: 6 -1.00006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2321]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2404]: 6 0 1.37506 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2417]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2506]: 6 -1.00008 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2603]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2691]: 6 -2.84014 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2699]: 6 -1.00008 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2711]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2916]: 6 0 1.31258 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2935]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2949]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[2986]: 6 0 0.541831 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3217]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3273]: 6 -1.00007 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3291]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3331]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3469]: 6 -1.00008 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3473]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3530]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3537]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3562]: 6 -1.0001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3564]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3571]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3572]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3619]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3677]: 6 -1.00001 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3713]: 6 -1.00003 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3750]: 6 -1.00005 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3757]: 6 -1.00006 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3847]: 6 -1.00009 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[3987]: 6 -1.00004 0 shouldn't be
1866.90/1871.74	WSVECS04 Frhs2[4060]: 6 -1.07819 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[52]: 6 -0.999726 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[170]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[261]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[521]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[634]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[697]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1073]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1187]: 6 -1.31257 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1225]: 6 0 1.16708 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1238]: 6 -1.00001 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1252]: 6 -1.32603 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1253]: 6 -1.30834 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1287]: 6 -0.925194 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1333]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1348]: 6 0 9.00004 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1366]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1435]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1439]: 6 -0.358453 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1441]: 6 -1.97857 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1446]: 6 -2.14984 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1464]: 6 -1.31256 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1472]: 6 -1.31255 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1480]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1511]: 6 -2.71094 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[2313]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[2504]: 6 -1.00007 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[2606]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[2892]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3059]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3076]: 6 -0.462613 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3172]: 6 -1.00007 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3191]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3283]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3376]: 6 -1.00004 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3390]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3443]: 6 -1.0001 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3461]: 6 -1.00007 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3472]: 6 -1.00003 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3474]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3481]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3515]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3556]: 6 -1.0001 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3565]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3615]: 6 -1.00001 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3665]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3676]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3766]: 6 -1.00009 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3785]: 6 -1.00006 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[3854]: 6 -1.00008 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[4005]: 6 -1.00002 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[4057]: 6 -1.00005 0 shouldn't be
1869.79/1874.67	WSVECS04 Frhs2[4115]: 6 -1.00004 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[312]: 6 -0.995008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[422]: 6 -1.31254 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[546]: 6 -1.00001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[592]: 6 -1.00001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[718]: 6 -1.0001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1176]: 6 -1.30244 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1436]: 6 0 0.162812 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1442]: 6 -1.25005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2174]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2281]: 6 -1.00005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2294]: 6 0 0.781273 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2311]: 6 0 1.00006 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2317]: 6 -0.999889 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2319]: 6 -0.999437 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2444]: 6 -43.0001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2499]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2649]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2653]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2816]: 6 -1.25002 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2885]: 6 -0.708308 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[2980]: 6 -1.30405 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3077]: 6 -0.925203 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3079]: 6 -1.00007 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3089]: 6 -1.0001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3133]: 6 -1.00005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3139]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3177]: 6 -1.00003 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3178]: 6 -1.00008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3209]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3275]: 6 -1.00008 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3385]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3560]: 6 0 1.53921 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3658]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3749]: 6 -1.00003 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3763]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3767]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3859]: 6 -1.00005 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3927]: 6 -1.00006 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3953]: 6 -1.00009 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[3995]: 6 -1.00001 0 shouldn't be
1872.68/1877.53	WSVECS04 Frhs2[4040]: 6 -1.00009 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[73]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[81]: 6 -0.999981 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[85]: 6 -0.999367 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[92]: 6 -2.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[120]: 6 -1.00507 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[122]: 6 -1.01352 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[171]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[196]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[213]: 6 -0.999684 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[218]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[230]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[239]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[279]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[312]: 6 -0.994931 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[345]: 6 -0.996621 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[362]: 6 0 0.541749 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[369]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[406]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[409]: 6 -0.994931 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[420]: 6 -1.16406 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[422]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[499]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[515]: 6 0 0.210938 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[518]: 6 0 0.244782 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[540]: 6 -1.53125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[570]: 6 -0.986482 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[593]: 6 -0.999994 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[601]: 6 -0.996621 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[610]: 6 -1.65625 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[612]: 6 0 0.210938 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[634]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[640]: 6 0 1.33058 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[645]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[646]: 6 -1.14978 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[661]: 6 -0.999684 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[673]: 6 -6.51172 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[725]: 6 -0.999367 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[730]: 6 -1.07813 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1086]: 6 0 0.387758 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1113]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1116]: 6 -4.97638 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1126]: 6 -0.562501 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1127]: 6 -0.75 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1128]: 6 -0.625001 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1157]: 6 -2.84005 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1158]: 6 -0.15625 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1159]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1176]: 6 -1.30236 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1178]: 6 -1.08444 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1179]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1181]: 6 -3.07031 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1187]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1188]: 6 -1.33301 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1189]: 6 -1.32489 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1192]: 6 -1.32813 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1209]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1212]: 6 -1.36672 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1221]: 6 -5.92706 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1245]: 6 -0.6875 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1247]: 6 -2.375 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1248]: 6 -2.375 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1252]: 6 -1.32601 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1253]: 6 -1.30827 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1273]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1275]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1281]: 6 -2.35413 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1283]: 6 -2.17449 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1287]: 6 -0.925113 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1339]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1340]: 6 -2.5625 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1350]: 6 -0.793285 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1351]: 6 -0.509784 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1352]: 6 -0.173136 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1372]: 6 -2.23438 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1401]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1413]: 6 0 0.772203 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1432]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1436]: 6 0 0.162722 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1437]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1439]: 6 -0.358431 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1442]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1443]: 6 -1.01872 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1444]: 6 -1.53744 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1464]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1465]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1467]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1468]: 6 -1.92211 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1477]: 6 0 1.4571 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1478]: 6 -0.164063 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1487]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1496]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1498]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1500]: 6 -3.37833 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1501]: 6 -0.687501 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1502]: 6 -0.6875 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1506]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1508]: 6 -1.15004 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1512]: 6 -4.05746 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1522]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1530]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1534]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1535]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1539]: 6 -0.750001 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1602]: 6 -2.02145 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1603]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1612]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1628]: 6 -0.307601 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1629]: 6 -0.27145 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1636]: 6 -1.83594 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1659]: 6 -1.25 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2008]: 6 -1.49427 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2009]: 6 -1.49427 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2049]: 6 -1.17969 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2062]: 6 -0.695313 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2083]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2105]: 6 -0.977033 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2122]: 6 -1.5 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2200]: 6 -1.3125 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2215]: 6 -0.6875 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2279]: 6 -0.998733 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2310]: 6 0 0.149776 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2344]: 6 0 0.149776 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2392]: 6 -1.375 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1875.08/1879.96	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2486]: 6 -1.3125 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2488]: 6 -5.3125 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2529]: 6 -1.0429 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2598]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2626]: 6 0 0.1875 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2678]: 6 -0.656251 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2682]: 6 -2.375 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2723]: 6 -2.84005 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2728]: 6 -5 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2787]: 6 -1.25 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2790]: 6 -1.32813 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2794]: 6 -1.25 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2811]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2813]: 6 -1.3125 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2869]: 6 -1.32813 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2882]: 6 -1.5 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2886]: 6 -0.166504 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2980]: 6 -1.30404 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2981]: 6 -1.23307 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3076]: 6 -0.462557 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3077]: 6 -0.925112 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3105]: 6 -2.4571 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3112]: 6 -2 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3253]: 6 -0.121671 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3256]: 6 -4.82582 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3291]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3301]: 6 -1.12141 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3312]: 6 -13.2298 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3348]: 6 -0.291315 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3352]: 6 -3.83474 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3459]: 6 0 0.539133 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3490]: 6 0 0.539133 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3493]: 6 -4.07827 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3501]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3544]: 6 -5.17511 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3558]: 6 -0.615218 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3567]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3576]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3584]: 6 -1.25 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3592]: 6 -0.615218 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3636]: 6 -1.32813 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3642]: 6 -1.25 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3677]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3686]: 6 -10.8284 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3687]: 6 -2.67188 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3749]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3763]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4022]: 6 -1.03516 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4043]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4060]: 6 -1.07813 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4236]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
1875.08/1879.97	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[58]: 6 -0.986482 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[61]: 6 0 0.312501 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[142]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[172]: 6 -0.999999 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[235]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[242]: 6 -0.999988 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[378]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[553]: 6 -2.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[583]: 6 -2.16699 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[615]: 6 -1.93228 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[653]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[654]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1026]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1130]: 6 -0.499999 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1134]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1147]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1149]: 6 -1.30273 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1160]: 6 -2.625 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1186]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1194]: 6 -1.3125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1195]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1210]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1222]: 6 -11.5416 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1223]: 6 -0.708252 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1225]: 6 0 1.16699 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1238]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1256]: 6 -1.21614 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1258]: 6 -0.864564 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1272]: 6 -0.65625 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1285]: 6 -1.23128 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1305]: 6 -1.3125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1338]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1341]: 6 -1.02051 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1417]: 6 -2.27087 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1449]: 6 0 0.769567 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1458]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1463]: 6 -0.121671 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1511]: 6 -2.71087 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1565]: 6 -0.730434 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1651]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1658]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1676]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2142]: 6 -1.3125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2217]: 6 0 1.25 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2257]: 6 -5.5 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2271]: 6 -0.999921 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2298]: 6 -8.75 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2317]: 6 -0.999842 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2319]: 6 -0.999367 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2337]: 6 -3 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2346]: 6 0 0.70045 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2442]: 6 -20 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2459]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2676]: 6 -1.32813 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2701]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2719]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2720]: 6 -1.25 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2774]: 6 -1.3125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2792]: 6 -1.3125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2868]: 6 -1.32813 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2883]: 6 -1.17706 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2889]: 6 0 8.66797 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2928]: 6 -18.3359 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[2979]: 6 -1.30827 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3026]: 6 -6.0835 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3114]: 6 -1.29955 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3309]: 6 -1.36428 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3349]: 6 -0.291315 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3572]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3600]: 6 -11.1565 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3736]: 6 -1.125 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4038]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4235]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
1877.07/1881.90	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
1926.95/1931.96	c #Conflicts:    3142000 | #Constraints:      45079
1926.95/1931.96	c #Conflicts:    3143000 | #Constraints:      46079
1926.95/1931.96	c #Conflicts:    3144000 | #Constraints:      47079
1926.95/1931.96	c #Conflicts:    3145000 | #Constraints:      48079
1926.95/1931.96	c #Conflicts:    3146000 | #Constraints:      49079
1926.95/1931.96	c #Conflicts:    3147000 | #Constraints:      50079
1926.95/1931.96	c #Conflicts:    3148000 | #Constraints:      51079
1926.95/1931.96	c #Conflicts:    3149000 | #Constraints:      52079
1926.95/1931.96	c #Conflicts:    3150000 | #Constraints:      53079
1926.95/1931.96	c #Conflicts:    3151000 | #Constraints:      54079
1926.95/1931.96	c #Conflicts:    3152000 | #Constraints:      55079
1926.95/1931.96	c #Conflicts:    3153000 | #Constraints:      56079
1926.95/1931.96	c #Conflicts:    3154000 | #Constraints:      57080
1926.95/1931.96	c #Conflicts:    3155000 | #Constraints:      58080
1926.95/1931.96	c #Conflicts:    3156000 | #Constraints:      59080
1926.95/1931.96	c #Conflicts:    3157000 | #Constraints:      60080
1926.95/1931.96	c #Conflicts:    3158000 | #Constraints:      61080
1926.95/1931.96	c #Conflicts:    3159000 | #Constraints:      62080
1926.95/1931.96	c #Conflicts:    3160000 | #Constraints:      63080
1926.95/1931.96	c #Conflicts:    3161000 | #Constraints:      64080
1926.95/1931.96	c #Conflicts:    3162000 | #Constraints:      65080
1926.95/1931.96	c #Conflicts:    3163000 | #Constraints:      66080
1926.95/1931.96	c #Conflicts:    3164000 | #Constraints:      67080
1926.95/1931.96	c #Conflicts:    3165000 | #Constraints:      68080
1926.95/1931.96	c #Conflicts:    3166000 | #Constraints:      69080
1926.95/1931.96	c #Conflicts:    3167000 | #Constraints:      70080
1926.95/1931.96	c #Conflicts:    3168000 | #Constraints:      71080
1926.95/1931.96	c #Conflicts:    3169000 | #Constraints:      72080
1926.95/1931.96	c #Conflicts:    3170000 | #Constraints:      73080
1926.95/1931.96	c #Conflicts:    3171000 | #Constraints:      74080
1926.95/1931.96	c #Conflicts:    3172000 | #Constraints:      75080
1926.95/1931.96	c #Conflicts:    3173000 | #Constraints:      76080
1926.95/1931.96	c #Conflicts:    3174000 | #Constraints:      77080
1926.95/1931.96	c #Conflicts:    3175000 | #Constraints:      78080
1926.95/1931.96	c #Conflicts:    3176000 | #Constraints:      79080
1926.95/1931.96	c #Conflicts:    3177000 | #Constraints:      80080
1926.95/1931.96	c INPROCESSING
1926.95/1931.96	c GARBAGE COLLECT
1926.95/1931.96	c #Conflicts:    3178000 | #Constraints:      45563
1926.95/1931.96	c #Conflicts:    3179000 | #Constraints:      46563
1926.95/1931.96	c #Conflicts:    3180000 | #Constraints:      47563
1926.95/1931.96	c #Conflicts:    3181000 | #Constraints:      48563
1926.95/1931.96	c #Conflicts:    3182000 | #Constraints:      49563
1926.95/1931.96	c #Conflicts:    3183000 | #Constraints:      50563
1926.95/1931.96	c #Conflicts:    3184000 | #Constraints:      51563
1926.95/1931.96	c #Conflicts:    3185000 | #Constraints:      52563
1926.95/1931.96	c #Conflicts:    3186000 | #Constraints:      53563
1926.95/1931.96	c #Conflicts:    3187000 | #Constraints:      54563
1926.95/1931.96	c #Conflicts:    3188000 | #Constraints:      55563
1926.95/1931.96	c #Conflicts:    3189000 | #Constraints:      56563
1926.95/1931.96	c #Conflicts:    3190000 | #Constraints:      57563
1926.95/1931.96	c #Conflicts:    3191000 | #Constraints:      58563
1926.95/1931.96	c #Conflicts:    3192000 | #Constraints:      59563
1926.95/1931.96	c #Conflicts:    3193000 | #Constraints:      60563
1926.95/1931.96	c #Conflicts:    3194000 | #Constraints:      61563
1926.95/1931.96	c #Conflicts:    3195000 | #Constraints:      62563
1926.95/1931.96	c #Conflicts:    3196000 | #Constraints:      63563
1926.95/1931.96	c #Conflicts:    3197000 | #Constraints:      64563
1926.95/1931.96	c #Conflicts:    3198000 | #Constraints:      65563
1926.95/1931.96	c #Conflicts:    3199000 | #Constraints:      66563
1926.95/1931.96	c #Conflicts:    3200000 | #Constraints:      67563
1926.95/1931.96	c #Conflicts:    3201000 | #Constraints:      68563
1926.95/1931.96	c #Conflicts:    3202000 | #Constraints:      69563
1926.95/1931.96	c #Conflicts:    3203000 | #Constraints:      70563
1926.95/1931.96	c #Conflicts:    3204000 | #Constraints:      71563
1926.95/1931.96	c #Conflicts:    3205000 | #Constraints:      72563
1926.95/1931.96	c #Conflicts:    3206000 | #Constraints:      73563
1926.95/1931.96	c #Conflicts:    3207000 | #Constraints:      74563
1926.95/1931.96	c #Conflicts:    3208000 | #Constraints:      75563
1926.95/1931.96	c #Conflicts:    3209000 | #Constraints:      76563
1926.95/1931.96	c #Conflicts:    3210000 | #Constraints:      77563
1926.95/1931.96	c #Conflicts:    3211000 | #Constraints:      78563
1926.95/1931.96	c #Conflicts:    3212000 | #Constraints:      79563
1926.95/1931.96	c #Conflicts:    3213000 | #Constraints:      80563
1926.95/1931.96	c INPROCESSING
1926.95/1931.96	c GARBAGE COLLECT
1926.95/1931.96	c #Conflicts:    3214000 | #Constraints:      45869
1926.95/1931.96	c #Conflicts:    3215000 | #Constraints:      46869
1926.95/1931.96	c #Conflicts:    3216000 | #Constraints:      47869
1926.95/1931.96	c #Conflicts:    3217000 | #Constraints:      48869
1926.95/1931.96	c #Conflicts:    3218000 | #Constraints:      49869
1926.95/1931.96	c #Conflicts:    3219000 | #Constraints:      50869
1967.75/1972.88	c #Conflicts:    3220000 | #Constraints:      51869
1967.75/1972.88	c #Conflicts:    3221000 | #Constraints:      52869
1967.75/1972.88	c #Conflicts:    3222000 | #Constraints:      53869
1967.75/1972.88	c #Conflicts:    3223000 | #Constraints:      54869
1967.75/1972.88	c #Conflicts:    3224000 | #Constraints:      55869
1967.75/1972.88	c #Conflicts:    3225000 | #Constraints:      56869
1967.75/1972.88	c #Conflicts:    3226000 | #Constraints:      57869
1967.75/1972.88	c #Conflicts:    3227000 | #Constraints:      58869
1967.75/1972.88	c #Conflicts:    3228000 | #Constraints:      59869
1967.75/1972.88	c #Conflicts:    3229000 | #Constraints:      60869
1967.75/1972.88	c #Conflicts:    3230000 | #Constraints:      61869
1967.75/1972.88	c #Conflicts:    3231000 | #Constraints:      62869
1967.75/1972.88	c #Conflicts:    3232000 | #Constraints:      63869
1967.75/1972.88	c #Conflicts:    3233000 | #Constraints:      64870
1967.75/1972.88	c #Conflicts:    3234000 | #Constraints:      65870
1967.75/1972.88	c #Conflicts:    3235000 | #Constraints:      66870
1967.75/1972.88	c #Conflicts:    3236000 | #Constraints:      67870
1967.75/1972.88	c #Conflicts:    3237000 | #Constraints:      68870
1967.75/1972.88	c #Conflicts:    3238000 | #Constraints:      69870
1967.75/1972.88	c #Conflicts:    3239000 | #Constraints:      70870
1967.75/1972.88	c #Conflicts:    3240000 | #Constraints:      71871
1967.75/1972.88	c #Conflicts:    3241000 | #Constraints:      72871
1967.75/1972.88	c #Conflicts:    3242000 | #Constraints:      73871
1967.75/1972.88	c #Conflicts:    3243000 | #Constraints:      74871
1967.75/1972.88	c #Conflicts:    3244000 | #Constraints:      75871
1967.75/1972.88	c #Conflicts:    3245000 | #Constraints:      76871
1967.75/1972.88	c #Conflicts:    3246000 | #Constraints:      77871
1967.75/1972.88	c #Conflicts:    3247000 | #Constraints:      78871
1967.75/1972.88	c #Conflicts:    3248000 | #Constraints:      79871
1967.75/1972.88	c #Conflicts:    3249000 | #Constraints:      80871
1967.75/1972.88	c INPROCESSING
1967.75/1972.88	c GARBAGE COLLECT
1967.75/1972.88	c #Conflicts:    3250000 | #Constraints:      45992
1967.75/1972.88	c #Conflicts:    3251000 | #Constraints:      46992
1967.75/1972.88	c #Conflicts:    3252000 | #Constraints:      47992
1967.75/1972.88	c #Conflicts:    3253000 | #Constraints:      48992
1967.75/1972.88	c #Conflicts:    3254000 | #Constraints:      49992
1967.75/1972.88	c #Conflicts:    3255000 | #Constraints:      50992
1967.75/1972.88	c #Conflicts:    3256000 | #Constraints:      51992
1967.75/1972.88	c #Conflicts:    3257000 | #Constraints:      52992
1967.75/1972.88	c #Conflicts:    3258000 | #Constraints:      53992
1967.75/1972.88	c #Conflicts:    3259000 | #Constraints:      54992
1967.75/1972.88	c #Conflicts:    3260000 | #Constraints:      55992
1967.75/1972.88	c #Conflicts:    3261000 | #Constraints:      56992
1967.75/1972.88	c #Conflicts:    3262000 | #Constraints:      57992
1967.75/1972.88	c #Conflicts:    3263000 | #Constraints:      58992
1967.75/1972.88	c #Conflicts:    3264000 | #Constraints:      59992
1967.75/1972.88	c #Conflicts:    3265000 | #Constraints:      60992
1967.75/1972.88	c #Conflicts:    3266000 | #Constraints:      61992
1967.75/1972.88	c #Conflicts:    3267000 | #Constraints:      62992
1967.75/1972.88	c #Conflicts:    3268000 | #Constraints:      63992
1967.75/1972.88	c #Conflicts:    3269000 | #Constraints:      64992
1967.75/1972.88	c #Conflicts:    3270000 | #Constraints:      65992
1967.75/1972.88	c #Conflicts:    3271000 | #Constraints:      66992
1967.75/1972.88	c #Conflicts:    3272000 | #Constraints:      67992
1967.75/1972.88	c #Conflicts:    3273000 | #Constraints:      68992
1967.75/1972.88	c #Conflicts:    3274000 | #Constraints:      69992
1967.75/1972.88	c #Conflicts:    3275000 | #Constraints:      70992
1967.75/1972.88	c #Conflicts:    3276000 | #Constraints:      71992
1967.75/1972.88	c #Conflicts:    3277000 | #Constraints:      72992
1967.75/1972.88	c #Conflicts:    3278000 | #Constraints:      73992
1967.75/1972.88	c #Conflicts:    3279000 | #Constraints:      74992
1967.75/1972.88	c #Conflicts:    3280000 | #Constraints:      75992
1967.75/1972.88	c #Conflicts:    3281000 | #Constraints:      76992
1967.75/1972.88	c #Conflicts:    3282000 | #Constraints:      77992
1967.75/1972.88	c #Conflicts:    3283000 | #Constraints:      78992
1967.75/1972.88	c #Conflicts:    3284000 | #Constraints:      79992
1967.75/1972.88	c #Conflicts:    3285000 | #Constraints:      80992
1967.75/1972.88	c INPROCESSING
1967.75/1972.88	c GARBAGE COLLECT
1967.75/1972.88	c #Conflicts:    3286000 | #Constraints:      45975
1967.75/1972.88	c #Conflicts:    3287000 | #Constraints:      46975
1967.75/1972.88	c #Conflicts:    3288000 | #Constraints:      47975
1967.75/1972.88	c #Conflicts:    3289000 | #Constraints:      48975
1967.75/1972.88	c #Conflicts:    3290000 | #Constraints:      49975
1967.75/1972.88	c #Conflicts:    3291000 | #Constraints:      50975
1967.75/1972.88	c #Conflicts:    3292000 | #Constraints:      51975
1967.75/1972.88	c #Conflicts:    3293000 | #Constraints:      52975
1967.75/1972.88	c #Conflicts:    3294000 | #Constraints:      53975
1967.75/1972.88	c #Conflicts:    3295000 | #Constraints:      54975
1967.75/1972.88	c #Conflicts:    3296000 | #Constraints:      55975
1991.00/1996.19	c #Conflicts:    3297000 | #Constraints:      56975
1991.00/1996.19	c #Conflicts:    3298000 | #Constraints:      57975
1991.00/1996.19	c #Conflicts:    3299000 | #Constraints:      58975
1991.00/1996.19	c #Conflicts:    3300000 | #Constraints:      59975
1991.00/1996.19	c #Conflicts:    3301000 | #Constraints:      60975
1991.00/1996.19	c #Conflicts:    3302000 | #Constraints:      61975
1991.00/1996.19	c #Conflicts:    3303000 | #Constraints:      62975
1991.00/1996.19	c #Conflicts:    3304000 | #Constraints:      63976
1991.00/1996.19	c #Conflicts:    3305000 | #Constraints:      64976
1991.00/1996.19	c #Conflicts:    3306000 | #Constraints:      65976
1991.00/1996.19	c #Conflicts:    3307000 | #Constraints:      66976
1991.00/1996.19	c #Conflicts:    3308000 | #Constraints:      67976
1991.00/1996.19	c #Conflicts:    3309000 | #Constraints:      68976
1991.00/1996.19	c #Conflicts:    3310000 | #Constraints:      69976
1991.00/1996.19	c #Conflicts:    3311000 | #Constraints:      70976
1991.00/1996.19	c #Conflicts:    3312000 | #Constraints:      71976
1991.00/1996.19	c #Conflicts:    3313000 | #Constraints:      72976
1991.00/1996.19	c #Conflicts:    3314000 | #Constraints:      73976
1991.00/1996.19	c #Conflicts:    3315000 | #Constraints:      74976
1991.00/1996.19	c #Conflicts:    3316000 | #Constraints:      75976
1991.00/1996.19	c #Conflicts:    3317000 | #Constraints:      76976
1991.00/1996.19	c #Conflicts:    3318000 | #Constraints:      77976
1991.00/1996.19	c #Conflicts:    3319000 | #Constraints:      78976
1991.00/1996.19	c #Conflicts:    3320000 | #Constraints:      79976
1991.00/1996.19	c #Conflicts:    3321000 | #Constraints:      80976
1991.00/1996.19	c INPROCESSING
1991.00/1996.19	c GARBAGE COLLECT
1991.00/1996.19	c #Conflicts:    3322000 | #Constraints:      45776
1991.00/1996.19	c #Conflicts:    3323000 | #Constraints:      46776
1991.00/1996.19	c #Conflicts:    3324000 | #Constraints:      47776
1991.00/1996.19	c #Conflicts:    3325000 | #Constraints:      48776
1991.00/1996.19	c #Conflicts:    3326000 | #Constraints:      49776
1991.00/1996.19	c #Conflicts:    3327000 | #Constraints:      50776
1991.00/1996.19	c #Conflicts:    3328000 | #Constraints:      51776
1991.00/1996.19	c #Conflicts:    3329000 | #Constraints:      52776
1991.00/1996.19	c #Conflicts:    3330000 | #Constraints:      53776
1991.00/1996.19	c #Conflicts:    3331000 | #Constraints:      54776
1991.00/1996.19	c #Conflicts:    3332000 | #Constraints:      55776
1991.00/1996.19	c #Conflicts:    3333000 | #Constraints:      56776
1991.00/1996.19	c #Conflicts:    3334000 | #Constraints:      57776
1991.00/1996.19	c #Conflicts:    3335000 | #Constraints:      58776
1991.00/1996.19	c #Conflicts:    3336000 | #Constraints:      59776
1991.00/1996.19	WSVECS04 Frhs2[1]: 6 -0.999258 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[73]: 6 -0.996602 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[92]: 6 -0.755449 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[107]: 6 -0.982751 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[127]: 6 -0.98406 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[132]: 6 -4.97399 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[136]: 6 -64.6869 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[144]: 6 -1.00047 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[161]: 6 -0.999336 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[196]: 6 -0.979162 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[225]: 6 -0.999336 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[238]: 6 -0.980475 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[345]: 6 -0.152475 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[346]: 6 -1.01398 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[363]: 6 -0.983031 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[383]: 6 -0.985084 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[400]: 6 -0.497939 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[467]: 6 -2.76319 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[497]: 6 -1.01593 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[506]: 6 -1.26399 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[514]: 6 -0.999674 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[540]: 6 0 0.342436 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[582]: 6 -0.991967 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[600]: 6 -0.303029 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[637]: 6 -1.20373 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[653]: 6 -0.859316 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[656]: 6 -0.498845 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[670]: 6 -0.431635 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[673]: 6 -1.02107 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[707]: 6 -0.997939 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1100]: 6 -1.00044 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1117]: 6 -0.812504 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1182]: 6 -8.83478 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1263]: 6 -0.999446 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1282]: 6 -0.999369 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1312]: 6 -1.25 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1355]: 6 -0.997638 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1473]: 6 -1.00449 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1507]: 6 -0.998593 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1519]: 6 -1.24481 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1538]: 6 -1.00532 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1550]: 6 -1.24767 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1571]: 6 -0.994537 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1574]: 6 -0.98524 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1576]: 6 -1.01559 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1590]: 6 -1.15184 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1597]: 6 -0.619498 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1602]: 6 -0.997358 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1612]: 6 -0.97 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1623]: 6 -1.51991 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1628]: 6 -0.491885 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1641]: 6 -0.986868 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1690]: 6 -0.968408 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1966]: 6 -0.982777 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1970]: 6 -1.00001 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[1984]: 6 0 0.999939 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2053]: 6 -1.00002 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2058]: 6 -0.999269 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2059]: 6 -0.998697 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2066]: 6 -0.991868 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2075]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2078]: 6 -0.987882 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2087]: 6 -0.750001 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2094]: 6 0 1 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2151]: 6 -0.996832 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2158]: 6 -0.988254 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2160]: 6 -0.977221 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2163]: 6 -0.999288 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2169]: 6 -1.09171 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2174]: 6 -1.01788 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2177]: 6 -0.998962 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2204]: 6 0 2 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2248]: 6 -0.979299 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2256]: 6 -0.989883 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2264]: 6 -0.999136 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2265]: 6 -0.995262 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2294]: 6 -1.24949 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2296]: 6 -8.75074 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2299]: 6 -16.0015 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2337]: 6 -0.999817 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2344]: 6 -0.994815 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2345]: 6 -0.994814 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2364]: 6 -0.999987 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2370]: 6 -1.3125 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2390]: 6 -0.999997 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2394]: 6 -0.999794 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2456]: 6 -0.998855 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2544]: 6 -0.999991 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2558]: 6 -1.24956 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2560]: 6 -1.29555 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2631]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2642]: 6 -0.998542 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2643]: 6 -0.998542 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2665]: 6 -0.500001 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2726]: 6 -0.912652 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2728]: 6 -0.825406 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2918]: 6 -1.00009 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3006]: 6 -1.24906 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3018]: 6 -0.996502 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3027]: 6 -0.999722 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3063]: 6 -1.62453 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3112]: 6 -0.996553 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3115]: 6 -0.997711 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3134]: 6 -1.02825 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3193]: 6 -0.974792 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3211]: 6 -0.998873 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3216]: 6 -0.999786 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3219]: 6 -0.991615 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3222]: 6 -0.968165 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3226]: 6 -0.979671 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3233]: 6 -0.827131 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3239]: 6 -0.594861 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3249]: 6 -1.01491 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3255]: 6 -0.625 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3315]: 6 -0.999999 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3318]: 6 -0.999512 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3322]: 6 -1.00048 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3330]: 6 -0.939506 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3332]: 6 -0.954502 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3337]: 6 -2.99994 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3400]: 6 -0.98641 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3404]: 6 -1.01769 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3417]: 6 -0.997625 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3428]: 6 -1.14364 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3429]: 6 -1.24996 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3449]: 6 -3 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3471]: 6 -1.00929 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3505]: 6 -0.999682 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3507]: 6 -0.998532 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3508]: 6 -0.997064 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3524]: 6 0 1.18489 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3540]: 6 -0.666667 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3589]: 6 -1.00091 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3605]: 6 -0.998417 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3607]: 6 -0.999894 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3614]: 6 -1.2363 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3626]: 6 -19.271 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3630]: 6 -0.982154 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3637]: 6 -0.99749 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3655]: 6 -0.995796 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3687]: 6 -0.997892 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3690]: 6 -0.995796 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3694]: 6 -1.01682 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3696]: 6 -0.996496 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3700]: 6 -0.90133 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3701]: 6 -1.03588 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3708]: 6 -0.993149 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3709]: 6 -0.930762 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3715]: 6 -0.987917 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3725]: 6 -0.151156 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3726]: 6 0 0.697693 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3732]: 6 -18.5816 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3742]: 6 -0.998597 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3753]: 6 -1.02378 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3787]: 6 -0.807883 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3790]: 6 -1.06855 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3791]: 6 -1.02409 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3794]: 6 -0.90365 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3800]: 6 -0.974628 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3804]: 6 -1.06603 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3810]: 6 0 2.55258 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3813]: 6 -3.10514 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3827]: 6 -1.46659 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3832]: 6 -0.946454 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3834]: 6 -1.03545 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3846]: 6 -1.00087 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3854]: 6 -0.999958 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3866]: 6 -1.34027 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3873]: 6 -0.998637 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3884]: 6 -0.969536 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3885]: 6 -0.934083 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3888]: 6 -0.93019 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3892]: 6 -0.999976 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3893]: 6 -0.946406 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3899]: 6 -0.999969 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3902]: 6 -0.971873 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3905]: 6 -1.24806 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3910]: 6 -0.748146 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3923]: 6 -0.500017 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3932]: 6 -0.966348 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3942]: 6 -1.01637 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3956]: 6 -1.41876 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3961]: 6 -1.23665 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3963]: 6 -0.618109 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3972]: 6 -0.913043 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3973]: 6 -1.00033 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3978]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3982]: 6 -0.869017 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3990]: 6 -0.964548 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3994]: 6 -0.949654 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[3996]: 6 -1.03107 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4000]: 6 -1.99533 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4002]: 6 -4.58 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4019]: 6 -0.635887 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4026]: 6 -0.982207 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4027]: 6 -0.982206 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4066]: 6 -0.974953 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4070]: 6 -1.04938 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4080]: 6 -0.768322 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4084]: 6 -0.998301 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4086]: 6 -0.996508 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4090]: 6 -0.99989 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4092]: 6 -0.939694 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4094]: 6 -0.879664 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4096]: 6 -1.49046 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4100]: 6 0 0.994754 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4118]: 6 -1.01326 0 shouldn't be
1991.00/1996.19	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
2031.70/2036.91	c #Conflicts:    3337000 | #Constraints:      60776
2031.70/2036.91	c #Conflicts:    3338000 | #Constraints:      61776
2031.70/2036.91	c #Conflicts:    3339000 | #Constraints:      62776
2031.70/2036.91	c #Conflicts:    3340000 | #Constraints:      63776
2031.70/2036.91	c #Conflicts:    3341000 | #Constraints:      64776
2031.70/2036.91	c #Conflicts:    3342000 | #Constraints:      65776
2031.70/2036.91	c #Conflicts:    3343000 | #Constraints:      66776
2031.70/2036.91	c #Conflicts:    3344000 | #Constraints:      67776
2031.70/2036.91	c #Conflicts:    3345000 | #Constraints:      68776
2031.70/2036.91	c #Conflicts:    3346000 | #Constraints:      69776
2031.70/2036.91	c #Conflicts:    3347000 | #Constraints:      70776
2031.70/2036.91	c #Conflicts:    3348000 | #Constraints:      71776
2031.70/2036.91	c #Conflicts:    3349000 | #Constraints:      72776
2031.70/2036.91	c #Conflicts:    3350000 | #Constraints:      73776
2031.70/2036.91	c #Conflicts:    3351000 | #Constraints:      74776
2031.70/2036.91	c #Conflicts:    3352000 | #Constraints:      75776
2031.70/2036.91	c #Conflicts:    3353000 | #Constraints:      76776
2031.70/2036.91	c #Conflicts:    3354000 | #Constraints:      77776
2031.70/2036.91	c #Conflicts:    3355000 | #Constraints:      78776
2031.70/2036.91	c #Conflicts:    3356000 | #Constraints:      79776
2031.70/2036.91	c #Conflicts:    3357000 | #Constraints:      80776
2031.70/2036.91	c #Conflicts:    3358000 | #Constraints:      81776
2031.70/2036.91	c INPROCESSING
2031.70/2036.91	c GARBAGE COLLECT
2031.70/2036.91	c #Conflicts:    3359000 | #Constraints:      46358
2031.70/2036.91	c #Conflicts:    3360000 | #Constraints:      47358
2031.70/2036.91	c #Conflicts:    3361000 | #Constraints:      48358
2031.70/2036.91	c #Conflicts:    3362000 | #Constraints:      49358
2031.70/2036.91	c #Conflicts:    3363000 | #Constraints:      50358
2031.70/2036.91	c #Conflicts:    3364000 | #Constraints:      51358
2031.70/2036.91	c #Conflicts:    3365000 | #Constraints:      52358
2031.70/2036.91	c #Conflicts:    3366000 | #Constraints:      53358
2031.70/2036.91	c #Conflicts:    3367000 | #Constraints:      54358
2031.70/2036.91	c #Conflicts:    3368000 | #Constraints:      55358
2031.70/2036.91	c #Conflicts:    3369000 | #Constraints:      56358
2031.70/2036.91	c #Conflicts:    3370000 | #Constraints:      57358
2031.70/2036.91	c #Conflicts:    3371000 | #Constraints:      58358
2031.70/2036.91	c #Conflicts:    3372000 | #Constraints:      59358
2031.70/2036.91	c #Conflicts:    3373000 | #Constraints:      60358
2031.70/2036.91	c #Conflicts:    3374000 | #Constraints:      61358
2031.70/2036.91	c #Conflicts:    3375000 | #Constraints:      62358
2031.70/2036.91	c #Conflicts:    3376000 | #Constraints:      63358
2031.70/2036.91	c #Conflicts:    3377000 | #Constraints:      64358
2031.70/2036.91	c #Conflicts:    3378000 | #Constraints:      65358
2031.70/2036.91	c #Conflicts:    3379000 | #Constraints:      66358
2031.70/2036.91	c #Conflicts:    3380000 | #Constraints:      67358
2031.70/2036.91	c #Conflicts:    3381000 | #Constraints:      68358
2031.70/2036.91	c #Conflicts:    3382000 | #Constraints:      69358
2031.70/2036.91	c #Conflicts:    3383000 | #Constraints:      70358
2031.70/2036.91	c #Conflicts:    3384000 | #Constraints:      71358
2031.70/2036.91	c #Conflicts:    3385000 | #Constraints:      72358
2031.70/2036.91	c #Conflicts:    3386000 | #Constraints:      73358
2031.70/2036.91	c #Conflicts:    3387000 | #Constraints:      74358
2031.70/2036.91	c #Conflicts:    3388000 | #Constraints:      75358
2031.70/2036.91	c #Conflicts:    3389000 | #Constraints:      76358
2031.70/2036.91	c #Conflicts:    3390000 | #Constraints:      77358
2031.70/2036.91	c #Conflicts:    3391000 | #Constraints:      78358
2031.70/2036.91	c #Conflicts:    3392000 | #Constraints:      79358
2031.70/2036.91	c #Conflicts:    3393000 | #Constraints:      80358
2031.70/2036.91	c #Conflicts:    3394000 | #Constraints:      81358
2031.70/2036.91	c #Conflicts:    3395000 | #Constraints:      82358
2031.70/2036.91	c INPROCESSING
2031.70/2036.91	c GARBAGE COLLECT
2031.70/2036.91	c #Conflicts:    3396000 | #Constraints:      46788
2031.70/2036.91	c #Conflicts:    3397000 | #Constraints:      47788
2031.70/2036.91	c #Conflicts:    3398000 | #Constraints:      48789
2031.70/2036.91	c #Conflicts:    3399000 | #Constraints:      49789
2031.70/2036.91	c #Conflicts:    3400000 | #Constraints:      50789
2031.70/2036.91	c #Conflicts:    3401000 | #Constraints:      51789
2031.70/2036.91	c #Conflicts:    3402000 | #Constraints:      52789
2031.70/2036.91	c #Conflicts:    3403000 | #Constraints:      53789
2031.70/2036.91	c #Conflicts:    3404000 | #Constraints:      54789
2031.70/2036.91	c #Conflicts:    3405000 | #Constraints:      55789
2031.70/2036.91	c #Conflicts:    3406000 | #Constraints:      56819
2031.70/2036.91	c #Conflicts:    3407000 | #Constraints:      57819
2031.70/2036.91	c #Conflicts:    3408000 | #Constraints:      58819
2031.70/2036.91	c #Conflicts:    3409000 | #Constraints:      59819
2031.70/2036.91	c #Conflicts:    3410000 | #Constraints:      60819
2031.70/2036.91	c #Conflicts:    3411000 | #Constraints:      61819
2031.70/2036.91	c #Conflicts:    3412000 | #Constraints:      62819
2031.70/2036.91	c #Conflicts:    3413000 | #Constraints:      63819
2031.70/2036.91	c #Conflicts:    3414000 | #Constraints:      64820
2111.30/2116.77	c #Conflicts:    3415000 | #Constraints:      65820
2111.30/2116.77	c #Conflicts:    3416000 | #Constraints:      66820
2111.30/2116.77	c #Conflicts:    3417000 | #Constraints:      67820
2111.30/2116.77	c #Conflicts:    3418000 | #Constraints:      68820
2111.30/2116.77	c #Conflicts:    3419000 | #Constraints:      69820
2111.30/2116.77	c #Conflicts:    3420000 | #Constraints:      70820
2111.30/2116.77	c #Conflicts:    3421000 | #Constraints:      71820
2111.30/2116.77	c #Conflicts:    3422000 | #Constraints:      72820
2111.30/2116.77	c #Conflicts:    3423000 | #Constraints:      73820
2111.30/2116.77	c #Conflicts:    3424000 | #Constraints:      74820
2111.30/2116.77	c #Conflicts:    3425000 | #Constraints:      75820
2111.30/2116.77	c #Conflicts:    3426000 | #Constraints:      76820
2111.30/2116.77	c #Conflicts:    3427000 | #Constraints:      77820
2111.30/2116.77	c #Conflicts:    3428000 | #Constraints:      78820
2111.30/2116.77	c #Conflicts:    3429000 | #Constraints:      79820
2111.30/2116.77	c #Conflicts:    3430000 | #Constraints:      80820
2111.30/2116.77	c #Conflicts:    3431000 | #Constraints:      81820
2111.30/2116.77	c #Conflicts:    3432000 | #Constraints:      82820
2111.30/2116.77	c INPROCESSING
2111.30/2116.77	c GARBAGE COLLECT
2111.30/2116.77	c #Conflicts:    3433000 | #Constraints:      47044
2111.30/2116.77	c #Conflicts:    3434000 | #Constraints:      48044
2111.30/2116.77	c #Conflicts:    3435000 | #Constraints:      49044
2111.30/2116.77	c #Conflicts:    3436000 | #Constraints:      50044
2111.30/2116.77	c #Conflicts:    3437000 | #Constraints:      51044
2111.30/2116.77	c #Conflicts:    3438000 | #Constraints:      52044
2111.30/2116.77	c #Conflicts:    3439000 | #Constraints:      53044
2111.30/2116.77	c #Conflicts:    3440000 | #Constraints:      54044
2111.30/2116.77	c #Conflicts:    3441000 | #Constraints:      55044
2111.30/2116.77	c #Conflicts:    3442000 | #Constraints:      56044
2111.30/2116.77	c #Conflicts:    3443000 | #Constraints:      57044
2111.30/2116.77	c #Conflicts:    3444000 | #Constraints:      58044
2111.30/2116.77	c #Conflicts:    3445000 | #Constraints:      59044
2111.30/2116.77	c #Conflicts:    3446000 | #Constraints:      60356
2111.30/2116.77	c #Conflicts:    3447000 | #Constraints:      61878
2111.30/2116.77	c #Conflicts:    3448000 | #Constraints:      63405
2111.30/2116.77	c #Conflicts:    3449000 | #Constraints:      64934
2111.30/2116.77	c #Conflicts:    3450000 | #Constraints:      66460
2111.30/2116.77	c #Conflicts:    3451000 | #Constraints:      67971
2111.30/2116.77	c #Conflicts:    3452000 | #Constraints:      69477
2111.30/2116.77	c #Conflicts:    3453000 | #Constraints:      70978
2111.30/2116.77	c #Conflicts:    3454000 | #Constraints:      72490
2111.30/2116.77	c #Conflicts:    3455000 | #Constraints:      74000
2111.30/2116.77	c #Conflicts:    3456000 | #Constraints:      75529
2111.30/2116.77	c #Conflicts:    3457000 | #Constraints:      77039
2111.30/2116.77	c #Conflicts:    3458000 | #Constraints:      78567
2111.30/2116.77	c #Conflicts:    3459000 | #Constraints:      80085
2111.30/2116.77	c #Conflicts:    3460000 | #Constraints:      81595
2111.30/2116.77	c #Conflicts:    3461000 | #Constraints:      83102
2111.30/2116.77	c #Conflicts:    3462000 | #Constraints:      84602
2111.30/2116.77	c #Conflicts:    3463000 | #Constraints:      86123
2111.30/2116.77	c #Conflicts:    3464000 | #Constraints:      87633
2111.30/2116.77	c #Conflicts:    3465000 | #Constraints:      89143
2111.30/2116.77	c #Conflicts:    3466000 | #Constraints:      90650
2111.30/2116.77	c #Conflicts:    3467000 | #Constraints:      92151
2111.30/2116.77	c #Conflicts:    3468000 | #Constraints:      93662
2111.30/2116.77	c #Conflicts:    3469000 | #Constraints:      95172
2111.30/2116.77	c INPROCESSING
2111.30/2116.77	c GARBAGE COLLECT
2111.30/2116.77	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[38]: 6 -2.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[53]: 6 0 0.5 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[65]: 6 -2 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[68]: 6 -0.208334 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[72]: 6 -0.833334 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[86]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[117]: 6 -3.92456 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[132]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[136]: 6 -0.833334 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[193]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[216]: 6 -1.33301 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[220]: 6 -1.32813 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[224]: 6 -1.05615 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[249]: 6 -1.23315 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[284]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[328]: 6 -0.833333 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[351]: 6 -0.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[382]: 6 -0.625001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[400]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[417]: 6 -0.666667 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[439]: 6 -2.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[441]: 6 -0.766847 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[443]: 6 -1.29297 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[460]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[475]: 6 -2.54297 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[476]: 6 0 0.332032 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[477]: 6 -2 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[480]: 6 -1.19385 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[516]: 6 -0.208334 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[540]: 6 -0.75 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[541]: 6 -0.312501 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[547]: 6 -1.28125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[565]: 6 -0.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[570]: 6 -0.775391 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[571]: 6 -0.550782 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[584]: 6 -1.16667 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[615]: 6 -0.500001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[628]: 6 -3.33252 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[633]: 6 -2.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[634]: 6 -2.54297 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[702]: 6 -1.3125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[709]: 6 -0.500001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[728]: 6 0 0.192872 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[731]: 6 -2.54297 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[736]: 6 -1.19385 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1048]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1063]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1085]: 6 -2.45313 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1094]: 6 -0.321429 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1095]: 6 -1.23214 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1096]: 6 -1.53572 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1099]: 6 -1.28571 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1103]: 6 -1.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1113]: 6 -1.34644 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1122]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1124]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1142]: 6 -2.375 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1145]: 6 -0.842042 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1155]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1211]: 6 -0.636414 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1214]: 6 -0.9375 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1215]: 6 -1.0625 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1244]: 6 -0.671875 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1247]: 6 -1.71596 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1249]: 6 -0.919643 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1253]: 6 -0.625001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1257]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1301]: 6 -2.10669 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1305]: 6 0 1 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1308]: 6 -0.831299 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1366]: 6 -1.41113 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1369]: 6 -0.953125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1394]: 6 -0.65625 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1430]: 6 -1.92188 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1431]: 6 -2.59375 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1433]: 6 -0.75 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1443]: 6 -2 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1445]: 6 -2.26563 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1446]: 6 -2.40625 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1473]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1478]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1488]: 6 0 1.32813 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1494]: 6 -0.75 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1497]: 6 -3.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1500]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1535]: 6 -3.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1559]: 6 -2.10425 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1564]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1565]: 6 -0.75 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1570]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1571]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1587]: 6 -1.28442 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1596]: 6 -2.54297 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1597]: 6 -0.750001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1601]: 6 -0.679688 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1602]: 6 -0.679688 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1603]: 6 -0.359376 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1604]: 6 -1.21875 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1606]: 6 -0.875 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1608]: 6 -0.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1612]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1620]: 6 -1.125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1622]: 6 0 0.0937509 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1690]: 6 -1.65357 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1973]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[1994]: 6 -29.7777 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2067]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2076]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2077]: 6 -2 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2092]: 6 -1.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2093]: 6 -3.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2097]: 6 -0.333008 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2100]: 6 -3.66797 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2200]: 6 -10.6563 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2204]: 6 0 1.44385 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2205]: 6 -2.55615 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2236]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2298]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2300]: 6 -9 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2325]: 6 -0.229127 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2328]: 6 -1.125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2390]: 6 0 1 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2421]: 6 -1.33325 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2477]: 6 -0.666992 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2497]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2518]: 6 -0.333252 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2524]: 6 -1.32813 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2539]: 6 -0.928572 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2581]: 6 -0.242188 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2662]: 6 -0.143311 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2665]: 6 -1.71338 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2668]: 6 -5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2681]: 6 -3.3125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2686]: 6 -2.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2713]: 6 -1.3125 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2728]: 6 0 1.5 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2761]: 6 -7.65933 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2780]: 6 -5.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2814]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2855]: 6 -1.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2869]: 6 -0.656251 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2911]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2916]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2917]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2964]: 6 -1.32813 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3005]: 6 0 0.5 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3059]: 6 -0.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3096]: 6 -0.750001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3112]: 6 -5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3122]: 6 -5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3152]: 6 -0.659424 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3153]: 6 -2.15942 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3156]: 6 -2.36231 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3161]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3172]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3198]: 6 0 0.3125 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3240]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3252]: 6 -5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3262]: 6 -7.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3263]: 6 -5.8877 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3334]: 6 0 1.32813 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3337]: 6 -5.65625 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3343]: 6 -0.562501 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3358]: 6 -10 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3432]: 6 -0.250001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3436]: 6 -4.32813 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3534]: 6 -1.21338 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3544]: 6 -6.48438 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3628]: 6 -1.28442 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3629]: 6 -1.28442 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3642]: 6 -8.59375 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3645]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3660]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3684]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3687]: 6 -0.500001 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3723]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3736]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3786]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3792]: 6 -3.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3826]: 6 -80 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3836]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3862]: 6 -1.75 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3929]: 6 -3 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4008]: 6 -1.5 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4017]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4025]: 6 -1.25 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4066]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4080]: 6 -9 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4105]: 6 -1.16339 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4118]: 6 -24.0859 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2111.30/2116.77	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[14]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[62]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[87]: 6 0 0.338196 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[123]: 6 -1.125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[161]: 6 -0.333334 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[222]: 6 -1.3125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[261]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[329]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[347]: 6 -1.41113 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[371]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[376]: 6 -1.3125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[478]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[532]: 6 -2.66406 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[544]: 6 -2.44385 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[546]: 6 -1.64063 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[617]: 6 -1.5 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[660]: 6 -1.125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[666]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[673]: 6 -0.333334 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[674]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[683]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1049]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1057]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1087]: 6 -1.3125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1093]: 6 -1.66071 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1121]: 6 0 3.375 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1138]: 6 -1.32031 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1213]: 6 -1.32813 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1237]: 6 -1.14209 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1246]: 6 -1.67634 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1276]: 6 -0.921875 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1290]: 6 -0.500001 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1331]: 6 -1.33203 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1414]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1435]: 6 -1.21338 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1440]: 6 -0.5625 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1469]: 6 -1.77539 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1490]: 6 -0.640626 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1591]: 6 0 0.65625 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1618]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1624]: 6 -1.12897 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1626]: 6 -0.765869 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1631]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1659]: 6 -1.05713 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2102]: 6 0 1 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2104]: 6 -1.125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2188]: 6 -1.5 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2208]: 6 -10.7754 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2215]: 6 -1.0625 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2251]: 6 -5 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2282]: 6 -1.32031 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2291]: 6 -1.125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2329]: 6 -0.754395 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2392]: 6 -1.375 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2472]: 6 -1.33325 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2528]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2540]: 6 0 0.142857 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2570]: 6 0 1.32007 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2582]: 6 0 0.921876 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2623]: 6 -0.625001 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2674]: 6 -1.5 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2680]: 6 -1.3125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2810]: 6 -1.32813 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2863]: 6 -0.335938 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2865]: 6 -1.32813 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2909]: 6 -1.64453 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2919]: 6 -3 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2957]: 6 -0.573609 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[2971]: 6 -0.625001 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3008]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3048]: 6 -1.32813 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3050]: 6 0 2 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3055]: 6 -0.625001 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3062]: 6 0 0.500001 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3066]: 6 -7.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3116]: 6 -5 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3149]: 6 -3 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3243]: 6 -0.750001 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3259]: 6 -2 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3287]: 6 -0.640626 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3293]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3346]: 6 -10.75 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3386]: 6 -1.3125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3388]: 6 -1.25 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3441]: 6 -0.8125 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2112.20/2117.66	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3535]: 6 -1.21338 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3551]: 6 -0.5 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3580]: 6 -0.550782 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3640]: 6 -2.79688 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3674]: 6 -1.25 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3725]: 6 -0.75 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3739]: 6 -0.75 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3754]: 6 -1.5 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3793]: 6 -3.5 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3956]: 6 -1.02149 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3958]: 6 -1.58594 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3962]: 6 -1.25 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4038]: 6 -0.500001 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
2112.20/2117.67	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
2191.60/2197.25	c #Conflicts:    3470000 | #Constraints:      53187
2191.60/2197.25	c #Conflicts:    3471000 | #Constraints:      54187
2191.60/2197.25	c #Conflicts:    3472000 | #Constraints:      55187
2191.60/2197.25	c #Conflicts:    3473000 | #Constraints:      56187
2191.60/2197.25	c #Conflicts:    3474000 | #Constraints:      57187
2191.60/2197.25	c #Conflicts:    3475000 | #Constraints:      58187
2191.60/2197.25	c #Conflicts:    3476000 | #Constraints:      59187
2191.60/2197.25	c #Conflicts:    3477000 | #Constraints:      60187
2191.60/2197.25	c #Conflicts:    3478000 | #Constraints:      61187
2191.60/2197.25	c #Conflicts:    3479000 | #Constraints:      62187
2191.60/2197.25	c #Conflicts:    3480000 | #Constraints:      63187
2191.60/2197.25	c #Conflicts:    3481000 | #Constraints:      64187
2191.60/2197.25	c #Conflicts:    3482000 | #Constraints:      65187
2191.60/2197.25	c #Conflicts:    3483000 | #Constraints:      66187
2191.60/2197.25	c #Conflicts:    3484000 | #Constraints:      67187
2191.60/2197.25	c #Conflicts:    3485000 | #Constraints:      68187
2191.60/2197.25	c #Conflicts:    3486000 | #Constraints:      69187
2191.60/2197.25	c #Conflicts:    3487000 | #Constraints:      70187
2191.60/2197.25	c #Conflicts:    3488000 | #Constraints:      71187
2191.60/2197.25	c #Conflicts:    3489000 | #Constraints:      72187
2191.60/2197.25	c #Conflicts:    3490000 | #Constraints:      73187
2191.60/2197.25	c #Conflicts:    3491000 | #Constraints:      74187
2191.60/2197.25	c #Conflicts:    3492000 | #Constraints:      75187
2191.60/2197.25	c #Conflicts:    3493000 | #Constraints:      76187
2191.60/2197.25	c #Conflicts:    3494000 | #Constraints:      77187
2191.60/2197.25	c #Conflicts:    3495000 | #Constraints:      78187
2191.60/2197.25	c #Conflicts:    3496000 | #Constraints:      79187
2191.60/2197.25	c #Conflicts:    3497000 | #Constraints:      80187
2191.60/2197.25	c #Conflicts:    3498000 | #Constraints:      81187
2191.60/2197.25	c #Conflicts:    3499000 | #Constraints:      82187
2191.60/2197.25	c #Conflicts:    3500000 | #Constraints:      83187
2191.60/2197.25	c #Conflicts:    3501000 | #Constraints:      84187
2191.60/2197.25	c #Conflicts:    3502000 | #Constraints:      85187
2191.60/2197.25	c #Conflicts:    3503000 | #Constraints:      86187
2191.60/2197.25	c #Conflicts:    3504000 | #Constraints:      87187
2191.60/2197.25	c #Conflicts:    3505000 | #Constraints:      88187
2191.60/2197.25	c #Conflicts:    3506000 | #Constraints:      89187
2191.60/2197.25	c INPROCESSING
2191.60/2197.25	c GARBAGE COLLECT
2191.60/2197.25	c #Conflicts:    3507000 | #Constraints:      49938
2191.60/2197.25	c #Conflicts:    3508000 | #Constraints:      50938
2191.60/2197.25	c #Conflicts:    3509000 | #Constraints:      51938
2191.60/2197.25	c #Conflicts:    3510000 | #Constraints:      52938
2191.60/2197.25	c #Conflicts:    3511000 | #Constraints:      53938
2191.60/2197.25	c #Conflicts:    3512000 | #Constraints:      54938
2191.60/2197.25	c #Conflicts:    3513000 | #Constraints:      55938
2191.60/2197.25	c #Conflicts:    3514000 | #Constraints:      56938
2191.60/2197.25	c #Conflicts:    3515000 | #Constraints:      57938
2191.60/2197.25	c #Conflicts:    3516000 | #Constraints:      58938
2191.60/2197.25	c #Conflicts:    3517000 | #Constraints:      59938
2191.60/2197.25	c #Conflicts:    3518000 | #Constraints:      60938
2191.60/2197.25	c #Conflicts:    3519000 | #Constraints:      61938
2191.60/2197.25	c #Conflicts:    3520000 | #Constraints:      62938
2191.60/2197.25	c #Conflicts:    3521000 | #Constraints:      63938
2191.60/2197.25	c #Conflicts:    3522000 | #Constraints:      64938
2191.60/2197.25	c #Conflicts:    3523000 | #Constraints:      65938
2191.60/2197.25	c #Conflicts:    3524000 | #Constraints:      66938
2191.60/2197.25	c #Conflicts:    3525000 | #Constraints:      67938
2191.60/2197.25	c #Conflicts:    3526000 | #Constraints:      68938
2191.60/2197.25	c #Conflicts:    3527000 | #Constraints:      69938
2191.60/2197.25	c #Conflicts:    3528000 | #Constraints:      70938
2191.60/2197.25	c #Conflicts:    3529000 | #Constraints:      71938
2191.60/2197.25	c #Conflicts:    3530000 | #Constraints:      72938
2191.60/2197.25	c #Conflicts:    3531000 | #Constraints:      73938
2191.60/2197.25	c #Conflicts:    3532000 | #Constraints:      74938
2191.60/2197.25	c #Conflicts:    3533000 | #Constraints:      75938
2191.60/2197.25	c #Conflicts:    3534000 | #Constraints:      76938
2191.60/2197.25	c #Conflicts:    3535000 | #Constraints:      77938
2191.60/2197.25	c #Conflicts:    3536000 | #Constraints:      78938
2191.60/2197.25	c #Conflicts:    3537000 | #Constraints:      79938
2191.60/2197.25	c #Conflicts:    3538000 | #Constraints:      80938
2191.60/2197.25	c #Conflicts:    3539000 | #Constraints:      81938
2191.60/2197.25	c #Conflicts:    3540000 | #Constraints:      82938
2191.60/2197.25	c #Conflicts:    3541000 | #Constraints:      83938
2191.60/2197.25	c #Conflicts:    3542000 | #Constraints:      84938
2191.60/2197.25	c #Conflicts:    3543000 | #Constraints:      85938
2191.60/2197.25	c #Conflicts:    3544000 | #Constraints:      86938
2191.60/2197.25	c INPROCESSING
2191.60/2197.25	c GARBAGE COLLECT
2191.60/2197.25	c #Conflicts:    3545000 | #Constraints:      48972
2191.60/2197.25	c #Conflicts:    3546000 | #Constraints:      49972
2191.60/2197.25	c #Conflicts:    3547000 | #Constraints:      50972
2274.39/2280.25	c #Conflicts:    3548000 | #Constraints:      51972
2274.39/2280.25	c #Conflicts:    3549000 | #Constraints:      52972
2274.39/2280.25	c #Conflicts:    3550000 | #Constraints:      53972
2274.39/2280.25	c #Conflicts:    3551000 | #Constraints:      54972
2274.39/2280.25	c #Conflicts:    3552000 | #Constraints:      55972
2274.39/2280.25	c #Conflicts:    3553000 | #Constraints:      56972
2274.39/2280.25	c #Conflicts:    3554000 | #Constraints:      57972
2274.39/2280.25	c #Conflicts:    3555000 | #Constraints:      58972
2274.39/2280.25	c #Conflicts:    3556000 | #Constraints:      59972
2274.39/2280.25	c #Conflicts:    3557000 | #Constraints:      60972
2274.39/2280.25	c #Conflicts:    3558000 | #Constraints:      61972
2274.39/2280.25	c #Conflicts:    3559000 | #Constraints:      62972
2274.39/2280.25	c #Conflicts:    3560000 | #Constraints:      63972
2274.39/2280.25	c #Conflicts:    3561000 | #Constraints:      64972
2274.39/2280.25	c #Conflicts:    3562000 | #Constraints:      65972
2274.39/2280.25	c #Conflicts:    3563000 | #Constraints:      66972
2274.39/2280.25	c #Conflicts:    3564000 | #Constraints:      67972
2274.39/2280.25	c #Conflicts:    3565000 | #Constraints:      68972
2274.39/2280.25	c #Conflicts:    3566000 | #Constraints:      69972
2274.39/2280.25	c #Conflicts:    3567000 | #Constraints:      70972
2274.39/2280.25	c #Conflicts:    3568000 | #Constraints:      71972
2274.39/2280.25	c #Conflicts:    3569000 | #Constraints:      72972
2274.39/2280.25	c #Conflicts:    3570000 | #Constraints:      73972
2274.39/2280.25	c #Conflicts:    3571000 | #Constraints:      74972
2274.39/2280.25	c #Conflicts:    3572000 | #Constraints:      75972
2274.39/2280.25	c #Conflicts:    3573000 | #Constraints:      76972
2274.39/2280.25	c #Conflicts:    3574000 | #Constraints:      77972
2274.39/2280.25	c #Conflicts:    3575000 | #Constraints:      78972
2274.39/2280.25	c #Conflicts:    3576000 | #Constraints:      79972
2274.39/2280.25	c #Conflicts:    3577000 | #Constraints:      80972
2274.39/2280.25	c #Conflicts:    3578000 | #Constraints:      81972
2274.39/2280.25	c #Conflicts:    3579000 | #Constraints:      82972
2274.39/2280.25	c #Conflicts:    3580000 | #Constraints:      83972
2274.39/2280.25	c #Conflicts:    3581000 | #Constraints:      84972
2274.39/2280.25	c #Conflicts:    3582000 | #Constraints:      85972
2274.39/2280.25	c INPROCESSING
2274.39/2280.25	c GARBAGE COLLECT
2274.39/2280.25	c #Conflicts:    3583000 | #Constraints:      48580
2274.39/2280.25	c #Conflicts:    3584000 | #Constraints:      49580
2274.39/2280.25	c #Conflicts:    3585000 | #Constraints:      50580
2274.39/2280.25	c #Conflicts:    3586000 | #Constraints:      51580
2274.39/2280.25	c #Conflicts:    3587000 | #Constraints:      52580
2274.39/2280.25	c #Conflicts:    3588000 | #Constraints:      53580
2274.39/2280.25	c #Conflicts:    3589000 | #Constraints:      54580
2274.39/2280.25	c #Conflicts:    3590000 | #Constraints:      55580
2274.39/2280.25	c #Conflicts:    3591000 | #Constraints:      56580
2274.39/2280.25	c #Conflicts:    3592000 | #Constraints:      57580
2274.39/2280.25	c #Conflicts:    3593000 | #Constraints:      58580
2274.39/2280.25	c #Conflicts:    3594000 | #Constraints:      59580
2274.39/2280.25	c #Conflicts:    3595000 | #Constraints:      60580
2274.39/2280.25	c #Conflicts:    3596000 | #Constraints:      61580
2274.39/2280.25	c #Conflicts:    3597000 | #Constraints:      62580
2274.39/2280.25	c #Conflicts:    3598000 | #Constraints:      63580
2274.39/2280.25	c #Conflicts:    3599000 | #Constraints:      64580
2274.39/2280.25	c #Conflicts:    3600000 | #Constraints:      65580
2274.39/2280.25	c #Conflicts:    3601000 | #Constraints:      66580
2274.39/2280.25	c #Conflicts:    3602000 | #Constraints:      67580
2274.39/2280.25	c #Conflicts:    3603000 | #Constraints:      68580
2274.39/2280.25	c #Conflicts:    3604000 | #Constraints:      69580
2274.39/2280.25	c #Conflicts:    3605000 | #Constraints:      70580
2274.39/2280.25	c #Conflicts:    3606000 | #Constraints:      71580
2274.39/2280.25	c #Conflicts:    3607000 | #Constraints:      72580
2274.39/2280.25	c #Conflicts:    3608000 | #Constraints:      73580
2274.39/2280.25	c #Conflicts:    3609000 | #Constraints:      74580
2274.39/2280.25	c #Conflicts:    3610000 | #Constraints:      75580
2274.39/2280.25	c #Conflicts:    3611000 | #Constraints:      76580
2274.39/2280.25	c #Conflicts:    3612000 | #Constraints:      77580
2274.39/2280.25	c #Conflicts:    3613000 | #Constraints:      78580
2274.39/2280.25	c #Conflicts:    3614000 | #Constraints:      79580
2274.39/2280.25	c #Conflicts:    3615000 | #Constraints:      80580
2274.39/2280.25	c #Conflicts:    3616000 | #Constraints:      81580
2274.39/2280.25	c #Conflicts:    3617000 | #Constraints:      82580
2274.39/2280.25	c #Conflicts:    3618000 | #Constraints:      83580
2274.39/2280.25	c #Conflicts:    3619000 | #Constraints:      84580
2274.39/2280.25	c #Conflicts:    3620000 | #Constraints:      85580
2274.39/2280.25	c INPROCESSING
2274.39/2280.25	c GARBAGE COLLECT
2274.39/2280.25	c #Conflicts:    3621000 | #Constraints:      48346
2274.39/2280.25	c #Conflicts:    3622000 | #Constraints:      49346
2274.39/2280.25	c #Conflicts:    3623000 | #Constraints:      50346
2274.39/2280.25	c #Conflicts:    3624000 | #Constraints:      51346
2321.67/2327.66	c #Conflicts:    3625000 | #Constraints:      52346
2321.67/2327.66	c #Conflicts:    3626000 | #Constraints:      53346
2321.67/2327.66	c #Conflicts:    3627000 | #Constraints:      54346
2321.67/2327.66	c #Conflicts:    3628000 | #Constraints:      55346
2321.67/2327.66	c #Conflicts:    3629000 | #Constraints:      56346
2321.67/2327.66	c #Conflicts:    3630000 | #Constraints:      57346
2321.67/2327.66	c #Conflicts:    3631000 | #Constraints:      58346
2321.67/2327.66	c #Conflicts:    3632000 | #Constraints:      59346
2321.67/2327.66	c #Conflicts:    3633000 | #Constraints:      60346
2321.67/2327.66	c #Conflicts:    3634000 | #Constraints:      61346
2321.67/2327.66	c #Conflicts:    3635000 | #Constraints:      62346
2321.67/2327.66	c #Conflicts:    3636000 | #Constraints:      63346
2321.67/2327.66	c #Conflicts:    3637000 | #Constraints:      64346
2321.67/2327.66	c #Conflicts:    3638000 | #Constraints:      65346
2321.67/2327.66	c #Conflicts:    3639000 | #Constraints:      66346
2321.67/2327.66	c #Conflicts:    3640000 | #Constraints:      67346
2321.67/2327.66	c #Conflicts:    3641000 | #Constraints:      68346
2321.67/2327.66	c #Conflicts:    3642000 | #Constraints:      69346
2321.67/2327.66	c #Conflicts:    3643000 | #Constraints:      70346
2321.67/2327.66	c #Conflicts:    3644000 | #Constraints:      71346
2321.67/2327.66	c #Conflicts:    3645000 | #Constraints:      72346
2321.67/2327.66	c #Conflicts:    3646000 | #Constraints:      73346
2321.67/2327.66	c #Conflicts:    3647000 | #Constraints:      74346
2321.67/2327.66	c #Conflicts:    3648000 | #Constraints:      75346
2321.67/2327.66	c #Conflicts:    3649000 | #Constraints:      76346
2321.67/2327.66	c #Conflicts:    3650000 | #Constraints:      77346
2321.67/2327.66	c #Conflicts:    3651000 | #Constraints:      78346
2321.67/2327.66	c #Conflicts:    3652000 | #Constraints:      79346
2321.67/2327.66	c #Conflicts:    3653000 | #Constraints:      80346
2321.67/2327.66	c #Conflicts:    3654000 | #Constraints:      81346
2321.67/2327.66	c #Conflicts:    3655000 | #Constraints:      82346
2321.67/2327.66	c #Conflicts:    3656000 | #Constraints:      83346
2321.67/2327.66	c #Conflicts:    3657000 | #Constraints:      84346
2321.67/2327.66	c #Conflicts:    3658000 | #Constraints:      85346
2321.67/2327.66	c INPROCESSING
2321.67/2327.66	c GARBAGE COLLECT
2321.67/2327.66	c #Conflicts:    3659000 | #Constraints:      48151
2321.67/2327.66	c #Conflicts:    3660000 | #Constraints:      49151
2321.67/2327.66	c #Conflicts:    3661000 | #Constraints:      50151
2321.67/2327.66	c #Conflicts:    3662000 | #Constraints:      51151
2321.67/2327.66	c #Conflicts:    3663000 | #Constraints:      52151
2321.67/2327.66	c #Conflicts:    3664000 | #Constraints:      53151
2321.67/2327.66	c #Conflicts:    3665000 | #Constraints:      54151
2321.67/2327.66	c #Conflicts:    3666000 | #Constraints:      55151
2321.67/2327.66	c #Conflicts:    3667000 | #Constraints:      56151
2321.67/2327.66	c #Conflicts:    3668000 | #Constraints:      57151
2321.67/2327.66	c #Conflicts:    3669000 | #Constraints:      58151
2321.67/2327.66	c #Conflicts:    3670000 | #Constraints:      59151
2321.67/2327.66	c #Conflicts:    3671000 | #Constraints:      60151
2321.67/2327.66	c #Conflicts:    3672000 | #Constraints:      61151
2321.67/2327.66	c #Conflicts:    3673000 | #Constraints:      62151
2321.67/2327.66	c #Conflicts:    3674000 | #Constraints:      63151
2321.67/2327.66	c #Conflicts:    3675000 | #Constraints:      64151
2321.67/2327.66	c #Conflicts:    3676000 | #Constraints:      65151
2321.67/2327.66	c #Conflicts:    3677000 | #Constraints:      66151
2321.67/2327.66	c #Conflicts:    3678000 | #Constraints:      67151
2321.67/2327.66	c #Conflicts:    3679000 | #Constraints:      68151
2321.67/2327.66	c #Conflicts:    3680000 | #Constraints:      69151
2321.67/2327.66	c #Conflicts:    3681000 | #Constraints:      70152
2321.67/2327.66	c #Conflicts:    3682000 | #Constraints:      71152
2321.67/2327.66	c #Conflicts:    3683000 | #Constraints:      72152
2321.67/2327.66	c #Conflicts:    3684000 | #Constraints:      73152
2321.67/2327.66	c #Conflicts:    3685000 | #Constraints:      74152
2321.67/2327.66	c #Conflicts:    3686000 | #Constraints:      75152
2321.67/2327.66	c #Conflicts:    3687000 | #Constraints:      76152
2321.67/2327.66	c #Conflicts:    3688000 | #Constraints:      77152
2321.67/2327.66	c #Conflicts:    3689000 | #Constraints:      78153
2321.67/2327.66	c #Conflicts:    3690000 | #Constraints:      79158
2321.67/2327.66	c #Conflicts:    3691000 | #Constraints:      80159
2321.67/2327.66	c #Conflicts:    3692000 | #Constraints:      81159
2321.67/2327.66	c #Conflicts:    3693000 | #Constraints:      82159
2321.67/2327.66	c #Conflicts:    3694000 | #Constraints:      83159
2321.67/2327.66	c #Conflicts:    3695000 | #Constraints:      84159
2321.67/2327.66	c #Conflicts:    3696000 | #Constraints:      85159
2321.67/2327.66	c INPROCESSING
2321.67/2327.66	c GARBAGE COLLECT
2321.67/2327.66	c #Conflicts:    3697000 | #Constraints:      47856
2321.67/2327.66	c #Conflicts:    3698000 | #Constraints:      48857
2321.67/2327.66	c #Conflicts:    3699000 | #Constraints:      49857
2321.67/2327.66	c #Conflicts:    3700000 | #Constraints:      50857
2321.67/2327.66	c #Conflicts:    3701000 | #Constraints:      51857
2321.67/2327.66	c #Conflicts:    3702000 | #Constraints:      52857
2366.16/2372.21	c #Conflicts:    3703000 | #Constraints:      53857
2366.16/2372.21	c #Conflicts:    3704000 | #Constraints:      54857
2366.16/2372.21	c #Conflicts:    3705000 | #Constraints:      55857
2366.16/2372.21	c #Conflicts:    3706000 | #Constraints:      56857
2366.16/2372.21	c #Conflicts:    3707000 | #Constraints:      57857
2366.16/2372.21	c #Conflicts:    3708000 | #Constraints:      58857
2366.16/2372.21	c #Conflicts:    3709000 | #Constraints:      59857
2366.16/2372.21	c #Conflicts:    3710000 | #Constraints:      60857
2366.16/2372.21	c #Conflicts:    3711000 | #Constraints:      61857
2366.16/2372.21	c #Conflicts:    3712000 | #Constraints:      62857
2366.16/2372.21	c #Conflicts:    3713000 | #Constraints:      63857
2366.16/2372.21	c #Conflicts:    3714000 | #Constraints:      64857
2366.16/2372.21	c #Conflicts:    3715000 | #Constraints:      65857
2366.16/2372.21	c #Conflicts:    3716000 | #Constraints:      66857
2366.16/2372.21	c #Conflicts:    3717000 | #Constraints:      67857
2366.16/2372.21	c #Conflicts:    3718000 | #Constraints:      68857
2366.16/2372.21	c #Conflicts:    3719000 | #Constraints:      69857
2366.16/2372.21	c #Conflicts:    3720000 | #Constraints:      70857
2366.16/2372.21	c #Conflicts:    3721000 | #Constraints:      71857
2366.16/2372.21	c #Conflicts:    3722000 | #Constraints:      72857
2366.16/2372.21	c #Conflicts:    3723000 | #Constraints:      73857
2366.16/2372.21	c #Conflicts:    3724000 | #Constraints:      74857
2366.16/2372.21	c #Conflicts:    3725000 | #Constraints:      75857
2366.16/2372.21	c #Conflicts:    3726000 | #Constraints:      76857
2366.16/2372.21	c #Conflicts:    3727000 | #Constraints:      77857
2366.16/2372.21	c #Conflicts:    3728000 | #Constraints:      78857
2366.16/2372.21	c #Conflicts:    3729000 | #Constraints:      79857
2366.16/2372.21	c #Conflicts:    3730000 | #Constraints:      80857
2366.16/2372.21	c #Conflicts:    3731000 | #Constraints:      81857
2366.16/2372.21	c #Conflicts:    3732000 | #Constraints:      82857
2366.16/2372.21	c #Conflicts:    3733000 | #Constraints:      83857
2366.16/2372.21	c #Conflicts:    3734000 | #Constraints:      84857
2366.16/2372.21	c #Conflicts:    3735000 | #Constraints:      85857
2366.16/2372.21	c INPROCESSING
2366.16/2372.21	c GARBAGE COLLECT
2366.16/2372.21	c #Conflicts:    3736000 | #Constraints:      48426
2366.16/2372.21	c #Conflicts:    3737000 | #Constraints:      49426
2366.16/2372.21	c #Conflicts:    3738000 | #Constraints:      50426
2366.16/2372.21	c #Conflicts:    3739000 | #Constraints:      51426
2366.16/2372.21	c #Conflicts:    3740000 | #Constraints:      52426
2366.16/2372.21	c #Conflicts:    3741000 | #Constraints:      53426
2366.16/2372.21	c #Conflicts:    3742000 | #Constraints:      54426
2366.16/2372.21	c #Conflicts:    3743000 | #Constraints:      55426
2366.16/2372.21	c #Conflicts:    3744000 | #Constraints:      56426
2366.16/2372.21	c #Conflicts:    3745000 | #Constraints:      57426
2366.16/2372.21	c #Conflicts:    3746000 | #Constraints:      58426
2366.16/2372.21	c #Conflicts:    3747000 | #Constraints:      59426
2366.16/2372.21	c #Conflicts:    3748000 | #Constraints:      60426
2366.16/2372.21	c #Conflicts:    3749000 | #Constraints:      61426
2366.16/2372.21	c #Conflicts:    3750000 | #Constraints:      62426
2366.16/2372.21	c #Conflicts:    3751000 | #Constraints:      63426
2366.16/2372.21	c #Conflicts:    3752000 | #Constraints:      64426
2366.16/2372.21	c #Conflicts:    3753000 | #Constraints:      65426
2366.16/2372.21	c #Conflicts:    3754000 | #Constraints:      66426
2366.16/2372.21	c #Conflicts:    3755000 | #Constraints:      67426
2366.16/2372.21	c #Conflicts:    3756000 | #Constraints:      68426
2366.16/2372.21	c #Conflicts:    3757000 | #Constraints:      69426
2366.16/2372.21	c #Conflicts:    3758000 | #Constraints:      70426
2366.16/2372.21	c #Conflicts:    3759000 | #Constraints:      71426
2366.16/2372.21	c #Conflicts:    3760000 | #Constraints:      72426
2366.16/2372.21	c #Conflicts:    3761000 | #Constraints:      73426
2366.16/2372.21	c #Conflicts:    3762000 | #Constraints:      74426
2366.16/2372.21	c #Conflicts:    3763000 | #Constraints:      75426
2366.16/2372.21	c #Conflicts:    3764000 | #Constraints:      76426
2366.16/2372.21	c #Conflicts:    3765000 | #Constraints:      77426
2366.16/2372.21	c #Conflicts:    3766000 | #Constraints:      78426
2366.16/2372.21	c #Conflicts:    3767000 | #Constraints:      79426
2366.16/2372.21	c #Conflicts:    3768000 | #Constraints:      80426
2366.16/2372.21	c #Conflicts:    3769000 | #Constraints:      81426
2366.16/2372.21	c #Conflicts:    3770000 | #Constraints:      82426
2366.16/2372.21	c #Conflicts:    3771000 | #Constraints:      83426
2366.16/2372.21	c #Conflicts:    3772000 | #Constraints:      84426
2366.16/2372.21	c #Conflicts:    3773000 | #Constraints:      85426
2366.16/2372.21	c #Conflicts:    3774000 | #Constraints:      86426
2366.16/2372.21	c INPROCESSING
2366.16/2372.21	c GARBAGE COLLECT
2366.16/2372.21	c #Conflicts:    3775000 | #Constraints:      48815
2366.16/2372.21	c #Conflicts:    3776000 | #Constraints:      49816
2366.16/2372.21	c #Conflicts:    3777000 | #Constraints:      50816
2366.16/2372.21	c #Conflicts:    3778000 | #Constraints:      51816
2366.16/2372.21	c #Conflicts:    3779000 | #Constraints:      52816
2426.31/2432.53	c #Conflicts:    3780000 | #Constraints:      53816
2426.31/2432.53	c #Conflicts:    3781000 | #Constraints:      54816
2426.31/2432.53	c #Conflicts:    3782000 | #Constraints:      55816
2426.31/2432.53	c #Conflicts:    3783000 | #Constraints:      56816
2426.31/2432.53	c #Conflicts:    3784000 | #Constraints:      57816
2426.31/2432.53	c #Conflicts:    3785000 | #Constraints:      58816
2426.31/2432.53	c #Conflicts:    3786000 | #Constraints:      59816
2426.31/2432.53	c #Conflicts:    3787000 | #Constraints:      60835
2426.31/2432.53	c #Conflicts:    3788000 | #Constraints:      62337
2426.31/2432.53	c #Conflicts:    3789000 | #Constraints:      63853
2426.31/2432.53	c #Conflicts:    3790000 | #Constraints:      64919
2426.31/2432.53	c #Conflicts:    3791000 | #Constraints:      65919
2426.31/2432.53	c #Conflicts:    3792000 | #Constraints:      66919
2426.31/2432.53	c #Conflicts:    3793000 | #Constraints:      67919
2426.31/2432.53	c #Conflicts:    3794000 | #Constraints:      68919
2426.31/2432.53	c #Conflicts:    3795000 | #Constraints:      69919
2426.31/2432.53	c #Conflicts:    3796000 | #Constraints:      70919
2426.31/2432.53	c #Conflicts:    3797000 | #Constraints:      71920
2426.31/2432.53	c #Conflicts:    3798000 | #Constraints:      72920
2426.31/2432.53	c #Conflicts:    3799000 | #Constraints:      73920
2426.31/2432.53	c #Conflicts:    3800000 | #Constraints:      74921
2426.31/2432.53	c #Conflicts:    3801000 | #Constraints:      75921
2426.31/2432.53	c #Conflicts:    3802000 | #Constraints:      76922
2426.31/2432.53	c #Conflicts:    3803000 | #Constraints:      77922
2426.31/2432.53	c #Conflicts:    3804000 | #Constraints:      78922
2426.31/2432.53	c #Conflicts:    3805000 | #Constraints:      80144
2426.31/2432.53	c #Conflicts:    3806000 | #Constraints:      81675
2426.31/2432.53	c #Conflicts:    3807000 | #Constraints:      83172
2426.31/2432.53	c #Conflicts:    3808000 | #Constraints:      84668
2426.31/2432.53	c #Conflicts:    3809000 | #Constraints:      86068
2426.31/2432.53	c #Conflicts:    3810000 | #Constraints:      87069
2426.31/2432.53	c #Conflicts:    3811000 | #Constraints:      88069
2426.31/2432.53	c #Conflicts:    3812000 | #Constraints:      89069
2426.31/2432.53	c #Conflicts:    3813000 | #Constraints:      90069
2426.31/2432.53	c INPROCESSING
2426.31/2432.53	c GARBAGE COLLECT
2426.31/2432.53	c #Conflicts:    3814000 | #Constraints:      50662
2426.31/2432.53	c #Conflicts:    3815000 | #Constraints:      51662
2426.31/2432.53	c #Conflicts:    3816000 | #Constraints:      52662
2426.31/2432.53	c #Conflicts:    3817000 | #Constraints:      53662
2426.31/2432.53	c #Conflicts:    3818000 | #Constraints:      54662
2426.31/2432.53	c #Conflicts:    3819000 | #Constraints:      55662
2426.31/2432.53	c #Conflicts:    3820000 | #Constraints:      56662
2426.31/2432.53	c #Conflicts:    3821000 | #Constraints:      57662
2426.31/2432.53	c #Conflicts:    3822000 | #Constraints:      58662
2426.31/2432.53	c #Conflicts:    3823000 | #Constraints:      59662
2426.31/2432.53	c #Conflicts:    3824000 | #Constraints:      60662
2426.31/2432.53	c #Conflicts:    3825000 | #Constraints:      61662
2426.31/2432.53	c #Conflicts:    3826000 | #Constraints:      62662
2426.31/2432.53	c #Conflicts:    3827000 | #Constraints:      63662
2426.31/2432.53	c #Conflicts:    3828000 | #Constraints:      64662
2426.31/2432.53	c #Conflicts:    3829000 | #Constraints:      65662
2426.31/2432.53	c #Conflicts:    3830000 | #Constraints:      66662
2426.31/2432.53	c #Conflicts:    3831000 | #Constraints:      67662
2426.31/2432.53	c #Conflicts:    3832000 | #Constraints:      68662
2426.31/2432.53	c #Conflicts:    3833000 | #Constraints:      69662
2426.31/2432.53	c #Conflicts:    3834000 | #Constraints:      70662
2426.31/2432.53	c #Conflicts:    3835000 | #Constraints:      71662
2426.31/2432.53	c #Conflicts:    3836000 | #Constraints:      72663
2426.31/2432.53	c #Conflicts:    3837000 | #Constraints:      73663
2426.31/2432.53	c #Conflicts:    3838000 | #Constraints:      74663
2426.31/2432.53	c #Conflicts:    3839000 | #Constraints:      75663
2426.31/2432.53	c #Conflicts:    3840000 | #Constraints:      76663
2426.31/2432.53	c #Conflicts:    3841000 | #Constraints:      77663
2426.31/2432.53	c #Conflicts:    3842000 | #Constraints:      78663
2426.31/2432.53	c #Conflicts:    3843000 | #Constraints:      79663
2426.31/2432.53	c #Conflicts:    3844000 | #Constraints:      80663
2426.31/2432.53	c #Conflicts:    3845000 | #Constraints:      81664
2426.31/2432.53	c #Conflicts:    3846000 | #Constraints:      82664
2426.31/2432.53	c #Conflicts:    3847000 | #Constraints:      83664
2426.31/2432.53	c #Conflicts:    3848000 | #Constraints:      84664
2426.31/2432.53	c #Conflicts:    3849000 | #Constraints:      85664
2426.31/2432.53	c #Conflicts:    3850000 | #Constraints:      86664
2426.31/2432.53	c #Conflicts:    3851000 | #Constraints:      87664
2426.31/2432.53	c #Conflicts:    3852000 | #Constraints:      88664
2426.31/2432.53	c INPROCESSING
2426.31/2432.53	c GARBAGE COLLECT
2426.31/2432.53	WSVECS04 Frhs2[21]: 6 -0.996577 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[45]: 6 -0.90163 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[46]: 6 -0.997265 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[60]: 6 -0.0505218 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[81]: 6 -0.99836 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[94]: 6 -1.23417 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[97]: 6 0 2.11303e-05 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[101]: 6 -1.86995 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[126]: 6 -1.18971 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[187]: 6 -0.327202 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[265]: 6 -0.00413037 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[277]: 6 -0.993524 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[291]: 6 0 0.296879 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[316]: 6 -0.220028 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[337]: 6 -0.997221 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[382]: 6 -0.991427 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[394]: 6 -0.999318 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[423]: 6 -2.23934 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[446]: 6 -1.25989 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[458]: 6 -0.998593 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[459]: 6 0 0.498724 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[485]: 6 0 0.0156507 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[497]: 6 -0.997303 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[520]: 6 0 0.00247014 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[548]: 6 -2.80617 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[549]: 6 -0.370968 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[554]: 6 -0.998927 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[555]: 6 -2.62337 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[574]: 6 -0.777753 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[577]: 6 -2.23117 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[580]: 6 -0.343319 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[581]: 6 0 0.326032 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[584]: 6 -0.476245 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[612]: 6 0 0.311719 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[618]: 6 0 0.247826 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[640]: 6 0 0.735624 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[643]: 6 -1.62517 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[645]: 6 -1.49418 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[671]: 6 -11.8411 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[674]: 6 0 0.245855 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[708]: 6 0 0.718853 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1075]: 6 -1.00014 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1088]: 6 -1.5625 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1093]: 6 -2.39642 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1127]: 6 -1.241 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1148]: 6 -0.510093 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1153]: 6 -2.38023 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1165]: 6 -0.999049 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1182]: 6 -1.02007 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1211]: 6 -1.24992 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1212]: 6 -1.56234 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1224]: 6 -0.952036 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1233]: 6 -0.999994 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1255]: 6 -2.65561 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1257]: 6 -1.8125 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1258]: 6 -1.00002 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1260]: 6 -1.62491 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1306]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1356]: 6 -1.50004 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1379]: 6 -2.94884 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1385]: 6 -0.999597 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1403]: 6 -0.668732 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1405]: 6 -0.687501 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1414]: 6 -0.657675 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1416]: 6 -0.997513 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1422]: 6 -0.997825 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1433]: 6 -1.31257 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1442]: 6 -2.50148 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1501]: 6 -0.6875 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1505]: 6 -2.11811 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1507]: 6 -1.19543 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1532]: 6 -3.49607 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1551]: 6 -0.99998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1561]: 6 -1.11883 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1569]: 6 -1.24034 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1571]: 6 -0.247831 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1586]: 6 -1.00025 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1593]: 6 -0.98326 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1616]: 6 -1.00204 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1652]: 6 -1.01616 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1659]: 6 -1.24998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1682]: 6 -0.996945 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1691]: 6 -11.8617 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1746]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1964]: 6 -0.511362 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1969]: 6 -0.999376 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1975]: 6 0 2.58449 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1980]: 6 -0.992182 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2001]: 6 -1.01032 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2004]: 6 -0.292039 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2049]: 6 -1.31254 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2060]: 6 -0.598332 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2064]: 6 -2.74026 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2076]: 6 -0.998444 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2078]: 6 -0.996886 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2084]: 6 -1.00007 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2092]: 6 -0.998883 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2093]: 6 -0.998883 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2147]: 6 -0.938639 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2149]: 6 -0.896491 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2156]: 6 -6.00008 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2160]: 6 -0.982541 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2164]: 6 -1.01973 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2165]: 6 -0.997642 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2168]: 6 -1.02744 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2170]: 6 -1.05489 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2171]: 6 -0.994224 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2184]: 6 -0.998994 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2186]: 6 -0.997987 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2191]: 6 -0.938896 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2200]: 6 -0.305813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2215]: 6 -1.65566 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2248]: 6 0 1.1452 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2258]: 6 0 1 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2262]: 6 0 0.998877 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2264]: 6 -0.999843 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2268]: 6 -0.991692 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2269]: 6 -0.999947 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2273]: 6 -0.999787 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2279]: 6 -0.991952 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2287]: 6 -0.979722 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2292]: 6 -0.994887 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2322]: 6 -0.999754 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2340]: 6 -3.83966 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2360]: 6 -5 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2362]: 6 -0.999886 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2364]: 6 -0.999771 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2369]: 6 -1.00092 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2376]: 6 -0.985283 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2384]: 6 -0.911799 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2391]: 6 -1.24968 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2461]: 6 -0.998324 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2484]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2540]: 6 0 1 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2558]: 6 -0.999131 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2580]: 6 -1.3125 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2623]: 6 -1.22299 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2637]: 6 -2 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2675]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2677]: 6 -0.343751 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2680]: 6 -1.3125 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2695]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2728]: 6 -4.01227 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2772]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2778]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2790]: 6 -1.31222 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2868]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2890]: 6 -1.2492 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2931]: 6 -0.501611 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2934]: 6 -0.993543 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2939]: 6 -0.99993 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2964]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[2988]: 6 -0.00243893 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3024]: 6 -1.62494 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3025]: 6 -1.62494 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3032]: 6 -4.98999 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3036]: 6 -1.00008 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3042]: 6 -0.999361 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3056]: 6 -0.999434 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3060]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3101]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3122]: 6 -1.00002 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3128]: 6 -0.999875 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3130]: 6 -0.99975 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3138]: 6 -0.997995 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3154]: 6 -1.3125 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3156]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3211]: 6 -0.999998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3219]: 6 -0.999986 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3226]: 6 -0.999713 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3230]: 6 -0.999996 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3240]: 6 -0.988243 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3242]: 6 -0.976608 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3252]: 6 -1.32813 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3271]: 6 -0.75 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3312]: 6 0 1 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3320]: 6 -0.999927 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3330]: 6 -0.998815 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3332]: 6 -0.999975 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3333]: 6 -1.00011 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3336]: 6 -0.999559 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3346]: 6 -1.4872 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3393]: 6 -1.3213 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3411]: 6 -3 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3426]: 6 -0.99967 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3427]: 6 -0.99967 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3434]: 6 -0.999999 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3438]: 6 -0.999406 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3446]: 6 -1.3125 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3459]: 6 -1.7423 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3492]: 6 0 2 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3496]: 6 -2.38487 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3500]: 6 -1.25 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3507]: 6 -0.999906 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3513]: 6 -0.999438 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3520]: 6 -0.999762 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3522]: 6 -0.981216 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3539]: 6 -0.997059 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3547]: 6 -0.99664 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3556]: 6 -1.63097 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3585]: 6 -1.2145 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3592]: 6 -0.986483 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3596]: 6 -1.00002 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3600]: 6 -0.999926 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3611]: 6 -0.99906 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3614]: 6 -0.99824 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3619]: 6 -0.999018 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3630]: 6 -0.995521 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3638]: 6 -0.988386 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3644]: 6 -0.993858 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3662]: 6 -0.995006 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3671]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3688]: 6 0 0.125017 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3690]: 6 -0.999936 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3691]: 6 -0.999936 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3695]: 6 -0.56257 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3698]: 6 -1.87381 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3700]: 6 -0.99793 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3704]: 6 -0.999629 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3713]: 6 -0.996857 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3715]: 6 -0.987515 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3717]: 6 -0.982353 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3736]: 6 -0.999998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3739]: 6 -1.00001 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3777]: 6 -1.5 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3786]: 6 -0.996881 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3787]: 6 -0.996878 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3791]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3793]: 6 -0.999988 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3794]: 6 -5.00001 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3795]: 6 -5.00003 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3798]: 6 -0.999946 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3800]: 6 -0.999984 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3803]: 6 -0.999817 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3806]: 6 -0.998289 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3812]: 6 -0.991101 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3813]: 6 -0.998066 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3816]: 6 -0.980249 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3817]: 6 -0.980249 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3826]: 6 -0.925466 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3827]: 6 -0.925465 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3829]: 6 -1.03897 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3832]: 6 -1.15661 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3857]: 6 -0.999998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3863]: 6 -0.993827 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3868]: 6 -0.414892 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3872]: 6 -11.8617 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3877]: 6 -1.62517 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3886]: 6 -8.9914 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3887]: 6 -8.9925 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3894]: 6 -0.999978 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3895]: 6 -0.999977 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3900]: 6 -0.99975 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3905]: 6 -0.999268 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3913]: 6 -0.999983 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3918]: 6 -0.974784 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3920]: 6 -0.949544 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3921]: 6 -0.999732 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3924]: 6 -0.412558 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3939]: 6 -0.999998 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3953]: 6 -0.998755 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3963]: 6 -0.985582 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3970]: 6 -0.999999 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3971]: 6 -0.993671 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3976]: 6 -1.00038 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3977]: 6 0 3.2333 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3982]: 6 -0.996901 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3983]: 6 -0.999912 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3989]: 6 -0.999528 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[3997]: 6 -0.998176 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4002]: 6 -0.983194 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4003]: 6 -0.983194 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4006]: 6 -0.987388 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4007]: 6 -0.987389 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4014]: 6 -1.00954 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4017]: 6 -0.97057 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4022]: 6 -1.41864 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4023]: 6 -1.42022 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4028]: 6 -0.987301 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4065]: 6 -0.997408 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4067]: 6 -0.991209 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4070]: 6 -0.992349 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4072]: 6 -0.986842 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4073]: 6 -0.982879 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4076]: 6 -1.01585 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4085]: 6 -0.999786 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4087]: 6 -0.999935 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4092]: 6 -0.988951 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4094]: 6 -0.980529 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4095]: 6 -1.00158 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4098]: 6 -0.993688 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4108]: 6 -1.00103 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4109]: 6 -1.00103 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4115]: 6 -0.989853 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4273]: 6 -0.986697 0 shouldn't be
2426.31/2432.53	WSVECS04 Frhs2[4274]: 6 -0.973393 0 shouldn't be
2484.16/2490.54	c #Conflicts:    3853000 | #Constraints:      49815
2484.16/2490.54	c #Conflicts:    3854000 | #Constraints:      50815
2484.16/2490.54	c #Conflicts:    3855000 | #Constraints:      51815
2484.16/2490.54	c #Conflicts:    3856000 | #Constraints:      52815
2484.16/2490.54	c #Conflicts:    3857000 | #Constraints:      53815
2484.16/2490.54	c #Conflicts:    3858000 | #Constraints:      54815
2484.16/2490.54	c #Conflicts:    3859000 | #Constraints:      55816
2484.16/2490.54	c #Conflicts:    3860000 | #Constraints:      56816
2484.16/2490.54	c #Conflicts:    3861000 | #Constraints:      57816
2484.16/2490.54	c #Conflicts:    3862000 | #Constraints:      58816
2484.16/2490.54	c #Conflicts:    3863000 | #Constraints:      59816
2484.16/2490.54	c #Conflicts:    3864000 | #Constraints:      60816
2484.16/2490.54	c #Conflicts:    3865000 | #Constraints:      61816
2484.16/2490.54	c #Conflicts:    3866000 | #Constraints:      62816
2484.16/2490.54	c #Conflicts:    3867000 | #Constraints:      63816
2484.16/2490.54	c #Conflicts:    3868000 | #Constraints:      64816
2484.16/2490.54	c #Conflicts:    3869000 | #Constraints:      65816
2484.16/2490.54	c #Conflicts:    3870000 | #Constraints:      66816
2484.16/2490.54	c #Conflicts:    3871000 | #Constraints:      67816
2484.16/2490.54	c #Conflicts:    3872000 | #Constraints:      68816
2484.16/2490.54	c #Conflicts:    3873000 | #Constraints:      69816
2484.16/2490.54	c #Conflicts:    3874000 | #Constraints:      70817
2484.16/2490.54	c #Conflicts:    3875000 | #Constraints:      71817
2484.16/2490.54	c #Conflicts:    3876000 | #Constraints:      72817
2484.16/2490.54	c #Conflicts:    3877000 | #Constraints:      73817
2484.16/2490.54	c #Conflicts:    3878000 | #Constraints:      74817
2484.16/2490.54	c #Conflicts:    3879000 | #Constraints:      75817
2484.16/2490.54	c #Conflicts:    3880000 | #Constraints:      76817
2484.16/2490.54	c #Conflicts:    3881000 | #Constraints:      77817
2484.16/2490.54	c #Conflicts:    3882000 | #Constraints:      78817
2484.16/2490.54	c #Conflicts:    3883000 | #Constraints:      79817
2484.16/2490.54	c #Conflicts:    3884000 | #Constraints:      80817
2484.16/2490.54	c #Conflicts:    3885000 | #Constraints:      81817
2484.16/2490.54	c #Conflicts:    3886000 | #Constraints:      82817
2484.16/2490.54	c #Conflicts:    3887000 | #Constraints:      83817
2484.16/2490.54	c #Conflicts:    3888000 | #Constraints:      84817
2484.16/2490.54	c #Conflicts:    3889000 | #Constraints:      85817
2484.16/2490.54	c #Conflicts:    3890000 | #Constraints:      86817
2484.16/2490.54	c #Conflicts:    3891000 | #Constraints:      87817
2484.16/2490.54	c INPROCESSING
2484.16/2490.54	c GARBAGE COLLECT
2484.16/2490.54	c #Conflicts:    3892000 | #Constraints:      49180
2484.16/2490.54	c #Conflicts:    3893000 | #Constraints:      50180
2484.16/2490.54	c #Conflicts:    3894000 | #Constraints:      51180
2484.16/2490.54	c #Conflicts:    3895000 | #Constraints:      52180
2484.16/2490.54	c #Conflicts:    3896000 | #Constraints:      53180
2484.16/2490.54	c #Conflicts:    3897000 | #Constraints:      54180
2484.16/2490.54	c #Conflicts:    3898000 | #Constraints:      55180
2484.16/2490.54	c #Conflicts:    3899000 | #Constraints:      56180
2484.16/2490.54	c #Conflicts:    3900000 | #Constraints:      57180
2484.16/2490.54	c #Conflicts:    3901000 | #Constraints:      58180
2484.16/2490.54	c #Conflicts:    3902000 | #Constraints:      59180
2484.16/2490.54	c #Conflicts:    3903000 | #Constraints:      60180
2484.16/2490.54	c #Conflicts:    3904000 | #Constraints:      61180
2484.16/2490.54	c #Conflicts:    3905000 | #Constraints:      62180
2484.16/2490.54	c #Conflicts:    3906000 | #Constraints:      63180
2484.16/2490.54	c #Conflicts:    3907000 | #Constraints:      64180
2484.16/2490.54	c #Conflicts:    3908000 | #Constraints:      65180
2484.16/2490.54	c #Conflicts:    3909000 | #Constraints:      66180
2484.16/2490.54	c #Conflicts:    3910000 | #Constraints:      67180
2484.16/2490.54	c #Conflicts:    3911000 | #Constraints:      68180
2484.16/2490.54	c #Conflicts:    3912000 | #Constraints:      69180
2484.16/2490.54	c #Conflicts:    3913000 | #Constraints:      70180
2484.16/2490.54	c #Conflicts:    3914000 | #Constraints:      71180
2484.16/2490.54	c #Conflicts:    3915000 | #Constraints:      72180
2484.16/2490.54	c #Conflicts:    3916000 | #Constraints:      73180
2484.16/2490.54	c #Conflicts:    3917000 | #Constraints:      74180
2484.16/2490.54	c #Conflicts:    3918000 | #Constraints:      75180
2484.16/2490.54	c #Conflicts:    3919000 | #Constraints:      76180
2484.16/2490.54	c #Conflicts:    3920000 | #Constraints:      77180
2484.16/2490.54	c #Conflicts:    3921000 | #Constraints:      78180
2484.16/2490.54	c #Conflicts:    3922000 | #Constraints:      79180
2484.16/2490.54	c #Conflicts:    3923000 | #Constraints:      80180
2484.16/2490.54	c #Conflicts:    3924000 | #Constraints:      81180
2484.16/2490.54	c #Conflicts:    3925000 | #Constraints:      82180
2484.16/2490.54	c #Conflicts:    3926000 | #Constraints:      83180
2484.16/2490.54	c #Conflicts:    3927000 | #Constraints:      84180
2484.16/2490.54	c #Conflicts:    3928000 | #Constraints:      85180
2484.16/2490.54	c #Conflicts:    3929000 | #Constraints:      86180
2484.16/2490.54	c #Conflicts:    3930000 | #Constraints:      87180
2484.16/2490.54	c #Conflicts:    3931000 | #Constraints:      88180
2527.35/2533.88	c INPROCESSING
2527.35/2533.88	c GARBAGE COLLECT
2527.35/2533.88	c #Conflicts:    3932000 | #Constraints:      49588
2527.35/2533.88	c #Conflicts:    3933000 | #Constraints:      50588
2527.35/2533.88	c #Conflicts:    3934000 | #Constraints:      51588
2527.35/2533.88	c #Conflicts:    3935000 | #Constraints:      52588
2527.35/2533.88	c #Conflicts:    3936000 | #Constraints:      53588
2527.35/2533.88	c #Conflicts:    3937000 | #Constraints:      54588
2527.35/2533.88	c #Conflicts:    3938000 | #Constraints:      55588
2527.35/2533.88	c #Conflicts:    3939000 | #Constraints:      56588
2527.35/2533.88	c #Conflicts:    3940000 | #Constraints:      57588
2527.35/2533.88	c #Conflicts:    3941000 | #Constraints:      58588
2527.35/2533.88	c #Conflicts:    3942000 | #Constraints:      59588
2527.35/2533.88	c #Conflicts:    3943000 | #Constraints:      60588
2527.35/2533.88	c #Conflicts:    3944000 | #Constraints:      61588
2527.35/2533.88	c #Conflicts:    3945000 | #Constraints:      62588
2527.35/2533.88	c #Conflicts:    3946000 | #Constraints:      63588
2527.35/2533.88	c #Conflicts:    3947000 | #Constraints:      64588
2527.35/2533.88	c #Conflicts:    3948000 | #Constraints:      65588
2527.35/2533.88	c #Conflicts:    3949000 | #Constraints:      66588
2527.35/2533.88	c #Conflicts:    3950000 | #Constraints:      67588
2527.35/2533.88	c #Conflicts:    3951000 | #Constraints:      68588
2527.35/2533.88	c #Conflicts:    3952000 | #Constraints:      69588
2527.35/2533.88	c #Conflicts:    3953000 | #Constraints:      70588
2527.35/2533.88	c #Conflicts:    3954000 | #Constraints:      71588
2527.35/2533.88	c #Conflicts:    3955000 | #Constraints:      72588
2527.35/2533.88	c #Conflicts:    3956000 | #Constraints:      73588
2527.35/2533.88	c #Conflicts:    3957000 | #Constraints:      74588
2527.35/2533.88	c #Conflicts:    3958000 | #Constraints:      75588
2527.35/2533.88	c #Conflicts:    3959000 | #Constraints:      76588
2527.35/2533.88	c #Conflicts:    3960000 | #Constraints:      77588
2527.35/2533.88	c #Conflicts:    3961000 | #Constraints:      78588
2527.35/2533.88	c #Conflicts:    3962000 | #Constraints:      79588
2527.35/2533.88	c #Conflicts:    3963000 | #Constraints:      80588
2527.35/2533.88	c #Conflicts:    3964000 | #Constraints:      81588
2527.35/2533.88	c #Conflicts:    3965000 | #Constraints:      82588
2527.35/2533.88	c #Conflicts:    3966000 | #Constraints:      83588
2527.35/2533.88	c #Conflicts:    3967000 | #Constraints:      84588
2527.35/2533.88	c #Conflicts:    3968000 | #Constraints:      85588
2527.35/2533.88	c #Conflicts:    3969000 | #Constraints:      86588
2527.35/2533.88	c #Conflicts:    3970000 | #Constraints:      87588
2527.35/2533.88	c #Conflicts:    3971000 | #Constraints:      88588
2527.35/2533.88	c INPROCESSING
2527.35/2533.88	c GARBAGE COLLECT
2527.35/2533.88	c #Conflicts:    3972000 | #Constraints:      49896
2527.35/2533.88	c #Conflicts:    3973000 | #Constraints:      50896
2527.35/2533.88	c #Conflicts:    3974000 | #Constraints:      51896
2527.35/2533.88	c #Conflicts:    3975000 | #Constraints:      52896
2527.35/2533.88	c #Conflicts:    3976000 | #Constraints:      53896
2527.35/2533.88	c #Conflicts:    3977000 | #Constraints:      54896
2527.35/2533.88	c #Conflicts:    3978000 | #Constraints:      55896
2527.35/2533.88	c #Conflicts:    3979000 | #Constraints:      56896
2527.35/2533.88	c #Conflicts:    3980000 | #Constraints:      57896
2527.35/2533.88	c #Conflicts:    3981000 | #Constraints:      58896
2527.35/2533.88	c #Conflicts:    3982000 | #Constraints:      59896
2527.35/2533.88	c #Conflicts:    3983000 | #Constraints:      60896
2527.35/2533.88	c #Conflicts:    3984000 | #Constraints:      61896
2527.35/2533.88	c #Conflicts:    3985000 | #Constraints:      62896
2527.35/2533.88	c #Conflicts:    3986000 | #Constraints:      63896
2527.35/2533.88	c #Conflicts:    3987000 | #Constraints:      64896
2527.35/2533.88	c #Conflicts:    3988000 | #Constraints:      65896
2527.35/2533.88	c #Conflicts:    3989000 | #Constraints:      66896
2527.35/2533.88	c #Conflicts:    3990000 | #Constraints:      67896
2527.35/2533.88	c #Conflicts:    3991000 | #Constraints:      68896
2527.35/2533.88	c #Conflicts:    3992000 | #Constraints:      69896
2527.35/2533.88	c #Conflicts:    3993000 | #Constraints:      70896
2527.35/2533.88	c #Conflicts:    3994000 | #Constraints:      71896
2527.35/2533.88	c #Conflicts:    3995000 | #Constraints:      72896
2527.35/2533.88	c #Conflicts:    3996000 | #Constraints:      73896
2527.35/2533.88	c #Conflicts:    3997000 | #Constraints:      74896
2527.35/2533.88	c #Conflicts:    3998000 | #Constraints:      75896
2527.35/2533.88	c #Conflicts:    3999000 | #Constraints:      76896
2527.35/2533.88	c #Conflicts:    4000000 | #Constraints:      77896
2527.35/2533.88	c #Conflicts:    4001000 | #Constraints:      78896
2527.35/2533.88	c #Conflicts:    4002000 | #Constraints:      79896
2527.35/2533.88	c #Conflicts:    4003000 | #Constraints:      80896
2527.35/2533.88	c #Conflicts:    4004000 | #Constraints:      81897
2527.35/2533.88	c #Conflicts:    4005000 | #Constraints:      82897
2527.35/2533.88	c #Conflicts:    4006000 | #Constraints:      83897
2527.35/2533.88	c #Conflicts:    4007000 | #Constraints:      84898
2527.35/2533.88	c #Conflicts:    4008000 | #Constraints:      85898
2575.63/2582.26	c #Conflicts:    4009000 | #Constraints:      86898
2575.63/2582.26	c #Conflicts:    4010000 | #Constraints:      87899
2575.63/2582.26	c #Conflicts:    4011000 | #Constraints:      88899
2575.63/2582.26	c INPROCESSING
2575.63/2582.26	c GARBAGE COLLECT
2575.63/2582.26	c #Conflicts:    4012000 | #Constraints:      50039
2575.63/2582.26	c #Conflicts:    4013000 | #Constraints:      51039
2575.63/2582.26	c #Conflicts:    4014000 | #Constraints:      52039
2575.63/2582.26	c #Conflicts:    4015000 | #Constraints:      53039
2575.63/2582.26	c #Conflicts:    4016000 | #Constraints:      54039
2575.63/2582.26	c #Conflicts:    4017000 | #Constraints:      55039
2575.63/2582.26	c #Conflicts:    4018000 | #Constraints:      56039
2575.63/2582.26	c #Conflicts:    4019000 | #Constraints:      57039
2575.63/2582.26	c #Conflicts:    4020000 | #Constraints:      58039
2575.63/2582.26	c #Conflicts:    4021000 | #Constraints:      59039
2575.63/2582.26	c #Conflicts:    4022000 | #Constraints:      60039
2575.63/2582.26	c #Conflicts:    4023000 | #Constraints:      61039
2575.63/2582.26	c #Conflicts:    4024000 | #Constraints:      62039
2575.63/2582.26	c #Conflicts:    4025000 | #Constraints:      63039
2575.63/2582.26	c #Conflicts:    4026000 | #Constraints:      64039
2575.63/2582.26	c #Conflicts:    4027000 | #Constraints:      65039
2575.63/2582.26	c #Conflicts:    4028000 | #Constraints:      66039
2575.63/2582.26	c #Conflicts:    4029000 | #Constraints:      67039
2575.63/2582.26	c #Conflicts:    4030000 | #Constraints:      68039
2575.63/2582.26	c #Conflicts:    4031000 | #Constraints:      69039
2575.63/2582.26	c #Conflicts:    4032000 | #Constraints:      70039
2575.63/2582.26	c #Conflicts:    4033000 | #Constraints:      71039
2575.63/2582.26	c #Conflicts:    4034000 | #Constraints:      72039
2575.63/2582.26	c #Conflicts:    4035000 | #Constraints:      73039
2575.63/2582.26	c #Conflicts:    4036000 | #Constraints:      74039
2575.63/2582.26	c #Conflicts:    4037000 | #Constraints:      75039
2575.63/2582.26	c #Conflicts:    4038000 | #Constraints:      76039
2575.63/2582.26	c #Conflicts:    4039000 | #Constraints:      77039
2575.63/2582.26	c #Conflicts:    4040000 | #Constraints:      78039
2575.63/2582.26	c #Conflicts:    4041000 | #Constraints:      79328
2575.63/2582.26	c #Conflicts:    4042000 | #Constraints:      80832
2575.63/2582.26	c #Conflicts:    4043000 | #Constraints:      82335
2575.63/2582.26	c #Conflicts:    4044000 | #Constraints:      83848
2575.63/2582.26	c #Conflicts:    4045000 | #Constraints:      85336
2575.63/2582.26	c #Conflicts:    4046000 | #Constraints:      86834
2575.63/2582.26	c #Conflicts:    4047000 | #Constraints:      88345
2575.63/2582.26	c #Conflicts:    4048000 | #Constraints:      89852
2575.63/2582.26	c #Conflicts:    4049000 | #Constraints:      91354
2575.63/2582.26	c #Conflicts:    4050000 | #Constraints:      92422
2575.63/2582.26	c #Conflicts:    4051000 | #Constraints:      93422
2575.63/2582.26	c INPROCESSING
2575.63/2582.26	c GARBAGE COLLECT
2575.63/2582.26	WSVECS04 Frhs2[21]: 6 -1.94462 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[67]: 6 0 0.317016 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[76]: 6 0 0.170937 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[106]: 6 -6.27301 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[109]: 6 -0.955114 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[161]: 6 -3.72896e-06 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[176]: 6 -0.772804 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[208]: 6 -3.73874 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[217]: 6 0 0.412024 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[230]: 6 0 0.60627 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[240]: 6 -1.14866 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[264]: 6 -0.992143 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[271]: 6 -1.4157 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[295]: 6 0 0.844975 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[300]: 6 -0.531518 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[324]: 6 -0.96788 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[338]: 6 -1.83008 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[360]: 6 -1.86709 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[449]: 6 -1.28902 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[461]: 6 -1.92548 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[519]: 6 0 3.06001 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[524]: 6 -1.67016 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[547]: 6 -2.01491 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[588]: 6 -0.488285 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[725]: 6 -0.837069 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[729]: 6 -0.378934 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1070]: 6 -0.331487 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1110]: 6 -1.63992 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1142]: 6 0 3.40065 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1214]: 6 -0.287712 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1263]: 6 -0.334223 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1296]: 6 -0.380678 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1297]: 6 -9.00093 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1299]: 6 0 1.93912 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1326]: 6 0 3.75205 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1360]: 6 -0.743809 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1394]: 6 -0.872365 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1409]: 6 -1.2957 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1419]: 6 -0.588417 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1445]: 6 0 0.215994 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1460]: 6 -6.27631 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1481]: 6 -0.217842 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1500]: 6 -1.85146 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1501]: 6 -1.69761 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1505]: 6 -2.01861 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1516]: 6 -1.49303 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1524]: 6 -0.179187 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1579]: 6 0 0.889623 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1599]: 6 0 0.764286 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1611]: 6 -3.24779 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1627]: 6 -0.504695 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1628]: 6 -0.991658 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1641]: 6 -1.41965 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1659]: 6 0 0.00094773 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1953]: 6 -0.421768 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1960]: 6 -1.11396 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1983]: 6 0 3.03224 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[1994]: 6 -4.22187 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2068]: 6 0 3.68375 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2149]: 6 -0.992851 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2152]: 6 -0.850337 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2166]: 6 0 1.32034 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2184]: 6 -2.04039 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2270]: 6 -0.50005 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2292]: 6 -9.39871 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2423]: 6 -1.05528 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2456]: 6 -0.973268 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2646]: 6 -12.8662 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2647]: 6 -15.6405 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2677]: 6 0 1.98496 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2686]: 6 -2.16314 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2724]: 6 -0.997633 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2746]: 6 0 1 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2750]: 6 -1.6375 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2844]: 6 -3 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2849]: 6 -2 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2852]: 6 -1.45313 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2862]: 6 0 0.987342 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[2988]: 6 -0.059493 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3029]: 6 0 5.74971 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3039]: 6 -1.25491 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3066]: 6 -1.17374 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3077]: 6 -2.18858 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3083]: 6 0 0.199556 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3111]: 6 -0.538207 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3130]: 6 -1.50815 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3135]: 6 -3.0205 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3272]: 6 -2.64481 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3297]: 6 -0.999996 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3300]: 6 0 1 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3304]: 6 0 0.500001 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3319]: 6 -0.362266 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3363]: 6 -0.967478 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3406]: 6 0 3.63313 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3412]: 6 0 1.98778 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3416]: 6 -5.25261 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3438]: 6 0 1.88447 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3504]: 6 -21.6415 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3519]: 6 -5.51011 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3533]: 6 -0.148467 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3546]: 6 -10.2196 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3548]: 6 -1.20999 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3605]: 6 -6.97023 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3612]: 6 -2.19065 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3616]: 6 -11.2004 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3628]: 6 0 0.447997 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3632]: 6 0 1.67058 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3638]: 6 -0.852886 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3702]: 6 0 1.93414 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3713]: 6 -0.291671 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3716]: 6 -0.444146 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3751]: 6 -2.44705 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3754]: 6 -0.897358 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3775]: 6 -1.63463 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3814]: 6 0 2.48377 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3817]: 6 -2.48513 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3831]: 6 -0.43776 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3832]: 6 0 1.13943 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3833]: 6 0 0.0926318 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3845]: 6 -2.79829 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3931]: 6 -0.397845 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3972]: 6 -2.97084 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3980]: 6 -0.378037 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3984]: 6 -1.0398 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3989]: 6 -0.322604 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3991]: 6 -2.32814 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[3994]: 6 0 0.651101 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[4019]: 6 -0.228694 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[4094]: 6 -2.59181 0 shouldn't be
2575.63/2582.26	WSVECS04 Frhs2[4274]: 6 -0.885137 0 shouldn't be
2656.14/2662.99	c #Conflicts:    4052000 | #Constraints:      52230
2656.14/2662.99	c #Conflicts:    4053000 | #Constraints:      53230
2656.14/2662.99	c #Conflicts:    4054000 | #Constraints:      54230
2656.14/2662.99	c #Conflicts:    4055000 | #Constraints:      55230
2656.14/2662.99	c #Conflicts:    4056000 | #Constraints:      56230
2656.14/2662.99	c #Conflicts:    4057000 | #Constraints:      57230
2656.14/2662.99	c #Conflicts:    4058000 | #Constraints:      58230
2656.14/2662.99	c #Conflicts:    4059000 | #Constraints:      59230
2656.14/2662.99	c #Conflicts:    4060000 | #Constraints:      60230
2656.14/2662.99	c #Conflicts:    4061000 | #Constraints:      61230
2656.14/2662.99	c #Conflicts:    4062000 | #Constraints:      62230
2656.14/2662.99	c #Conflicts:    4063000 | #Constraints:      63230
2656.14/2662.99	c #Conflicts:    4064000 | #Constraints:      64230
2656.14/2662.99	c #Conflicts:    4065000 | #Constraints:      65230
2656.14/2662.99	c #Conflicts:    4066000 | #Constraints:      66231
2656.14/2662.99	c #Conflicts:    4067000 | #Constraints:      67231
2656.14/2662.99	c #Conflicts:    4068000 | #Constraints:      68231
2656.14/2662.99	c #Conflicts:    4069000 | #Constraints:      69231
2656.14/2662.99	c #Conflicts:    4070000 | #Constraints:      70231
2656.14/2662.99	c #Conflicts:    4071000 | #Constraints:      71231
2656.14/2662.99	c #Conflicts:    4072000 | #Constraints:      72231
2656.14/2662.99	c #Conflicts:    4073000 | #Constraints:      73231
2656.14/2662.99	c #Conflicts:    4074000 | #Constraints:      74231
2656.14/2662.99	c #Conflicts:    4075000 | #Constraints:      75231
2656.14/2662.99	c #Conflicts:    4076000 | #Constraints:      76231
2656.14/2662.99	c #Conflicts:    4077000 | #Constraints:      77231
2656.14/2662.99	c #Conflicts:    4078000 | #Constraints:      78231
2656.14/2662.99	c #Conflicts:    4079000 | #Constraints:      79231
2656.14/2662.99	c #Conflicts:    4080000 | #Constraints:      80231
2656.14/2662.99	c #Conflicts:    4081000 | #Constraints:      81231
2656.14/2662.99	c #Conflicts:    4082000 | #Constraints:      82231
2656.14/2662.99	c #Conflicts:    4083000 | #Constraints:      83231
2656.14/2662.99	c #Conflicts:    4084000 | #Constraints:      84231
2656.14/2662.99	c #Conflicts:    4085000 | #Constraints:      85231
2656.14/2662.99	c #Conflicts:    4086000 | #Constraints:      86231
2656.14/2662.99	c #Conflicts:    4087000 | #Constraints:      87231
2656.14/2662.99	c #Conflicts:    4088000 | #Constraints:      88231
2656.14/2662.99	c #Conflicts:    4089000 | #Constraints:      89231
2656.14/2662.99	c #Conflicts:    4090000 | #Constraints:      90231
2656.14/2662.99	c #Conflicts:    4091000 | #Constraints:      91231
2656.14/2662.99	c INPROCESSING
2656.14/2662.99	c GARBAGE COLLECT
2656.14/2662.99	c #Conflicts:    4092000 | #Constraints:      50921
2656.14/2662.99	c #Conflicts:    4093000 | #Constraints:      51921
2656.14/2662.99	c #Conflicts:    4094000 | #Constraints:      52921
2656.14/2662.99	c #Conflicts:    4095000 | #Constraints:      53921
2656.14/2662.99	c #Conflicts:    4096000 | #Constraints:      54921
2656.14/2662.99	c #Conflicts:    4097000 | #Constraints:      55921
2656.14/2662.99	c #Conflicts:    4098000 | #Constraints:      56921
2656.14/2662.99	c #Conflicts:    4099000 | #Constraints:      57921
2656.14/2662.99	c #Conflicts:    4100000 | #Constraints:      58921
2656.14/2662.99	c #Conflicts:    4101000 | #Constraints:      59921
2656.14/2662.99	c #Conflicts:    4102000 | #Constraints:      60921
2656.14/2662.99	c #Conflicts:    4103000 | #Constraints:      61921
2656.14/2662.99	c #Conflicts:    4104000 | #Constraints:      62921
2656.14/2662.99	c #Conflicts:    4105000 | #Constraints:      63921
2656.14/2662.99	c #Conflicts:    4106000 | #Constraints:      64921
2656.14/2662.99	c #Conflicts:    4107000 | #Constraints:      65921
2656.14/2662.99	c #Conflicts:    4108000 | #Constraints:      66921
2656.14/2662.99	c #Conflicts:    4109000 | #Constraints:      67921
2656.14/2662.99	c #Conflicts:    4110000 | #Constraints:      68921
2656.14/2662.99	c #Conflicts:    4111000 | #Constraints:      69921
2656.14/2662.99	c #Conflicts:    4112000 | #Constraints:      70921
2656.14/2662.99	c #Conflicts:    4113000 | #Constraints:      71921
2656.14/2662.99	c #Conflicts:    4114000 | #Constraints:      72921
2656.14/2662.99	c #Conflicts:    4115000 | #Constraints:      73921
2656.14/2662.99	c #Conflicts:    4116000 | #Constraints:      74921
2656.14/2662.99	c #Conflicts:    4117000 | #Constraints:      75921
2656.14/2662.99	c #Conflicts:    4118000 | #Constraints:      76921
2656.14/2662.99	c #Conflicts:    4119000 | #Constraints:      77921
2656.14/2662.99	c #Conflicts:    4120000 | #Constraints:      78921
2656.14/2662.99	c #Conflicts:    4121000 | #Constraints:      79921
2656.14/2662.99	c #Conflicts:    4122000 | #Constraints:      80921
2656.14/2662.99	c #Conflicts:    4123000 | #Constraints:      81921
2656.14/2662.99	c #Conflicts:    4124000 | #Constraints:      82921
2656.14/2662.99	c #Conflicts:    4125000 | #Constraints:      83921
2656.14/2662.99	c #Conflicts:    4126000 | #Constraints:      84921
2656.14/2662.99	c #Conflicts:    4127000 | #Constraints:      85921
2656.14/2662.99	c #Conflicts:    4128000 | #Constraints:      86921
2656.14/2662.99	c #Conflicts:    4129000 | #Constraints:      87921
2656.14/2662.99	c #Conflicts:    4130000 | #Constraints:      88921
2711.61/2718.50	c #Conflicts:    4131000 | #Constraints:      89921
2711.61/2718.50	c #Conflicts:    4132000 | #Constraints:      90921
2711.61/2718.50	c INPROCESSING
2711.61/2718.50	c GARBAGE COLLECT
2711.61/2718.50	c #Conflicts:    4133000 | #Constraints:      50931
2711.61/2718.50	c #Conflicts:    4134000 | #Constraints:      51931
2711.61/2718.50	c #Conflicts:    4135000 | #Constraints:      52931
2711.61/2718.50	c #Conflicts:    4136000 | #Constraints:      53931
2711.61/2718.50	c #Conflicts:    4137000 | #Constraints:      54931
2711.61/2718.50	c #Conflicts:    4138000 | #Constraints:      55931
2711.61/2718.50	c #Conflicts:    4139000 | #Constraints:      56931
2711.61/2718.50	c #Conflicts:    4140000 | #Constraints:      57931
2711.61/2718.50	c #Conflicts:    4141000 | #Constraints:      58931
2711.61/2718.50	c #Conflicts:    4142000 | #Constraints:      59931
2711.61/2718.50	c #Conflicts:    4143000 | #Constraints:      60931
2711.61/2718.50	c #Conflicts:    4144000 | #Constraints:      61931
2711.61/2718.50	c #Conflicts:    4145000 | #Constraints:      62932
2711.61/2718.50	c #Conflicts:    4146000 | #Constraints:      63932
2711.61/2718.50	c #Conflicts:    4147000 | #Constraints:      64932
2711.61/2718.50	c #Conflicts:    4148000 | #Constraints:      65932
2711.61/2718.50	c #Conflicts:    4149000 | #Constraints:      66932
2711.61/2718.50	c #Conflicts:    4150000 | #Constraints:      67932
2711.61/2718.50	c #Conflicts:    4151000 | #Constraints:      68932
2711.61/2718.50	c #Conflicts:    4152000 | #Constraints:      69932
2711.61/2718.50	c #Conflicts:    4153000 | #Constraints:      70932
2711.61/2718.50	c #Conflicts:    4154000 | #Constraints:      71932
2711.61/2718.50	c #Conflicts:    4155000 | #Constraints:      72932
2711.61/2718.50	c #Conflicts:    4156000 | #Constraints:      73932
2711.61/2718.50	c #Conflicts:    4157000 | #Constraints:      74932
2711.61/2718.50	c #Conflicts:    4158000 | #Constraints:      75932
2711.61/2718.50	c #Conflicts:    4159000 | #Constraints:      76932
2711.61/2718.50	c #Conflicts:    4160000 | #Constraints:      77932
2711.61/2718.50	c #Conflicts:    4161000 | #Constraints:      78932
2711.61/2718.50	c #Conflicts:    4162000 | #Constraints:      79932
2711.61/2718.50	c #Conflicts:    4163000 | #Constraints:      80932
2711.61/2718.50	c #Conflicts:    4164000 | #Constraints:      81932
2711.61/2718.50	c #Conflicts:    4165000 | #Constraints:      82932
2711.61/2718.50	c #Conflicts:    4166000 | #Constraints:      83932
2711.61/2718.50	c #Conflicts:    4167000 | #Constraints:      84932
2711.61/2718.50	c #Conflicts:    4168000 | #Constraints:      85932
2711.61/2718.50	c #Conflicts:    4169000 | #Constraints:      86932
2711.61/2718.50	c #Conflicts:    4170000 | #Constraints:      87932
2711.61/2718.50	c #Conflicts:    4171000 | #Constraints:      88932
2711.61/2718.50	c #Conflicts:    4172000 | #Constraints:      89932
2711.61/2718.50	c #Conflicts:    4173000 | #Constraints:      90932
2711.61/2718.50	c INPROCESSING
2711.61/2718.50	c GARBAGE COLLECT
2711.61/2718.50	c #Conflicts:    4174000 | #Constraints:      51062
2711.61/2718.50	c #Conflicts:    4175000 | #Constraints:      52062
2711.61/2718.50	c #Conflicts:    4176000 | #Constraints:      53062
2711.61/2718.50	c #Conflicts:    4177000 | #Constraints:      54062
2711.61/2718.50	c #Conflicts:    4178000 | #Constraints:      55062
2711.61/2718.50	c #Conflicts:    4179000 | #Constraints:      56062
2711.61/2718.50	c #Conflicts:    4180000 | #Constraints:      57062
2711.61/2718.50	c #Conflicts:    4181000 | #Constraints:      58062
2711.61/2718.50	c #Conflicts:    4182000 | #Constraints:      59062
2711.61/2718.50	c #Conflicts:    4183000 | #Constraints:      60062
2711.61/2718.50	c #Conflicts:    4184000 | #Constraints:      61062
2711.61/2718.50	c #Conflicts:    4185000 | #Constraints:      62062
2711.61/2718.50	c #Conflicts:    4186000 | #Constraints:      63062
2711.61/2718.50	c #Conflicts:    4187000 | #Constraints:      64062
2711.61/2718.50	c #Conflicts:    4188000 | #Constraints:      65062
2711.61/2718.50	c #Conflicts:    4189000 | #Constraints:      66062
2711.61/2718.50	c #Conflicts:    4190000 | #Constraints:      67062
2711.61/2718.50	c #Conflicts:    4191000 | #Constraints:      68062
2711.61/2718.50	c #Conflicts:    4192000 | #Constraints:      69062
2711.61/2718.50	c #Conflicts:    4193000 | #Constraints:      70062
2711.61/2718.50	c #Conflicts:    4194000 | #Constraints:      71062
2711.61/2718.50	c #Conflicts:    4195000 | #Constraints:      72062
2711.61/2718.50	c #Conflicts:    4196000 | #Constraints:      73062
2711.61/2718.50	c #Conflicts:    4197000 | #Constraints:      74062
2711.61/2718.50	c #Conflicts:    4198000 | #Constraints:      75062
2711.61/2718.50	c #Conflicts:    4199000 | #Constraints:      76062
2711.61/2718.50	c #Conflicts:    4200000 | #Constraints:      77062
2711.61/2718.50	c #Conflicts:    4201000 | #Constraints:      78062
2711.61/2718.50	c #Conflicts:    4202000 | #Constraints:      79062
2711.61/2718.50	c #Conflicts:    4203000 | #Constraints:      80063
2711.61/2718.50	c #Conflicts:    4204000 | #Constraints:      81063
2711.61/2718.50	c #Conflicts:    4205000 | #Constraints:      82063
2711.61/2718.50	c #Conflicts:    4206000 | #Constraints:      83063
2711.61/2718.50	c #Conflicts:    4207000 | #Constraints:      84063
2760.18/2767.28	c #Conflicts:    4208000 | #Constraints:      85063
2760.18/2767.28	c #Conflicts:    4209000 | #Constraints:      86063
2760.18/2767.28	c #Conflicts:    4210000 | #Constraints:      87063
2760.18/2767.28	c #Conflicts:    4211000 | #Constraints:      88063
2760.18/2767.28	c #Conflicts:    4212000 | #Constraints:      89063
2760.18/2767.28	c #Conflicts:    4213000 | #Constraints:      90063
2760.18/2767.28	c #Conflicts:    4214000 | #Constraints:      91064
2760.18/2767.28	c INPROCESSING
2760.18/2767.28	c GARBAGE COLLECT
2760.18/2767.28	c #Conflicts:    4215000 | #Constraints:      51166
2760.18/2767.28	c #Conflicts:    4216000 | #Constraints:      52167
2760.18/2767.28	c #Conflicts:    4217000 | #Constraints:      53167
2760.18/2767.28	c #Conflicts:    4218000 | #Constraints:      54167
2760.18/2767.28	c #Conflicts:    4219000 | #Constraints:      55167
2760.18/2767.28	c #Conflicts:    4220000 | #Constraints:      56167
2760.18/2767.28	c #Conflicts:    4221000 | #Constraints:      57167
2760.18/2767.28	c #Conflicts:    4222000 | #Constraints:      58167
2760.18/2767.28	c #Conflicts:    4223000 | #Constraints:      59167
2760.18/2767.28	c #Conflicts:    4224000 | #Constraints:      60167
2760.18/2767.28	c #Conflicts:    4225000 | #Constraints:      61167
2760.18/2767.28	c #Conflicts:    4226000 | #Constraints:      62167
2760.18/2767.28	c #Conflicts:    4227000 | #Constraints:      63167
2760.18/2767.28	c #Conflicts:    4228000 | #Constraints:      64168
2760.18/2767.28	c #Conflicts:    4229000 | #Constraints:      65169
2760.18/2767.28	c #Conflicts:    4230000 | #Constraints:      66169
2760.18/2767.28	c #Conflicts:    4231000 | #Constraints:      67169
2760.18/2767.28	c #Conflicts:    4232000 | #Constraints:      68169
2760.18/2767.28	c #Conflicts:    4233000 | #Constraints:      69169
2760.18/2767.28	c #Conflicts:    4234000 | #Constraints:      70169
2760.18/2767.28	c #Conflicts:    4235000 | #Constraints:      71169
2760.18/2767.28	c #Conflicts:    4236000 | #Constraints:      72169
2760.18/2767.28	c #Conflicts:    4237000 | #Constraints:      73170
2760.18/2767.28	c #Conflicts:    4238000 | #Constraints:      74170
2760.18/2767.28	c #Conflicts:    4239000 | #Constraints:      75170
2760.18/2767.28	c #Conflicts:    4240000 | #Constraints:      76170
2760.18/2767.28	c #Conflicts:    4241000 | #Constraints:      77170
2760.18/2767.28	c #Conflicts:    4242000 | #Constraints:      78170
2760.18/2767.28	c #Conflicts:    4243000 | #Constraints:      79170
2760.18/2767.28	c #Conflicts:    4244000 | #Constraints:      80170
2760.18/2767.28	c #Conflicts:    4245000 | #Constraints:      81170
2760.18/2767.28	c #Conflicts:    4246000 | #Constraints:      82170
2760.18/2767.28	c #Conflicts:    4247000 | #Constraints:      83170
2760.18/2767.28	c #Conflicts:    4248000 | #Constraints:      84170
2760.18/2767.28	c #Conflicts:    4249000 | #Constraints:      85170
2760.18/2767.28	c #Conflicts:    4250000 | #Constraints:      86170
2760.18/2767.28	c #Conflicts:    4251000 | #Constraints:      87170
2760.18/2767.28	c #Conflicts:    4252000 | #Constraints:      88170
2760.18/2767.28	c #Conflicts:    4253000 | #Constraints:      89170
2760.18/2767.28	c #Conflicts:    4254000 | #Constraints:      90170
2760.18/2767.28	c #Conflicts:    4255000 | #Constraints:      91170
2760.18/2767.28	c INPROCESSING
2760.18/2767.28	c GARBAGE COLLECT
2760.18/2767.28	c #Conflicts:    4256000 | #Constraints:      51102
2760.18/2767.28	c #Conflicts:    4257000 | #Constraints:      52102
2760.18/2767.28	c #Conflicts:    4258000 | #Constraints:      53102
2760.18/2767.28	c #Conflicts:    4259000 | #Constraints:      54102
2760.18/2767.28	c #Conflicts:    4260000 | #Constraints:      55102
2760.18/2767.28	c #Conflicts:    4261000 | #Constraints:      56102
2760.18/2767.28	c #Conflicts:    4262000 | #Constraints:      57102
2760.18/2767.28	c #Conflicts:    4263000 | #Constraints:      58102
2760.18/2767.28	c #Conflicts:    4264000 | #Constraints:      59102
2760.18/2767.28	c #Conflicts:    4265000 | #Constraints:      60102
2760.18/2767.28	c #Conflicts:    4266000 | #Constraints:      61102
2760.18/2767.28	c #Conflicts:    4267000 | #Constraints:      62102
2760.18/2767.28	c #Conflicts:    4268000 | #Constraints:      63102
2760.18/2767.28	c #Conflicts:    4269000 | #Constraints:      64102
2760.18/2767.28	c #Conflicts:    4270000 | #Constraints:      65102
2760.18/2767.28	c #Conflicts:    4271000 | #Constraints:      66102
2760.18/2767.28	c #Conflicts:    4272000 | #Constraints:      67102
2760.18/2767.28	c #Conflicts:    4273000 | #Constraints:      68102
2760.18/2767.28	c #Conflicts:    4274000 | #Constraints:      69102
2760.18/2767.28	c #Conflicts:    4275000 | #Constraints:      70102
2760.18/2767.28	c #Conflicts:    4276000 | #Constraints:      71102
2760.18/2767.28	c #Conflicts:    4277000 | #Constraints:      72102
2760.18/2767.28	c #Conflicts:    4278000 | #Constraints:      73102
2760.18/2767.28	c #Conflicts:    4279000 | #Constraints:      74102
2760.18/2767.28	c #Conflicts:    4280000 | #Constraints:      75102
2760.18/2767.28	c #Conflicts:    4281000 | #Constraints:      76102
2760.18/2767.28	c #Conflicts:    4282000 | #Constraints:      77102
2760.18/2767.28	c #Conflicts:    4283000 | #Constraints:      78102
2760.18/2767.28	c #Conflicts:    4284000 | #Constraints:      79102
2760.18/2767.28	c #Conflicts:    4285000 | #Constraints:      80102
2822.03/2829.24	c #Conflicts:    4286000 | #Constraints:      81102
2822.03/2829.24	c #Conflicts:    4287000 | #Constraints:      82102
2822.03/2829.24	c #Conflicts:    4288000 | #Constraints:      83102
2822.03/2829.24	c #Conflicts:    4289000 | #Constraints:      84102
2822.03/2829.24	c #Conflicts:    4290000 | #Constraints:      85102
2822.03/2829.24	c #Conflicts:    4291000 | #Constraints:      86102
2822.03/2829.24	c #Conflicts:    4292000 | #Constraints:      87102
2822.03/2829.24	c #Conflicts:    4293000 | #Constraints:      88102
2822.03/2829.24	c #Conflicts:    4294000 | #Constraints:      89102
2822.03/2829.24	c #Conflicts:    4295000 | #Constraints:      90102
2822.03/2829.24	c #Conflicts:    4296000 | #Constraints:      91102
2822.03/2829.24	c INPROCESSING
2822.03/2829.24	c GARBAGE COLLECT
2822.03/2829.24	c #Conflicts:    4297000 | #Constraints:      50865
2822.03/2829.24	c #Conflicts:    4298000 | #Constraints:      51865
2822.03/2829.24	c #Conflicts:    4299000 | #Constraints:      52865
2822.03/2829.24	c #Conflicts:    4300000 | #Constraints:      53865
2822.03/2829.24	c #Conflicts:    4301000 | #Constraints:      54865
2822.03/2829.24	c #Conflicts:    4302000 | #Constraints:      55865
2822.03/2829.24	c #Conflicts:    4303000 | #Constraints:      56865
2822.03/2829.24	c #Conflicts:    4304000 | #Constraints:      57865
2822.03/2829.24	c #Conflicts:    4305000 | #Constraints:      58865
2822.03/2829.24	c #Conflicts:    4306000 | #Constraints:      59865
2822.03/2829.24	c #Conflicts:    4307000 | #Constraints:      60865
2822.03/2829.24	c #Conflicts:    4308000 | #Constraints:      61865
2822.03/2829.24	c #Conflicts:    4309000 | #Constraints:      62865
2822.03/2829.24	c #Conflicts:    4310000 | #Constraints:      63865
2822.03/2829.24	c #Conflicts:    4311000 | #Constraints:      64865
2822.03/2829.24	c #Conflicts:    4312000 | #Constraints:      65865
2822.03/2829.24	c #Conflicts:    4313000 | #Constraints:      66865
2822.03/2829.24	c #Conflicts:    4314000 | #Constraints:      67865
2822.03/2829.24	c #Conflicts:    4315000 | #Constraints:      68865
2822.03/2829.24	c #Conflicts:    4316000 | #Constraints:      69865
2822.03/2829.24	c #Conflicts:    4317000 | #Constraints:      70865
2822.03/2829.24	c #Conflicts:    4318000 | #Constraints:      71865
2822.03/2829.24	c #Conflicts:    4319000 | #Constraints:      72865
2822.03/2829.24	c #Conflicts:    4320000 | #Constraints:      73865
2822.03/2829.24	c #Conflicts:    4321000 | #Constraints:      74865
2822.03/2829.24	c #Conflicts:    4322000 | #Constraints:      75865
2822.03/2829.24	c #Conflicts:    4323000 | #Constraints:      76865
2822.03/2829.24	c #Conflicts:    4324000 | #Constraints:      77865
2822.03/2829.24	c #Conflicts:    4325000 | #Constraints:      78865
2822.03/2829.24	c #Conflicts:    4326000 | #Constraints:      79865
2822.03/2829.24	c #Conflicts:    4327000 | #Constraints:      80865
2822.03/2829.24	c #Conflicts:    4328000 | #Constraints:      81865
2822.03/2829.24	c #Conflicts:    4329000 | #Constraints:      82865
2822.03/2829.24	c #Conflicts:    4330000 | #Constraints:      83866
2822.03/2829.24	c #Conflicts:    4331000 | #Constraints:      84866
2822.03/2829.24	c #Conflicts:    4332000 | #Constraints:      85866
2822.03/2829.24	c #Conflicts:    4333000 | #Constraints:      86866
2822.03/2829.24	c #Conflicts:    4334000 | #Constraints:      87866
2822.03/2829.24	c #Conflicts:    4335000 | #Constraints:      88866
2822.03/2829.24	c #Conflicts:    4336000 | #Constraints:      89866
2822.03/2829.24	c #Conflicts:    4337000 | #Constraints:      90866
2822.03/2829.24	c #Conflicts:    4338000 | #Constraints:      91866
2822.03/2829.24	c INPROCESSING
2822.03/2829.24	c GARBAGE COLLECT
2822.03/2829.24	c #Conflicts:    4339000 | #Constraints:      51428
2822.03/2829.24	c #Conflicts:    4340000 | #Constraints:      52429
2822.03/2829.24	c #Conflicts:    4341000 | #Constraints:      53429
2822.03/2829.24	c #Conflicts:    4342000 | #Constraints:      54429
2822.03/2829.24	c #Conflicts:    4343000 | #Constraints:      55429
2822.03/2829.24	c #Conflicts:    4344000 | #Constraints:      56429
2822.03/2829.24	c #Conflicts:    4345000 | #Constraints:      57429
2822.03/2829.24	c #Conflicts:    4346000 | #Constraints:      58429
2822.03/2829.24	c #Conflicts:    4347000 | #Constraints:      59429
2822.03/2829.24	c #Conflicts:    4348000 | #Constraints:      60430
2822.03/2829.24	c #Conflicts:    4349000 | #Constraints:      61430
2822.03/2829.24	c #Conflicts:    4350000 | #Constraints:      62430
2822.03/2829.24	c #Conflicts:    4351000 | #Constraints:      63430
2822.03/2829.24	c #Conflicts:    4352000 | #Constraints:      64430
2822.03/2829.24	c #Conflicts:    4353000 | #Constraints:      65430
2822.03/2829.24	c #Conflicts:    4354000 | #Constraints:      66430
2822.03/2829.24	c #Conflicts:    4355000 | #Constraints:      67430
2822.03/2829.24	c #Conflicts:    4356000 | #Constraints:      68430
2822.03/2829.24	c #Conflicts:    4357000 | #Constraints:      69430
2822.03/2829.24	c #Conflicts:    4358000 | #Constraints:      70430
2822.03/2829.24	c #Conflicts:    4359000 | #Constraints:      71430
2822.03/2829.24	c #Conflicts:    4360000 | #Constraints:      72430
2822.03/2829.24	c #Conflicts:    4361000 | #Constraints:      73430
2822.03/2829.24	c #Conflicts:    4362000 | #Constraints:      74430
2861.03/2868.38	c #Conflicts:    4363000 | #Constraints:      75430
2861.03/2868.38	c #Conflicts:    4364000 | #Constraints:      76430
2861.03/2868.38	c #Conflicts:    4365000 | #Constraints:      77430
2861.03/2868.38	c #Conflicts:    4366000 | #Constraints:      78430
2861.03/2868.38	c #Conflicts:    4367000 | #Constraints:      79430
2861.03/2868.38	c #Conflicts:    4368000 | #Constraints:      80430
2861.03/2868.38	c #Conflicts:    4369000 | #Constraints:      81430
2861.03/2868.38	c #Conflicts:    4370000 | #Constraints:      82430
2861.03/2868.38	c #Conflicts:    4371000 | #Constraints:      83431
2861.03/2868.38	c #Conflicts:    4372000 | #Constraints:      84431
2861.03/2868.38	c #Conflicts:    4373000 | #Constraints:      85431
2861.03/2868.38	c #Conflicts:    4374000 | #Constraints:      86431
2861.03/2868.38	c #Conflicts:    4375000 | #Constraints:      87431
2861.03/2868.38	c #Conflicts:    4376000 | #Constraints:      88431
2861.03/2868.38	c #Conflicts:    4377000 | #Constraints:      89431
2861.03/2868.38	c #Conflicts:    4378000 | #Constraints:      90431
2861.03/2868.38	c #Conflicts:    4379000 | #Constraints:      91431
2861.03/2868.38	c #Conflicts:    4380000 | #Constraints:      92431
2861.03/2868.38	c INPROCESSING
2861.03/2868.38	c GARBAGE COLLECT
2861.03/2868.38	c #Conflicts:    4381000 | #Constraints:      51799
2861.03/2868.38	c #Conflicts:    4382000 | #Constraints:      52799
2861.03/2868.38	c #Conflicts:    4383000 | #Constraints:      53799
2861.03/2868.38	c #Conflicts:    4384000 | #Constraints:      54799
2861.03/2868.38	c #Conflicts:    4385000 | #Constraints:      55802
2861.03/2868.38	c #Conflicts:    4386000 | #Constraints:      56802
2861.03/2868.38	c #Conflicts:    4387000 | #Constraints:      57802
2861.03/2868.38	c #Conflicts:    4388000 | #Constraints:      58802
2861.03/2868.38	c #Conflicts:    4389000 | #Constraints:      59802
2861.03/2868.38	c #Conflicts:    4390000 | #Constraints:      60802
2861.03/2868.38	c #Conflicts:    4391000 | #Constraints:      61802
2861.03/2868.38	c #Conflicts:    4392000 | #Constraints:      62802
2861.03/2868.38	c #Conflicts:    4393000 | #Constraints:      63802
2861.03/2868.38	c #Conflicts:    4394000 | #Constraints:      64802
2861.03/2868.38	c #Conflicts:    4395000 | #Constraints:      65802
2861.03/2868.38	c #Conflicts:    4396000 | #Constraints:      66802
2861.03/2868.38	c #Conflicts:    4397000 | #Constraints:      67803
2861.03/2868.38	c #Conflicts:    4398000 | #Constraints:      68803
2861.03/2868.38	c #Conflicts:    4399000 | #Constraints:      69803
2861.03/2868.38	c #Conflicts:    4400000 | #Constraints:      70803
2861.03/2868.38	c #Conflicts:    4401000 | #Constraints:      71803
2861.03/2868.38	c #Conflicts:    4402000 | #Constraints:      72803
2861.03/2868.38	c #Conflicts:    4403000 | #Constraints:      73803
2861.03/2868.38	c #Conflicts:    4404000 | #Constraints:      74803
2861.03/2868.38	c #Conflicts:    4405000 | #Constraints:      75803
2861.03/2868.38	c #Conflicts:    4406000 | #Constraints:      76803
2861.03/2868.38	c #Conflicts:    4407000 | #Constraints:      77803
2861.03/2868.38	c #Conflicts:    4408000 | #Constraints:      78803
2861.03/2868.38	c #Conflicts:    4409000 | #Constraints:      79803
2861.03/2868.38	c #Conflicts:    4410000 | #Constraints:      80803
2861.03/2868.38	c #Conflicts:    4411000 | #Constraints:      81803
2861.03/2868.38	c #Conflicts:    4412000 | #Constraints:      82803
2861.03/2868.38	c #Conflicts:    4413000 | #Constraints:      83803
2861.03/2868.38	c #Conflicts:    4414000 | #Constraints:      84803
2861.03/2868.38	c #Conflicts:    4415000 | #Constraints:      85803
2861.03/2868.38	c #Conflicts:    4416000 | #Constraints:      86803
2861.03/2868.38	c #Conflicts:    4417000 | #Constraints:      87803
2861.03/2868.38	c #Conflicts:    4418000 | #Constraints:      88803
2861.03/2868.38	c #Conflicts:    4419000 | #Constraints:      89803
2861.03/2868.38	c #Conflicts:    4420000 | #Constraints:      90803
2861.03/2868.38	c #Conflicts:    4421000 | #Constraints:      91843
2861.03/2868.38	c #Conflicts:    4422000 | #Constraints:      93371
2861.03/2868.38	c INPROCESSING
2861.03/2868.38	c GARBAGE COLLECT
2861.03/2868.38	WSVECS04 Frhs2[21]: 6 -0.999494 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[30]: 6 -3.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[31]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[43]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[62]: 6 -0.826959 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[92]: 6 -3.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[107]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[126]: 6 -1.17304 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[190]: 6 -3.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[198]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[223]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[228]: 6 -0.687501 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[286]: 6 -2.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[299]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[303]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[317]: 6 -5.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[359]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[375]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[393]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[420]: 6 -0.895834 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[441]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[460]: 6 -1.02778 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[469]: 6 -1.24949 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[477]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[484]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[516]: 6 -0.291668 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[550]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[574]: 6 -0.826959 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[579]: 6 -0.687501 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[583]: 6 -0.875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[592]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[606]: 6 -3.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[610]: 6 -0.500001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[613]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[616]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[620]: 6 -0.999999 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[638]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[642]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[647]: 6 -0.917969 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[662]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[663]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[668]: 6 -2.05556 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[676]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[691]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1116]: 6 -0.870219 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1180]: 6 -0.870219 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1212]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1244]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1276]: 6 -0.750001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1313]: 6 -0.937501 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1316]: 6 -0.750001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1344]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1346]: 6 -0.84375 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1350]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1378]: 6 -0.9375 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1384]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1401]: 6 -0.800001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1404]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1415]: 6 -0.500001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1420]: 6 -1.11111 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1433]: 6 -0.875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1442]: 6 -0.875001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1453]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1469]: 6 -0.875001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1471]: 6 -0.75 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1482]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1488]: 6 -1.40625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1512]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1527]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1537]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1539]: 6 -1.30769 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1541]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1544]: 6 -1.40625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1561]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1562]: 6 -1.31988 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1567]: 6 -1.48611 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1573]: 6 -1.625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1575]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1578]: 6 -0.88889 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1584]: 6 -1.29688 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1596]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1598]: 6 -1.1875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1611]: 6 -0.750001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1625]: 6 -0.875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1626]: 6 -0.75 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1651]: 6 -0.960938 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1652]: 6 -0.835938 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1685]: 6 -0.529514 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1694]: 6 -0.750001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1706]: 6 -0.875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2001]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2134]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2157]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2271]: 6 -0.999937 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2275]: 6 -0.999747 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2279]: 6 -0.998987 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2283]: 6 -0.995945 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2580]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2601]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2787]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2823]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2874]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3010]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3079]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3110]: 6 -0.71875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3164]: 6 -0.500001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3208]: 6 -0.454861 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3214]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3216]: 6 -5.5 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3271]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3314]: 6 -0.486111 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3352]: 6 -0.5 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3364]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3367]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3397]: 6 -1.3125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3401]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3461]: 6 -0.500001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3477]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3511]: 6 -0.361112 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3544]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3578]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3591]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3600]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3604]: 6 -0.5 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3605]: 6 -0.5 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3662]: 6 -1.15625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3666]: 6 -1.0625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3686]: 6 -0.111112 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3708]: 6 -0.375001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3713]: 6 -0.500001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3749]: 6 -1.30882 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3758]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3774]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3775]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3779]: 6 -0.5 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3791]: 6 -0.0588244 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3819]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3829]: 6 -0.6875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3844]: 6 -0.571429 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3848]: 6 -0.91797 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3861]: 6 -0.5625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3864]: 6 -1.31988 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3868]: 6 -1.11806 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3870]: 6 -1.22222 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3873]: 6 -0.384616 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3878]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3884]: 6 -0.917969 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3922]: 6 -0.440973 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3928]: 6 -0.527779 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3929]: 6 -0.527778 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3931]: 6 -0.944445 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3952]: 6 -1.1875 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3953]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3969]: 6 0 0.124571 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3973]: 6 -1.04018 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[3998]: 6 -1.125 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4006]: 6 -0.375001 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4027]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4038]: 6 -1.0625 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4056]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4067]: 6 -1.25 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4248]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4273]: 6 -1 0 shouldn't be
2861.03/2868.38	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
2916.60/2924.06	c #Conflicts:    4423000 | #Constraints:      52297
2916.60/2924.06	c #Conflicts:    4424000 | #Constraints:      53297
2916.60/2924.06	c #Conflicts:    4425000 | #Constraints:      54297
2916.60/2924.06	c #Conflicts:    4426000 | #Constraints:      55297
2916.60/2924.06	c #Conflicts:    4427000 | #Constraints:      56297
2916.60/2924.06	c #Conflicts:    4428000 | #Constraints:      57297
2916.60/2924.06	c #Conflicts:    4429000 | #Constraints:      58297
2916.60/2924.06	c #Conflicts:    4430000 | #Constraints:      59297
2916.60/2924.06	c #Conflicts:    4431000 | #Constraints:      60297
2916.60/2924.06	c #Conflicts:    4432000 | #Constraints:      61297
2916.60/2924.06	c #Conflicts:    4433000 | #Constraints:      62297
2916.60/2924.06	c #Conflicts:    4434000 | #Constraints:      63297
2916.60/2924.06	c #Conflicts:    4435000 | #Constraints:      64297
2916.60/2924.06	c #Conflicts:    4436000 | #Constraints:      65297
2916.60/2924.06	c #Conflicts:    4437000 | #Constraints:      66297
2916.60/2924.06	c #Conflicts:    4438000 | #Constraints:      67297
2916.60/2924.06	c #Conflicts:    4439000 | #Constraints:      68297
2916.60/2924.06	c #Conflicts:    4440000 | #Constraints:      69297
2916.60/2924.06	c #Conflicts:    4441000 | #Constraints:      70297
2916.60/2924.06	c #Conflicts:    4442000 | #Constraints:      71297
2916.60/2924.06	c #Conflicts:    4443000 | #Constraints:      72297
2916.60/2924.06	c #Conflicts:    4444000 | #Constraints:      73297
2916.60/2924.06	c #Conflicts:    4445000 | #Constraints:      74297
2916.60/2924.06	c #Conflicts:    4446000 | #Constraints:      75297
2916.60/2924.06	c #Conflicts:    4447000 | #Constraints:      76297
2916.60/2924.06	c #Conflicts:    4448000 | #Constraints:      77297
2916.60/2924.06	c #Conflicts:    4449000 | #Constraints:      78297
2916.60/2924.06	c #Conflicts:    4450000 | #Constraints:      79297
2916.60/2924.06	c #Conflicts:    4451000 | #Constraints:      80297
2916.60/2924.06	c #Conflicts:    4452000 | #Constraints:      81297
2916.60/2924.06	c #Conflicts:    4453000 | #Constraints:      82297
2916.60/2924.06	c #Conflicts:    4454000 | #Constraints:      83297
2916.60/2924.06	c #Conflicts:    4455000 | #Constraints:      84297
2916.60/2924.06	c #Conflicts:    4456000 | #Constraints:      85297
2916.60/2924.06	c #Conflicts:    4457000 | #Constraints:      86297
2916.60/2924.06	c #Conflicts:    4458000 | #Constraints:      87297
2916.60/2924.06	c #Conflicts:    4459000 | #Constraints:      88297
2916.60/2924.06	c #Conflicts:    4460000 | #Constraints:      89297
2916.60/2924.06	c #Conflicts:    4461000 | #Constraints:      90297
2916.60/2924.06	c #Conflicts:    4462000 | #Constraints:      91297
2916.60/2924.06	c #Conflicts:    4463000 | #Constraints:      92297
2916.60/2924.06	c #Conflicts:    4464000 | #Constraints:      93297
2916.60/2924.06	c INPROCESSING
2916.60/2924.06	c GARBAGE COLLECT
2916.60/2924.06	c #Conflicts:    4465000 | #Constraints:      52128
2916.60/2924.06	c #Conflicts:    4466000 | #Constraints:      53128
2916.60/2924.06	c #Conflicts:    4467000 | #Constraints:      54128
2916.60/2924.06	c #Conflicts:    4468000 | #Constraints:      55128
2916.60/2924.06	c #Conflicts:    4469000 | #Constraints:      56128
2916.60/2924.06	c #Conflicts:    4470000 | #Constraints:      57128
2916.60/2924.06	c #Conflicts:    4471000 | #Constraints:      58128
2916.60/2924.06	c #Conflicts:    4472000 | #Constraints:      59128
2916.60/2924.06	c #Conflicts:    4473000 | #Constraints:      60128
2916.60/2924.06	c #Conflicts:    4474000 | #Constraints:      61128
2916.60/2924.06	c #Conflicts:    4475000 | #Constraints:      62128
2916.60/2924.06	c #Conflicts:    4476000 | #Constraints:      63128
2916.60/2924.06	c #Conflicts:    4477000 | #Constraints:      64128
2916.60/2924.06	c #Conflicts:    4478000 | #Constraints:      65128
2916.60/2924.06	c #Conflicts:    4479000 | #Constraints:      66128
2916.60/2924.06	c #Conflicts:    4480000 | #Constraints:      67128
2916.60/2924.06	c #Conflicts:    4481000 | #Constraints:      68128
2916.60/2924.06	c #Conflicts:    4482000 | #Constraints:      69128
2916.60/2924.06	c #Conflicts:    4483000 | #Constraints:      70128
2916.60/2924.06	c #Conflicts:    4484000 | #Constraints:      71128
2916.60/2924.06	c #Conflicts:    4485000 | #Constraints:      72128
2916.60/2924.06	c #Conflicts:    4486000 | #Constraints:      73128
2916.60/2924.06	c #Conflicts:    4487000 | #Constraints:      74128
2916.60/2924.06	c #Conflicts:    4488000 | #Constraints:      75128
2916.60/2924.06	c #Conflicts:    4489000 | #Constraints:      76128
2916.60/2924.06	c #Conflicts:    4490000 | #Constraints:      77128
2916.60/2924.06	c #Conflicts:    4491000 | #Constraints:      78128
2916.60/2924.06	c #Conflicts:    4492000 | #Constraints:      79128
2916.60/2924.06	c #Conflicts:    4493000 | #Constraints:      80128
2916.60/2924.06	c #Conflicts:    4494000 | #Constraints:      81128
2916.60/2924.06	c #Conflicts:    4495000 | #Constraints:      82128
2916.60/2924.06	c #Conflicts:    4496000 | #Constraints:      83128
2916.60/2924.06	c #Conflicts:    4497000 | #Constraints:      84128
2916.60/2924.06	c #Conflicts:    4498000 | #Constraints:      85128
2916.60/2924.06	c #Conflicts:    4499000 | #Constraints:      86128
2916.60/2924.06	c #Conflicts:    4500000 | #Constraints:      87128
2916.60/2924.06	c #Conflicts:    4501000 | #Constraints:      88128
2979.93/2987.53	c #Conflicts:    4502000 | #Constraints:      89128
2979.93/2987.53	c #Conflicts:    4503000 | #Constraints:      90128
2979.93/2987.53	c #Conflicts:    4504000 | #Constraints:      91128
2979.93/2987.53	c #Conflicts:    4505000 | #Constraints:      92128
2979.93/2987.53	c #Conflicts:    4506000 | #Constraints:      93128
2979.93/2987.53	c INPROCESSING
2979.93/2987.53	c GARBAGE COLLECT
2979.93/2987.53	c #Conflicts:    4507000 | #Constraints:      51844
2979.93/2987.53	c #Conflicts:    4508000 | #Constraints:      52844
2979.93/2987.53	c #Conflicts:    4509000 | #Constraints:      53844
2979.93/2987.53	c #Conflicts:    4510000 | #Constraints:      54844
2979.93/2987.53	c #Conflicts:    4511000 | #Constraints:      55844
2979.93/2987.53	c #Conflicts:    4512000 | #Constraints:      56844
2979.93/2987.53	c #Conflicts:    4513000 | #Constraints:      57844
2979.93/2987.53	c #Conflicts:    4514000 | #Constraints:      58844
2979.93/2987.53	c #Conflicts:    4515000 | #Constraints:      59844
2979.93/2987.53	c #Conflicts:    4516000 | #Constraints:      60844
2979.93/2987.53	c #Conflicts:    4517000 | #Constraints:      61844
2979.93/2987.53	c #Conflicts:    4518000 | #Constraints:      62844
2979.93/2987.53	c #Conflicts:    4519000 | #Constraints:      63844
2979.93/2987.53	c #Conflicts:    4520000 | #Constraints:      64844
2979.93/2987.53	c #Conflicts:    4521000 | #Constraints:      65844
2979.93/2987.53	c #Conflicts:    4522000 | #Constraints:      66844
2979.93/2987.53	c #Conflicts:    4523000 | #Constraints:      67844
2979.93/2987.53	c #Conflicts:    4524000 | #Constraints:      68844
2979.93/2987.53	c #Conflicts:    4525000 | #Constraints:      69844
2979.93/2987.53	c #Conflicts:    4526000 | #Constraints:      70844
2979.93/2987.53	c #Conflicts:    4527000 | #Constraints:      71844
2979.93/2987.53	c #Conflicts:    4528000 | #Constraints:      72844
2979.93/2987.53	c #Conflicts:    4529000 | #Constraints:      73844
2979.93/2987.53	c #Conflicts:    4530000 | #Constraints:      74844
2979.93/2987.53	c #Conflicts:    4531000 | #Constraints:      75844
2979.93/2987.53	c #Conflicts:    4532000 | #Constraints:      76844
2979.93/2987.53	c #Conflicts:    4533000 | #Constraints:      77844
2979.93/2987.53	c #Conflicts:    4534000 | #Constraints:      78844
2979.93/2987.53	c #Conflicts:    4535000 | #Constraints:      79844
2979.93/2987.53	c #Conflicts:    4536000 | #Constraints:      80844
2979.93/2987.53	c #Conflicts:    4537000 | #Constraints:      81844
2979.93/2987.53	c #Conflicts:    4538000 | #Constraints:      82844
2979.93/2987.53	c #Conflicts:    4539000 | #Constraints:      83844
2979.93/2987.53	c #Conflicts:    4540000 | #Constraints:      84844
2979.93/2987.53	c #Conflicts:    4541000 | #Constraints:      85844
2979.93/2987.53	c #Conflicts:    4542000 | #Constraints:      86844
2979.93/2987.53	c #Conflicts:    4543000 | #Constraints:      87844
2979.93/2987.53	c #Conflicts:    4544000 | #Constraints:      88844
2979.93/2987.53	c #Conflicts:    4545000 | #Constraints:      89844
2979.93/2987.53	c #Conflicts:    4546000 | #Constraints:      90844
2979.93/2987.53	c #Conflicts:    4547000 | #Constraints:      91844
2979.93/2987.53	c #Conflicts:    4548000 | #Constraints:      92844
2979.93/2987.53	c #Conflicts:    4549000 | #Constraints:      93844
2979.93/2987.53	c INPROCESSING
2979.93/2987.53	c GARBAGE COLLECT
2979.93/2987.53	c #Conflicts:    4550000 | #Constraints:      52422
2979.93/2987.53	c #Conflicts:    4551000 | #Constraints:      53422
2979.93/2987.53	c #Conflicts:    4552000 | #Constraints:      54422
2979.93/2987.53	c #Conflicts:    4553000 | #Constraints:      55422
2979.93/2987.53	c #Conflicts:    4554000 | #Constraints:      56422
2979.93/2987.53	c #Conflicts:    4555000 | #Constraints:      57422
2979.93/2987.53	c #Conflicts:    4556000 | #Constraints:      58422
2979.93/2987.53	c #Conflicts:    4557000 | #Constraints:      59422
2979.93/2987.53	c #Conflicts:    4558000 | #Constraints:      60422
2979.93/2987.53	c #Conflicts:    4559000 | #Constraints:      61422
2979.93/2987.53	c #Conflicts:    4560000 | #Constraints:      62422
2979.93/2987.53	c #Conflicts:    4561000 | #Constraints:      63422
2979.93/2987.53	c #Conflicts:    4562000 | #Constraints:      64423
2979.93/2987.53	c #Conflicts:    4563000 | #Constraints:      65423
2979.93/2987.53	c #Conflicts:    4564000 | #Constraints:      66423
2979.93/2987.53	c #Conflicts:    4565000 | #Constraints:      67423
2979.93/2987.53	c #Conflicts:    4566000 | #Constraints:      68423
2979.93/2987.53	c #Conflicts:    4567000 | #Constraints:      69423
2979.93/2987.53	c #Conflicts:    4568000 | #Constraints:      70423
2979.93/2987.53	c #Conflicts:    4569000 | #Constraints:      71423
2979.93/2987.53	c #Conflicts:    4570000 | #Constraints:      72423
2979.93/2987.53	c #Conflicts:    4571000 | #Constraints:      73475
2979.93/2987.53	c #Conflicts:    4572000 | #Constraints:      74962
2979.93/2987.53	c #Conflicts:    4573000 | #Constraints:      76479
2979.93/2987.53	c #Conflicts:    4574000 | #Constraints:      77978
2979.93/2987.53	c #Conflicts:    4575000 | #Constraints:      79468
2979.93/2987.53	c #Conflicts:    4576000 | #Constraints:      80961
2979.93/2987.53	c #Conflicts:    4577000 | #Constraints:      82483
2979.93/2987.53	c #Conflicts:    4578000 | #Constraints:      83991
3077.79/3085.62	c #Conflicts:    4579000 | #Constraints:      85484
3077.79/3085.62	c #Conflicts:    4580000 | #Constraints:      86983
3077.79/3085.62	c #Conflicts:    4581000 | #Constraints:      88494
3077.79/3085.62	c #Conflicts:    4582000 | #Constraints:      89996
3077.79/3085.62	c #Conflicts:    4583000 | #Constraints:      91501
3077.79/3085.62	c #Conflicts:    4584000 | #Constraints:      92989
3077.79/3085.62	c #Conflicts:    4585000 | #Constraints:      94494
3077.79/3085.62	c #Conflicts:    4586000 | #Constraints:      95980
3077.79/3085.62	c #Conflicts:    4587000 | #Constraints:      97500
3077.79/3085.62	c #Conflicts:    4588000 | #Constraints:      99000
3077.79/3085.62	c #Conflicts:    4589000 | #Constraints:     100484
3077.79/3085.62	c #Conflicts:    4590000 | #Constraints:     101981
3077.79/3085.62	c #Conflicts:    4591000 | #Constraints:     103473
3077.79/3085.62	c #Conflicts:    4592000 | #Constraints:     104972
3077.79/3085.62	c INPROCESSING
3077.79/3085.62	c GARBAGE COLLECT
3077.79/3085.62	c #Conflicts:    4593000 | #Constraints:      58081
3077.79/3085.62	c #Conflicts:    4594000 | #Constraints:      59081
3077.79/3085.62	c #Conflicts:    4595000 | #Constraints:      60081
3077.79/3085.62	c #Conflicts:    4596000 | #Constraints:      61081
3077.79/3085.62	c #Conflicts:    4597000 | #Constraints:      62081
3077.79/3085.62	c #Conflicts:    4598000 | #Constraints:      63081
3077.79/3085.62	c #Conflicts:    4599000 | #Constraints:      64081
3077.79/3085.62	c #Conflicts:    4600000 | #Constraints:      65081
3077.79/3085.62	c #Conflicts:    4601000 | #Constraints:      66082
3077.79/3085.62	c #Conflicts:    4602000 | #Constraints:      67082
3077.79/3085.62	c #Conflicts:    4603000 | #Constraints:      68082
3077.79/3085.62	c #Conflicts:    4604000 | #Constraints:      69082
3077.79/3085.62	c #Conflicts:    4605000 | #Constraints:      70082
3077.79/3085.62	c #Conflicts:    4606000 | #Constraints:      71082
3077.79/3085.62	c #Conflicts:    4607000 | #Constraints:      72082
3077.79/3085.62	c #Conflicts:    4608000 | #Constraints:      73082
3077.79/3085.62	c #Conflicts:    4609000 | #Constraints:      74082
3077.79/3085.62	c #Conflicts:    4610000 | #Constraints:      75082
3077.79/3085.62	c #Conflicts:    4611000 | #Constraints:      76082
3077.79/3085.62	c #Conflicts:    4612000 | #Constraints:      77082
3077.79/3085.62	c #Conflicts:    4613000 | #Constraints:      78082
3077.79/3085.62	c #Conflicts:    4614000 | #Constraints:      79082
3077.79/3085.62	c #Conflicts:    4615000 | #Constraints:      80082
3077.79/3085.62	c #Conflicts:    4616000 | #Constraints:      81082
3077.79/3085.62	c #Conflicts:    4617000 | #Constraints:      82082
3077.79/3085.62	c #Conflicts:    4618000 | #Constraints:      83082
3077.79/3085.62	c #Conflicts:    4619000 | #Constraints:      84082
3077.79/3085.62	c #Conflicts:    4620000 | #Constraints:      85082
3077.79/3085.62	c #Conflicts:    4621000 | #Constraints:      86082
3077.79/3085.62	c #Conflicts:    4622000 | #Constraints:      87082
3077.79/3085.62	c #Conflicts:    4623000 | #Constraints:      88082
3077.79/3085.62	c #Conflicts:    4624000 | #Constraints:      89082
3077.79/3085.62	c #Conflicts:    4625000 | #Constraints:      90082
3077.79/3085.62	c #Conflicts:    4626000 | #Constraints:      91082
3077.79/3085.62	c #Conflicts:    4627000 | #Constraints:      92082
3077.79/3085.62	c #Conflicts:    4628000 | #Constraints:      93082
3077.79/3085.62	c #Conflicts:    4629000 | #Constraints:      94082
3077.79/3085.62	c #Conflicts:    4630000 | #Constraints:      95082
3077.79/3085.62	c #Conflicts:    4631000 | #Constraints:      96082
3077.79/3085.62	c #Conflicts:    4632000 | #Constraints:      97082
3077.79/3085.62	c #Conflicts:    4633000 | #Constraints:      98082
3077.79/3085.62	c #Conflicts:    4634000 | #Constraints:      99082
3077.79/3085.62	c #Conflicts:    4635000 | #Constraints:     100082
3077.79/3085.62	c INPROCESSING
3077.79/3085.62	c GARBAGE COLLECT
3077.79/3085.62	c #Conflicts:    4636000 | #Constraints:      55671
3077.79/3085.62	c #Conflicts:    4637000 | #Constraints:      56671
3077.79/3085.62	c #Conflicts:    4638000 | #Constraints:      57671
3077.79/3085.62	c #Conflicts:    4639000 | #Constraints:      58671
3077.79/3085.62	c #Conflicts:    4640000 | #Constraints:      59671
3077.79/3085.62	c #Conflicts:    4641000 | #Constraints:      60671
3077.79/3085.62	c #Conflicts:    4642000 | #Constraints:      61671
3077.79/3085.62	c #Conflicts:    4643000 | #Constraints:      62671
3077.79/3085.62	c #Conflicts:    4644000 | #Constraints:      63671
3077.79/3085.62	c #Conflicts:    4645000 | #Constraints:      64671
3077.79/3085.62	c #Conflicts:    4646000 | #Constraints:      65671
3077.79/3085.62	c #Conflicts:    4647000 | #Constraints:      66671
3077.79/3085.62	c #Conflicts:    4648000 | #Constraints:      67671
3077.79/3085.62	c #Conflicts:    4649000 | #Constraints:      68671
3077.79/3085.62	c #Conflicts:    4650000 | #Constraints:      69671
3077.79/3085.62	c #Conflicts:    4651000 | #Constraints:      70671
3077.79/3085.62	c #Conflicts:    4652000 | #Constraints:      71671
3077.79/3085.62	c #Conflicts:    4653000 | #Constraints:      72671
3077.79/3085.62	c #Conflicts:    4654000 | #Constraints:      73672
3077.79/3085.62	c #Conflicts:    4655000 | #Constraints:      74672
3077.79/3085.62	c #Conflicts:    4656000 | #Constraints:      75672
3129.76/3137.72	c #Conflicts:    4657000 | #Constraints:      76672
3129.76/3137.72	c #Conflicts:    4658000 | #Constraints:      77672
3129.76/3137.72	c #Conflicts:    4659000 | #Constraints:      78672
3129.76/3137.72	c #Conflicts:    4660000 | #Constraints:      79672
3129.76/3137.72	c #Conflicts:    4661000 | #Constraints:      80672
3129.76/3137.72	c #Conflicts:    4662000 | #Constraints:      81674
3129.76/3137.72	c #Conflicts:    4663000 | #Constraints:      82674
3129.76/3137.72	c #Conflicts:    4664000 | #Constraints:      83674
3129.76/3137.72	c #Conflicts:    4665000 | #Constraints:      84674
3129.76/3137.72	c #Conflicts:    4666000 | #Constraints:      85674
3129.76/3137.72	c #Conflicts:    4667000 | #Constraints:      86674
3129.76/3137.72	c #Conflicts:    4668000 | #Constraints:      87674
3129.76/3137.72	c #Conflicts:    4669000 | #Constraints:      88674
3129.76/3137.72	c #Conflicts:    4670000 | #Constraints:      89674
3129.76/3137.72	c #Conflicts:    4671000 | #Constraints:      90674
3129.76/3137.72	c #Conflicts:    4672000 | #Constraints:      91680
3129.76/3137.72	c #Conflicts:    4673000 | #Constraints:      93175
3129.76/3137.72	c #Conflicts:    4674000 | #Constraints:      94664
3129.76/3137.72	c #Conflicts:    4675000 | #Constraints:      96174
3129.76/3137.72	c #Conflicts:    4676000 | #Constraints:      97676
3129.76/3137.72	c #Conflicts:    4677000 | #Constraints:      99178
3129.76/3137.72	c #Conflicts:    4678000 | #Constraints:     100669
3129.76/3137.72	c INPROCESSING
3129.76/3137.72	c GARBAGE COLLECT
3129.76/3137.72	WSVECS04 Frhs2[57]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[60]: 6 -1.91325 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[81]: 6 -0.999981 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[122]: 6 -1.01352 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[194]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[251]: 6 -1.32813 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[265]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[295]: 6 -2.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[317]: 6 -0.958334 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[337]: 6 -0.99998 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[387]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[455]: 6 -0.500001 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[474]: 6 -0.986482 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[550]: 6 0 8.07155e-07 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[569]: 6 -1.99886 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[579]: 6 -2.125 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[604]: 6 -0.968751 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[614]: 6 -2 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[681]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[699]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[701]: 6 0 0.0208338 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[709]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[712]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1068]: 6 -0.999999 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1114]: 6 -1.02083 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1147]: 6 -1.08203 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1153]: 6 -1.625 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1168]: 6 -0.999961 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1209]: 6 -3 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1216]: 6 -2.45313 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1255]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1310]: 6 -1.8125 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1340]: 6 -1.98275 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1343]: 6 -0.375 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1349]: 6 -1.625 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1351]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1377]: 6 -0.312501 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1381]: 6 -0.500001 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1434]: 6 -0.843751 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1436]: 6 0 0.375 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1471]: 6 -0.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1476]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1534]: 6 -2.04688 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1535]: 6 -0.625001 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1542]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1598]: 6 -0.937501 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1622]: 6 -1.75 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1631]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1992]: 6 -0.541667 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2004]: 6 -0.917644 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2049]: 6 -1.125 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2065]: 6 -7 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2150]: 6 0 1 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2198]: 6 0 0.687501 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2200]: 6 -1.1118 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2248]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2388]: 6 -9.24609 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2425]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2427]: 6 -0.122012 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2482]: 6 0 1.625 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2672]: 6 -1.28125 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2683]: 6 -2.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2726]: 6 -2.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2728]: 6 -4 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2876]: 6 0 2.8125 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2911]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3012]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3056]: 6 -1.65625 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3061]: 6 -0.75 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3109]: 6 -0.361112 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3148]: 6 -0.625 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3152]: 6 -2.82813 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3256]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3267]: 6 -1.625 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3348]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3535]: 6 -0.312501 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3538]: 6 -4 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3637]: 6 -0.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3640]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3645]: 6 -2 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3772]: 6 -1.32813 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3866]: 6 -1.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3878]: 6 0 1 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3886]: 6 -5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3918]: 6 -0.500001 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3978]: 6 -5.5 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4016]: 6 -1.3125 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4057]: 6 -1.25 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
3129.76/3137.72	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
3273.49/3281.85	c #Conflicts:    4679000 | #Constraints:      55897
3273.49/3281.85	c #Conflicts:    4680000 | #Constraints:      56897
3273.49/3281.85	c #Conflicts:    4681000 | #Constraints:      57897
3273.49/3281.85	c #Conflicts:    4682000 | #Constraints:      58897
3273.49/3281.85	c #Conflicts:    4683000 | #Constraints:      59897
3273.49/3281.85	c #Conflicts:    4684000 | #Constraints:      60897
3273.49/3281.85	c #Conflicts:    4685000 | #Constraints:      61897
3273.49/3281.85	c #Conflicts:    4686000 | #Constraints:      62897
3273.49/3281.85	c #Conflicts:    4687000 | #Constraints:      63897
3273.49/3281.85	c #Conflicts:    4688000 | #Constraints:      64897
3273.49/3281.85	c #Conflicts:    4689000 | #Constraints:      65897
3273.49/3281.85	c #Conflicts:    4690000 | #Constraints:      66897
3273.49/3281.85	c #Conflicts:    4691000 | #Constraints:      67897
3273.49/3281.85	c #Conflicts:    4692000 | #Constraints:      68897
3273.49/3281.85	c #Conflicts:    4693000 | #Constraints:      69897
3273.49/3281.85	c #Conflicts:    4694000 | #Constraints:      70897
3273.49/3281.85	c #Conflicts:    4695000 | #Constraints:      71897
3273.49/3281.85	c #Conflicts:    4696000 | #Constraints:      72897
3273.49/3281.85	c #Conflicts:    4697000 | #Constraints:      73897
3273.49/3281.85	c #Conflicts:    4698000 | #Constraints:      74897
3273.49/3281.85	c #Conflicts:    4699000 | #Constraints:      75897
3273.49/3281.85	c #Conflicts:    4700000 | #Constraints:      76897
3273.49/3281.85	c #Conflicts:    4701000 | #Constraints:      77897
3273.49/3281.85	c #Conflicts:    4702000 | #Constraints:      78897
3273.49/3281.85	c #Conflicts:    4703000 | #Constraints:      79897
3273.49/3281.85	c #Conflicts:    4704000 | #Constraints:      80897
3273.49/3281.85	c #Conflicts:    4705000 | #Constraints:      81897
3273.49/3281.85	c #Conflicts:    4706000 | #Constraints:      82897
3273.49/3281.85	c #Conflicts:    4707000 | #Constraints:      83897
3273.49/3281.85	c #Conflicts:    4708000 | #Constraints:      84897
3273.49/3281.85	c #Conflicts:    4709000 | #Constraints:      85897
3273.49/3281.85	c #Conflicts:    4710000 | #Constraints:      86897
3273.49/3281.85	c #Conflicts:    4711000 | #Constraints:      87897
3273.49/3281.85	c #Conflicts:    4712000 | #Constraints:      88897
3273.49/3281.85	c #Conflicts:    4713000 | #Constraints:      89897
3273.49/3281.85	c #Conflicts:    4714000 | #Constraints:      90897
3273.49/3281.85	c #Conflicts:    4715000 | #Constraints:      91897
3273.49/3281.85	c #Conflicts:    4716000 | #Constraints:      92897
3273.49/3281.85	c #Conflicts:    4717000 | #Constraints:      93897
3273.49/3281.85	c #Conflicts:    4718000 | #Constraints:      94897
3273.49/3281.85	c #Conflicts:    4719000 | #Constraints:      95897
3273.49/3281.85	c #Conflicts:    4720000 | #Constraints:      96897
3273.49/3281.85	c #Conflicts:    4721000 | #Constraints:      97897
3273.49/3281.85	c INPROCESSING
3273.49/3281.85	c GARBAGE COLLECT
3273.49/3281.85	c #Conflicts:    4722000 | #Constraints:      54248
3273.49/3281.85	c #Conflicts:    4723000 | #Constraints:      55248
3273.49/3281.85	c #Conflicts:    4724000 | #Constraints:      56248
3273.49/3281.85	c #Conflicts:    4725000 | #Constraints:      57248
3273.49/3281.85	c #Conflicts:    4726000 | #Constraints:      58248
3273.49/3281.85	c #Conflicts:    4727000 | #Constraints:      59248
3273.49/3281.85	c #Conflicts:    4728000 | #Constraints:      60248
3273.49/3281.85	c #Conflicts:    4729000 | #Constraints:      61248
3273.49/3281.85	c #Conflicts:    4730000 | #Constraints:      62248
3273.49/3281.85	c #Conflicts:    4731000 | #Constraints:      63248
3273.49/3281.85	c #Conflicts:    4732000 | #Constraints:      64248
3273.49/3281.85	c #Conflicts:    4733000 | #Constraints:      65248
3273.49/3281.85	c #Conflicts:    4734000 | #Constraints:      66248
3273.49/3281.85	c #Conflicts:    4735000 | #Constraints:      67248
3273.49/3281.85	c #Conflicts:    4736000 | #Constraints:      68248
3273.49/3281.85	c #Conflicts:    4737000 | #Constraints:      69248
3273.49/3281.85	c #Conflicts:    4738000 | #Constraints:      70248
3273.49/3281.85	c #Conflicts:    4739000 | #Constraints:      71248
3273.49/3281.85	c #Conflicts:    4740000 | #Constraints:      72248
3273.49/3281.85	c #Conflicts:    4741000 | #Constraints:      73248
3273.49/3281.85	c #Conflicts:    4742000 | #Constraints:      74248
3273.49/3281.85	c #Conflicts:    4743000 | #Constraints:      75248
3273.49/3281.85	c #Conflicts:    4744000 | #Constraints:      76248
3273.49/3281.85	c #Conflicts:    4745000 | #Constraints:      77248
3273.49/3281.85	c #Conflicts:    4746000 | #Constraints:      78248
3273.49/3281.85	c #Conflicts:    4747000 | #Constraints:      79248
3273.49/3281.85	c #Conflicts:    4748000 | #Constraints:      80248
3273.49/3281.85	c #Conflicts:    4749000 | #Constraints:      81248
3273.49/3281.85	c #Conflicts:    4750000 | #Constraints:      82248
3273.49/3281.85	c #Conflicts:    4751000 | #Constraints:      83248
3273.49/3281.85	c #Conflicts:    4752000 | #Constraints:      84248
3273.49/3281.85	c #Conflicts:    4753000 | #Constraints:      85248
3273.49/3281.85	c #Conflicts:    4754000 | #Constraints:      86248
3273.49/3281.85	c #Conflicts:    4755000 | #Constraints:      87248
3273.49/3281.85	c #Conflicts:    4756000 | #Constraints:      88248
3273.49/3281.85	c #Conflicts:    4757000 | #Constraints:      89248
3412.94/3421.68	c #Conflicts:    4758000 | #Constraints:      90248
3412.94/3421.68	c #Conflicts:    4759000 | #Constraints:      91248
3412.94/3421.68	c #Conflicts:    4760000 | #Constraints:      92248
3412.94/3421.68	c #Conflicts:    4761000 | #Constraints:      93248
3412.94/3421.68	c #Conflicts:    4762000 | #Constraints:      94248
3412.94/3421.68	c #Conflicts:    4763000 | #Constraints:      95248
3412.94/3421.68	c #Conflicts:    4764000 | #Constraints:      96248
3412.94/3421.68	c #Conflicts:    4765000 | #Constraints:      97248
3412.94/3421.68	c INPROCESSING
3412.94/3421.68	c GARBAGE COLLECT
3412.94/3421.68	c #Conflicts:    4766000 | #Constraints:      54169
3412.94/3421.68	c #Conflicts:    4767000 | #Constraints:      55169
3412.94/3421.68	c #Conflicts:    4768000 | #Constraints:      56169
3412.94/3421.68	c #Conflicts:    4769000 | #Constraints:      57169
3412.94/3421.68	c #Conflicts:    4770000 | #Constraints:      58169
3412.94/3421.68	c #Conflicts:    4771000 | #Constraints:      59169
3412.94/3421.68	c #Conflicts:    4772000 | #Constraints:      60169
3412.94/3421.68	c #Conflicts:    4773000 | #Constraints:      61169
3412.94/3421.68	c #Conflicts:    4774000 | #Constraints:      62169
3412.94/3421.68	c #Conflicts:    4775000 | #Constraints:      63169
3412.94/3421.68	c #Conflicts:    4776000 | #Constraints:      64169
3412.94/3421.68	c #Conflicts:    4777000 | #Constraints:      65169
3412.94/3421.68	c #Conflicts:    4778000 | #Constraints:      66169
3412.94/3421.68	c #Conflicts:    4779000 | #Constraints:      67169
3412.94/3421.68	c #Conflicts:    4780000 | #Constraints:      68169
3412.94/3421.68	c #Conflicts:    4781000 | #Constraints:      69169
3412.94/3421.68	c #Conflicts:    4782000 | #Constraints:      70169
3412.94/3421.68	c #Conflicts:    4783000 | #Constraints:      71169
3412.94/3421.68	c #Conflicts:    4784000 | #Constraints:      72169
3412.94/3421.68	c #Conflicts:    4785000 | #Constraints:      73169
3412.94/3421.68	c #Conflicts:    4786000 | #Constraints:      74169
3412.94/3421.68	c #Conflicts:    4787000 | #Constraints:      75169
3412.94/3421.68	c #Conflicts:    4788000 | #Constraints:      76169
3412.94/3421.68	c #Conflicts:    4789000 | #Constraints:      77169
3412.94/3421.68	c #Conflicts:    4790000 | #Constraints:      78169
3412.94/3421.68	c #Conflicts:    4791000 | #Constraints:      79169
3412.94/3421.68	c #Conflicts:    4792000 | #Constraints:      80169
3412.94/3421.68	c #Conflicts:    4793000 | #Constraints:      81169
3412.94/3421.68	c #Conflicts:    4794000 | #Constraints:      82169
3412.94/3421.68	c #Conflicts:    4795000 | #Constraints:      83169
3412.94/3421.68	c #Conflicts:    4796000 | #Constraints:      84169
3412.94/3421.68	c #Conflicts:    4797000 | #Constraints:      85169
3412.94/3421.68	c #Conflicts:    4798000 | #Constraints:      86169
3412.94/3421.68	c #Conflicts:    4799000 | #Constraints:      87169
3412.94/3421.68	c #Conflicts:    4800000 | #Constraints:      88169
3412.94/3421.68	c #Conflicts:    4801000 | #Constraints:      89169
3412.94/3421.68	c #Conflicts:    4802000 | #Constraints:      90169
3412.94/3421.68	c #Conflicts:    4803000 | #Constraints:      91169
3412.94/3421.68	c #Conflicts:    4804000 | #Constraints:      92169
3412.94/3421.68	c #Conflicts:    4805000 | #Constraints:      93169
3412.94/3421.68	c #Conflicts:    4806000 | #Constraints:      94169
3412.94/3421.68	c #Conflicts:    4807000 | #Constraints:      95169
3412.94/3421.68	c #Conflicts:    4808000 | #Constraints:      96169
3412.94/3421.68	c #Conflicts:    4809000 | #Constraints:      97169
3412.94/3421.68	c INPROCESSING
3412.94/3421.68	c GARBAGE COLLECT
3412.94/3421.68	c #Conflicts:    4810000 | #Constraints:      54243
3412.94/3421.68	c #Conflicts:    4811000 | #Constraints:      55243
3412.94/3421.68	c #Conflicts:    4812000 | #Constraints:      56243
3412.94/3421.68	c #Conflicts:    4813000 | #Constraints:      57243
3412.94/3421.68	c #Conflicts:    4814000 | #Constraints:      58243
3412.94/3421.68	c #Conflicts:    4815000 | #Constraints:      59243
3412.94/3421.68	c #Conflicts:    4816000 | #Constraints:      60243
3412.94/3421.68	c #Conflicts:    4817000 | #Constraints:      61243
3412.94/3421.68	c #Conflicts:    4818000 | #Constraints:      62243
3412.94/3421.68	c #Conflicts:    4819000 | #Constraints:      63243
3412.94/3421.68	c #Conflicts:    4820000 | #Constraints:      64243
3412.94/3421.68	c #Conflicts:    4821000 | #Constraints:      65243
3412.94/3421.68	c #Conflicts:    4822000 | #Constraints:      66243
3412.94/3421.68	c #Conflicts:    4823000 | #Constraints:      67243
3412.94/3421.68	c #Conflicts:    4824000 | #Constraints:      68243
3412.94/3421.68	c #Conflicts:    4825000 | #Constraints:      69243
3412.94/3421.68	c #Conflicts:    4826000 | #Constraints:      70243
3412.94/3421.68	c #Conflicts:    4827000 | #Constraints:      71243
3412.94/3421.68	c #Conflicts:    4828000 | #Constraints:      72243
3412.94/3421.68	c #Conflicts:    4829000 | #Constraints:      73243
3412.94/3421.68	c #Conflicts:    4830000 | #Constraints:      74243
3412.94/3421.68	c #Conflicts:    4831000 | #Constraints:      75243
3412.94/3421.68	c #Conflicts:    4832000 | #Constraints:      76243
3412.94/3421.68	c #Conflicts:    4833000 | #Constraints:      77243
3412.94/3421.68	c #Conflicts:    4834000 | #Constraints:      78243
3546.01/3555.06	c #Conflicts:    4835000 | #Constraints:      79243
3546.01/3555.06	c #Conflicts:    4836000 | #Constraints:      80243
3546.01/3555.06	c #Conflicts:    4837000 | #Constraints:      81243
3546.01/3555.06	c #Conflicts:    4838000 | #Constraints:      82243
3546.01/3555.06	c #Conflicts:    4839000 | #Constraints:      83243
3546.01/3555.06	c #Conflicts:    4840000 | #Constraints:      84243
3546.01/3555.06	c #Conflicts:    4841000 | #Constraints:      85243
3546.01/3555.06	c #Conflicts:    4842000 | #Constraints:      86243
3546.01/3555.06	c #Conflicts:    4843000 | #Constraints:      87243
3546.01/3555.06	c #Conflicts:    4844000 | #Constraints:      88243
3546.01/3555.06	c #Conflicts:    4845000 | #Constraints:      89243
3546.01/3555.06	c #Conflicts:    4846000 | #Constraints:      90243
3546.01/3555.06	c #Conflicts:    4847000 | #Constraints:      91243
3546.01/3555.06	c #Conflicts:    4848000 | #Constraints:      92243
3546.01/3555.06	c #Conflicts:    4849000 | #Constraints:      93243
3546.01/3555.06	c #Conflicts:    4850000 | #Constraints:      94243
3546.01/3555.06	c #Conflicts:    4851000 | #Constraints:      95243
3546.01/3555.06	c #Conflicts:    4852000 | #Constraints:      96243
3546.01/3555.06	c #Conflicts:    4853000 | #Constraints:      97243
3546.01/3555.06	c INPROCESSING
3546.01/3555.06	c GARBAGE COLLECT
3546.01/3555.06	c #Conflicts:    4854000 | #Constraints:      54248
3546.01/3555.06	c #Conflicts:    4855000 | #Constraints:      55248
3546.01/3555.06	c #Conflicts:    4856000 | #Constraints:      56248
3546.01/3555.06	c #Conflicts:    4857000 | #Constraints:      57248
3546.01/3555.06	c #Conflicts:    4858000 | #Constraints:      58248
3546.01/3555.06	c #Conflicts:    4859000 | #Constraints:      59248
3546.01/3555.06	c #Conflicts:    4860000 | #Constraints:      60248
3546.01/3555.06	c #Conflicts:    4861000 | #Constraints:      61248
3546.01/3555.06	c #Conflicts:    4862000 | #Constraints:      62248
3546.01/3555.06	c #Conflicts:    4863000 | #Constraints:      63248
3546.01/3555.06	c #Conflicts:    4864000 | #Constraints:      64248
3546.01/3555.06	c #Conflicts:    4865000 | #Constraints:      65248
3546.01/3555.06	c #Conflicts:    4866000 | #Constraints:      66248
3546.01/3555.06	c #Conflicts:    4867000 | #Constraints:      67248
3546.01/3555.06	c #Conflicts:    4868000 | #Constraints:      68248
3546.01/3555.06	c #Conflicts:    4869000 | #Constraints:      69248
3546.01/3555.06	c #Conflicts:    4870000 | #Constraints:      70248
3546.01/3555.06	c #Conflicts:    4871000 | #Constraints:      71248
3546.01/3555.06	c #Conflicts:    4872000 | #Constraints:      72248
3546.01/3555.06	c #Conflicts:    4873000 | #Constraints:      73248
3546.01/3555.06	c #Conflicts:    4874000 | #Constraints:      74248
3546.01/3555.06	c #Conflicts:    4875000 | #Constraints:      75248
3546.01/3555.06	c #Conflicts:    4876000 | #Constraints:      76248
3546.01/3555.06	c #Conflicts:    4877000 | #Constraints:      77248
3546.01/3555.06	c #Conflicts:    4878000 | #Constraints:      78248
3546.01/3555.06	c #Conflicts:    4879000 | #Constraints:      79248
3546.01/3555.06	c #Conflicts:    4880000 | #Constraints:      80248
3546.01/3555.06	c #Conflicts:    4881000 | #Constraints:      81248
3546.01/3555.06	c #Conflicts:    4882000 | #Constraints:      82248
3546.01/3555.06	c #Conflicts:    4883000 | #Constraints:      83248
3546.01/3555.06	c #Conflicts:    4884000 | #Constraints:      84248
3546.01/3555.06	c #Conflicts:    4885000 | #Constraints:      85249
3546.01/3555.06	c #Conflicts:    4886000 | #Constraints:      86249
3546.01/3555.06	c #Conflicts:    4887000 | #Constraints:      87249
3546.01/3555.06	c #Conflicts:    4888000 | #Constraints:      88249
3546.01/3555.06	c #Conflicts:    4889000 | #Constraints:      89249
3546.01/3555.06	c #Conflicts:    4890000 | #Constraints:      90249
3546.01/3555.06	c #Conflicts:    4891000 | #Constraints:      91249
3546.01/3555.06	c #Conflicts:    4892000 | #Constraints:      92249
3546.01/3555.06	c #Conflicts:    4893000 | #Constraints:      93249
3546.01/3555.06	c #Conflicts:    4894000 | #Constraints:      94249
3546.01/3555.06	c #Conflicts:    4895000 | #Constraints:      95249
3546.01/3555.06	c #Conflicts:    4896000 | #Constraints:      96249
3546.01/3555.06	c #Conflicts:    4897000 | #Constraints:      97249
3546.01/3555.06	c INPROCESSING
3546.01/3555.06	c GARBAGE COLLECT
3546.01/3555.06	c #Conflicts:    4898000 | #Constraints:      54173
3546.01/3555.06	c #Conflicts:    4899000 | #Constraints:      55173
3546.01/3555.06	c #Conflicts:    4900000 | #Constraints:      56173
3546.01/3555.06	c #Conflicts:    4901000 | #Constraints:      57173
3546.01/3555.06	c #Conflicts:    4902000 | #Constraints:      58173
3546.01/3555.06	c #Conflicts:    4903000 | #Constraints:      59173
3546.01/3555.06	c #Conflicts:    4904000 | #Constraints:      60173
3546.01/3555.06	c #Conflicts:    4905000 | #Constraints:      61173
3546.01/3555.06	c #Conflicts:    4906000 | #Constraints:      62173
3546.01/3555.06	c #Conflicts:    4907000 | #Constraints:      63173
3546.01/3555.06	c #Conflicts:    4908000 | #Constraints:      64173
3546.01/3555.06	c #Conflicts:    4909000 | #Constraints:      65174
3546.01/3555.06	c #Conflicts:    4910000 | #Constraints:      66174
3546.01/3555.06	c #Conflicts:    4911000 | #Constraints:      67174
3546.01/3555.06	c #Conflicts:    4912000 | #Constraints:      68174
3600.01/3609.20	c #Conflicts:    4913000 | #Constraints:      69174
3600.01/3609.20	c #Conflicts:    4914000 | #Constraints:      70174
3600.01/3609.20	c #Conflicts:    4915000 | #Constraints:      71174
3600.01/3609.20	c #Conflicts:    4916000 | #Constraints:      72174
3600.01/3609.20	c #Conflicts:    4917000 | #Constraints:      73174
3600.01/3609.20	c #Conflicts:    4918000 | #Constraints:      74174
3600.01/3609.20	c #Conflicts:    4919000 | #Constraints:      75175
3600.01/3609.20	c #Conflicts:    4920000 | #Constraints:      76175
3600.01/3609.20	c #Conflicts:    4921000 | #Constraints:      77175
3600.01/3609.20	c #Conflicts:    4922000 | #Constraints:      78175
3600.01/3609.20	c #Conflicts:    4923000 | #Constraints:      79175
3600.01/3609.20	c #Conflicts:    4924000 | #Constraints:      80175
3600.01/3609.20	c #Conflicts:    4925000 | #Constraints:      81175
3600.01/3609.20	c #Conflicts:    4926000 | #Constraints:      82175
3600.01/3609.20	c #Conflicts:    4927000 | #Constraints:      83175
3600.01/3609.20	c #Conflicts:    4928000 | #Constraints:      84175
3600.01/3609.20	c #Conflicts:    4929000 | #Constraints:      85175
3600.01/3609.20	c #Conflicts:    4930000 | #Constraints:      86175
3600.01/3609.20	c #Conflicts:    4931000 | #Constraints:      87175
3600.01/3609.20	c #Conflicts:    4932000 | #Constraints:      88175
3600.01/3609.20	c #Conflicts:    4933000 | #Constraints:      89175
3600.01/3609.20	c #Conflicts:    4934000 | #Constraints:      90175
3600.01/3609.20	c #Conflicts:    4935000 | #Constraints:      91175
3600.01/3609.20	c #Conflicts:    4936000 | #Constraints:      92175
3600.01/3609.20	c #Conflicts:    4937000 | #Constraints:      93175
3600.01/3609.20	c #Conflicts:    4938000 | #Constraints:      94175
3600.01/3609.20	c #Conflicts:    4939000 | #Constraints:      95175
3600.01/3609.20	c #Conflicts:    4940000 | #Constraints:      96175
3600.01/3609.20	c #Conflicts:    4941000 | #Constraints:      97175
3600.01/3609.20	c INPROCESSING
3600.01/3609.20	c GARBAGE COLLECT
3600.01/3609.20	c #Conflicts:    4942000 | #Constraints:      53944
3600.01/3609.20	c #Conflicts:    4943000 | #Constraints:      54944
3600.01/3609.20	c #Conflicts:    4944000 | #Constraints:      55944
3600.01/3609.20	c #Conflicts:    4945000 | #Constraints:      56944
3600.01/3609.20	c #Conflicts:    4946000 | #Constraints:      57944
3600.01/3609.20	c #Conflicts:    4947000 | #Constraints:      58944
3600.01/3609.20	c #Conflicts:    4948000 | #Constraints:      59944
3600.01/3609.20	c #Conflicts:    4949000 | #Constraints:      60944
3600.01/3609.20	c #Conflicts:    4950000 | #Constraints:      61944
3600.01/3609.20	c #Conflicts:    4951000 | #Constraints:      62945
3600.01/3609.20	c #Conflicts:    4952000 | #Constraints:      63945
3600.01/3609.20	c #Conflicts:    4953000 | #Constraints:      64945
3600.01/3609.20	c #Conflicts:    4954000 | #Constraints:      65945
3600.01/3609.20	c #Conflicts:    4955000 | #Constraints:      66945
3600.01/3609.20	c #Conflicts:    4956000 | #Constraints:      67945
3600.01/3609.20	c #Conflicts:    4957000 | #Constraints:      68945
3600.01/3609.20	c #Conflicts:    4958000 | #Constraints:      69945
3600.01/3609.20	c #Conflicts:    4959000 | #Constraints:      70945
3600.01/3609.20	c #Conflicts:    4960000 | #Constraints:      71950
3600.01/3609.20	c #Conflicts:    4961000 | #Constraints:      73368
3600.01/3609.20	c #Conflicts:    4962000 | #Constraints:      74871
3600.01/3609.20	c #Conflicts:    4963000 | #Constraints:      76370
3600.01/3609.20	c #Conflicts:    4964000 | #Constraints:      77862
3600.01/3609.20	c cpu time 3572.11 s
3600.01/3609.20	c deterministic time 213800202992 2.14e+11
3600.01/3609.20	c optimization time 17.7158 s
3600.01/3609.20	c total solve time 3554.36 s
3600.01/3609.20	c core-guided solve time 0 s
3600.01/3609.20	c propagation time 2427.58 s
3600.01/3609.20	c conflict analysis time 930.018 s
3600.01/3609.20	c propagations 694031332
3600.01/3609.20	c resolve steps 156848588
3600.01/3609.20	c decisions 13527162
3600.01/3609.20	c conflicts 4964532
3600.01/3609.20	c restarts 8190
3600.01/3609.20	c inprocessing phases 213
3600.01/3609.20	c garbage collections 213 ,( 100.00 )
3600.01/3609.20	c input clauses 8142 ,( 82.01 )
3600.01/3609.20	c input cardinalities 0 ,( 0.00 )
3600.01/3609.20	c input general constraints 1786 ,( 17.99 )
3600.01/3609.20	c input average constraint length 4.53
3600.01/3609.20	c input average constraint degree 1.83
3600.01/3609.20	c learned clauses 2145036 ,( 42.73 )
3600.01/3609.20	c learned cardinalities 1125 ,( 0.02 )
3600.01/3609.20	c learned general constraints 2873269 ,( 57.24 )
3600.01/3609.20	c learned average constraint length 185.44
3600.01/3609.20	c learned average constraint degree 18593744.14
3600.01/3609.20	c watched  CF 32, 64, 128, Arb: 889842 , 0 , 0 , 0
3600.01/3609.20	c counting CF 32, 64, 128, Arb: 1985213 , 0 , 0 , 0
3600.01/3609.20	c watched   constraints 889842 ,( 30.95 ) 
3600.01/3609.20	c counting  constraints 1985213 ,( 69.05 ) 
3600.01/3609.20	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1122330688 , 4849405 , 24280500665 ,( 1396121217 , 22884379448 )
3600.01/3609.20	c gcd simplifications 438720
3600.01/3609.20	c detected cardinalities 58
3600.01/3609.20	c weakened non-implied lits 122684679
3600.01/3609.20	c weakened non-implying lits 1272709
3600.01/3609.20	c original variables 4288
3600.01/3609.20	c clausal propagations 175161714
3600.01/3609.20	c cardinality propagations 88921
3600.01/3609.20	c watched propagations 3325266
3600.01/3609.20	c counting propagations 510243253
3600.01/3609.20	c watch lookups 114811138009
3600.01/3609.20	c watch backjump lookups 0
3600.01/3609.20	c watch checks 52118922432
3600.01/3609.20	c propagation checks 42746026787
3600.01/3609.20	c constraint additions 2703033241
3600.01/3609.20	c trail pops 712519539
3600.01/3609.20	c formula constraints 9928
3600.01/3609.20	c learned constraints 4964529
3600.01/3609.20	c bound constraints 0
3600.01/3609.20	c core-guided constraints 0
3600.01/3609.20	c encountered formula constraints 116834720
3600.01/3609.20	c encountered learned constraints 44910741
3600.01/3609.20	c encountered bound constraints 0
3600.01/3609.20	c encountered core-guided constraints 0
3600.01/3609.20	c LP total time 284.724 s
3600.01/3609.20	c LP solve time 263 s
3600.01/3609.20	c LP constraints added 10370
3600.01/3609.20	c LP constraints removed 107
3600.01/3609.20	c LP pivots internal 496111
3600.01/3609.20	c LP pivots root 508378
3600.01/3609.20	c LP calls 60650
3600.01/3609.20	c LP optimalities 18
3600.01/3609.20	c LP no pivot count 0
3600.01/3609.20	c LP infeasibilities 60455
3600.01/3609.20	c LP valid Farkas constraints 54868
3600.01/3609.20	c LP learned Farkas constraints 2
3600.01/3609.20	c LP basis resets 173
3600.01/3609.20	c LP cycling count 1
3600.01/3609.20	c LP singular count 169
3600.01/3609.20	c LP no primal count 0
3600.01/3609.20	c LP no farkas count 2
3600.01/3609.20	c LP other issue count 1
3600.01/3609.20	c LP Gomory cuts 31
3600.01/3609.20	c LP learned cuts 411
3600.01/3609.20	c LP deleted cuts 107
3600.01/3609.20	c LP encountered Gomory constraints 1381
3600.01/3609.20	c LP encountered Farkas constraints 66275
3600.01/3609.20	c LP encountered learned Farkas constraints 1
3600.01/3609.20	c CG auxiliary variables introduced 0
3600.01/3609.20	c CG solutions found 0
3600.01/3609.20	c CG cores constructed 0
3600.01/3609.20	c CG core cardinality constraints returned 0
3600.01/3609.20	c CG unit cores 0
3600.01/3609.20	c CG single cores 0
3600.01/3609.20	c CG blocks removed during cardinality reduction 0
3600.01/3609.20	c CG first core best 0
3600.01/3609.20	c CG decision core best 0
3600.01/3609.20	c CG core reduction tie 0
3600.01/3609.20	c CG core degree average 0.00
3600.01/3609.20	c CG core slack average 0.00
3600.01/3609.20	c CG core upper bound improvements 0
3600.01/3609.20	c STR number of successful calls 0
3600.01/3609.20	c STR number of unsuccessful calls 0
3600.01/3609.20	c STR number of inconclusive calls 0
3600.01/3609.20	c STR number of successful attempts 0
3600.01/3609.20	c STR number of unsuccessful attempts 0
3600.01/3609.20	c STR number of inconclusive attempts 0
3600.01/3609.20	c STR average degree increase per successful call inf
3600.01/3609.20	c STR average degree increase per successful attempt inf
3600.01/3609.20	c STR total number of conflicts for successful attempts 0
3600.01/3609.20	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3609.20	c STR total number of conflicts for inconclusive attempts 0
3600.01/3609.20	c STR average number of conflicts per successful attempt inf
3600.01/3609.20	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3609.20	c STR average number of conflicts per inconclusive attempt inf
3600.01/3609.20	c AVG.sumWPerc 55.10 
3600.01/3609.20	c bigint constraints 0 
3600.01/3609.20	s UNKNOWN
3600.01/3609.20	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 (62949 MiB free)
  memory of node 1: 64465 MiB (63827 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100065 s]*
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129797904/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=75880 memory=28856 CPUtime=0.06 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 5158 0 0 0 5 1 0 0 20 0 1 0 37278026 77701120 7214 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 18970 7214 2304 1147 0 6397 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 80072 KiB
Current children cumulated memory: 31928 KiB

[startup+0.205649 s]*
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129789840/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=76404 memory=28856 CPUtime=0.17 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 5182 0 0 0 15 2 0 0 20 0 1 0 37278026 78237696 7214 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 19101 7214 2304 1147 0 6528 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80596 KiB
Current children cumulated memory: 31928 KiB

[startup+0.305499 s]*
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129788076/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=77000 memory=30136 CPUtime=0.26 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 5487 0 0 0 24 2 0 0 20 0 1 0 37278026 78848000 7534 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 19250 7534 2336 1147 0 6677 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 81192 KiB
Current children cumulated memory: 33208 KiB

[startup+0.700141 s]
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129786060/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=78672 memory=32312 CPUtime=0.66 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 6000 0 0 0 62 4 0 0 20 0 1 0 37278026 80560128 8078 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 19668 8078 2368 1147 0 7095 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82864 KiB
Current children cumulated memory: 35384 KiB

[startup+1.50016 s]
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129782028/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=79476 memory=33720 CPUtime=1.45 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 6328 0 0 0 138 7 0 0 20 0 1 0 37278026 81383424 8430 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 19869 8430 2368 1147 0 7296 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 83668 KiB
Current children cumulated memory: 36792 KiB

[startup+3.10535 s]
/proc/loadavg: 2.33 2.81 3.54 5/269 29025
/proc/meminfo: memFree=129770168/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=83232 memory=40040 CPUtime=3.05 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 7398 0 0 0 292 13 0 0 20 0 1 0 37278026 85229568 10010 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 20808 10010 2368 1147 0 8235 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 87424 KiB
Current children cumulated memory: 43112 KiB

[startup+6.30013 s]
/proc/loadavg: 2.54 2.84 3.55 5/269 29025
/proc/meminfo: memFree=129770420/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=86432 memory=42600 CPUtime=6.24 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 8094 0 0 0 600 24 0 0 20 0 1 0 37278026 88506368 10650 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 21608 10650 2368 1147 0 9035 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 90624 KiB
Current children cumulated memory: 45672 KiB

[startup+12.7001 s]
/proc/loadavg: 2.66 2.86 3.56 5/269 29025
/proc/meminfo: memFree=129751048/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=96676 memory=51304 CPUtime=12.62 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 10272 0 0 0 1223 39 0 0 20 0 1 0 37278026 98996224 12826 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 24169 12826 2368 1147 0 11596 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 100868 KiB
Current children cumulated memory: 54376 KiB

[startup+25.5002 s]
/proc/loadavg: 2.96 2.92 3.56 5/269 29025
/proc/meminfo: memFree=129700356/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=116520 memory=71784 CPUtime=25.39 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 14877 0 0 0 2471 68 0 0 20 0 1 0 37278026 119316480 17946 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 29130 17946 2368 1147 0 16557 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 120712 KiB
Current children cumulated memory: 74856 KiB

[startup+51.1054 s]
/proc/loadavg: 3.39 3.02 3.58 5/269 29025
/proc/meminfo: memFree=129570980/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=140616 memory=90476 CPUtime=50.94 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 19026 0 0 0 4967 127 0 0 20 0 1 0 37278026 143990784 22619 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 35154 22619 2368 1147 0 22581 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 144808 KiB
Current children cumulated memory: 93548 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 3.19 3.61 5/270 29032
/proc/meminfo: memFree=129445644/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=172628 memory=125520 CPUtime=102 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 26650 0 0 0 9979 221 0 0 20 0 1 0 37278026 176771072 31380 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 43157 31380 2496 1147 0 30584 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 176820 KiB
Current children cumulated memory: 128592 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 3.34 3.64 5/269 29034
/proc/meminfo: memFree=129268636/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=211964 memory=158768 CPUtime=161.85 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 33447 0 0 0 15895 290 0 0 20 0 1 0 37278026 217051136 39692 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 52991 39692 2496 1147 0 40418 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 216156 KiB
Current children cumulated memory: 161840 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.50 3.67 5/269 29036
/proc/meminfo: memFree=129269440/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=225296 memory=172080 CPUtime=221.71 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 36785 0 0 0 21788 383 0 0 20 0 1 0 37278026 230703104 43020 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 56324 43020 2496 1147 0 43751 0

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

/proc/29025/statm: 157156 141748 2496 1147 0 144583 0
Current children cumulated CPU time: 3034.6 s
Current children cumulated vsize: 632816 KiB
Current children cumulated memory: 570064 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/268 29187
/proc/meminfo: memFree=127168680/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=632092 memory=570448 CPUtime=3094.45 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 112891 0 0 0 306808 2637 0 0 20 0 1 0 37278026 647262208 142612 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 158023 142612 2496 1147 0 145450 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 636284 KiB
Current children cumulated memory: 573520 KiB

[startup+3162.3 s]
/proc/loadavg: 4.46 4.19 4.12 5/267 29189
/proc/meminfo: memFree=127151108/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=646224 memory=584104 CPUtime=3154.29 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 115792 0 0 0 312772 2657 0 0 20 0 1 0 37278026 661733376 146026 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 161556 146026 2496 1147 0 148983 0
Current children cumulated CPU time: 3154.29 s
Current children cumulated vsize: 650416 KiB
Current children cumulated memory: 587176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.11 5/267 29191
/proc/meminfo: memFree=127103548/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=720368 memory=611296 CPUtime=3214.14 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 121044 0 0 0 318740 2674 0 0 20 0 1 0 37278026 737656832 152824 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 180092 152824 2496 1147 0 167519 0
Current children cumulated CPU time: 3214.14 s
Current children cumulated vsize: 724560 KiB
Current children cumulated memory: 614368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.15 4.11 5/267 29193
/proc/meminfo: memFree=127091068/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=723792 memory=613344 CPUtime=3273.99 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 121566 0 0 0 324710 2689 0 0 20 0 1 0 37278026 741163008 153336 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 180948 153336 2496 1147 0 168375 0
Current children cumulated CPU time: 3273.99 s
Current children cumulated vsize: 727984 KiB
Current children cumulated memory: 616416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/267 29196
/proc/meminfo: memFree=127062316/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=738636 memory=628172 CPUtime=3333.84 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 124252 0 0 0 330680 2704 0 0 20 0 1 0 37278026 756363264 157043 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 184659 157043 2496 1147 0 172086 0
Current children cumulated CPU time: 3333.84 s
Current children cumulated vsize: 742828 KiB
Current children cumulated memory: 631244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/267 29198
/proc/meminfo: memFree=127026724/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=759628 memory=645104 CPUtime=3393.69 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 127964 0 0 0 336651 2718 0 0 20 0 1 0 37278026 777859072 161276 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 189907 161276 2496 1147 0 177334 0
Current children cumulated CPU time: 3393.69 s
Current children cumulated vsize: 763820 KiB
Current children cumulated memory: 648176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/267 29200
/proc/meminfo: memFree=127006664/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=769236 memory=651888 CPUtime=3453.54 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 129673 0 0 0 342623 2731 0 0 20 0 1 0 37278026 787697664 162972 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 192309 162972 2496 1147 0 179736 0
Current children cumulated CPU time: 3453.54 s
Current children cumulated vsize: 773428 KiB
Current children cumulated memory: 654960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 29202
/proc/meminfo: memFree=126982324/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=776148 memory=657648 CPUtime=3513.39 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 131111 0 0 0 348590 2749 0 0 20 0 1 0 37278026 794775552 164412 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 194037 164412 2496 1147 0 181464 0
Current children cumulated CPU time: 3513.39 s
Current children cumulated vsize: 780340 KiB
Current children cumulated memory: 660720 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 4/262 29205
/proc/meminfo: memFree=127545052/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=790164 memory=678640 CPUtime=3573.23 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 133718 0 0 0 354551 2772 0 0 20 0 1 0 37278026 809127936 169660 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 197541 169660 2496 1147 0 184968 0
Current children cumulated CPU time: 3573.23 s
Current children cumulated vsize: 794356 KiB
Current children cumulated memory: 681712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 29677
/proc/meminfo: memFree=129194992/131249988 swapFree=33010684/33010684
[pid=29022] ppid=29019 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/29022/stat : 29022 (run-dec-break.s) S 29019 29022 28896 0 -1 4194304 238 3336 0 0 0 0 0 0 20 0 1 0 37278023 4292608 768 18446744073709551615 94795962834944 94795963729477 140725127026304 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94795963968528 94795964016272 94795992932352 140725127035233 140725127035362 140725127035362 140725127040964 0
/proc/29022/statm: 1048 768 704 219 0 110 0
[pid=29025] ppid=29022 vsize=790860 memory=684656 CPUtime=3600.01 cores=0,2
/proc/29025/stat : 29025 (roundingsat) R 29022 29022 28896 0 -1 4194304 133908 0 0 0 357211 2790 0 0 20 0 1 0 37278026 809840640 171164 18446744073709551615 4227072 8923433 140724239246848 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 19263488 140724239255876 140724239256104 140724239256104 140724239261674 0
/proc/29025/statm: 197715 171164 2496 1147 0 185142 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 795052 KiB
Current children cumulated memory: 687728 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.01008 s, system=0.011023 s

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

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

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

Child status: 2

Real time (s): 3609.21
CPU time (s): 3600.05
CPU user time (s): 3572.12
CPU system time (s): 27.9267
CPU usage (%): 99.7462
Max. virtual memory (cumulated for all children) (KiB): 795052
Max. memory (cumulated for all children) (KiB): 687728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.12
system time used= 27.9267
maximum resident set size= 684784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 378
involuntary context switches= 8002


# summary of solver processes directly reported to runsolver:
#   pid: 29022,29025
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3572.12
#   total CPU system time (s): 27.9267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17232 second user time and 17.1312 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 18:53:15
IDJOB=4513298
IDBENCH=162316
IDSOLVER=3357
FILE ID=nodeC031/4513298-1751215995
RUNJOBID= nodeC031-1751215967-28906
SLURM_JOB_ID= 9587654
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=1833387739

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129820468 kB
MemAvailable:   129622600 kB
Buffers:            3280 kB
Cached:           611636 kB
SwapCached:            0 kB
Active:           495668 kB
Inactive:         391568 kB
Active(anon):     290384 kB
Inactive(anon):        0 kB
Active(file):     205284 kB
Inactive(file):   391568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32260 kB
Writeback:             0 kB
AnonPages:        275752 kB
Mapped:           116228 kB
Shmem:             18064 kB
KReclaimable:      89036 kB
Slab:             175116 kB
SReclaimable:      89036 kB
SUnreclaim:        86080 kB
KernelStack:        4336 kB
PageTables:         3740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     618176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC031 at 2025-06-29 19:53:24