Trace number 4512866

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4512866-1751201969.opb'
0.00/0.01	c 	read 0.42MB  (5.82ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9504 #duplicates 0 #arr 41014]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.34ms)
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.86ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26390 #edges 107224]
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.04ms)
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-4512866-1751201969.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.08ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.34ms 38.16% approx_orbits
0.00/0.02	c                   5.82ms 35.03% parse
0.00/0.02	c                   2.04ms 12.28% detect_generic
0.00/0.02	c                   1.08ms  6.48% output
0.00/0.02	c                   0.86ms  5.21% detect_special
0.00/0.02	c                   0.33ms  1.99% other
0.00/0.02	c                   0.14ms  0.86% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.61ms   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 9912
14.03/14.13	c #Conflicts:       1000 | #Constraints:      10911
14.03/14.13	c #Conflicts:       2000 | #Constraints:      11911
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:       3000 | #Constraints:      10750
14.03/14.13	c #Conflicts:       4000 | #Constraints:      11750
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:       5000 | #Constraints:      11184
14.03/14.13	c #Conflicts:       6000 | #Constraints:      12184
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:       7000 | #Constraints:      11226
14.03/14.13	c #Conflicts:       8000 | #Constraints:      12226
14.03/14.13	c #Conflicts:       9000 | #Constraints:      13226
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      10000 | #Constraints:      11934
14.03/14.13	c #Conflicts:      11000 | #Constraints:      12935
14.03/14.13	c #Conflicts:      12000 | #Constraints:      13935
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      13000 | #Constraints:      12407
14.03/14.13	c #Conflicts:      14000 | #Constraints:      13407
14.03/14.13	c #Conflicts:      15000 | #Constraints:      14407
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      16000 | #Constraints:      12678
14.03/14.13	c #Conflicts:      17000 | #Constraints:      13678
14.03/14.13	c #Conflicts:      18000 | #Constraints:      14678
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      19000 | #Constraints:      12720
14.03/14.13	c #Conflicts:      20000 | #Constraints:      13720
14.03/14.13	c #Conflicts:      21000 | #Constraints:      14720
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      22000 | #Constraints:      12505
14.03/14.13	c #Conflicts:      23000 | #Constraints:      13505
14.03/14.13	c #Conflicts:      24000 | #Constraints:      14505
14.03/14.13	c #Conflicts:      25000 | #Constraints:      15505
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      26000 | #Constraints:      13126
14.03/14.13	c #Conflicts:      27000 | #Constraints:      14126
14.03/14.13	c #Conflicts:      28000 | #Constraints:      15126
14.03/14.13	c #Conflicts:      29000 | #Constraints:      16126
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      30000 | #Constraints:      13547
14.03/14.13	c #Conflicts:      31000 | #Constraints:      14547
14.03/14.13	c #Conflicts:      32000 | #Constraints:      15547
14.03/14.13	c #Conflicts:      33000 | #Constraints:      16547
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      34000 | #Constraints:      13728
14.03/14.13	c #Conflicts:      35000 | #Constraints:      14728
14.03/14.13	c #Conflicts:      36000 | #Constraints:      15728
14.03/14.13	c #Conflicts:      37000 | #Constraints:      16728
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      38000 | #Constraints:      13763
14.03/14.13	c #Conflicts:      39000 | #Constraints:      14763
14.03/14.13	c #Conflicts:      40000 | #Constraints:      15763
14.03/14.13	c #Conflicts:      41000 | #Constraints:      16763
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      42000 | #Constraints:      13563
14.03/14.13	c #Conflicts:      43000 | #Constraints:      14563
14.03/14.13	c #Conflicts:      44000 | #Constraints:      15563
14.03/14.13	c #Conflicts:      45000 | #Constraints:      16563
14.03/14.13	c #Conflicts:      46000 | #Constraints:      17563
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      47000 | #Constraints:      14127
14.03/14.13	c #Conflicts:      48000 | #Constraints:      15127
14.03/14.13	c #Conflicts:      49000 | #Constraints:      16127
14.03/14.13	c #Conflicts:      50000 | #Constraints:      17127
14.03/14.13	c #Conflicts:      51000 | #Constraints:      18127
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      52000 | #Constraints:      14546
14.03/14.13	c #Conflicts:      53000 | #Constraints:      15546
14.03/14.13	c #Conflicts:      54000 | #Constraints:      16546
14.03/14.13	c #Conflicts:      55000 | #Constraints:      17546
14.03/14.13	c #Conflicts:      56000 | #Constraints:      18546
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      57000 | #Constraints:      14738
14.03/14.13	c #Conflicts:      58000 | #Constraints:      15738
14.03/14.13	c #Conflicts:      59000 | #Constraints:      16738
14.03/14.13	c #Conflicts:      60000 | #Constraints:      17738
14.03/14.13	c #Conflicts:      61000 | #Constraints:      18738
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      62000 | #Constraints:      14746
14.03/14.13	c #Conflicts:      63000 | #Constraints:      15746
14.03/14.13	c #Conflicts:      64000 | #Constraints:      16746
14.03/14.13	c #Conflicts:      65000 | #Constraints:      17746
14.03/14.13	c #Conflicts:      66000 | #Constraints:      18746
14.03/14.13	c INPROCESSING
14.03/14.13	c GARBAGE COLLECT
14.03/14.13	c #Conflicts:      67000 | #Constraints:      14562
14.03/14.13	c #Conflicts:      68000 | #Constraints:      15562
31.99/32.15	c #Conflicts:      69000 | #Constraints:      16562
31.99/32.15	c #Conflicts:      70000 | #Constraints:      17562
31.99/32.15	c #Conflicts:      71000 | #Constraints:      18562
31.99/32.15	c #Conflicts:      72000 | #Constraints:      19562
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:      73000 | #Constraints:      15186
31.99/32.15	c #Conflicts:      74000 | #Constraints:      16186
31.99/32.15	c #Conflicts:      75000 | #Constraints:      17186
31.99/32.15	c #Conflicts:      76000 | #Constraints:      18186
31.99/32.15	c #Conflicts:      77000 | #Constraints:      19186
31.99/32.15	c #Conflicts:      78000 | #Constraints:      20186
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:      79000 | #Constraints:      15595
31.99/32.15	c #Conflicts:      80000 | #Constraints:      16595
31.99/32.15	c #Conflicts:      81000 | #Constraints:      17595
31.99/32.15	c #Conflicts:      82000 | #Constraints:      18595
31.99/32.15	c #Conflicts:      83000 | #Constraints:      19595
31.99/32.15	c #Conflicts:      84000 | #Constraints:      20595
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:      85000 | #Constraints:      15806
31.99/32.15	c #Conflicts:      86000 | #Constraints:      16806
31.99/32.15	c #Conflicts:      87000 | #Constraints:      17806
31.99/32.15	c #Conflicts:      88000 | #Constraints:      18806
31.99/32.15	c #Conflicts:      89000 | #Constraints:      19806
31.99/32.15	c #Conflicts:      90000 | #Constraints:      20806
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:      91000 | #Constraints:      15803
31.99/32.15	c #Conflicts:      92000 | #Constraints:      16803
31.99/32.15	c #Conflicts:      93000 | #Constraints:      17803
31.99/32.15	c #Conflicts:      94000 | #Constraints:      18803
31.99/32.15	c #Conflicts:      95000 | #Constraints:      19803
31.99/32.15	c #Conflicts:      96000 | #Constraints:      20803
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:      97000 | #Constraints:      15620
31.99/32.15	c #Conflicts:      98000 | #Constraints:      16620
31.99/32.15	c #Conflicts:      99000 | #Constraints:      17620
31.99/32.15	c #Conflicts:     100000 | #Constraints:      18620
31.99/32.15	c #Conflicts:     101000 | #Constraints:      19620
31.99/32.15	c #Conflicts:     102000 | #Constraints:      20620
31.99/32.15	c #Conflicts:     103000 | #Constraints:      21620
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     104000 | #Constraints:      16196
31.99/32.15	c #Conflicts:     105000 | #Constraints:      17196
31.99/32.15	c #Conflicts:     106000 | #Constraints:      18196
31.99/32.15	c #Conflicts:     107000 | #Constraints:      19196
31.99/32.15	c #Conflicts:     108000 | #Constraints:      20196
31.99/32.15	c #Conflicts:     109000 | #Constraints:      21196
31.99/32.15	c #Conflicts:     110000 | #Constraints:      22196
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     111000 | #Constraints:      16626
31.99/32.15	c #Conflicts:     112000 | #Constraints:      17626
31.99/32.15	c #Conflicts:     113000 | #Constraints:      18626
31.99/32.15	c #Conflicts:     114000 | #Constraints:      19626
31.99/32.15	c #Conflicts:     115000 | #Constraints:      20626
31.99/32.15	c #Conflicts:     116000 | #Constraints:      21626
31.99/32.15	c #Conflicts:     117000 | #Constraints:      22626
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     118000 | #Constraints:      16812
31.99/32.15	c #Conflicts:     119000 | #Constraints:      17812
31.99/32.15	c #Conflicts:     120000 | #Constraints:      18812
31.99/32.15	c #Conflicts:     121000 | #Constraints:      19812
31.99/32.15	c #Conflicts:     122000 | #Constraints:      20812
31.99/32.15	c #Conflicts:     123000 | #Constraints:      21812
31.99/32.15	c #Conflicts:     124000 | #Constraints:      22812
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     125000 | #Constraints:      16815
31.99/32.15	c #Conflicts:     126000 | #Constraints:      17815
31.99/32.15	c #Conflicts:     127000 | #Constraints:      18815
31.99/32.15	c #Conflicts:     128000 | #Constraints:      19815
31.99/32.15	c #Conflicts:     129000 | #Constraints:      20815
31.99/32.15	c #Conflicts:     130000 | #Constraints:      21815
31.99/32.15	c #Conflicts:     131000 | #Constraints:      22815
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     132000 | #Constraints:      16623
31.99/32.15	c #Conflicts:     133000 | #Constraints:      17623
31.99/32.15	c #Conflicts:     134000 | #Constraints:      18623
31.99/32.15	c #Conflicts:     135000 | #Constraints:      19623
31.99/32.15	c #Conflicts:     136000 | #Constraints:      20623
31.99/32.15	c #Conflicts:     137000 | #Constraints:      21623
31.99/32.15	c #Conflicts:     138000 | #Constraints:      22623
31.99/32.15	c #Conflicts:     139000 | #Constraints:      23623
31.99/32.15	c INPROCESSING
31.99/32.15	c GARBAGE COLLECT
31.99/32.15	c #Conflicts:     140000 | #Constraints:      17266
37.27/37.41	c #Conflicts:     141000 | #Constraints:      18266
37.27/37.41	c #Conflicts:     142000 | #Constraints:      19266
37.27/37.41	c #Conflicts:     143000 | #Constraints:      20266
37.27/37.41	c #Conflicts:     144000 | #Constraints:      21266
37.27/37.41	c #Conflicts:     145000 | #Constraints:      22266
37.27/37.41	c #Conflicts:     146000 | #Constraints:      23266
37.27/37.41	c #Conflicts:     147000 | #Constraints:      24266
37.27/37.41	c INPROCESSING
37.27/37.41	c GARBAGE COLLECT
37.27/37.41	c #Conflicts:     148000 | #Constraints:      17691
37.27/37.41	c #Conflicts:     149000 | #Constraints:      18691
37.27/37.41	c #Conflicts:     150000 | #Constraints:      19691
37.27/37.41	c #Conflicts:     151000 | #Constraints:      20691
37.27/37.41	c #Conflicts:     152000 | #Constraints:      21691
37.27/37.41	c #Conflicts:     153000 | #Constraints:      22691
37.27/37.41	c #Conflicts:     154000 | #Constraints:      23691
37.27/37.41	c #Conflicts:     155000 | #Constraints:      24691
37.27/37.41	c INPROCESSING
37.27/37.41	c GARBAGE COLLECT
37.27/37.41	c rational objective 662.265
62.00/62.22	c #Conflicts:     156000 | #Constraints:      17891
62.00/62.22	c #Conflicts:     157000 | #Constraints:      18891
62.00/62.22	c #Conflicts:     158000 | #Constraints:      19891
62.00/62.22	c #Conflicts:     159000 | #Constraints:      20891
62.00/62.22	c #Conflicts:     160000 | #Constraints:      21891
62.00/62.22	c #Conflicts:     161000 | #Constraints:      22891
62.00/62.22	c #Conflicts:     162000 | #Constraints:      23891
62.00/62.22	c #Conflicts:     163000 | #Constraints:      24891
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     164000 | #Constraints:      17885
62.00/62.22	c #Conflicts:     165000 | #Constraints:      18885
62.00/62.22	c #Conflicts:     166000 | #Constraints:      19885
62.00/62.22	c #Conflicts:     167000 | #Constraints:      20885
62.00/62.22	c #Conflicts:     168000 | #Constraints:      21885
62.00/62.22	c #Conflicts:     169000 | #Constraints:      22885
62.00/62.22	c #Conflicts:     170000 | #Constraints:      23885
62.00/62.22	c #Conflicts:     171000 | #Constraints:      24885
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     172000 | #Constraints:      17652
62.00/62.22	c #Conflicts:     173000 | #Constraints:      18652
62.00/62.22	c #Conflicts:     174000 | #Constraints:      19652
62.00/62.22	c #Conflicts:     175000 | #Constraints:      20652
62.00/62.22	c #Conflicts:     176000 | #Constraints:      21652
62.00/62.22	c #Conflicts:     177000 | #Constraints:      22652
62.00/62.22	c #Conflicts:     178000 | #Constraints:      23652
62.00/62.22	c #Conflicts:     179000 | #Constraints:      24652
62.00/62.22	c #Conflicts:     180000 | #Constraints:      25652
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     181000 | #Constraints:      18222
62.00/62.22	c #Conflicts:     182000 | #Constraints:      19222
62.00/62.22	c #Conflicts:     183000 | #Constraints:      20222
62.00/62.22	c #Conflicts:     184000 | #Constraints:      21222
62.00/62.22	c #Conflicts:     185000 | #Constraints:      22222
62.00/62.22	c #Conflicts:     186000 | #Constraints:      23222
62.00/62.22	c #Conflicts:     187000 | #Constraints:      24222
62.00/62.22	c #Conflicts:     188000 | #Constraints:      25222
62.00/62.22	c #Conflicts:     189000 | #Constraints:      26222
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     190000 | #Constraints:      18689
62.00/62.22	c #Conflicts:     191000 | #Constraints:      19689
62.00/62.22	c #Conflicts:     192000 | #Constraints:      20689
62.00/62.22	c #Conflicts:     193000 | #Constraints:      21689
62.00/62.22	c #Conflicts:     194000 | #Constraints:      22689
62.00/62.22	c #Conflicts:     195000 | #Constraints:      23689
62.00/62.22	c #Conflicts:     196000 | #Constraints:      24689
62.00/62.22	c #Conflicts:     197000 | #Constraints:      25689
62.00/62.22	c #Conflicts:     198000 | #Constraints:      26689
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     199000 | #Constraints:      18902
62.00/62.22	c #Conflicts:     200000 | #Constraints:      19902
62.00/62.22	c #Conflicts:     201000 | #Constraints:      20902
62.00/62.22	c #Conflicts:     202000 | #Constraints:      21902
62.00/62.22	c #Conflicts:     203000 | #Constraints:      22902
62.00/62.22	c #Conflicts:     204000 | #Constraints:      23902
62.00/62.22	c #Conflicts:     205000 | #Constraints:      24902
62.00/62.22	c #Conflicts:     206000 | #Constraints:      25902
62.00/62.22	c #Conflicts:     207000 | #Constraints:      26902
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     208000 | #Constraints:      18875
62.00/62.22	c #Conflicts:     209000 | #Constraints:      19875
62.00/62.22	c #Conflicts:     210000 | #Constraints:      20875
62.00/62.22	c #Conflicts:     211000 | #Constraints:      21875
62.00/62.22	c #Conflicts:     212000 | #Constraints:      22875
62.00/62.22	c #Conflicts:     213000 | #Constraints:      23875
62.00/62.22	c #Conflicts:     214000 | #Constraints:      24875
62.00/62.22	c #Conflicts:     215000 | #Constraints:      25875
62.00/62.22	c #Conflicts:     216000 | #Constraints:      26875
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     217000 | #Constraints:      18687
62.00/62.22	c #Conflicts:     218000 | #Constraints:      19687
62.00/62.22	c #Conflicts:     219000 | #Constraints:      20687
62.00/62.22	c #Conflicts:     220000 | #Constraints:      21687
62.00/62.22	c #Conflicts:     221000 | #Constraints:      22687
62.00/62.22	c #Conflicts:     222000 | #Constraints:      23687
62.00/62.22	c #Conflicts:     223000 | #Constraints:      24687
62.00/62.22	c #Conflicts:     224000 | #Constraints:      25687
62.00/62.22	c #Conflicts:     225000 | #Constraints:      26687
62.00/62.22	c #Conflicts:     226000 | #Constraints:      27687
62.00/62.22	c INPROCESSING
62.00/62.22	c GARBAGE COLLECT
62.00/62.22	c #Conflicts:     227000 | #Constraints:      19264
62.00/62.22	c #Conflicts:     228000 | #Constraints:      20264
62.00/62.22	c #Conflicts:     229000 | #Constraints:      21264
65.69/65.96	c #Conflicts:     230000 | #Constraints:      22264
65.69/65.96	c #Conflicts:     231000 | #Constraints:      23264
65.69/65.96	c #Conflicts:     232000 | #Constraints:      24264
65.69/65.96	c #Conflicts:     233000 | #Constraints:      25264
65.69/65.96	c #Conflicts:     234000 | #Constraints:      26264
65.69/65.96	c #Conflicts:     235000 | #Constraints:      27264
65.69/65.96	c #Conflicts:     236000 | #Constraints:      28264
65.69/65.96	c INPROCESSING
65.69/65.96	c GARBAGE COLLECT
65.69/65.96	c rational objective 732.066
85.86/86.15	c #Conflicts:     237000 | #Constraints:      19641
85.86/86.15	c #Conflicts:     238000 | #Constraints:      20641
85.86/86.15	c #Conflicts:     239000 | #Constraints:      21641
85.86/86.15	c #Conflicts:     240000 | #Constraints:      22641
85.86/86.15	c #Conflicts:     241000 | #Constraints:      23641
85.86/86.15	c #Conflicts:     242000 | #Constraints:      24641
85.86/86.15	c #Conflicts:     243000 | #Constraints:      25641
85.86/86.15	c #Conflicts:     244000 | #Constraints:      26641
85.86/86.15	c #Conflicts:     245000 | #Constraints:      27641
85.86/86.15	c #Conflicts:     246000 | #Constraints:      28641
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     247000 | #Constraints:      19878
85.86/86.15	c #Conflicts:     248000 | #Constraints:      20878
85.86/86.15	c #Conflicts:     249000 | #Constraints:      21878
85.86/86.15	c #Conflicts:     250000 | #Constraints:      22878
85.86/86.15	c #Conflicts:     251000 | #Constraints:      23878
85.86/86.15	c #Conflicts:     252000 | #Constraints:      24878
85.86/86.15	c #Conflicts:     253000 | #Constraints:      25878
85.86/86.15	c #Conflicts:     254000 | #Constraints:      26878
85.86/86.15	c #Conflicts:     255000 | #Constraints:      27878
85.86/86.15	c #Conflicts:     256000 | #Constraints:      28878
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     257000 | #Constraints:      19887
85.86/86.15	c #Conflicts:     258000 | #Constraints:      20887
85.86/86.15	c #Conflicts:     259000 | #Constraints:      21887
85.86/86.15	c #Conflicts:     260000 | #Constraints:      22887
85.86/86.15	c #Conflicts:     261000 | #Constraints:      23887
85.86/86.15	c #Conflicts:     262000 | #Constraints:      24887
85.86/86.15	c #Conflicts:     263000 | #Constraints:      25887
85.86/86.15	c #Conflicts:     264000 | #Constraints:      26887
85.86/86.15	c #Conflicts:     265000 | #Constraints:      27887
85.86/86.15	c #Conflicts:     266000 | #Constraints:      28887
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     267000 | #Constraints:      19717
85.86/86.15	c #Conflicts:     268000 | #Constraints:      20717
85.86/86.15	c #Conflicts:     269000 | #Constraints:      21717
85.86/86.15	c #Conflicts:     270000 | #Constraints:      22717
85.86/86.15	c #Conflicts:     271000 | #Constraints:      23717
85.86/86.15	c #Conflicts:     272000 | #Constraints:      24717
85.86/86.15	c #Conflicts:     273000 | #Constraints:      25717
85.86/86.15	c #Conflicts:     274000 | #Constraints:      26717
85.86/86.15	c #Conflicts:     275000 | #Constraints:      27717
85.86/86.15	c #Conflicts:     276000 | #Constraints:      28717
85.86/86.15	c #Conflicts:     277000 | #Constraints:      29717
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     278000 | #Constraints:      20257
85.86/86.15	c #Conflicts:     279000 | #Constraints:      21257
85.86/86.15	c #Conflicts:     280000 | #Constraints:      22257
85.86/86.15	c #Conflicts:     281000 | #Constraints:      23257
85.86/86.15	c #Conflicts:     282000 | #Constraints:      24257
85.86/86.15	c #Conflicts:     283000 | #Constraints:      25257
85.86/86.15	c #Conflicts:     284000 | #Constraints:      26257
85.86/86.15	c #Conflicts:     285000 | #Constraints:      27257
85.86/86.15	c #Conflicts:     286000 | #Constraints:      28257
85.86/86.15	c #Conflicts:     287000 | #Constraints:      29257
85.86/86.15	c #Conflicts:     288000 | #Constraints:      30257
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     289000 | #Constraints:      20652
85.86/86.15	c #Conflicts:     290000 | #Constraints:      21652
85.86/86.15	c #Conflicts:     291000 | #Constraints:      22652
85.86/86.15	c #Conflicts:     292000 | #Constraints:      23652
85.86/86.15	c #Conflicts:     293000 | #Constraints:      24652
85.86/86.15	c #Conflicts:     294000 | #Constraints:      25652
85.86/86.15	c #Conflicts:     295000 | #Constraints:      26652
85.86/86.15	c #Conflicts:     296000 | #Constraints:      27652
85.86/86.15	c #Conflicts:     297000 | #Constraints:      28652
85.86/86.15	c #Conflicts:     298000 | #Constraints:      29652
85.86/86.15	c #Conflicts:     299000 | #Constraints:      30652
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     300000 | #Constraints:      20876
85.86/86.15	c #Conflicts:     301000 | #Constraints:      21876
85.86/86.15	c #Conflicts:     302000 | #Constraints:      22876
85.86/86.15	c #Conflicts:     303000 | #Constraints:      23876
85.86/86.15	c #Conflicts:     304000 | #Constraints:      24876
85.86/86.15	c #Conflicts:     305000 | #Constraints:      25876
85.86/86.15	c #Conflicts:     306000 | #Constraints:      26876
85.86/86.15	c #Conflicts:     307000 | #Constraints:      27876
85.86/86.15	c #Conflicts:     308000 | #Constraints:      28876
85.86/86.15	c #Conflicts:     309000 | #Constraints:      29876
85.86/86.15	c #Conflicts:     310000 | #Constraints:      30876
85.86/86.15	c INPROCESSING
85.86/86.15	c GARBAGE COLLECT
85.86/86.15	c #Conflicts:     311000 | #Constraints:      20903
114.58/114.98	c #Conflicts:     312000 | #Constraints:      21903
114.58/114.98	c #Conflicts:     313000 | #Constraints:      22903
114.58/114.98	c #Conflicts:     314000 | #Constraints:      23903
114.58/114.98	c #Conflicts:     315000 | #Constraints:      24903
114.58/114.98	c #Conflicts:     316000 | #Constraints:      25903
114.58/114.98	c #Conflicts:     317000 | #Constraints:      26903
114.58/114.98	c #Conflicts:     318000 | #Constraints:      27903
114.58/114.98	c #Conflicts:     319000 | #Constraints:      28903
114.58/114.98	c #Conflicts:     320000 | #Constraints:      29903
114.58/114.98	c #Conflicts:     321000 | #Constraints:      30903
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     322000 | #Constraints:      20712
114.58/114.98	c #Conflicts:     323000 | #Constraints:      21712
114.58/114.98	c #Conflicts:     324000 | #Constraints:      22712
114.58/114.98	c #Conflicts:     325000 | #Constraints:      23712
114.58/114.98	c #Conflicts:     326000 | #Constraints:      24712
114.58/114.98	c #Conflicts:     327000 | #Constraints:      25712
114.58/114.98	c #Conflicts:     328000 | #Constraints:      26712
114.58/114.98	c #Conflicts:     329000 | #Constraints:      27712
114.58/114.98	c #Conflicts:     330000 | #Constraints:      28712
114.58/114.98	c #Conflicts:     331000 | #Constraints:      29712
114.58/114.98	c #Conflicts:     332000 | #Constraints:      30712
114.58/114.98	c #Conflicts:     333000 | #Constraints:      31712
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     334000 | #Constraints:      21260
114.58/114.98	c #Conflicts:     335000 | #Constraints:      22260
114.58/114.98	c #Conflicts:     336000 | #Constraints:      23260
114.58/114.98	c #Conflicts:     337000 | #Constraints:      24260
114.58/114.98	c #Conflicts:     338000 | #Constraints:      25260
114.58/114.98	c #Conflicts:     339000 | #Constraints:      26260
114.58/114.98	c #Conflicts:     340000 | #Constraints:      27260
114.58/114.98	c #Conflicts:     341000 | #Constraints:      28260
114.58/114.98	c #Conflicts:     342000 | #Constraints:      29260
114.58/114.98	c #Conflicts:     343000 | #Constraints:      30260
114.58/114.98	c #Conflicts:     344000 | #Constraints:      31260
114.58/114.98	c #Conflicts:     345000 | #Constraints:      32260
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     346000 | #Constraints:      21645
114.58/114.98	c #Conflicts:     347000 | #Constraints:      22645
114.58/114.98	c #Conflicts:     348000 | #Constraints:      23645
114.58/114.98	c #Conflicts:     349000 | #Constraints:      24645
114.58/114.98	c #Conflicts:     350000 | #Constraints:      25645
114.58/114.98	c #Conflicts:     351000 | #Constraints:      26645
114.58/114.98	c #Conflicts:     352000 | #Constraints:      27645
114.58/114.98	c #Conflicts:     353000 | #Constraints:      28645
114.58/114.98	c #Conflicts:     354000 | #Constraints:      29645
114.58/114.98	c #Conflicts:     355000 | #Constraints:      30645
114.58/114.98	c #Conflicts:     356000 | #Constraints:      31645
114.58/114.98	c #Conflicts:     357000 | #Constraints:      32645
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     358000 | #Constraints:      21869
114.58/114.98	c #Conflicts:     359000 | #Constraints:      22869
114.58/114.98	c #Conflicts:     360000 | #Constraints:      23869
114.58/114.98	c #Conflicts:     361000 | #Constraints:      24869
114.58/114.98	c #Conflicts:     362000 | #Constraints:      25869
114.58/114.98	c #Conflicts:     363000 | #Constraints:      26869
114.58/114.98	c #Conflicts:     364000 | #Constraints:      27869
114.58/114.98	c #Conflicts:     365000 | #Constraints:      28869
114.58/114.98	c #Conflicts:     366000 | #Constraints:      29869
114.58/114.98	c #Conflicts:     367000 | #Constraints:      30869
114.58/114.98	c #Conflicts:     368000 | #Constraints:      31869
114.58/114.98	c #Conflicts:     369000 | #Constraints:      32869
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     370000 | #Constraints:      21896
114.58/114.98	c #Conflicts:     371000 | #Constraints:      22896
114.58/114.98	c #Conflicts:     372000 | #Constraints:      23896
114.58/114.98	c #Conflicts:     373000 | #Constraints:      24896
114.58/114.98	c #Conflicts:     374000 | #Constraints:      25896
114.58/114.98	c #Conflicts:     375000 | #Constraints:      26896
114.58/114.98	c #Conflicts:     376000 | #Constraints:      27896
114.58/114.98	c #Conflicts:     377000 | #Constraints:      28896
114.58/114.98	c #Conflicts:     378000 | #Constraints:      29896
114.58/114.98	c #Conflicts:     379000 | #Constraints:      30896
114.58/114.98	c #Conflicts:     380000 | #Constraints:      31896
114.58/114.98	c #Conflicts:     381000 | #Constraints:      32896
114.58/114.98	c INPROCESSING
114.58/114.98	c GARBAGE COLLECT
114.58/114.98	c #Conflicts:     382000 | #Constraints:      21688
114.58/114.98	c #Conflicts:     383000 | #Constraints:      22688
114.58/114.98	c #Conflicts:     384000 | #Constraints:      23688
114.58/114.98	c #Conflicts:     385000 | #Constraints:      24688
114.58/114.98	c #Conflicts:     386000 | #Constraints:      25688
145.80/146.28	c #Conflicts:     387000 | #Constraints:      26688
145.80/146.28	c #Conflicts:     388000 | #Constraints:      27688
145.80/146.28	c #Conflicts:     389000 | #Constraints:      28688
145.80/146.28	c #Conflicts:     390000 | #Constraints:      29688
145.80/146.28	c #Conflicts:     391000 | #Constraints:      30688
145.80/146.28	c #Conflicts:     392000 | #Constraints:      31688
145.80/146.28	c #Conflicts:     393000 | #Constraints:      32688
145.80/146.28	c #Conflicts:     394000 | #Constraints:      33688
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     395000 | #Constraints:      22314
145.80/146.28	c #Conflicts:     396000 | #Constraints:      23314
145.80/146.28	c #Conflicts:     397000 | #Constraints:      24314
145.80/146.28	c #Conflicts:     398000 | #Constraints:      25314
145.80/146.28	c #Conflicts:     399000 | #Constraints:      26314
145.80/146.28	c #Conflicts:     400000 | #Constraints:      27314
145.80/146.28	c #Conflicts:     401000 | #Constraints:      28314
145.80/146.28	c #Conflicts:     402000 | #Constraints:      29314
145.80/146.28	c #Conflicts:     403000 | #Constraints:      30314
145.80/146.28	c #Conflicts:     404000 | #Constraints:      31314
145.80/146.28	c #Conflicts:     405000 | #Constraints:      32314
145.80/146.28	c #Conflicts:     406000 | #Constraints:      33314
145.80/146.28	c #Conflicts:     407000 | #Constraints:      34314
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     408000 | #Constraints:      22696
145.80/146.28	c #Conflicts:     409000 | #Constraints:      23696
145.80/146.28	c #Conflicts:     410000 | #Constraints:      24696
145.80/146.28	c #Conflicts:     411000 | #Constraints:      25696
145.80/146.28	c #Conflicts:     412000 | #Constraints:      26696
145.80/146.28	c #Conflicts:     413000 | #Constraints:      27696
145.80/146.28	c #Conflicts:     414000 | #Constraints:      28696
145.80/146.28	c #Conflicts:     415000 | #Constraints:      29696
145.80/146.28	c #Conflicts:     416000 | #Constraints:      30696
145.80/146.28	c #Conflicts:     417000 | #Constraints:      31696
145.80/146.28	c #Conflicts:     418000 | #Constraints:      32696
145.80/146.28	c #Conflicts:     419000 | #Constraints:      33696
145.80/146.28	c #Conflicts:     420000 | #Constraints:      34696
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     421000 | #Constraints:      22904
145.80/146.28	c #Conflicts:     422000 | #Constraints:      23904
145.80/146.28	c #Conflicts:     423000 | #Constraints:      24904
145.80/146.28	c #Conflicts:     424000 | #Constraints:      25904
145.80/146.28	c #Conflicts:     425000 | #Constraints:      26904
145.80/146.28	c #Conflicts:     426000 | #Constraints:      27904
145.80/146.28	c #Conflicts:     427000 | #Constraints:      28904
145.80/146.28	c #Conflicts:     428000 | #Constraints:      29904
145.80/146.28	c #Conflicts:     429000 | #Constraints:      30904
145.80/146.28	c #Conflicts:     430000 | #Constraints:      31904
145.80/146.28	c #Conflicts:     431000 | #Constraints:      32904
145.80/146.28	c #Conflicts:     432000 | #Constraints:      33904
145.80/146.28	c #Conflicts:     433000 | #Constraints:      34904
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     434000 | #Constraints:      22924
145.80/146.28	c #Conflicts:     435000 | #Constraints:      23924
145.80/146.28	c #Conflicts:     436000 | #Constraints:      24924
145.80/146.28	c #Conflicts:     437000 | #Constraints:      25924
145.80/146.28	c #Conflicts:     438000 | #Constraints:      26924
145.80/146.28	c #Conflicts:     439000 | #Constraints:      27924
145.80/146.28	c #Conflicts:     440000 | #Constraints:      28924
145.80/146.28	c #Conflicts:     441000 | #Constraints:      29924
145.80/146.28	c #Conflicts:     442000 | #Constraints:      30924
145.80/146.28	c #Conflicts:     443000 | #Constraints:      31924
145.80/146.28	c #Conflicts:     444000 | #Constraints:      32924
145.80/146.28	c #Conflicts:     445000 | #Constraints:      33924
145.80/146.28	c #Conflicts:     446000 | #Constraints:      34924
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     447000 | #Constraints:      22758
145.80/146.28	c #Conflicts:     448000 | #Constraints:      23758
145.80/146.28	c #Conflicts:     449000 | #Constraints:      24758
145.80/146.28	c #Conflicts:     450000 | #Constraints:      25758
145.80/146.28	c #Conflicts:     451000 | #Constraints:      26758
145.80/146.28	c #Conflicts:     452000 | #Constraints:      27758
145.80/146.28	c #Conflicts:     453000 | #Constraints:      28758
145.80/146.28	c #Conflicts:     454000 | #Constraints:      29758
145.80/146.28	c #Conflicts:     455000 | #Constraints:      30758
145.80/146.28	c #Conflicts:     456000 | #Constraints:      31758
145.80/146.28	c #Conflicts:     457000 | #Constraints:      32758
145.80/146.28	c #Conflicts:     458000 | #Constraints:      33758
145.80/146.28	c #Conflicts:     459000 | #Constraints:      34758
145.80/146.28	c #Conflicts:     460000 | #Constraints:      35758
145.80/146.28	c INPROCESSING
145.80/146.28	c GARBAGE COLLECT
145.80/146.28	c #Conflicts:     461000 | #Constraints:      23357
182.71/183.20	c #Conflicts:     462000 | #Constraints:      24357
182.71/183.20	c #Conflicts:     463000 | #Constraints:      25357
182.71/183.20	c #Conflicts:     464000 | #Constraints:      26357
182.71/183.20	c #Conflicts:     465000 | #Constraints:      27357
182.71/183.20	c #Conflicts:     466000 | #Constraints:      28357
182.71/183.20	c #Conflicts:     467000 | #Constraints:      29357
182.71/183.20	c #Conflicts:     468000 | #Constraints:      30357
182.71/183.20	c #Conflicts:     469000 | #Constraints:      31357
182.71/183.20	c #Conflicts:     470000 | #Constraints:      32357
182.71/183.20	c #Conflicts:     471000 | #Constraints:      33357
182.71/183.20	c #Conflicts:     472000 | #Constraints:      34357
182.71/183.20	c #Conflicts:     473000 | #Constraints:      35357
182.71/183.20	c #Conflicts:     474000 | #Constraints:      36357
182.71/183.20	c INPROCESSING
182.71/183.20	c GARBAGE COLLECT
182.71/183.20	c #Conflicts:     475000 | #Constraints:      23740
182.71/183.20	c #Conflicts:     476000 | #Constraints:      24740
182.71/183.20	c #Conflicts:     477000 | #Constraints:      25740
182.71/183.20	c #Conflicts:     478000 | #Constraints:      26740
182.71/183.20	c #Conflicts:     479000 | #Constraints:      27740
182.71/183.20	c #Conflicts:     480000 | #Constraints:      28740
182.71/183.20	c #Conflicts:     481000 | #Constraints:      29740
182.71/183.20	c #Conflicts:     482000 | #Constraints:      30740
182.71/183.20	c #Conflicts:     483000 | #Constraints:      31740
182.71/183.20	c #Conflicts:     484000 | #Constraints:      32740
182.71/183.20	c #Conflicts:     485000 | #Constraints:      33740
182.71/183.20	c #Conflicts:     486000 | #Constraints:      34740
182.71/183.20	c #Conflicts:     487000 | #Constraints:      35740
182.71/183.20	c #Conflicts:     488000 | #Constraints:      36740
182.71/183.20	c INPROCESSING
182.71/183.20	c GARBAGE COLLECT
182.71/183.20	c #Conflicts:     489000 | #Constraints:      23990
182.71/183.20	c #Conflicts:     490000 | #Constraints:      24990
182.71/183.20	c #Conflicts:     491000 | #Constraints:      25990
182.71/183.20	c #Conflicts:     492000 | #Constraints:      26990
182.71/183.20	c #Conflicts:     493000 | #Constraints:      27990
182.71/183.20	c #Conflicts:     494000 | #Constraints:      28990
182.71/183.20	c #Conflicts:     495000 | #Constraints:      29990
182.71/183.20	c #Conflicts:     496000 | #Constraints:      30990
182.71/183.20	c #Conflicts:     497000 | #Constraints:      31990
182.71/183.20	c #Conflicts:     498000 | #Constraints:      32990
182.71/183.20	c #Conflicts:     499000 | #Constraints:      33990
182.71/183.20	c #Conflicts:     500000 | #Constraints:      34990
182.71/183.20	c #Conflicts:     501000 | #Constraints:      35990
182.71/183.20	c #Conflicts:     502000 | #Constraints:      36990
182.71/183.20	c INPROCESSING
182.71/183.20	c GARBAGE COLLECT
182.71/183.20	c #Conflicts:     503000 | #Constraints:      23990
182.71/183.20	c #Conflicts:     504000 | #Constraints:      24990
182.71/183.20	c #Conflicts:     505000 | #Constraints:      25990
182.71/183.20	c #Conflicts:     506000 | #Constraints:      26990
182.71/183.20	c #Conflicts:     507000 | #Constraints:      27990
182.71/183.20	c #Conflicts:     508000 | #Constraints:      28990
182.71/183.20	c #Conflicts:     509000 | #Constraints:      29990
182.71/183.20	c #Conflicts:     510000 | #Constraints:      30990
182.71/183.20	c #Conflicts:     511000 | #Constraints:      31990
182.71/183.20	c #Conflicts:     512000 | #Constraints:      32990
182.71/183.20	c #Conflicts:     513000 | #Constraints:      33990
182.71/183.20	c #Conflicts:     514000 | #Constraints:      34990
182.71/183.20	c #Conflicts:     515000 | #Constraints:      35990
182.71/183.20	c #Conflicts:     516000 | #Constraints:      36990
182.71/183.20	c INPROCESSING
182.71/183.20	c GARBAGE COLLECT
182.71/183.20	c #Conflicts:     517000 | #Constraints:      23753
182.71/183.20	c #Conflicts:     518000 | #Constraints:      24753
182.71/183.20	c #Conflicts:     519000 | #Constraints:      25753
182.71/183.20	c #Conflicts:     520000 | #Constraints:      26753
182.71/183.20	c #Conflicts:     521000 | #Constraints:      27753
182.71/183.20	c #Conflicts:     522000 | #Constraints:      28753
182.71/183.20	c #Conflicts:     523000 | #Constraints:      29753
182.71/183.20	c #Conflicts:     524000 | #Constraints:      30753
182.71/183.20	c #Conflicts:     525000 | #Constraints:      31753
182.71/183.20	c #Conflicts:     526000 | #Constraints:      32753
182.71/183.20	c #Conflicts:     527000 | #Constraints:      33753
182.71/183.20	c #Conflicts:     528000 | #Constraints:      34753
182.71/183.20	c #Conflicts:     529000 | #Constraints:      35753
182.71/183.20	c #Conflicts:     530000 | #Constraints:      36753
182.71/183.20	c #Conflicts:     531000 | #Constraints:      37753
182.71/183.20	c INPROCESSING
182.71/183.20	c GARBAGE COLLECT
182.71/183.20	c #Conflicts:     532000 | #Constraints:      24393
182.71/183.20	c #Conflicts:     533000 | #Constraints:      25393
182.71/183.20	c #Conflicts:     534000 | #Constraints:      26393
182.71/183.20	c #Conflicts:     535000 | #Constraints:      27393
182.71/183.20	c #Conflicts:     536000 | #Constraints:      28393
193.77/194.34	c #Conflicts:     537000 | #Constraints:      29393
193.77/194.34	c #Conflicts:     538000 | #Constraints:      30393
193.77/194.34	c #Conflicts:     539000 | #Constraints:      31393
193.77/194.34	c #Conflicts:     540000 | #Constraints:      32393
193.77/194.34	c #Conflicts:     541000 | #Constraints:      33393
193.77/194.34	c #Conflicts:     542000 | #Constraints:      34393
193.77/194.34	c #Conflicts:     543000 | #Constraints:      35393
193.77/194.34	c #Conflicts:     544000 | #Constraints:      36393
193.77/194.34	c #Conflicts:     545000 | #Constraints:      37393
193.77/194.34	c #Conflicts:     546000 | #Constraints:      38393
193.77/194.34	c INPROCESSING
193.77/194.34	c GARBAGE COLLECT
193.77/194.34	c #Conflicts:     547000 | #Constraints:      24783
193.77/194.34	c #Conflicts:     548000 | #Constraints:      25783
193.77/194.34	c #Conflicts:     549000 | #Constraints:      26783
193.77/194.34	c #Conflicts:     550000 | #Constraints:      27783
193.77/194.34	c #Conflicts:     551000 | #Constraints:      28783
193.77/194.34	c #Conflicts:     552000 | #Constraints:      29783
193.77/194.34	c #Conflicts:     553000 | #Constraints:      30783
193.77/194.34	c #Conflicts:     554000 | #Constraints:      31783
193.77/194.34	c #Conflicts:     555000 | #Constraints:      32783
193.77/194.35	c #Conflicts:     556000 | #Constraints:      33783
193.77/194.35	c #Conflicts:     557000 | #Constraints:      34783
193.77/194.35	c #Conflicts:     558000 | #Constraints:      35783
193.77/194.35	c #Conflicts:     559000 | #Constraints:      36783
193.77/194.35	c #Conflicts:     560000 | #Constraints:      37783
193.77/194.35	c #Conflicts:     561000 | #Constraints:      38783
193.77/194.35	c INPROCESSING
193.77/194.35	c GARBAGE COLLECT
193.77/194.35	c rational objective 753.739
222.20/222.81	c #Conflicts:     562000 | #Constraints:      24918
222.20/222.81	c #Conflicts:     563000 | #Constraints:      25918
222.20/222.81	c #Conflicts:     564000 | #Constraints:      26918
222.20/222.81	c #Conflicts:     565000 | #Constraints:      27918
222.20/222.81	c #Conflicts:     566000 | #Constraints:      28918
222.20/222.81	c #Conflicts:     567000 | #Constraints:      29918
222.20/222.81	c #Conflicts:     568000 | #Constraints:      30918
222.20/222.81	c #Conflicts:     569000 | #Constraints:      31918
222.20/222.81	c #Conflicts:     570000 | #Constraints:      32918
222.20/222.81	c #Conflicts:     571000 | #Constraints:      33918
222.20/222.81	c #Conflicts:     572000 | #Constraints:      34918
222.20/222.81	c #Conflicts:     573000 | #Constraints:      35918
222.20/222.81	c #Conflicts:     574000 | #Constraints:      36918
222.20/222.81	c #Conflicts:     575000 | #Constraints:      37918
222.20/222.81	c #Conflicts:     576000 | #Constraints:      38918
222.20/222.81	c INPROCESSING
222.20/222.81	c GARBAGE COLLECT
222.20/222.81	c #Conflicts:     577000 | #Constraints:      24932
222.20/222.81	c #Conflicts:     578000 | #Constraints:      25932
222.20/222.81	c #Conflicts:     579000 | #Constraints:      26932
222.20/222.81	c #Conflicts:     580000 | #Constraints:      27932
222.20/222.81	c #Conflicts:     581000 | #Constraints:      28932
222.20/222.81	c #Conflicts:     582000 | #Constraints:      29932
222.20/222.81	c #Conflicts:     583000 | #Constraints:      30932
222.20/222.81	c #Conflicts:     584000 | #Constraints:      31932
222.20/222.81	c #Conflicts:     585000 | #Constraints:      32932
222.20/222.81	c #Conflicts:     586000 | #Constraints:      33932
222.20/222.81	c #Conflicts:     587000 | #Constraints:      34932
222.20/222.81	c #Conflicts:     588000 | #Constraints:      35932
222.20/222.81	c #Conflicts:     589000 | #Constraints:      36932
222.20/222.81	c #Conflicts:     590000 | #Constraints:      37932
222.20/222.81	c #Conflicts:     591000 | #Constraints:      38932
222.20/222.81	c INPROCESSING
222.20/222.81	c GARBAGE COLLECT
222.20/222.81	c #Conflicts:     592000 | #Constraints:      24743
222.20/222.81	c #Conflicts:     593000 | #Constraints:      25743
222.20/222.81	c #Conflicts:     594000 | #Constraints:      26743
222.20/222.81	c #Conflicts:     595000 | #Constraints:      27743
222.20/222.81	c #Conflicts:     596000 | #Constraints:      28743
222.20/222.81	c #Conflicts:     597000 | #Constraints:      29743
222.20/222.81	c #Conflicts:     598000 | #Constraints:      30743
222.20/222.81	c #Conflicts:     599000 | #Constraints:      31743
222.20/222.81	c #Conflicts:     600000 | #Constraints:      32743
222.20/222.81	c #Conflicts:     601000 | #Constraints:      33743
222.20/222.81	c #Conflicts:     602000 | #Constraints:      34743
222.20/222.81	c #Conflicts:     603000 | #Constraints:      35743
222.20/222.81	c #Conflicts:     604000 | #Constraints:      36743
222.20/222.81	c #Conflicts:     605000 | #Constraints:      37743
222.20/222.81	c #Conflicts:     606000 | #Constraints:      38743
222.20/222.81	c #Conflicts:     607000 | #Constraints:      39743
222.20/222.81	c INPROCESSING
222.20/222.81	c GARBAGE COLLECT
222.20/222.81	c #Conflicts:     608000 | #Constraints:      25382
222.20/222.81	c #Conflicts:     609000 | #Constraints:      26382
222.20/222.81	c #Conflicts:     610000 | #Constraints:      27382
222.20/222.81	c #Conflicts:     611000 | #Constraints:      28382
222.20/222.81	c #Conflicts:     612000 | #Constraints:      29382
222.20/222.81	c #Conflicts:     613000 | #Constraints:      30382
222.20/222.81	c #Conflicts:     614000 | #Constraints:      31382
222.20/222.81	c #Conflicts:     615000 | #Constraints:      32382
222.20/222.81	c #Conflicts:     616000 | #Constraints:      33382
222.20/222.81	c #Conflicts:     617000 | #Constraints:      34382
222.20/222.81	c #Conflicts:     618000 | #Constraints:      35382
222.20/222.81	c #Conflicts:     619000 | #Constraints:      36382
222.20/222.81	c #Conflicts:     620000 | #Constraints:      37382
222.20/222.81	c #Conflicts:     621000 | #Constraints:      38382
222.20/222.81	c #Conflicts:     622000 | #Constraints:      39382
222.20/222.81	c #Conflicts:     623000 | #Constraints:      40382
222.20/222.81	c INPROCESSING
222.20/222.81	c GARBAGE COLLECT
222.20/222.81	c #Conflicts:     624000 | #Constraints:      25773
222.20/222.81	c #Conflicts:     625000 | #Constraints:      26773
222.20/222.81	c #Conflicts:     626000 | #Constraints:      27774
222.20/222.81	c #Conflicts:     627000 | #Constraints:      28774
222.20/222.81	c #Conflicts:     628000 | #Constraints:      29774
222.20/222.81	c #Conflicts:     629000 | #Constraints:      30774
222.20/222.81	c #Conflicts:     630000 | #Constraints:      31774
222.20/222.81	c #Conflicts:     631000 | #Constraints:      32774
222.20/222.81	c #Conflicts:     632000 | #Constraints:      33774
222.20/222.81	c #Conflicts:     633000 | #Constraints:      34774
222.20/222.81	c #Conflicts:     634000 | #Constraints:      35774
222.20/222.81	c #Conflicts:     635000 | #Constraints:      36774
222.20/222.81	c #Conflicts:     636000 | #Constraints:      37774
222.20/222.81	c #Conflicts:     637000 | #Constraints:      38774
222.20/222.81	c #Conflicts:     638000 | #Constraints:      39774
246.94/247.61	c #Conflicts:     639000 | #Constraints:      40774
246.94/247.61	c INPROCESSING
246.94/247.61	c GARBAGE COLLECT
246.94/247.61	c #Conflicts:     640000 | #Constraints:      25922
246.94/247.61	c #Conflicts:     641000 | #Constraints:      26922
246.94/247.61	c #Conflicts:     642000 | #Constraints:      27922
246.94/247.61	c #Conflicts:     643000 | #Constraints:      28922
246.94/247.61	c #Conflicts:     644000 | #Constraints:      29922
246.94/247.61	c #Conflicts:     645000 | #Constraints:      30922
246.94/247.61	c #Conflicts:     646000 | #Constraints:      31922
246.94/247.61	c #Conflicts:     647000 | #Constraints:      32922
246.94/247.61	c #Conflicts:     648000 | #Constraints:      33922
246.94/247.61	c #Conflicts:     649000 | #Constraints:      34922
246.94/247.61	c #Conflicts:     650000 | #Constraints:      35922
246.94/247.61	c #Conflicts:     651000 | #Constraints:      36922
246.94/247.61	c #Conflicts:     652000 | #Constraints:      37922
246.94/247.61	c #Conflicts:     653000 | #Constraints:      38922
246.94/247.61	c #Conflicts:     654000 | #Constraints:      39922
246.94/247.61	c #Conflicts:     655000 | #Constraints:      40922
246.94/247.61	c INPROCESSING
246.94/247.61	c GARBAGE COLLECT
246.94/247.61	c #Conflicts:     656000 | #Constraints:      25951
246.94/247.61	c #Conflicts:     657000 | #Constraints:      26952
246.94/247.61	c #Conflicts:     658000 | #Constraints:      27952
246.94/247.61	c #Conflicts:     659000 | #Constraints:      28952
246.94/247.61	c #Conflicts:     660000 | #Constraints:      29952
246.94/247.61	c #Conflicts:     661000 | #Constraints:      30952
246.94/247.61	c #Conflicts:     662000 | #Constraints:      31952
246.94/247.61	c #Conflicts:     663000 | #Constraints:      32952
246.94/247.61	c #Conflicts:     664000 | #Constraints:      33952
246.94/247.61	c #Conflicts:     665000 | #Constraints:      34952
246.94/247.61	c #Conflicts:     666000 | #Constraints:      35952
246.94/247.61	c #Conflicts:     667000 | #Constraints:      36952
246.94/247.61	c #Conflicts:     668000 | #Constraints:      37952
246.94/247.61	c #Conflicts:     669000 | #Constraints:      38952
246.94/247.61	c #Conflicts:     670000 | #Constraints:      39952
246.94/247.61	c #Conflicts:     671000 | #Constraints:      40952
246.94/247.61	c INPROCESSING
246.94/247.61	c GARBAGE COLLECT
246.94/247.61	c #Conflicts:     672000 | #Constraints:      25715
246.94/247.61	c #Conflicts:     673000 | #Constraints:      26715
246.94/247.61	c #Conflicts:     674000 | #Constraints:      27715
246.94/247.61	c #Conflicts:     675000 | #Constraints:      28715
246.94/247.61	c #Conflicts:     676000 | #Constraints:      29715
246.94/247.61	c #Conflicts:     677000 | #Constraints:      30715
246.94/247.61	c #Conflicts:     678000 | #Constraints:      31715
246.94/247.61	c #Conflicts:     679000 | #Constraints:      32715
246.94/247.61	c #Conflicts:     680000 | #Constraints:      33716
246.94/247.61	c #Conflicts:     681000 | #Constraints:      34716
246.94/247.61	c #Conflicts:     682000 | #Constraints:      35716
246.94/247.61	c #Conflicts:     683000 | #Constraints:      36716
246.94/247.61	c #Conflicts:     684000 | #Constraints:      37716
246.94/247.61	c #Conflicts:     685000 | #Constraints:      38716
246.94/247.61	c #Conflicts:     686000 | #Constraints:      39716
246.94/247.61	c #Conflicts:     687000 | #Constraints:      40716
246.94/247.61	c #Conflicts:     688000 | #Constraints:      41716
246.94/247.61	c INPROCESSING
246.94/247.61	c GARBAGE COLLECT
246.94/247.61	c #Conflicts:     689000 | #Constraints:      26327
246.94/247.61	c #Conflicts:     690000 | #Constraints:      27327
246.94/247.61	c #Conflicts:     691000 | #Constraints:      28327
246.94/247.61	c #Conflicts:     692000 | #Constraints:      29327
246.94/247.61	c #Conflicts:     693000 | #Constraints:      30327
246.94/247.61	c #Conflicts:     694000 | #Constraints:      31327
246.94/247.61	c #Conflicts:     695000 | #Constraints:      32327
246.94/247.61	c #Conflicts:     696000 | #Constraints:      33327
246.94/247.61	c #Conflicts:     697000 | #Constraints:      34327
246.94/247.61	c #Conflicts:     698000 | #Constraints:      35327
246.94/247.61	c #Conflicts:     699000 | #Constraints:      36327
246.94/247.61	c #Conflicts:     700000 | #Constraints:      37327
246.94/247.61	c #Conflicts:     701000 | #Constraints:      38327
246.94/247.61	c #Conflicts:     702000 | #Constraints:      39327
246.94/247.61	c #Conflicts:     703000 | #Constraints:      40327
246.94/247.61	c #Conflicts:     704000 | #Constraints:      41327
246.94/247.61	c #Conflicts:     705000 | #Constraints:      42327
246.94/247.61	c INPROCESSING
246.94/247.61	c GARBAGE COLLECT
246.94/247.61	WSVECS04 Frhs2[7]: 6 0 1.19453 shouldn't be
246.94/247.61	WSVECS04 Frhs2[23]: 6 -0.0164531 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[27]: 6 -1.17443 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[45]: 6 -1.36766 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[49]: 6 -1.32094 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[55]: 6 -1.3082 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[63]: 6 -0.830998 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[68]: 6 0 4.03221 shouldn't be
246.94/247.61	WSVECS04 Frhs2[93]: 6 -0.991938 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[98]: 6 0 0.370263 shouldn't be
246.94/247.61	WSVECS04 Frhs2[101]: 6 -0.619536 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[120]: 6 -1.05629 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[123]: 6 0 0.0423026 shouldn't be
246.94/247.61	WSVECS04 Frhs2[130]: 6 -72.2659 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[132]: 6 -0.408769 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[139]: 6 -2.24337 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[151]: 6 0 1.11162 shouldn't be
246.94/247.61	WSVECS04 Frhs2[154]: 6 0 22.9883 shouldn't be
246.94/247.61	WSVECS04 Frhs2[157]: 6 0 162.901 shouldn't be
246.94/247.61	WSVECS04 Frhs2[158]: 6 -0.996581 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[159]: 6 -91.3866 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[168]: 6 -0.564171 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[173]: 6 0 0.0758615 shouldn't be
246.94/247.61	WSVECS04 Frhs2[185]: 6 0 1.32329 shouldn't be
246.94/247.61	WSVECS04 Frhs2[207]: 6 -0.161732 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[215]: 6 0 0.0974263 shouldn't be
246.94/247.61	WSVECS04 Frhs2[222]: 6 -0.98974 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[249]: 6 0 0.73587 shouldn't be
246.94/247.61	WSVECS04 Frhs2[269]: 6 0 0.18586 shouldn't be
246.94/247.61	WSVECS04 Frhs2[279]: 6 -0.378334 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[283]: 6 -1.49848 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[293]: 6 -1.372 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[310]: 6 0 4.03581 shouldn't be
246.94/247.61	WSVECS04 Frhs2[317]: 6 -0.987907 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[321]: 6 -0.677309 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[325]: 6 -1.55419 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[332]: 6 0 1.95842 shouldn't be
246.94/247.61	WSVECS04 Frhs2[349]: 6 -0.878645 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[350]: 6 -0.99316 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[439]: 6 0 1.18986 shouldn't be
246.94/247.61	WSVECS04 Frhs2[444]: 6 -2.18801 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[446]: 6 -1.61303 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[449]: 6 -66.4774 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[482]: 6 -22.9849 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[486]: 6 0 0.488953 shouldn't be
246.94/247.61	WSVECS04 Frhs2[511]: 6 -3.26799 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[535]: 6 -6.21694 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[570]: 6 -0.988154 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[571]: 6 0 18.0465 shouldn't be
246.94/247.61	WSVECS04 Frhs2[577]: 6 -1.27125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[610]: 6 -0.866659 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[615]: 6 0 1.03951 shouldn't be
246.94/247.61	WSVECS04 Frhs2[617]: 6 0 1.80404 shouldn't be
246.94/247.61	WSVECS04 Frhs2[670]: 6 -1.48974 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[695]: 6 0 0.770859 shouldn't be
246.94/247.61	WSVECS04 Frhs2[917]: 6 -1.00544 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[954]: 6 -0.963765 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[979]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[989]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1016]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1019]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1047]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1062]: 6 -3.05965 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1074]: 6 0 0.061072 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1087]: 6 -0.813778 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1096]: 6 0 0.26465 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1116]: 6 -0.882847 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1121]: 6 -1.04666 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1138]: 6 -0.722611 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1139]: 6 0 3.12505 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1143]: 6 -1.36999 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1153]: 6 -2.06372 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1158]: 6 -1.00943 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1162]: 6 -0.759121 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1165]: 6 -0.608642 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1174]: 6 -2.53121 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1195]: 6 -2.70911 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1204]: 6 -0.744936 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1217]: 6 -3.0314 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1236]: 6 -0.784151 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1240]: 6 -2.31857 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1257]: 6 -2.43522 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1271]: 6 -3.19899 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1273]: 6 0 0.28324 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1280]: 6 -1.24068 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1312]: 6 -2.58441 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1339]: 6 -0.875001 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1344]: 6 -1.21322 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1347]: 6 -0.655506 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1348]: 6 0 0.221641 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1354]: 6 -2.89994 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1369]: 6 -2.03333 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1372]: 6 -1.10776 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1385]: 6 0 0.489507 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1394]: 6 -0.0815272 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1395]: 6 -0.904416 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1409]: 6 -0.758373 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1411]: 6 -3.06246 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1426]: 6 0 0.248247 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1437]: 6 -2.29243 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1458]: 6 -1.81447 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1459]: 6 -2.98527 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1460]: 6 -2.50177 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1461]: 6 -1.15898 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1462]: 6 -1.76713 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1465]: 6 -0.871462 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1468]: 6 -1.18533 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1470]: 6 -1.1689 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1486]: 6 -2.24767 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1491]: 6 -2.04191 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1492]: 6 -1.83596 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1495]: 6 -0.749383 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1500]: 6 -0.81467 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1502]: 6 -0.280648 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1507]: 6 -0.118695 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1523]: 6 -1.09381 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1525]: 6 -1.00284 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1529]: 6 -0.715811 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1532]: 6 -1.32292 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1550]: 6 -2.85548 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1558]: 6 -2.96488 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1586]: 6 -1.86165 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1591]: 6 -1.18343 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1592]: 6 0 1.6179 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1593]: 6 -2.74774 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1596]: 6 -1.58792 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1612]: 6 -0.998132 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1616]: 6 -1.00496 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1619]: 6 -0.99381 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1628]: 6 -1.86356 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1629]: 6 -2.50547 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1643]: 6 -2.17197 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1657]: 6 -3.31744 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1663]: 6 0 0.802717 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1681]: 6 -1.13995 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1690]: 6 -1.54903 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1718]: 6 -2.41557 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1724]: 6 -0.382927 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1737]: 6 -0.397762 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1953]: 6 0 0.0952213 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1964]: 6 -1.5 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1968]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1971]: 6 -1.11061 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1984]: 6 -1.01683 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1989]: 6 -11.3734 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[1992]: 6 -1.37399 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2001]: 6 -2 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2052]: 6 0 11.0563 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2070]: 6 0 0.858657 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2072]: 6 -0.983029 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2078]: 6 -1.68492 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2084]: 6 -5.77162 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2094]: 6 -5.46863 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2095]: 6 -0.625757 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2106]: 6 -4.95162 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2145]: 6 -1.74297 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2152]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2154]: 6 0 1.4995 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2158]: 6 -0.810598 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2166]: 6 0 1.61891 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2188]: 6 -2.37064 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2212]: 6 -1.7096 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2220]: 6 -1.16705 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2223]: 6 -0.539654 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2229]: 6 -1.23525 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2233]: 6 -1.49854 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2242]: 6 0 1.41385 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2248]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2260]: 6 0 1.2549 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2286]: 6 -1.40922 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2288]: 6 -5.82826 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2294]: 6 0 6.9767 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2300]: 6 0 0.209117 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2302]: 6 -7.19826 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2307]: 6 -0.743056 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2316]: 6 0 1.15525 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2324]: 6 -0.702883 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2329]: 6 -8.84672 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2335]: 6 -135.043 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2337]: 6 -1.00054 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2339]: 6 -0.999996 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2341]: 6 -1.00218 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2348]: 6 -2.20361 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2352]: 6 -1.18558 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2357]: 6 0 0.621869 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2360]: 6 -9.15161 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2362]: 6 -0.637698 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2380]: 6 -4.24548 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2402]: 6 -1.3706 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2420]: 6 -1.56918 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2426]: 6 -1.03825 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2438]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2442]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2452]: 6 -1.3125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2488]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2504]: 6 -1.41723 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2535]: 6 -1.3334 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2539]: 6 -1.33362 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2548]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2597]: 6 -1.17672 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2609]: 6 0 4.39824 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2642]: 6 0 2.00001 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2669]: 6 -0.826614 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2693]: 6 -1.59578 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2708]: 6 -1.3125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2716]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2724]: 6 0 1.40518 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2731]: 6 -1.33763 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2758]: 6 0 1.25 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2799]: 6 0 3.26801 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2817]: 6 -1.375 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2828]: 6 -0.586732 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2868]: 6 -0.987907 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2871]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2878]: 6 -5 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2885]: 6 -1.00001 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2890]: 6 -1.00035 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2920]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2948]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2980]: 6 -1.38017 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[2984]: 6 -1.27264 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3005]: 6 -1.15953 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3008]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3011]: 6 -0.890253 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3013]: 6 -0.5 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3037]: 6 -0.340292 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3050]: 6 0 1.75221 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3054]: 6 -3.03203 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3068]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3079]: 6 -3.55012 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3097]: 6 -1.12854 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3151]: 6 -2 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3169]: 6 -1.00007 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3170]: 6 -0.998449 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3175]: 6 -3.67793 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3190]: 6 -1.09861 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3191]: 6 -0.969998 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3197]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3202]: 6 -0.991522 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3203]: 6 -1.00026 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3212]: 6 0 5.93134 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3236]: 6 0 0.629357 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3238]: 6 -0.724086 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3242]: 6 -3.63806 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3279]: 6 -1.18558 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3284]: 6 -0.835979 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3288]: 6 -1.02572 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3290]: 6 -1.10289 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3298]: 6 -0.89877 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3305]: 6 -0.263734 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3309]: 6 -0.779777 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3313]: 6 -1.11911 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3323]: 6 -0.5 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3331]: 6 -0.357344 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3342]: 6 -0.913825 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3343]: 6 -0.913825 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3347]: 6 -0.6553 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3351]: 6 -1.6212 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3368]: 6 -1.3125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3369]: 6 -1.37503 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3380]: 6 -0.529355 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3387]: 6 -0.170455 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3391]: 6 -1.3901 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3400]: 6 -2.38452 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3407]: 6 -0.750025 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3414]: 6 0 1.30285 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3416]: 6 0 0.605694 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3422]: 6 -18.125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3436]: 6 -12.5303 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3452]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3460]: 6 -3.36021 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3471]: 6 -1.32767 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3479]: 6 -1.01135 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3484]: 6 -0.981031 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3498]: 6 -0.258824 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3504]: 6 -3.3228 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3506]: 6 -3.13437 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3516]: 6 0 0.0996644 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3535]: 6 0 6.51889 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3566]: 6 -1.69277 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3569]: 6 -1.29225 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3574]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3614]: 6 -5.29225 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3626]: 6 -0.84635 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3628]: 6 -3.03082 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3667]: 6 -1.03014 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3684]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3700]: 6 -1.09502 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3719]: 6 -1.29451 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3724]: 6 -0.97818 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3728]: 6 -0.842592 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3736]: 6 -4.691 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3745]: 6 -0.880363 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3764]: 6 -2.27297 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3770]: 6 -1.00491 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3812]: 6 -1.50119 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3816]: 6 -0.947585 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3822]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3832]: 6 -1.125 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3834]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3858]: 6 -1.16148 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3859]: 6 -1.37996 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3860]: 6 -0.996508 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3861]: 6 -0.959513 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3887]: 6 0 3.33559 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3894]: 6 0 1.01511 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3912]: 6 -1.43775 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3918]: 6 -1.01743 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3919]: 6 -3.75225 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3926]: 6 -4.89806 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3929]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3937]: 6 -0.349345 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3942]: 6 -1.49361 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3953]: 6 -1.34351 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3957]: 6 -1.22725 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3958]: 6 -0.537564 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3963]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3964]: 6 -2.03323 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3978]: 6 0 1.53899 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3979]: 6 -0.398542 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3988]: 6 -1.00167 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3989]: 6 -0.249494 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4004]: 6 0 1.01138 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4008]: 6 -1.06918 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4010]: 6 -0.0910217 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4019]: 6 0 0.03773 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4023]: 6 0 0.76504 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4024]: 6 0 3.13291 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4028]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4034]: 6 -0.37708 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4046]: 6 -1.25 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4053]: 6 -1.66458 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4061]: 6 0 0.898096 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4074]: 6 -4.78666 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4097]: 6 -0.935483 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4100]: 6 -1.33501 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4103]: 6 -0.462421 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4106]: 6 -1.01088 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4117]: 6 -0.405514 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4122]: 6 0 1 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4177]: 6 -0.574467 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4178]: 6 -0.593715 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4186]: 6 -1.03241 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4187]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4188]: 6 -0.580476 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
246.94/247.61	WSVECS04 Frhs2[4284]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[65]: 6 -0.431427 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[66]: 6 -25.0464 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[84]: 6 0 1.37607 shouldn't be
248.04/248.75	WSVECS04 Frhs2[86]: 6 0 2.38024 shouldn't be
248.04/248.75	WSVECS04 Frhs2[106]: 6 0 0.685738 shouldn't be
248.04/248.75	WSVECS04 Frhs2[112]: 6 0 1.07775 shouldn't be
248.04/248.75	WSVECS04 Frhs2[122]: 6 -0.517467 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[136]: 6 -0.0776521 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[186]: 6 0 1.74811 shouldn't be
248.04/248.75	WSVECS04 Frhs2[192]: 6 0 1.60215 shouldn't be
248.04/248.75	WSVECS04 Frhs2[208]: 6 0 0.639752 shouldn't be
248.04/248.75	WSVECS04 Frhs2[263]: 6 0 0.834219 shouldn't be
248.04/248.75	WSVECS04 Frhs2[278]: 6 0 0.32628 shouldn't be
248.04/248.75	WSVECS04 Frhs2[285]: 6 -0.136707 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[294]: 6 -0.356238 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[309]: 6 0 2.40264 shouldn't be
248.04/248.75	WSVECS04 Frhs2[331]: 6 0 0.395697 shouldn't be
248.04/248.75	WSVECS04 Frhs2[436]: 6 0 5.24176 shouldn't be
248.04/248.75	WSVECS04 Frhs2[472]: 6 0 1.74318 shouldn't be
248.04/248.75	WSVECS04 Frhs2[518]: 6 0 1.57874 shouldn't be
248.04/248.75	WSVECS04 Frhs2[541]: 6 -0.827784 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[565]: 6 0 2.26294 shouldn't be
248.04/248.75	WSVECS04 Frhs2[579]: 6 0 5.76647 shouldn't be
248.04/248.75	WSVECS04 Frhs2[583]: 6 0 0.63797 shouldn't be
248.04/248.75	WSVECS04 Frhs2[597]: 6 0 2.52738 shouldn't be
248.04/248.75	WSVECS04 Frhs2[638]: 6 -1.2072 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[659]: 6 0 1.18816 shouldn't be
248.04/248.75	WSVECS04 Frhs2[663]: 6 0 2.0449 shouldn't be
248.04/248.75	WSVECS04 Frhs2[705]: 6 0 3.53049 shouldn't be
248.04/248.75	WSVECS04 Frhs2[706]: 6 0 0.27431 shouldn't be
248.04/248.75	WSVECS04 Frhs2[707]: 6 0 0.020844 shouldn't be
248.04/248.75	WSVECS04 Frhs2[724]: 6 0 0.933518 shouldn't be
248.04/248.75	WSVECS04 Frhs2[936]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1042]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1088]: 6 -0.639475 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1184]: 6 -1.4415 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1191]: 6 -0.774417 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1281]: 6 -0.999993 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1343]: 6 -3.14609 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1367]: 6 -0.88903 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1380]: 6 -0.956572 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1402]: 6 -2.36266 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1436]: 6 -2.56555 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1476]: 6 -0.39205 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1501]: 6 0 0.0850426 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1540]: 6 -1.55442 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1561]: 6 0 0.349417 shouldn't be
248.04/248.75	WSVECS04 Frhs2[1994]: 6 0 1.75 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2112]: 6 0 1 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2185]: 6 -1.78634 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2232]: 6 -0.125549 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2251]: 6 0 2.48308e-07 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2383]: 6 -9.73798 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2400]: 6 0 1 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2419]: 6 0 1.17503 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2473]: 6 -2.27673 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2527]: 6 -1.79176 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2769]: 6 -0.625001 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2773]: 6 -0.5 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2779]: 6 -1.39339 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2870]: 6 0 1 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[2918]: 6 0 0.00123913 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3294]: 6 -0.314331 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3330]: 6 -2.35734 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3420]: 6 -7.55511 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3520]: 6 0 0.382079 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3578]: 6 -0.728323 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3636]: 6 -0.258671 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3674]: 6 -0.755308 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3768]: 6 -0.572284 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3797]: 6 -0.618419 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3842]: 6 0 0.88624 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3844]: 6 -0.755754 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3866]: 6 0 0.0867094 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3868]: 6 -0.720344 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3870]: 6 -2.05754 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3886]: 6 0 1.30346 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3934]: 6 0 1 shouldn't be
248.04/248.75	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4025]: 6 -0.397167 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4064]: 6 0 1.09116 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4160]: 6 -1 0 shouldn't be
248.04/248.75	WSVECS04 Frhs2[4288]: 6 -1 0 shouldn't be
288.74/289.55	c #Conflicts:     706000 | #Constraints:      26722
288.74/289.55	c #Conflicts:     707000 | #Constraints:      27722
288.74/289.55	c #Conflicts:     708000 | #Constraints:      28722
288.74/289.55	c #Conflicts:     709000 | #Constraints:      29722
288.74/289.55	c #Conflicts:     710000 | #Constraints:      30722
288.74/289.55	c #Conflicts:     711000 | #Constraints:      31722
288.74/289.55	c #Conflicts:     712000 | #Constraints:      32722
288.74/289.55	c #Conflicts:     713000 | #Constraints:      33722
288.74/289.55	c #Conflicts:     714000 | #Constraints:      34722
288.74/289.55	c #Conflicts:     715000 | #Constraints:      35722
288.74/289.55	c #Conflicts:     716000 | #Constraints:      36722
288.74/289.55	c #Conflicts:     717000 | #Constraints:      37722
288.74/289.55	c #Conflicts:     718000 | #Constraints:      38722
288.74/289.55	c #Conflicts:     719000 | #Constraints:      39722
288.74/289.55	c #Conflicts:     720000 | #Constraints:      40722
288.74/289.55	c #Conflicts:     721000 | #Constraints:      41722
288.74/289.55	c #Conflicts:     722000 | #Constraints:      42722
288.74/289.55	c INPROCESSING
288.74/289.55	c GARBAGE COLLECT
288.74/289.55	c #Conflicts:     723000 | #Constraints:      26954
288.74/289.55	c #Conflicts:     724000 | #Constraints:      27954
288.74/289.55	c #Conflicts:     725000 | #Constraints:      28954
288.74/289.55	c #Conflicts:     726000 | #Constraints:      29954
288.74/289.55	c #Conflicts:     727000 | #Constraints:      30954
288.74/289.55	c #Conflicts:     728000 | #Constraints:      31954
288.74/289.55	c #Conflicts:     729000 | #Constraints:      32955
288.74/289.55	c #Conflicts:     730000 | #Constraints:      33955
288.74/289.55	c #Conflicts:     731000 | #Constraints:      34955
288.74/289.55	c #Conflicts:     732000 | #Constraints:      35955
288.74/289.55	c #Conflicts:     733000 | #Constraints:      36955
288.74/289.55	c #Conflicts:     734000 | #Constraints:      37955
288.74/289.55	c #Conflicts:     735000 | #Constraints:      38955
288.74/289.55	c #Conflicts:     736000 | #Constraints:      39955
288.74/289.55	c #Conflicts:     737000 | #Constraints:      40955
288.74/289.55	c #Conflicts:     738000 | #Constraints:      41955
288.74/289.55	c #Conflicts:     739000 | #Constraints:      42955
288.74/289.55	c INPROCESSING
288.74/289.55	c GARBAGE COLLECT
288.74/289.55	c #Conflicts:     740000 | #Constraints:      27006
288.74/289.55	c #Conflicts:     741000 | #Constraints:      28006
288.74/289.55	c #Conflicts:     742000 | #Constraints:      29006
288.74/289.55	c #Conflicts:     743000 | #Constraints:      30006
288.74/289.55	c #Conflicts:     744000 | #Constraints:      31006
288.74/289.55	c #Conflicts:     745000 | #Constraints:      32013
288.74/289.55	c #Conflicts:     746000 | #Constraints:      33028
288.74/289.55	c #Conflicts:     747000 | #Constraints:      34028
288.74/289.55	c #Conflicts:     748000 | #Constraints:      35028
288.74/289.55	c #Conflicts:     749000 | #Constraints:      36028
288.74/289.55	c #Conflicts:     750000 | #Constraints:      37028
288.74/289.55	c #Conflicts:     751000 | #Constraints:      38028
288.74/289.55	c #Conflicts:     752000 | #Constraints:      39028
288.74/289.55	c #Conflicts:     753000 | #Constraints:      40028
288.74/289.55	c #Conflicts:     754000 | #Constraints:      41028
288.74/289.55	c #Conflicts:     755000 | #Constraints:      42028
288.74/289.55	c #Conflicts:     756000 | #Constraints:      43028
288.74/289.55	c INPROCESSING
288.74/289.55	c GARBAGE COLLECT
288.74/289.55	c #Conflicts:     757000 | #Constraints:      26774
288.74/289.55	c #Conflicts:     758000 | #Constraints:      27774
288.74/289.55	c #Conflicts:     759000 | #Constraints:      28774
288.74/289.55	c #Conflicts:     760000 | #Constraints:      29774
288.74/289.55	c #Conflicts:     761000 | #Constraints:      30774
288.74/289.55	c #Conflicts:     762000 | #Constraints:      31774
288.74/289.55	c #Conflicts:     763000 | #Constraints:      32774
288.74/289.55	c #Conflicts:     764000 | #Constraints:      33774
288.74/289.55	c #Conflicts:     765000 | #Constraints:      34774
288.74/289.55	c #Conflicts:     766000 | #Constraints:      35774
288.74/289.55	c #Conflicts:     767000 | #Constraints:      36774
288.74/289.55	c #Conflicts:     768000 | #Constraints:      37774
288.74/289.55	c #Conflicts:     769000 | #Constraints:      38774
288.74/289.55	c #Conflicts:     770000 | #Constraints:      39774
288.74/289.55	c #Conflicts:     771000 | #Constraints:      40774
288.74/289.55	c #Conflicts:     772000 | #Constraints:      41774
288.74/289.55	c #Conflicts:     773000 | #Constraints:      42774
288.74/289.55	c #Conflicts:     774000 | #Constraints:      43774
288.74/289.55	c INPROCESSING
288.74/289.55	c GARBAGE COLLECT
288.74/289.55	c #Conflicts:     775000 | #Constraints:      27347
288.74/289.55	c #Conflicts:     776000 | #Constraints:      28347
288.74/289.55	c #Conflicts:     777000 | #Constraints:      29347
288.74/289.55	c #Conflicts:     778000 | #Constraints:      30347
288.74/289.55	c #Conflicts:     779000 | #Constraints:      31347
288.74/289.55	c #Conflicts:     780000 | #Constraints:      32347
288.74/289.55	c #Conflicts:     781000 | #Constraints:      33347
288.74/289.55	c #Conflicts:     782000 | #Constraints:      34347
319.86/320.72	c #Conflicts:     783000 | #Constraints:      35347
319.86/320.72	c #Conflicts:     784000 | #Constraints:      36347
319.86/320.72	c #Conflicts:     785000 | #Constraints:      37347
319.86/320.72	c #Conflicts:     786000 | #Constraints:      38348
319.86/320.72	c #Conflicts:     787000 | #Constraints:      39348
319.86/320.72	c #Conflicts:     788000 | #Constraints:      40348
319.86/320.72	c #Conflicts:     789000 | #Constraints:      41348
319.86/320.72	c #Conflicts:     790000 | #Constraints:      42348
319.86/320.72	c #Conflicts:     791000 | #Constraints:      43348
319.86/320.72	c #Conflicts:     792000 | #Constraints:      44348
319.86/320.72	c INPROCESSING
319.86/320.72	c GARBAGE COLLECT
319.86/320.72	c #Conflicts:     793000 | #Constraints:      27749
319.86/320.72	c #Conflicts:     794000 | #Constraints:      28750
319.86/320.72	c #Conflicts:     795000 | #Constraints:      29750
319.86/320.72	c #Conflicts:     796000 | #Constraints:      30750
319.86/320.72	c #Conflicts:     797000 | #Constraints:      31750
319.86/320.72	c #Conflicts:     798000 | #Constraints:      32750
319.86/320.72	c #Conflicts:     799000 | #Constraints:      33750
319.86/320.72	c #Conflicts:     800000 | #Constraints:      34750
319.86/320.72	c #Conflicts:     801000 | #Constraints:      35750
319.86/320.72	c #Conflicts:     802000 | #Constraints:      36750
319.86/320.72	c #Conflicts:     803000 | #Constraints:      37750
319.86/320.72	c #Conflicts:     804000 | #Constraints:      38750
319.86/320.72	c #Conflicts:     805000 | #Constraints:      39750
319.86/320.72	c #Conflicts:     806000 | #Constraints:      40750
319.86/320.72	c #Conflicts:     807000 | #Constraints:      41750
319.86/320.72	c #Conflicts:     808000 | #Constraints:      42750
319.86/320.72	c #Conflicts:     809000 | #Constraints:      43750
319.86/320.72	c #Conflicts:     810000 | #Constraints:      44750
319.86/320.72	c INPROCESSING
319.86/320.72	c GARBAGE COLLECT
319.86/320.72	c #Conflicts:     811000 | #Constraints:      27948
319.86/320.72	c #Conflicts:     812000 | #Constraints:      28948
319.86/320.72	c #Conflicts:     813000 | #Constraints:      29948
319.86/320.72	c #Conflicts:     814000 | #Constraints:      30948
319.86/320.72	c #Conflicts:     815000 | #Constraints:      31949
319.86/320.72	c #Conflicts:     816000 | #Constraints:      32949
319.86/320.72	c #Conflicts:     817000 | #Constraints:      33949
319.86/320.72	c #Conflicts:     818000 | #Constraints:      34949
319.86/320.72	c #Conflicts:     819000 | #Constraints:      35949
319.86/320.72	c #Conflicts:     820000 | #Constraints:      36949
319.86/320.72	c #Conflicts:     821000 | #Constraints:      37950
319.86/320.72	c #Conflicts:     822000 | #Constraints:      38950
319.86/320.72	c #Conflicts:     823000 | #Constraints:      39950
319.86/320.72	c #Conflicts:     824000 | #Constraints:      40950
319.86/320.72	c #Conflicts:     825000 | #Constraints:      41950
319.86/320.72	c #Conflicts:     826000 | #Constraints:      42951
319.86/320.72	c #Conflicts:     827000 | #Constraints:      43951
319.86/320.72	c #Conflicts:     828000 | #Constraints:      44951
319.86/320.72	c INPROCESSING
319.86/320.72	c GARBAGE COLLECT
319.86/320.72	c #Conflicts:     829000 | #Constraints:      27973
319.86/320.72	c #Conflicts:     830000 | #Constraints:      28973
319.86/320.72	c #Conflicts:     831000 | #Constraints:      29974
319.86/320.72	c #Conflicts:     832000 | #Constraints:      30974
319.86/320.72	c #Conflicts:     833000 | #Constraints:      31974
319.86/320.72	c #Conflicts:     834000 | #Constraints:      32974
319.86/320.72	c #Conflicts:     835000 | #Constraints:      33974
319.86/320.72	c #Conflicts:     836000 | #Constraints:      34974
319.86/320.72	c #Conflicts:     837000 | #Constraints:      35974
319.86/320.72	c #Conflicts:     838000 | #Constraints:      36974
319.86/320.72	c #Conflicts:     839000 | #Constraints:      37974
319.86/320.72	c #Conflicts:     840000 | #Constraints:      38974
319.86/320.72	c #Conflicts:     841000 | #Constraints:      39974
319.86/320.72	c #Conflicts:     842000 | #Constraints:      40974
319.86/320.72	c #Conflicts:     843000 | #Constraints:      41974
319.86/320.72	c #Conflicts:     844000 | #Constraints:      42974
319.86/320.72	c #Conflicts:     845000 | #Constraints:      43975
319.86/320.72	c #Conflicts:     846000 | #Constraints:      44975
319.86/320.72	c INPROCESSING
319.86/320.72	c GARBAGE COLLECT
319.86/320.72	c #Conflicts:     847000 | #Constraints:      27729
319.86/320.72	c #Conflicts:     848000 | #Constraints:      28729
319.86/320.72	c #Conflicts:     849000 | #Constraints:      29729
319.86/320.72	c #Conflicts:     850000 | #Constraints:      30729
319.86/320.72	c #Conflicts:     851000 | #Constraints:      31730
319.86/320.72	c #Conflicts:     852000 | #Constraints:      32730
319.86/320.72	c #Conflicts:     853000 | #Constraints:      33731
319.86/320.72	c #Conflicts:     854000 | #Constraints:      34731
319.86/320.72	c #Conflicts:     855000 | #Constraints:      35731
319.86/320.72	c #Conflicts:     856000 | #Constraints:      36731
319.86/320.72	c #Conflicts:     857000 | #Constraints:      37732
319.86/320.72	c #Conflicts:     858000 | #Constraints:      38732
353.19/354.16	c #Conflicts:     859000 | #Constraints:      39732
353.19/354.16	c #Conflicts:     860000 | #Constraints:      40732
353.19/354.16	c #Conflicts:     861000 | #Constraints:      41732
353.19/354.16	c #Conflicts:     862000 | #Constraints:      42732
353.19/354.16	c #Conflicts:     863000 | #Constraints:      43732
353.19/354.16	c #Conflicts:     864000 | #Constraints:      44732
353.19/354.16	c #Conflicts:     865000 | #Constraints:      45732
353.19/354.16	c INPROCESSING
353.19/354.16	c GARBAGE COLLECT
353.19/354.16	c #Conflicts:     866000 | #Constraints:      28327
353.19/354.16	c #Conflicts:     867000 | #Constraints:      29327
353.19/354.16	c #Conflicts:     868000 | #Constraints:      30327
353.19/354.16	c #Conflicts:     869000 | #Constraints:      31327
353.19/354.16	c #Conflicts:     870000 | #Constraints:      32327
353.19/354.16	c #Conflicts:     871000 | #Constraints:      33327
353.19/354.16	c #Conflicts:     872000 | #Constraints:      34327
353.19/354.16	c #Conflicts:     873000 | #Constraints:      35327
353.19/354.16	c #Conflicts:     874000 | #Constraints:      36327
353.19/354.16	c #Conflicts:     875000 | #Constraints:      37327
353.19/354.16	c #Conflicts:     876000 | #Constraints:      38328
353.19/354.16	c #Conflicts:     877000 | #Constraints:      39328
353.19/354.16	c #Conflicts:     878000 | #Constraints:      40328
353.19/354.16	c #Conflicts:     879000 | #Constraints:      41328
353.19/354.16	c #Conflicts:     880000 | #Constraints:      42328
353.19/354.16	c #Conflicts:     881000 | #Constraints:      43328
353.19/354.16	c #Conflicts:     882000 | #Constraints:      44328
353.19/354.16	c #Conflicts:     883000 | #Constraints:      45328
353.19/354.16	c #Conflicts:     884000 | #Constraints:      46328
353.19/354.16	c INPROCESSING
353.19/354.16	c GARBAGE COLLECT
353.19/354.16	c #Conflicts:     885000 | #Constraints:      28766
353.19/354.16	c #Conflicts:     886000 | #Constraints:      29766
353.19/354.16	c #Conflicts:     887000 | #Constraints:      30766
353.19/354.16	c #Conflicts:     888000 | #Constraints:      31766
353.19/354.16	c #Conflicts:     889000 | #Constraints:      32766
353.19/354.16	c #Conflicts:     890000 | #Constraints:      33766
353.19/354.16	c #Conflicts:     891000 | #Constraints:      34766
353.19/354.16	c #Conflicts:     892000 | #Constraints:      35766
353.19/354.16	c #Conflicts:     893000 | #Constraints:      36766
353.19/354.16	c #Conflicts:     894000 | #Constraints:      37766
353.19/354.16	c #Conflicts:     895000 | #Constraints:      38766
353.19/354.16	c #Conflicts:     896000 | #Constraints:      39812
353.19/354.16	c #Conflicts:     897000 | #Constraints:      40812
353.19/354.16	c #Conflicts:     898000 | #Constraints:      41812
353.19/354.16	c #Conflicts:     899000 | #Constraints:      42812
353.19/354.16	c #Conflicts:     900000 | #Constraints:      43812
353.19/354.16	c #Conflicts:     901000 | #Constraints:      44812
353.19/354.16	c #Conflicts:     902000 | #Constraints:      45812
353.19/354.16	c #Conflicts:     903000 | #Constraints:      46812
353.19/354.16	c INPROCESSING
353.19/354.16	c GARBAGE COLLECT
353.19/354.16	c #Conflicts:     904000 | #Constraints:      28971
353.19/354.16	c #Conflicts:     905000 | #Constraints:      29971
353.19/354.16	c #Conflicts:     906000 | #Constraints:      30971
353.19/354.16	c #Conflicts:     907000 | #Constraints:      31971
353.19/354.16	c #Conflicts:     908000 | #Constraints:      32971
353.19/354.16	c #Conflicts:     909000 | #Constraints:      33971
353.19/354.16	c #Conflicts:     910000 | #Constraints:      34971
353.19/354.16	c #Conflicts:     911000 | #Constraints:      35971
353.19/354.16	c #Conflicts:     912000 | #Constraints:      36971
353.19/354.16	c #Conflicts:     913000 | #Constraints:      37971
353.19/354.16	c #Conflicts:     914000 | #Constraints:      38971
353.19/354.16	c #Conflicts:     915000 | #Constraints:      39971
353.19/354.16	c #Conflicts:     916000 | #Constraints:      40971
353.19/354.16	c #Conflicts:     917000 | #Constraints:      41971
353.19/354.16	c #Conflicts:     918000 | #Constraints:      42971
353.19/354.16	c #Conflicts:     919000 | #Constraints:      43971
353.19/354.16	c #Conflicts:     920000 | #Constraints:      44971
353.19/354.16	c #Conflicts:     921000 | #Constraints:      45971
353.19/354.16	c #Conflicts:     922000 | #Constraints:      46971
353.19/354.16	c INPROCESSING
353.19/354.16	c GARBAGE COLLECT
353.19/354.16	c #Conflicts:     923000 | #Constraints:      28961
353.19/354.16	c #Conflicts:     924000 | #Constraints:      29961
353.19/354.16	c #Conflicts:     925000 | #Constraints:      30961
353.19/354.16	c #Conflicts:     926000 | #Constraints:      31961
353.19/354.16	c #Conflicts:     927000 | #Constraints:      32961
353.19/354.16	c #Conflicts:     928000 | #Constraints:      33961
353.19/354.16	c #Conflicts:     929000 | #Constraints:      34961
353.19/354.16	c #Conflicts:     930000 | #Constraints:      35961
353.19/354.16	c #Conflicts:     931000 | #Constraints:      36961
353.19/354.16	c #Conflicts:     932000 | #Constraints:      37961
353.19/354.16	c #Conflicts:     933000 | #Constraints:      38961
353.19/354.16	c #Conflicts:     934000 | #Constraints:      39961
408.43/409.52	c #Conflicts:     935000 | #Constraints:      40961
408.43/409.52	c #Conflicts:     936000 | #Constraints:      41961
408.43/409.52	c #Conflicts:     937000 | #Constraints:      42961
408.43/409.52	c #Conflicts:     938000 | #Constraints:      43961
408.43/409.52	c #Conflicts:     939000 | #Constraints:      44961
408.43/409.52	c #Conflicts:     940000 | #Constraints:      45961
408.43/409.52	c #Conflicts:     941000 | #Constraints:      46961
408.43/409.52	c INPROCESSING
408.43/409.52	c GARBAGE COLLECT
408.43/409.52	c #Conflicts:     942000 | #Constraints:      28768
408.43/409.52	c #Conflicts:     943000 | #Constraints:      29769
408.43/409.52	c #Conflicts:     944000 | #Constraints:      30769
408.43/409.52	c #Conflicts:     945000 | #Constraints:      31769
408.43/409.52	c #Conflicts:     946000 | #Constraints:      32769
408.43/409.52	c #Conflicts:     947000 | #Constraints:      33769
408.43/409.52	c #Conflicts:     948000 | #Constraints:      34769
408.43/409.52	c #Conflicts:     949000 | #Constraints:      35769
408.43/409.52	c #Conflicts:     950000 | #Constraints:      36769
408.43/409.52	c #Conflicts:     951000 | #Constraints:      37769
408.43/409.52	c #Conflicts:     952000 | #Constraints:      38769
408.43/409.52	c #Conflicts:     953000 | #Constraints:      39769
408.43/409.52	c #Conflicts:     954000 | #Constraints:      40769
408.43/409.52	c #Conflicts:     955000 | #Constraints:      41769
408.43/409.52	c #Conflicts:     956000 | #Constraints:      42769
408.43/409.52	c #Conflicts:     957000 | #Constraints:      43769
408.43/409.52	c #Conflicts:     958000 | #Constraints:      44769
408.43/409.52	c #Conflicts:     959000 | #Constraints:      45769
408.43/409.52	c #Conflicts:     960000 | #Constraints:      46769
408.43/409.52	c #Conflicts:     961000 | #Constraints:      47769
408.43/409.52	c INPROCESSING
408.43/409.52	c GARBAGE COLLECT
408.43/409.52	c #Conflicts:     962000 | #Constraints:      29374
408.43/409.52	c #Conflicts:     963000 | #Constraints:      30374
408.43/409.52	c #Conflicts:     964000 | #Constraints:      31374
408.43/409.52	c #Conflicts:     965000 | #Constraints:      32374
408.43/409.52	c #Conflicts:     966000 | #Constraints:      33374
408.43/409.52	c #Conflicts:     967000 | #Constraints:      34374
408.43/409.52	c #Conflicts:     968000 | #Constraints:      35374
408.43/409.52	c #Conflicts:     969000 | #Constraints:      36374
408.43/409.52	c #Conflicts:     970000 | #Constraints:      37374
408.43/409.52	c #Conflicts:     971000 | #Constraints:      38374
408.43/409.52	c #Conflicts:     972000 | #Constraints:      39374
408.43/409.52	c #Conflicts:     973000 | #Constraints:      40374
408.43/409.52	c #Conflicts:     974000 | #Constraints:      41375
408.43/409.52	c #Conflicts:     975000 | #Constraints:      42375
408.43/409.52	c #Conflicts:     976000 | #Constraints:      43375
408.43/409.52	c #Conflicts:     977000 | #Constraints:      44375
408.43/409.52	c #Conflicts:     978000 | #Constraints:      45375
408.43/409.52	c #Conflicts:     979000 | #Constraints:      46375
408.43/409.52	c #Conflicts:     980000 | #Constraints:      47375
408.43/409.52	c #Conflicts:     981000 | #Constraints:      48375
408.43/409.52	c INPROCESSING
408.43/409.52	c GARBAGE COLLECT
408.43/409.52	c #Conflicts:     982000 | #Constraints:      29767
408.43/409.52	c #Conflicts:     983000 | #Constraints:      30767
408.43/409.52	c #Conflicts:     984000 | #Constraints:      31767
408.43/409.52	c #Conflicts:     985000 | #Constraints:      32767
408.43/409.52	c #Conflicts:     986000 | #Constraints:      33767
408.43/409.52	c #Conflicts:     987000 | #Constraints:      34767
408.43/409.52	c #Conflicts:     988000 | #Constraints:      35767
408.43/409.52	c #Conflicts:     989000 | #Constraints:      36767
408.43/409.52	c #Conflicts:     990000 | #Constraints:      37767
408.43/409.52	c #Conflicts:     991000 | #Constraints:      38767
408.43/409.52	c #Conflicts:     992000 | #Constraints:      39767
408.43/409.52	c #Conflicts:     993000 | #Constraints:      40767
408.43/409.52	c #Conflicts:     994000 | #Constraints:      41768
408.43/409.52	c #Conflicts:     995000 | #Constraints:      42768
408.43/409.52	c #Conflicts:     996000 | #Constraints:      43768
408.43/409.52	c #Conflicts:     997000 | #Constraints:      44768
408.43/409.52	c #Conflicts:     998000 | #Constraints:      45768
408.43/409.52	c #Conflicts:     999000 | #Constraints:      46768
408.43/409.52	c #Conflicts:    1000000 | #Constraints:      47768
408.43/409.52	c #Conflicts:    1001000 | #Constraints:      48768
408.43/409.52	c INPROCESSING
408.43/409.52	c GARBAGE COLLECT
408.43/409.52	c #Conflicts:    1002000 | #Constraints:      29975
408.43/409.52	c #Conflicts:    1003000 | #Constraints:      30975
408.43/409.52	c #Conflicts:    1004000 | #Constraints:      31975
408.43/409.52	c #Conflicts:    1005000 | #Constraints:      32975
408.43/409.52	c #Conflicts:    1006000 | #Constraints:      33975
408.43/409.52	c #Conflicts:    1007000 | #Constraints:      34975
408.43/409.52	c #Conflicts:    1008000 | #Constraints:      35975
408.43/409.52	c #Conflicts:    1009000 | #Constraints:      36975
408.43/409.52	c #Conflicts:    1010000 | #Constraints:      37975
478.65/479.95	c #Conflicts:    1011000 | #Constraints:      38975
478.65/479.95	c #Conflicts:    1012000 | #Constraints:      39975
478.65/479.95	c #Conflicts:    1013000 | #Constraints:      40975
478.65/479.95	c #Conflicts:    1014000 | #Constraints:      41976
478.65/479.95	c #Conflicts:    1015000 | #Constraints:      42976
478.65/479.95	c #Conflicts:    1016000 | #Constraints:      43976
478.65/479.95	c #Conflicts:    1017000 | #Constraints:      44976
478.65/479.95	c #Conflicts:    1018000 | #Constraints:      45976
478.65/479.95	c #Conflicts:    1019000 | #Constraints:      46976
478.65/479.95	c #Conflicts:    1020000 | #Constraints:      47976
478.65/479.95	c #Conflicts:    1021000 | #Constraints:      48976
478.65/479.95	c INPROCESSING
478.65/479.95	c GARBAGE COLLECT
478.65/479.95	c #Conflicts:    1022000 | #Constraints:      29983
478.65/479.95	c #Conflicts:    1023000 | #Constraints:      30983
478.65/479.95	c #Conflicts:    1024000 | #Constraints:      31984
478.65/479.95	c #Conflicts:    1025000 | #Constraints:      32984
478.65/479.95	c #Conflicts:    1026000 | #Constraints:      33984
478.65/479.95	c #Conflicts:    1027000 | #Constraints:      34984
478.65/479.95	c #Conflicts:    1028000 | #Constraints:      35984
478.65/479.95	c #Conflicts:    1029000 | #Constraints:      36984
478.65/479.95	c #Conflicts:    1030000 | #Constraints:      37984
478.65/479.95	c #Conflicts:    1031000 | #Constraints:      38984
478.65/479.95	c #Conflicts:    1032000 | #Constraints:      39984
478.65/479.95	c #Conflicts:    1033000 | #Constraints:      40984
478.65/479.95	c #Conflicts:    1034000 | #Constraints:      41984
478.65/479.95	c #Conflicts:    1035000 | #Constraints:      42984
478.65/479.95	c #Conflicts:    1036000 | #Constraints:      43984
478.65/479.95	c #Conflicts:    1037000 | #Constraints:      44984
478.65/479.95	c #Conflicts:    1038000 | #Constraints:      45984
478.65/479.95	c #Conflicts:    1039000 | #Constraints:      46984
478.65/479.95	c #Conflicts:    1040000 | #Constraints:      47984
478.65/479.95	c #Conflicts:    1041000 | #Constraints:      48984
478.65/479.95	c INPROCESSING
478.65/479.95	c GARBAGE COLLECT
478.65/479.95	c #Conflicts:    1042000 | #Constraints:      29821
478.65/479.95	c #Conflicts:    1043000 | #Constraints:      30821
478.65/479.95	c #Conflicts:    1044000 | #Constraints:      31821
478.65/479.95	c #Conflicts:    1045000 | #Constraints:      32821
478.65/479.95	c #Conflicts:    1046000 | #Constraints:      33844
478.65/479.95	c #Conflicts:    1047000 | #Constraints:      34845
478.65/479.95	c #Conflicts:    1048000 | #Constraints:      35845
478.65/479.95	c #Conflicts:    1049000 | #Constraints:      36847
478.65/479.95	c #Conflicts:    1050000 | #Constraints:      37847
478.65/479.95	c #Conflicts:    1051000 | #Constraints:      38848
478.65/479.95	c #Conflicts:    1052000 | #Constraints:      39848
478.65/479.95	c #Conflicts:    1053000 | #Constraints:      40848
478.65/479.95	c #Conflicts:    1054000 | #Constraints:      41848
478.65/479.95	c #Conflicts:    1055000 | #Constraints:      42848
478.65/479.95	c #Conflicts:    1056000 | #Constraints:      43848
478.65/479.95	c #Conflicts:    1057000 | #Constraints:      44848
478.65/479.95	c #Conflicts:    1058000 | #Constraints:      45848
478.65/479.95	c #Conflicts:    1059000 | #Constraints:      46848
478.65/479.95	c #Conflicts:    1060000 | #Constraints:      47848
478.65/479.95	c #Conflicts:    1061000 | #Constraints:      48848
478.65/479.95	c #Conflicts:    1062000 | #Constraints:      49848
478.65/479.95	c INPROCESSING
478.65/479.95	c GARBAGE COLLECT
478.65/479.95	c #Conflicts:    1063000 | #Constraints:      30451
478.65/479.95	c #Conflicts:    1064000 | #Constraints:      31451
478.65/479.95	c #Conflicts:    1065000 | #Constraints:      32451
478.65/479.95	c #Conflicts:    1066000 | #Constraints:      33840
478.65/479.95	c #Conflicts:    1067000 | #Constraints:      35387
478.65/479.95	c #Conflicts:    1068000 | #Constraints:      36891
478.65/479.95	c #Conflicts:    1069000 | #Constraints:      38401
478.65/479.95	c #Conflicts:    1070000 | #Constraints:      39968
478.65/479.95	c #Conflicts:    1071000 | #Constraints:      41491
478.65/479.95	c #Conflicts:    1072000 | #Constraints:      43045
478.65/479.95	c #Conflicts:    1073000 | #Constraints:      44584
478.65/479.95	c #Conflicts:    1074000 | #Constraints:      46138
478.65/479.95	c #Conflicts:    1075000 | #Constraints:      47683
478.65/479.95	c #Conflicts:    1076000 | #Constraints:      49223
478.65/479.95	c #Conflicts:    1077000 | #Constraints:      50748
478.65/479.95	c #Conflicts:    1078000 | #Constraints:      52297
478.65/479.95	c #Conflicts:    1079000 | #Constraints:      53825
478.65/479.95	c #Conflicts:    1080000 | #Constraints:      55395
478.65/479.95	c #Conflicts:    1081000 | #Constraints:      56922
478.65/479.95	c #Conflicts:    1082000 | #Constraints:      58431
478.65/479.95	c #Conflicts:    1083000 | #Constraints:      59943
478.65/479.95	c INPROCESSING
478.65/479.95	c GARBAGE COLLECT
478.65/479.95	WSVECS04 Frhs2[4]: 6 -1.32816 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[5]: 6 -1.32819 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[31]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[35]: 6 -0.250063 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[57]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[65]: 6 -1.44439 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[67]: 6 -1.33206 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[70]: 6 -1.33988 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[72]: 6 -1.45315 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[74]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[94]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[111]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[123]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[136]: 6 -1.09383 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[137]: 6 -2.25002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[139]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[145]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[147]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[164]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[169]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[191]: 6 -1.2501 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[194]: 6 -0.333362 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[197]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[200]: 6 -0.28916 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[206]: 6 -1.50008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[207]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[254]: 6 -1.09031 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[262]: 6 -1.01176 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[269]: 6 -1.3334 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[285]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[287]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[294]: 6 -0.718821 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[310]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[319]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[350]: 6 -1.25009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[356]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[358]: 6 -1.31254 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[360]: 6 -1.34379 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[393]: 6 -2.51568 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[421]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[424]: 6 -1.09382 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[430]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[445]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[454]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[455]: 6 -1.0235 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[478]: 6 -1.31251 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[481]: 6 -0.868225 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[483]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[489]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[513]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[517]: 6 -1.31256 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[519]: 6 -1.28133 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[532]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[536]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[579]: 6 -1.59384 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[605]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[609]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[612]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[614]: 6 -1.25003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[616]: 6 -1.09384 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[635]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[636]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[642]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[676]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[680]: 6 -1.0938 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[684]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[706]: 6 -0.664107 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[715]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[717]: 6 -1.50007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[720]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[723]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[976]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[979]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1025]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1057]: 6 -1.57037 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1058]: 6 -1.25003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1062]: 6 -0.937519 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1063]: 6 -0.937524 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1064]: 6 -0.93753 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1069]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1071]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1075]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1079]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1081]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1090]: 6 -1.31252 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1095]: 6 -1.25009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1108]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1116]: 6 -1.66658 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1117]: 6 -1.33305 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1118]: 6 -1.33206 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1119]: 6 -1.33211 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1128]: 6 -0.687581 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1131]: 6 -0.75002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1133]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1141]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1142]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1146]: 6 -1.25002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1152]: 6 -1.09032 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1155]: 6 -3.25008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1156]: 6 -1.18756 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1157]: 6 -1.25004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1159]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1160]: 6 -0.750056 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1171]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1177]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1181]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1182]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1183]: 6 -0.083407 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1194]: 6 0 1.12504 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1197]: 6 -2.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1202]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1209]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1216]: 6 -1.25005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1217]: 6 -1.02155 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1246]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1249]: 6 -0.333401 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1253]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1254]: 6 -0.939538 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1257]: 6 -3.8282 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1259]: 6 -1.25002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1260]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1281]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1293]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1308]: 6 -1.25009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1319]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1325]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1340]: 6 -1.25005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1373]: 6 -1.05039 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1379]: 6 -1.007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1415]: 6 -0.687526 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1420]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1426]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1427]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1434]: 6 -1.25001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1435]: 6 -1.25009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1463]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1469]: 6 -0.687531 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1509]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1516]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1529]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1534]: 6 -0.937536 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1538]: 6 -0.937516 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1539]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1544]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1568]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1571]: 6 -1.16411 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1573]: 6 -1.31251 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1576]: 6 -0.75003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1587]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1596]: 6 -1.2501 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1600]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1603]: 6 -1.39265 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1604]: 6 -1.84382 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1606]: 6 -1.37505 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1608]: 6 -0.835974 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1609]: 6 -1.6719 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1613]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1615]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1625]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1628]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1630]: 6 -1.32818 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1634]: 6 -1.60166 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1635]: 6 -0.921944 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1643]: 6 -0.750068 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1661]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1671]: 6 -0.750051 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1673]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1679]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1683]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1690]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1718]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1748]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1756]: 6 -1.36141 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1969]: 6 -0.500067 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1973]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1976]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1977]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1979]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1984]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1985]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1991]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1993]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[1997]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2005]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2012]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2049]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2051]: 6 -1.25004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2058]: 6 -1.2501 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2065]: 6 -1.12507 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2067]: 6 -0.750053 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2072]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2074]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2076]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2078]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2080]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2083]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2087]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2090]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2098]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2104]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2110]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2111]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2122]: 6 -1.37502 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2126]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2142]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2161]: 6 -0.750061 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2165]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2172]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2183]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2185]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2187]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2189]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2193]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2200]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2215]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2216]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2219]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2220]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2228]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2231]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2233]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2239]: 6 -1.25008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2245]: 6 -5.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2247]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2253]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2257]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2261]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2264]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2265]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2268]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2270]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2271]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2274]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2275]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2277]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2279]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2282]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2283]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2290]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2292]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2293]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2296]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2299]: 6 -1.25002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2303]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2308]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2309]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2310]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2312]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2313]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2317]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2322]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2323]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2325]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2327]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2335]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2337]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2339]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2341]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2344]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2345]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2348]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2350]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2354]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2358]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2360]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2362]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2364]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2366]: 6 -5.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2370]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2375]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2378]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2379]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2382]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2384]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2385]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2388]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2389]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2392]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2394]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2398]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2399]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2409]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2411]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2418]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2419]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2424]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2425]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2428]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2431]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2432]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2435]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2439]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2443]: 6 -0.625031 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2450]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2453]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2455]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2457]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2465]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2468]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2469]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2474]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2475]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2478]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2482]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2485]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2489]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2492]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2495]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2502]: 6 -1.06063 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2503]: 6 -0.621193 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2507]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2510]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2511]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2512]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2515]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2518]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2520]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2521]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2524]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2526]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2527]: 6 -0.979525 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2528]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2538]: 6 -0.621155 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2539]: 6 -0.500074 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2544]: 6 -4.03131 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2546]: 6 -11.0626 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2547]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2550]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2570]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2573]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2576]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2584]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2586]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2587]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2590]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2591]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2598]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2599]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2601]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2602]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2614]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2619]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2622]: 6 -1.31254 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2634]: 6 -5.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2638]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2640]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2642]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2646]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2647]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2654]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2656]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2660]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2662]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2664]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2666]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2667]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2672]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2674]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2678]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2680]: 6 -1.31253 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2682]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2698]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2701]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2702]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2703]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2704]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2710]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2718]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2719]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2723]: 6 -0.625097 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2727]: 6 -0.500082 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2730]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2731]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2738]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2739]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2742]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2747]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2750]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2756]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2763]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2765]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2767]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2769]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2771]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2773]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2778]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2779]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2782]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2785]: 6 -1.25005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2787]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2791]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2794]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2795]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2798]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2799]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2801]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2814]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2815]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2816]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2819]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2822]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2832]: 6 -9.50006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2834]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2836]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2838]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2840]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2844]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2848]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2849]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2852]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2860]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2864]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2868]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2871]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2873]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2876]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2878]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2880]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2884]: 6 -1.31256 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2887]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2889]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2891]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2892]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2909]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2910]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2911]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2912]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2925]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2928]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2929]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2933]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2937]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2940]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2942]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2943]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2945]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2952]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2953]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2956]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2959]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2961]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2964]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2968]: 6 -1.25009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2969]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2974]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2980]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2987]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[2994]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3000]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3001]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3006]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3007]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3016]: 6 -1.31259 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3029]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3032]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3033]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3037]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3039]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3044]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3052]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3057]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3060]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3065]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3068]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3071]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3075]: 6 -0.50004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3083]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3084]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3085]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3089]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3090]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3092]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3093]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3096]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3098]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3099]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3107]: 6 -0.500026 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3112]: 6 -9.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3114]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3115]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3118]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3120]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3124]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3130]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3131]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3135]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3138]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3141]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3146]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3147]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3149]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3152]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3154]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3156]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3157]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3160]: 6 -1.31254 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3161]: 6 -0.687567 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3167]: 6 -0.500095 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3190]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3193]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3195]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3204]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3208]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3210]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3211]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3214]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3216]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3218]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3219]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3222]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3224]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3225]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3228]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3234]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3235]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3238]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3246]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3248]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3250]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3253]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3256]: 6 -1.31253 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3257]: 6 -1.3126 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3259]: 6 -0.375039 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3261]: 6 -1.25003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3271]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3275]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3285]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3287]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3292]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3296]: 6 -1.25008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3297]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3300]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3301]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3304]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3305]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3312]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3313]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3316]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3317]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3319]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3321]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3324]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3325]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3328]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3330]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3332]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3333]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3335]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3339]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3341]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3343]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3345]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3348]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3349]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3352]: 6 -1.31253 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3353]: 6 -1.31253 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3355]: 6 -0.375016 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3361]: 6 -1.31252 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3362]: 6 -1.31257 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3368]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3369]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3376]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3379]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3383]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3385]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3395]: 6 -0.625084 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3402]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3403]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3406]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3407]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3412]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3413]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3415]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3417]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3421]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3423]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3428]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3429]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3431]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3433]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3435]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3437]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3441]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3444]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3448]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3449]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3452]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3457]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3465]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3471]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3472]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3473]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3474]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3477]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3478]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3483]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3490]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3491]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3494]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3498]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3506]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3507]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3511]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3513]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3517]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3520]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3522]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3524]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3527]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3533]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3536]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3539]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3543]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3546]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3548]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3549]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3552]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3555]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3561]: 6 -0.328141 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3579]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3580]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3589]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3591]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3594]: 6 -1.08205 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3602]: 6 -3.68752 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3605]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3610]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3614]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3618]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3621]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3623]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3636]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3638]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3639]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3641]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3643]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3646]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3658]: 6 -1.12508 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3660]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3671]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3675]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3677]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3682]: 6 -1.03134 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3688]: 6 0 1.37502 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3691]: 6 -0.750038 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3695]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3698]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3703]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3706]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3707]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3710]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3711]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3715]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3717]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3719]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3731]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3734]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3735]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3738]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3739]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3743]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3747]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3755]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3759]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3774]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3775]: 6 -1.25001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3776]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3779]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3783]: 6 -1.25006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3794]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3798]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3799]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3802]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3806]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3809]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3812]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3815]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3817]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3819]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3822]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3828]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3832]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3834]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3835]: 6 -1.25007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3851]: 6 -1.25004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3852]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3856]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3858]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3860]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3869]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3873]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3877]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3879]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3883]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3885]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3888]: 6 -1.12503 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3893]: 6 -0.500079 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3896]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3897]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3900]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3903]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3908]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3912]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3914]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3918]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3919]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3922]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3923]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3926]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3928]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3930]: 6 -1.25008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3931]: 6 -1.25004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3935]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3938]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3941]: 6 -1.25008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3944]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3948]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3949]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3959]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3963]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3964]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3969]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3971]: 6 -1.25002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3980]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3984]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3988]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3990]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3993]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[3996]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4000]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4002]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4006]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4007]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4010]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4014]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4019]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4022]: 6 -1.00008 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4023]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4026]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4028]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4030]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4031]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4033]: 6 -1.36143 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4034]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4035]: 6 -0.664082 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4037]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4039]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4041]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4047]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4049]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4050]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4052]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4053]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4059]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4064]: 6 -0.750086 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4075]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4078]: 6 -1.00009 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4082]: 6 -1.18752 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4084]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4085]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4089]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4095]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4098]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4099]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4101]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4104]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4105]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4107]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4109]: 6 -1.00004 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4111]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4114]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4115]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4117]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4118]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4120]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4121]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4124]: 6 -1.25003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4149]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4177]: 6 -1.00001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4183]: 6 -1.00005 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4184]: 6 -1.00006 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4185]: 6 -1.00007 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4186]: 6 -1.00002 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4187]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4188]: 6 -1.00003 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4283]: 6 -1.0001 0 shouldn't be
478.65/479.95	WSVECS04 Frhs2[4284]: 6 -1.00004 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3]: 6 -1.33203 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[5]: 6 -1.32813 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[6]: 6 -1.32422 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[35]: 6 -0.250001 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[65]: 6 -1.44434 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[67]: 6 -1.33203 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[68]: 6 -1.33203 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[70]: 6 -1.33984 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[72]: 6 -1.45313 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[75]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[95]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[124]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[137]: 6 -2.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[142]: 6 -1.5 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[149]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[168]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[191]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[194]: 6 -0.333334 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[200]: 6 -0.289063 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[206]: 6 -1.5 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[215]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[253]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[254]: 6 -1.09028 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[259]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[262]: 6 -1.01172 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[269]: 6 -1.33333 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[279]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[289]: 6 -0.583334 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[319]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[360]: 6 -1.34375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[379]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[387]: 6 -0.500001 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[424]: 6 -1.09375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[450]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[454]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[481]: 6 -0.868164 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[483]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[484]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[491]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[515]: 6 -1.32813 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[517]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[518]: 6 -1.27344 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[519]: 6 -1.28125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[579]: 6 -1.59375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[615]: 6 -1.26172 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[616]: 6 -1.09375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[651]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[676]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[680]: 6 -1.09375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[700]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[701]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[706]: 6 -0.664063 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[999]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1057]: 6 -1.57031 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1058]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1062]: 6 -0.937501 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1064]: 6 -0.937501 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1116]: 6 -1.6665 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1117]: 6 -1.33301 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1152]: 6 -1.09028 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1154]: 6 -1.75 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1155]: 6 -3.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1156]: 6 -1.1875 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1157]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1162]: 6 -0.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1170]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1197]: 6 -2 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1216]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1219]: 6 -0.414063 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1226]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1249]: 6 -0.333334 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1251]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1254]: 6 -0.939453 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1308]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1340]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1349]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1372]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1373]: 6 -1.05035 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1389]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1414]: 6 -1.01563 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1415]: 6 -0.687501 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1418]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1432]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1451]: 6 -0.328125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1481]: 6 -1.26563 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1512]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1535]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1547]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1549]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1573]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1579]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1606]: 6 -1.375 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1608]: 6 -0.835938 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1609]: 6 -1.67188 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1643]: 6 -0.75 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1671]: 6 -0.75 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1673]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2051]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2058]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2214]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2239]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2366]: 6 -5 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2406]: 6 -1.1875 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2407]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2426]: 6 -0.333497 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2439]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2503]: 6 -0.621095 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2527]: 6 -0.979493 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2538]: 6 -0.621094 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2544]: 6 -4.03125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2622]: 6 -1.3125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2634]: 6 -5 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2689]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2832]: 6 -9.5 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2885]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2968]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3075]: 6 -0.500001 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3107]: 6 -0.500001 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3189]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3357]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3563]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3602]: 6 -3.6875 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3654]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3682]: 6 -1.03125 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3688]: 6 0 1.375 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3782]: 6 -1.25 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4015]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4059]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4067]: 6 -0.664063 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4078]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4082]: 6 -1.1875 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
479.76/481.07	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
520.74/522.18	c #Conflicts:    1084000 | #Constraints:      35601
520.74/522.18	c #Conflicts:    1085000 | #Constraints:      36601
520.74/522.18	c #Conflicts:    1086000 | #Constraints:      37601
520.74/522.18	c #Conflicts:    1087000 | #Constraints:      38601
520.74/522.18	c #Conflicts:    1088000 | #Constraints:      39601
520.74/522.18	c #Conflicts:    1089000 | #Constraints:      40601
520.74/522.18	c #Conflicts:    1090000 | #Constraints:      41601
520.74/522.18	c #Conflicts:    1091000 | #Constraints:      42601
520.74/522.18	c #Conflicts:    1092000 | #Constraints:      43601
520.74/522.18	c #Conflicts:    1093000 | #Constraints:      44601
520.74/522.18	c #Conflicts:    1094000 | #Constraints:      45601
520.74/522.18	c #Conflicts:    1095000 | #Constraints:      46601
520.74/522.18	c #Conflicts:    1096000 | #Constraints:      47601
520.74/522.18	c #Conflicts:    1097000 | #Constraints:      48601
520.74/522.18	c #Conflicts:    1098000 | #Constraints:      49601
520.74/522.18	c #Conflicts:    1099000 | #Constraints:      50601
520.74/522.18	c #Conflicts:    1100000 | #Constraints:      51601
520.74/522.18	c #Conflicts:    1101000 | #Constraints:      52601
520.74/522.18	c #Conflicts:    1102000 | #Constraints:      53601
520.74/522.18	c #Conflicts:    1103000 | #Constraints:      54601
520.74/522.18	c #Conflicts:    1104000 | #Constraints:      55601
520.74/522.18	c INPROCESSING
520.74/522.18	c GARBAGE COLLECT
520.74/522.18	c #Conflicts:    1105000 | #Constraints:      33389
520.74/522.18	c #Conflicts:    1106000 | #Constraints:      34389
520.74/522.18	c #Conflicts:    1107000 | #Constraints:      35389
520.74/522.18	c #Conflicts:    1108000 | #Constraints:      36389
520.74/522.18	c #Conflicts:    1109000 | #Constraints:      37389
520.74/522.18	c #Conflicts:    1110000 | #Constraints:      38389
520.74/522.18	c #Conflicts:    1111000 | #Constraints:      39389
520.74/522.18	c #Conflicts:    1112000 | #Constraints:      40389
520.74/522.18	c #Conflicts:    1113000 | #Constraints:      41389
520.74/522.18	c #Conflicts:    1114000 | #Constraints:      42389
520.74/522.18	c #Conflicts:    1115000 | #Constraints:      43389
520.74/522.18	c #Conflicts:    1116000 | #Constraints:      44389
520.74/522.18	c #Conflicts:    1117000 | #Constraints:      45389
520.74/522.18	c #Conflicts:    1118000 | #Constraints:      46389
520.74/522.18	c #Conflicts:    1119000 | #Constraints:      47389
520.74/522.18	c #Conflicts:    1120000 | #Constraints:      48389
520.74/522.18	c #Conflicts:    1121000 | #Constraints:      49389
520.74/522.18	c #Conflicts:    1122000 | #Constraints:      50389
520.74/522.18	c #Conflicts:    1123000 | #Constraints:      51389
520.74/522.18	c #Conflicts:    1124000 | #Constraints:      52389
520.74/522.18	c #Conflicts:    1125000 | #Constraints:      53389
520.74/522.18	c INPROCESSING
520.74/522.18	c GARBAGE COLLECT
520.74/522.18	c #Conflicts:    1126000 | #Constraints:      32216
520.74/522.18	c #Conflicts:    1127000 | #Constraints:      33216
520.74/522.18	c #Conflicts:    1128000 | #Constraints:      34216
520.74/522.18	c #Conflicts:    1129000 | #Constraints:      35216
520.74/522.18	c #Conflicts:    1130000 | #Constraints:      36216
520.74/522.18	c #Conflicts:    1131000 | #Constraints:      37216
520.74/522.18	c #Conflicts:    1132000 | #Constraints:      38216
520.74/522.18	c #Conflicts:    1133000 | #Constraints:      39216
520.74/522.18	c #Conflicts:    1134000 | #Constraints:      40216
520.74/522.18	c #Conflicts:    1135000 | #Constraints:      41216
520.74/522.18	c #Conflicts:    1136000 | #Constraints:      42216
520.74/522.18	c #Conflicts:    1137000 | #Constraints:      43216
520.74/522.18	c #Conflicts:    1138000 | #Constraints:      44216
520.74/522.18	c #Conflicts:    1139000 | #Constraints:      45216
520.74/522.18	c #Conflicts:    1140000 | #Constraints:      46216
520.74/522.18	c #Conflicts:    1141000 | #Constraints:      47216
520.74/522.18	c #Conflicts:    1142000 | #Constraints:      48216
520.74/522.18	c #Conflicts:    1143000 | #Constraints:      49216
520.74/522.18	c #Conflicts:    1144000 | #Constraints:      50216
520.74/522.18	c #Conflicts:    1145000 | #Constraints:      51216
520.74/522.18	c #Conflicts:    1146000 | #Constraints:      52216
520.74/522.18	c INPROCESSING
520.74/522.18	c GARBAGE COLLECT
520.74/522.18	c #Conflicts:    1147000 | #Constraints:      31384
520.74/522.18	c #Conflicts:    1148000 | #Constraints:      32384
520.74/522.18	c #Conflicts:    1149000 | #Constraints:      33384
520.74/522.18	c #Conflicts:    1150000 | #Constraints:      34384
520.74/522.18	c #Conflicts:    1151000 | #Constraints:      35384
520.74/522.18	c #Conflicts:    1152000 | #Constraints:      36384
520.74/522.18	c #Conflicts:    1153000 | #Constraints:      37385
520.74/522.18	c #Conflicts:    1154000 | #Constraints:      38385
520.74/522.18	c #Conflicts:    1155000 | #Constraints:      39385
520.74/522.18	c #Conflicts:    1156000 | #Constraints:      40385
520.74/522.18	c #Conflicts:    1157000 | #Constraints:      41385
520.74/522.18	c #Conflicts:    1158000 | #Constraints:      42385
520.74/522.18	c #Conflicts:    1159000 | #Constraints:      43385
520.74/522.18	c #Conflicts:    1160000 | #Constraints:      44385
556.45/557.96	c #Conflicts:    1161000 | #Constraints:      45385
556.45/557.96	c #Conflicts:    1162000 | #Constraints:      46385
556.45/557.96	c #Conflicts:    1163000 | #Constraints:      47385
556.45/557.96	c #Conflicts:    1164000 | #Constraints:      48386
556.45/557.96	c #Conflicts:    1165000 | #Constraints:      49386
556.45/557.96	c #Conflicts:    1166000 | #Constraints:      50386
556.45/557.96	c #Conflicts:    1167000 | #Constraints:      51386
556.45/557.96	c #Conflicts:    1168000 | #Constraints:      52386
556.45/557.96	c INPROCESSING
556.45/557.96	c GARBAGE COLLECT
556.45/557.96	c #Conflicts:    1169000 | #Constraints:      31671
556.45/557.96	c #Conflicts:    1170000 | #Constraints:      32671
556.45/557.96	c #Conflicts:    1171000 | #Constraints:      33671
556.45/557.96	c #Conflicts:    1172000 | #Constraints:      34671
556.45/557.96	c #Conflicts:    1173000 | #Constraints:      35671
556.45/557.96	c #Conflicts:    1174000 | #Constraints:      36671
556.45/557.96	c #Conflicts:    1175000 | #Constraints:      37672
556.45/557.96	c #Conflicts:    1176000 | #Constraints:      38672
556.45/557.96	c #Conflicts:    1177000 | #Constraints:      39672
556.45/557.96	c #Conflicts:    1178000 | #Constraints:      40672
556.45/557.96	c #Conflicts:    1179000 | #Constraints:      41672
556.45/557.96	c #Conflicts:    1180000 | #Constraints:      42672
556.45/557.96	c #Conflicts:    1181000 | #Constraints:      43673
556.45/557.96	c #Conflicts:    1182000 | #Constraints:      44673
556.45/557.96	c #Conflicts:    1183000 | #Constraints:      45673
556.45/557.96	c #Conflicts:    1184000 | #Constraints:      46673
556.45/557.96	c #Conflicts:    1185000 | #Constraints:      47673
556.45/557.96	c #Conflicts:    1186000 | #Constraints:      48673
556.45/557.96	c #Conflicts:    1187000 | #Constraints:      49673
556.45/557.96	c #Conflicts:    1188000 | #Constraints:      50673
556.45/557.96	c #Conflicts:    1189000 | #Constraints:      51673
556.45/557.96	c #Conflicts:    1190000 | #Constraints:      52673
556.45/557.96	c INPROCESSING
556.45/557.96	c GARBAGE COLLECT
556.45/557.96	c #Conflicts:    1191000 | #Constraints:      31939
556.45/557.96	c #Conflicts:    1192000 | #Constraints:      32939
556.45/557.96	c #Conflicts:    1193000 | #Constraints:      33939
556.45/557.96	c #Conflicts:    1194000 | #Constraints:      34939
556.45/557.96	c #Conflicts:    1195000 | #Constraints:      35939
556.45/557.96	c #Conflicts:    1196000 | #Constraints:      36939
556.45/557.96	c #Conflicts:    1197000 | #Constraints:      37939
556.45/557.96	c #Conflicts:    1198000 | #Constraints:      38939
556.45/557.96	c #Conflicts:    1199000 | #Constraints:      39939
556.45/557.96	c #Conflicts:    1200000 | #Constraints:      40939
556.45/557.96	c #Conflicts:    1201000 | #Constraints:      41939
556.45/557.96	c #Conflicts:    1202000 | #Constraints:      42939
556.45/557.96	c #Conflicts:    1203000 | #Constraints:      43939
556.45/557.96	c #Conflicts:    1204000 | #Constraints:      44939
556.45/557.96	c #Conflicts:    1205000 | #Constraints:      45939
556.45/557.96	c #Conflicts:    1206000 | #Constraints:      46939
556.45/557.96	c #Conflicts:    1207000 | #Constraints:      47939
556.45/557.96	c #Conflicts:    1208000 | #Constraints:      48939
556.45/557.96	c #Conflicts:    1209000 | #Constraints:      49939
556.45/557.96	c #Conflicts:    1210000 | #Constraints:      50939
556.45/557.96	c #Conflicts:    1211000 | #Constraints:      51939
556.45/557.96	c #Conflicts:    1212000 | #Constraints:      52939
556.45/557.96	c INPROCESSING
556.45/557.96	c GARBAGE COLLECT
556.45/557.96	c #Conflicts:    1213000 | #Constraints:      32038
556.45/557.96	c #Conflicts:    1214000 | #Constraints:      33038
556.45/557.96	c #Conflicts:    1215000 | #Constraints:      34038
556.45/557.96	c #Conflicts:    1216000 | #Constraints:      35038
556.45/557.96	c #Conflicts:    1217000 | #Constraints:      36038
556.45/557.96	c #Conflicts:    1218000 | #Constraints:      37038
556.45/557.96	c #Conflicts:    1219000 | #Constraints:      38038
556.45/557.96	c #Conflicts:    1220000 | #Constraints:      39039
556.45/557.96	c #Conflicts:    1221000 | #Constraints:      40039
556.45/557.96	c #Conflicts:    1222000 | #Constraints:      41039
556.45/557.96	c #Conflicts:    1223000 | #Constraints:      42039
556.45/557.96	c #Conflicts:    1224000 | #Constraints:      43039
556.45/557.96	c #Conflicts:    1225000 | #Constraints:      44039
556.45/557.96	c #Conflicts:    1226000 | #Constraints:      45039
556.45/557.96	c #Conflicts:    1227000 | #Constraints:      46039
556.45/557.96	c #Conflicts:    1228000 | #Constraints:      47039
556.45/557.96	c #Conflicts:    1229000 | #Constraints:      48039
556.45/557.96	c #Conflicts:    1230000 | #Constraints:      49039
556.45/557.96	c #Conflicts:    1231000 | #Constraints:      50040
556.45/557.96	c #Conflicts:    1232000 | #Constraints:      51040
556.45/557.96	c #Conflicts:    1233000 | #Constraints:      52040
556.45/557.96	c #Conflicts:    1234000 | #Constraints:      53040
556.45/557.96	c INPROCESSING
556.45/557.96	c GARBAGE COLLECT
556.45/557.96	c #Conflicts:    1235000 | #Constraints:      32006
556.45/557.96	c #Conflicts:    1236000 | #Constraints:      33006
556.45/557.96	c #Conflicts:    1237000 | #Constraints:      34006
592.36/593.93	c #Conflicts:    1238000 | #Constraints:      35006
592.36/593.93	c #Conflicts:    1239000 | #Constraints:      36006
592.36/593.93	c #Conflicts:    1240000 | #Constraints:      37006
592.36/593.93	c #Conflicts:    1241000 | #Constraints:      38006
592.36/593.93	c #Conflicts:    1242000 | #Constraints:      39006
592.36/593.93	c #Conflicts:    1243000 | #Constraints:      40006
592.36/593.93	c #Conflicts:    1244000 | #Constraints:      41006
592.36/593.93	c #Conflicts:    1245000 | #Constraints:      42006
592.36/593.93	c #Conflicts:    1246000 | #Constraints:      43006
592.36/593.93	c #Conflicts:    1247000 | #Constraints:      44006
592.36/593.93	c #Conflicts:    1248000 | #Constraints:      45006
592.36/593.93	c #Conflicts:    1249000 | #Constraints:      46006
592.36/593.93	c #Conflicts:    1250000 | #Constraints:      47007
592.36/593.93	c #Conflicts:    1251000 | #Constraints:      48007
592.36/593.93	c #Conflicts:    1252000 | #Constraints:      49007
592.36/593.93	c #Conflicts:    1253000 | #Constraints:      50009
592.36/593.93	c #Conflicts:    1254000 | #Constraints:      51009
592.36/593.93	c #Conflicts:    1255000 | #Constraints:      52009
592.36/593.93	c #Conflicts:    1256000 | #Constraints:      53009
592.36/593.93	c INPROCESSING
592.36/593.93	c GARBAGE COLLECT
592.36/593.93	c #Conflicts:    1257000 | #Constraints:      31834
592.36/593.93	c #Conflicts:    1258000 | #Constraints:      32834
592.36/593.93	c #Conflicts:    1259000 | #Constraints:      33834
592.36/593.93	c #Conflicts:    1260000 | #Constraints:      34834
592.36/593.93	c #Conflicts:    1261000 | #Constraints:      35834
592.36/593.93	c #Conflicts:    1262000 | #Constraints:      36835
592.36/593.93	c #Conflicts:    1263000 | #Constraints:      37835
592.36/593.93	c #Conflicts:    1264000 | #Constraints:      38835
592.36/593.93	c #Conflicts:    1265000 | #Constraints:      39836
592.36/593.93	c #Conflicts:    1266000 | #Constraints:      40836
592.36/593.93	c #Conflicts:    1267000 | #Constraints:      41836
592.36/593.93	c #Conflicts:    1268000 | #Constraints:      42845
592.36/593.93	c #Conflicts:    1269000 | #Constraints:      43845
592.36/593.93	c #Conflicts:    1270000 | #Constraints:      44845
592.36/593.93	c #Conflicts:    1271000 | #Constraints:      45845
592.36/593.93	c #Conflicts:    1272000 | #Constraints:      46845
592.36/593.93	c #Conflicts:    1273000 | #Constraints:      47846
592.36/593.93	c #Conflicts:    1274000 | #Constraints:      48846
592.36/593.93	c #Conflicts:    1275000 | #Constraints:      49846
592.36/593.93	c #Conflicts:    1276000 | #Constraints:      50846
592.36/593.93	c #Conflicts:    1277000 | #Constraints:      51846
592.36/593.93	c #Conflicts:    1278000 | #Constraints:      52846
592.36/593.93	c #Conflicts:    1279000 | #Constraints:      53846
592.36/593.93	c INPROCESSING
592.36/593.93	c GARBAGE COLLECT
592.36/593.93	c #Conflicts:    1280000 | #Constraints:      32394
592.36/593.93	c #Conflicts:    1281000 | #Constraints:      33394
592.36/593.93	c #Conflicts:    1282000 | #Constraints:      34394
592.36/593.93	c #Conflicts:    1283000 | #Constraints:      35394
592.36/593.93	c #Conflicts:    1284000 | #Constraints:      36394
592.36/593.93	c #Conflicts:    1285000 | #Constraints:      37394
592.36/593.93	c #Conflicts:    1286000 | #Constraints:      38394
592.36/593.93	c #Conflicts:    1287000 | #Constraints:      39394
592.36/593.93	c #Conflicts:    1288000 | #Constraints:      40394
592.36/593.93	c #Conflicts:    1289000 | #Constraints:      41394
592.36/593.93	c #Conflicts:    1290000 | #Constraints:      42394
592.36/593.93	c #Conflicts:    1291000 | #Constraints:      43394
592.36/593.93	c #Conflicts:    1292000 | #Constraints:      44395
592.36/593.93	c #Conflicts:    1293000 | #Constraints:      45813
592.36/593.93	c #Conflicts:    1294000 | #Constraints:      47311
592.36/593.93	c #Conflicts:    1295000 | #Constraints:      48439
592.36/593.93	c #Conflicts:    1296000 | #Constraints:      49439
592.36/593.93	c #Conflicts:    1297000 | #Constraints:      50439
592.36/593.93	c #Conflicts:    1298000 | #Constraints:      51439
592.36/593.93	c #Conflicts:    1299000 | #Constraints:      52439
592.36/593.93	c #Conflicts:    1300000 | #Constraints:      53439
592.36/593.93	c #Conflicts:    1301000 | #Constraints:      54439
592.36/593.93	c #Conflicts:    1302000 | #Constraints:      55439
592.36/593.93	c INPROCESSING
592.36/593.93	c GARBAGE COLLECT
592.36/593.93	c #Conflicts:    1303000 | #Constraints:      33292
592.36/593.93	c #Conflicts:    1304000 | #Constraints:      34292
592.36/593.93	c #Conflicts:    1305000 | #Constraints:      35292
592.36/593.93	c #Conflicts:    1306000 | #Constraints:      36292
592.36/593.93	c #Conflicts:    1307000 | #Constraints:      37292
592.36/593.93	c #Conflicts:    1308000 | #Constraints:      38292
592.36/593.93	c #Conflicts:    1309000 | #Constraints:      39292
592.36/593.93	c #Conflicts:    1310000 | #Constraints:      40292
592.36/593.93	c #Conflicts:    1311000 | #Constraints:      41292
592.36/593.93	c #Conflicts:    1312000 | #Constraints:      42293
592.36/593.93	c #Conflicts:    1313000 | #Constraints:      43293
634.26/635.95	c #Conflicts:    1314000 | #Constraints:      44293
634.26/635.95	c #Conflicts:    1315000 | #Constraints:      45293
634.26/635.95	c #Conflicts:    1316000 | #Constraints:      46293
634.26/635.95	c #Conflicts:    1317000 | #Constraints:      47293
634.26/635.95	c #Conflicts:    1318000 | #Constraints:      48293
634.26/635.95	c #Conflicts:    1319000 | #Constraints:      49293
634.26/635.95	c #Conflicts:    1320000 | #Constraints:      50293
634.26/635.95	c #Conflicts:    1321000 | #Constraints:      51293
634.26/635.95	c #Conflicts:    1322000 | #Constraints:      52293
634.26/635.95	c #Conflicts:    1323000 | #Constraints:      53293
634.26/635.95	c #Conflicts:    1324000 | #Constraints:      54293
634.26/635.95	c #Conflicts:    1325000 | #Constraints:      55294
634.26/635.95	c INPROCESSING
634.26/635.95	c GARBAGE COLLECT
634.26/635.95	c #Conflicts:    1326000 | #Constraints:      33275
634.26/635.95	c #Conflicts:    1327000 | #Constraints:      34275
634.26/635.95	c #Conflicts:    1328000 | #Constraints:      35275
634.26/635.95	c #Conflicts:    1329000 | #Constraints:      36275
634.26/635.95	c #Conflicts:    1330000 | #Constraints:      37275
634.26/635.95	c #Conflicts:    1331000 | #Constraints:      38275
634.26/635.95	c #Conflicts:    1332000 | #Constraints:      39275
634.26/635.95	c #Conflicts:    1333000 | #Constraints:      40275
634.26/635.95	c #Conflicts:    1334000 | #Constraints:      41275
634.26/635.95	c #Conflicts:    1335000 | #Constraints:      42276
634.26/635.95	c #Conflicts:    1336000 | #Constraints:      43277
634.26/635.95	c #Conflicts:    1337000 | #Constraints:      44279
634.26/635.95	c #Conflicts:    1338000 | #Constraints:      45280
634.26/635.95	c #Conflicts:    1339000 | #Constraints:      46280
634.26/635.95	c #Conflicts:    1340000 | #Constraints:      47280
634.26/635.95	c #Conflicts:    1341000 | #Constraints:      48281
634.26/635.95	c #Conflicts:    1342000 | #Constraints:      49281
634.26/635.95	c #Conflicts:    1343000 | #Constraints:      50281
634.26/635.95	c #Conflicts:    1344000 | #Constraints:      51281
634.26/635.95	c #Conflicts:    1345000 | #Constraints:      52281
634.26/635.95	c #Conflicts:    1346000 | #Constraints:      53283
634.26/635.95	c #Conflicts:    1347000 | #Constraints:      54283
634.26/635.95	c #Conflicts:    1348000 | #Constraints:      55283
634.26/635.95	c INPROCESSING
634.26/635.95	c GARBAGE COLLECT
634.26/635.95	c #Conflicts:    1349000 | #Constraints:      33144
634.26/635.95	c #Conflicts:    1350000 | #Constraints:      34144
634.26/635.95	c #Conflicts:    1351000 | #Constraints:      35144
634.26/635.95	c #Conflicts:    1352000 | #Constraints:      36144
634.26/635.95	c #Conflicts:    1353000 | #Constraints:      37144
634.26/635.95	c #Conflicts:    1354000 | #Constraints:      38144
634.26/635.95	c #Conflicts:    1355000 | #Constraints:      39144
634.26/635.95	c #Conflicts:    1356000 | #Constraints:      40144
634.26/635.95	c #Conflicts:    1357000 | #Constraints:      41144
634.26/635.95	c #Conflicts:    1358000 | #Constraints:      42144
634.26/635.95	c #Conflicts:    1359000 | #Constraints:      43144
634.26/635.95	c #Conflicts:    1360000 | #Constraints:      44144
634.26/635.95	c #Conflicts:    1361000 | #Constraints:      45144
634.26/635.95	c #Conflicts:    1362000 | #Constraints:      46144
634.26/635.95	c #Conflicts:    1363000 | #Constraints:      47144
634.26/635.95	c #Conflicts:    1364000 | #Constraints:      48144
634.26/635.95	c #Conflicts:    1365000 | #Constraints:      49144
634.26/635.95	c #Conflicts:    1366000 | #Constraints:      50144
634.26/635.95	c #Conflicts:    1367000 | #Constraints:      51144
634.26/635.95	c #Conflicts:    1368000 | #Constraints:      52144
634.26/635.95	c #Conflicts:    1369000 | #Constraints:      53144
634.26/635.95	c #Conflicts:    1370000 | #Constraints:      54144
634.26/635.95	c #Conflicts:    1371000 | #Constraints:      55144
634.26/635.95	c INPROCESSING
634.26/635.95	c GARBAGE COLLECT
634.26/635.95	c #Conflicts:    1372000 | #Constraints:      32870
634.26/635.95	c #Conflicts:    1373000 | #Constraints:      33871
634.26/635.95	c #Conflicts:    1374000 | #Constraints:      34871
634.26/635.95	c #Conflicts:    1375000 | #Constraints:      35871
634.26/635.95	c #Conflicts:    1376000 | #Constraints:      36871
634.26/635.95	c #Conflicts:    1377000 | #Constraints:      37871
634.26/635.95	c #Conflicts:    1378000 | #Constraints:      38871
634.26/635.95	c #Conflicts:    1379000 | #Constraints:      39871
634.26/635.95	c #Conflicts:    1380000 | #Constraints:      40871
634.26/635.95	c #Conflicts:    1381000 | #Constraints:      41871
634.26/635.95	c #Conflicts:    1382000 | #Constraints:      42871
634.26/635.95	c #Conflicts:    1383000 | #Constraints:      43871
634.26/635.95	c #Conflicts:    1384000 | #Constraints:      44871
634.26/635.95	c #Conflicts:    1385000 | #Constraints:      45871
634.26/635.95	c #Conflicts:    1386000 | #Constraints:      46871
634.26/635.95	c #Conflicts:    1387000 | #Constraints:      47871
634.26/635.95	c #Conflicts:    1388000 | #Constraints:      48871
634.26/635.95	c #Conflicts:    1389000 | #Constraints:      49871
634.26/635.95	c #Conflicts:    1390000 | #Constraints:      50871
645.83/647.54	c #Conflicts:    1391000 | #Constraints:      51871
645.83/647.54	c #Conflicts:    1392000 | #Constraints:      52871
645.83/647.54	c #Conflicts:    1393000 | #Constraints:      53871
645.83/647.54	c #Conflicts:    1394000 | #Constraints:      54871
645.83/647.54	c #Conflicts:    1395000 | #Constraints:      55871
645.83/647.54	c INPROCESSING
645.83/647.54	c GARBAGE COLLECT
645.83/647.54	c #Conflicts:    1396000 | #Constraints:      33460
645.83/647.54	c #Conflicts:    1397000 | #Constraints:      34460
645.83/647.54	c #Conflicts:    1398000 | #Constraints:      35460
645.83/647.54	c #Conflicts:    1399000 | #Constraints:      36460
645.83/647.54	c #Conflicts:    1400000 | #Constraints:      37460
645.83/647.54	c #Conflicts:    1401000 | #Constraints:      38460
645.83/647.54	c #Conflicts:    1402000 | #Constraints:      39460
645.83/647.54	c #Conflicts:    1403000 | #Constraints:      40461
645.83/647.54	c #Conflicts:    1404000 | #Constraints:      41461
645.83/647.54	c #Conflicts:    1405000 | #Constraints:      42461
645.83/647.54	c #Conflicts:    1406000 | #Constraints:      43461
645.83/647.54	c #Conflicts:    1407000 | #Constraints:      44461
645.83/647.54	c #Conflicts:    1408000 | #Constraints:      45461
645.83/647.54	c #Conflicts:    1409000 | #Constraints:      46461
645.83/647.54	c #Conflicts:    1410000 | #Constraints:      47461
645.83/647.54	c #Conflicts:    1411000 | #Constraints:      48799
645.83/647.54	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[17]: 6 -0.999921 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[18]: 6 -0.999947 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[58]: 6 -0.918518 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[82]: 6 -0.999947 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[114]: 6 -0.999921 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[122]: 6 -0.959259 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[132]: 6 -3.5625 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[147]: 6 -1.00032 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[157]: 6 -1.29907 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[189]: 6 -1.3125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[194]: 6 -57.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[218]: 6 -0.97963 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[219]: 6 -1.60602 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[230]: 6 0 27 shouldn't be
645.83/647.54	WSVECS04 Frhs2[261]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[282]: 6 -0.959259 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[314]: 6 -1.23102 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[358]: 6 0 0.5 shouldn't be
645.83/647.54	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[368]: 6 -0.999921 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[416]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[421]: 6 0 22.9318 shouldn't be
645.83/647.54	WSVECS04 Frhs2[423]: 6 -56.5 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[424]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[434]: 6 -0.999974 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[462]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[484]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[492]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[517]: 6 0 26.25 shouldn't be
645.83/647.54	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[563]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[564]: 6 -0.999152 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[578]: 6 -36.75 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[633]: 6 -1.04213 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[644]: 6 -3.875 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[660]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[661]: 6 -0.999152 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[669]: 6 -0.67407 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[677]: 6 -24.9318 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[684]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[717]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[731]: 6 -0.562501 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1121]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1123]: 6 -29.125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1124]: 6 0 0.437501 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1166]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1182]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1250]: 6 0 52.75 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1279]: 6 0 5.75 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1281]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1577]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1594]: 6 -0.921876 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1604]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1610]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1622]: 6 -1.16214 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1678]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1736]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1967]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2056]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2063]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2200]: 6 -1.1875 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2247]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2373]: 6 -0.998727 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2430]: 6 -1.3125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2438]: 6 0 13.125 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2439]: 6 0 13.125 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2444]: 6 -114 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2532]: 6 -1.3125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2533]: 6 -1.3125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2630]: 6 0 1.375 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2642]: 6 -909 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2674]: 6 -1.32813 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2676]: 6 -1.3125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2685]: 6 -0.500001 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2776]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2871]: 6 -0.500001 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2919]: 6 -5.125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3019]: 6 -6 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3111]: 6 -8.75 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3303]: 6 -0.895425 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3348]: 6 -5.125 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3441]: 6 -0.375001 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3599]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3676]: 6 -1.15625 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3691]: 6 -0.0303037 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3731]: 6 -1.12308 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3823]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3842]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4036]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4067]: 6 -1.25 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4083]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4226]: 6 -1 0 shouldn't be
645.83/647.54	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
686.43/688.26	c #Conflicts:    1412000 | #Constraints:      49892
686.43/688.26	c #Conflicts:    1413000 | #Constraints:      50892
686.43/688.26	c #Conflicts:    1414000 | #Constraints:      51892
686.43/688.26	c #Conflicts:    1415000 | #Constraints:      52892
686.43/688.26	c #Conflicts:    1416000 | #Constraints:      53892
686.43/688.26	c #Conflicts:    1417000 | #Constraints:      54892
686.43/688.26	c #Conflicts:    1418000 | #Constraints:      55892
686.43/688.26	c #Conflicts:    1419000 | #Constraints:      56892
686.43/688.26	c INPROCESSING
686.43/688.26	c GARBAGE COLLECT
686.43/688.26	c #Conflicts:    1420000 | #Constraints:      34055
686.43/688.26	c #Conflicts:    1421000 | #Constraints:      35055
686.43/688.26	c #Conflicts:    1422000 | #Constraints:      36055
686.43/688.26	c #Conflicts:    1423000 | #Constraints:      37055
686.43/688.26	c #Conflicts:    1424000 | #Constraints:      38055
686.43/688.26	c #Conflicts:    1425000 | #Constraints:      39055
686.43/688.26	c #Conflicts:    1426000 | #Constraints:      40055
686.43/688.26	c #Conflicts:    1427000 | #Constraints:      41055
686.43/688.26	c #Conflicts:    1428000 | #Constraints:      42055
686.43/688.26	c #Conflicts:    1429000 | #Constraints:      43055
686.43/688.26	c #Conflicts:    1430000 | #Constraints:      44055
686.43/688.26	c #Conflicts:    1431000 | #Constraints:      45055
686.43/688.26	c #Conflicts:    1432000 | #Constraints:      46055
686.43/688.26	c #Conflicts:    1433000 | #Constraints:      47055
686.43/688.26	c #Conflicts:    1434000 | #Constraints:      48055
686.43/688.26	c #Conflicts:    1435000 | #Constraints:      49055
686.43/688.26	c #Conflicts:    1436000 | #Constraints:      50055
686.43/688.26	c #Conflicts:    1437000 | #Constraints:      51055
686.43/688.26	c #Conflicts:    1438000 | #Constraints:      52055
686.43/688.26	c #Conflicts:    1439000 | #Constraints:      53055
686.43/688.26	c #Conflicts:    1440000 | #Constraints:      54055
686.43/688.26	c #Conflicts:    1441000 | #Constraints:      55055
686.43/688.26	c #Conflicts:    1442000 | #Constraints:      56055
686.43/688.26	c #Conflicts:    1443000 | #Constraints:      57055
686.43/688.26	c INPROCESSING
686.43/688.26	c GARBAGE COLLECT
686.43/688.26	c #Conflicts:    1444000 | #Constraints:      34121
686.43/688.26	c #Conflicts:    1445000 | #Constraints:      35121
686.43/688.26	c #Conflicts:    1446000 | #Constraints:      36121
686.43/688.26	c #Conflicts:    1447000 | #Constraints:      37121
686.43/688.26	c #Conflicts:    1448000 | #Constraints:      38121
686.43/688.26	c #Conflicts:    1449000 | #Constraints:      39121
686.43/688.26	c #Conflicts:    1450000 | #Constraints:      40121
686.43/688.26	c #Conflicts:    1451000 | #Constraints:      41121
686.43/688.26	c #Conflicts:    1452000 | #Constraints:      42121
686.43/688.26	c #Conflicts:    1453000 | #Constraints:      43121
686.43/688.26	c #Conflicts:    1454000 | #Constraints:      44121
686.43/688.26	c #Conflicts:    1455000 | #Constraints:      45121
686.43/688.26	c #Conflicts:    1456000 | #Constraints:      46121
686.43/688.26	c #Conflicts:    1457000 | #Constraints:      47121
686.43/688.26	c #Conflicts:    1458000 | #Constraints:      48121
686.43/688.26	c #Conflicts:    1459000 | #Constraints:      49122
686.43/688.26	c #Conflicts:    1460000 | #Constraints:      50122
686.43/688.26	c #Conflicts:    1461000 | #Constraints:      51122
686.43/688.26	c #Conflicts:    1462000 | #Constraints:      52122
686.43/688.26	c #Conflicts:    1463000 | #Constraints:      53122
686.43/688.26	c #Conflicts:    1464000 | #Constraints:      54122
686.43/688.26	c #Conflicts:    1465000 | #Constraints:      55122
686.43/688.26	c #Conflicts:    1466000 | #Constraints:      56122
686.43/688.26	c #Conflicts:    1467000 | #Constraints:      57122
686.43/688.26	c INPROCESSING
686.43/688.26	c GARBAGE COLLECT
686.43/688.26	c #Conflicts:    1468000 | #Constraints:      34054
686.43/688.26	c #Conflicts:    1469000 | #Constraints:      35055
686.43/688.26	c #Conflicts:    1470000 | #Constraints:      36055
686.43/688.26	c #Conflicts:    1471000 | #Constraints:      37055
686.43/688.26	c #Conflicts:    1472000 | #Constraints:      38055
686.43/688.26	c #Conflicts:    1473000 | #Constraints:      39055
686.43/688.26	c #Conflicts:    1474000 | #Constraints:      40055
686.43/688.26	c #Conflicts:    1475000 | #Constraints:      41055
686.43/688.26	c #Conflicts:    1476000 | #Constraints:      42055
686.43/688.26	c #Conflicts:    1477000 | #Constraints:      43055
686.43/688.26	c #Conflicts:    1478000 | #Constraints:      44055
686.43/688.26	c #Conflicts:    1479000 | #Constraints:      45055
686.43/688.26	c #Conflicts:    1480000 | #Constraints:      46055
686.43/688.26	c #Conflicts:    1481000 | #Constraints:      47055
686.43/688.26	c #Conflicts:    1482000 | #Constraints:      48055
686.43/688.26	c #Conflicts:    1483000 | #Constraints:      49055
686.43/688.26	c #Conflicts:    1484000 | #Constraints:      50055
686.43/688.26	c #Conflicts:    1485000 | #Constraints:      51055
686.43/688.26	c #Conflicts:    1486000 | #Constraints:      52055
686.43/688.26	c #Conflicts:    1487000 | #Constraints:      53055
686.43/688.26	c #Conflicts:    1488000 | #Constraints:      54055
728.23/730.17	c #Conflicts:    1489000 | #Constraints:      55055
728.23/730.17	c #Conflicts:    1490000 | #Constraints:      56055
728.23/730.17	c #Conflicts:    1491000 | #Constraints:      57055
728.23/730.17	c INPROCESSING
728.23/730.17	c GARBAGE COLLECT
728.23/730.17	c #Conflicts:    1492000 | #Constraints:      33784
728.23/730.17	c #Conflicts:    1493000 | #Constraints:      34784
728.23/730.17	c #Conflicts:    1494000 | #Constraints:      35784
728.23/730.17	c #Conflicts:    1495000 | #Constraints:      36784
728.23/730.17	c #Conflicts:    1496000 | #Constraints:      37784
728.23/730.17	c #Conflicts:    1497000 | #Constraints:      38784
728.23/730.17	c #Conflicts:    1498000 | #Constraints:      39784
728.23/730.17	c #Conflicts:    1499000 | #Constraints:      40784
728.23/730.17	c #Conflicts:    1500000 | #Constraints:      41785
728.23/730.17	c #Conflicts:    1501000 | #Constraints:      42785
728.23/730.17	c #Conflicts:    1502000 | #Constraints:      43785
728.23/730.17	c #Conflicts:    1503000 | #Constraints:      44785
728.23/730.17	c #Conflicts:    1504000 | #Constraints:      45785
728.23/730.17	c #Conflicts:    1505000 | #Constraints:      46785
728.23/730.17	c #Conflicts:    1506000 | #Constraints:      47785
728.23/730.17	c #Conflicts:    1507000 | #Constraints:      48786
728.23/730.17	c #Conflicts:    1508000 | #Constraints:      49786
728.23/730.17	c #Conflicts:    1509000 | #Constraints:      50786
728.23/730.17	c #Conflicts:    1510000 | #Constraints:      51786
728.23/730.17	c #Conflicts:    1511000 | #Constraints:      52786
728.23/730.17	c #Conflicts:    1512000 | #Constraints:      53786
728.23/730.17	c #Conflicts:    1513000 | #Constraints:      54786
728.23/730.17	c #Conflicts:    1514000 | #Constraints:      55786
728.23/730.17	c #Conflicts:    1515000 | #Constraints:      56786
728.23/730.17	c #Conflicts:    1516000 | #Constraints:      57786
728.23/730.17	c INPROCESSING
728.23/730.17	c GARBAGE COLLECT
728.23/730.17	c #Conflicts:    1517000 | #Constraints:      34350
728.23/730.17	c #Conflicts:    1518000 | #Constraints:      35350
728.23/730.17	c #Conflicts:    1519000 | #Constraints:      36350
728.23/730.17	c #Conflicts:    1520000 | #Constraints:      37350
728.23/730.17	c #Conflicts:    1521000 | #Constraints:      38350
728.23/730.17	c #Conflicts:    1522000 | #Constraints:      39350
728.23/730.17	c #Conflicts:    1523000 | #Constraints:      40350
728.23/730.17	c #Conflicts:    1524000 | #Constraints:      41350
728.23/730.17	c #Conflicts:    1525000 | #Constraints:      42351
728.23/730.17	c #Conflicts:    1526000 | #Constraints:      43351
728.23/730.17	c #Conflicts:    1527000 | #Constraints:      44351
728.23/730.17	c #Conflicts:    1528000 | #Constraints:      45351
728.23/730.17	c #Conflicts:    1529000 | #Constraints:      46351
728.23/730.17	c #Conflicts:    1530000 | #Constraints:      47351
728.23/730.17	c #Conflicts:    1531000 | #Constraints:      48351
728.23/730.17	c #Conflicts:    1532000 | #Constraints:      49352
728.23/730.17	c #Conflicts:    1533000 | #Constraints:      50352
728.23/730.17	c #Conflicts:    1534000 | #Constraints:      51352
728.23/730.17	c #Conflicts:    1535000 | #Constraints:      52352
728.23/730.17	c #Conflicts:    1536000 | #Constraints:      53352
728.23/730.17	c #Conflicts:    1537000 | #Constraints:      54353
728.23/730.17	c #Conflicts:    1538000 | #Constraints:      55353
728.23/730.17	c #Conflicts:    1539000 | #Constraints:      56353
728.23/730.17	c #Conflicts:    1540000 | #Constraints:      57353
728.23/730.17	c #Conflicts:    1541000 | #Constraints:      58353
728.23/730.17	c INPROCESSING
728.23/730.17	c GARBAGE COLLECT
728.23/730.17	c #Conflicts:    1542000 | #Constraints:      34787
728.23/730.17	c #Conflicts:    1543000 | #Constraints:      35787
728.23/730.17	c #Conflicts:    1544000 | #Constraints:      36788
728.23/730.17	c #Conflicts:    1545000 | #Constraints:      37788
728.23/730.17	c #Conflicts:    1546000 | #Constraints:      38788
728.23/730.17	c #Conflicts:    1547000 | #Constraints:      39788
728.23/730.17	c #Conflicts:    1548000 | #Constraints:      40789
728.23/730.17	c #Conflicts:    1549000 | #Constraints:      41789
728.23/730.17	c #Conflicts:    1550000 | #Constraints:      42899
728.23/730.17	c #Conflicts:    1551000 | #Constraints:      44200
728.23/730.17	c #Conflicts:    1552000 | #Constraints:      45207
728.23/730.17	c #Conflicts:    1553000 | #Constraints:      46207
728.23/730.17	c #Conflicts:    1554000 | #Constraints:      47210
728.23/730.17	c #Conflicts:    1555000 | #Constraints:      48216
728.23/730.17	c #Conflicts:    1556000 | #Constraints:      49222
728.23/730.17	c #Conflicts:    1557000 | #Constraints:      50228
728.23/730.17	c #Conflicts:    1558000 | #Constraints:      51231
728.23/730.17	c #Conflicts:    1559000 | #Constraints:      52233
728.23/730.17	c #Conflicts:    1560000 | #Constraints:      53233
728.23/730.17	c #Conflicts:    1561000 | #Constraints:      54233
728.23/730.17	c #Conflicts:    1562000 | #Constraints:      55233
728.23/730.17	c #Conflicts:    1563000 | #Constraints:      56233
728.23/730.17	c #Conflicts:    1564000 | #Constraints:      57233
728.23/730.17	c #Conflicts:    1565000 | #Constraints:      58233
814.91/817.05	c #Conflicts:    1566000 | #Constraints:      59233
814.91/817.05	c INPROCESSING
814.91/817.05	c GARBAGE COLLECT
814.91/817.05	c #Conflicts:    1567000 | #Constraints:      35195
814.91/817.05	c #Conflicts:    1568000 | #Constraints:      36195
814.91/817.05	c #Conflicts:    1569000 | #Constraints:      37195
814.91/817.05	c #Conflicts:    1570000 | #Constraints:      38195
814.91/817.05	c #Conflicts:    1571000 | #Constraints:      39195
814.91/817.05	c #Conflicts:    1572000 | #Constraints:      40195
814.91/817.05	c #Conflicts:    1573000 | #Constraints:      41195
814.91/817.05	c #Conflicts:    1574000 | #Constraints:      42195
814.91/817.05	c #Conflicts:    1575000 | #Constraints:      43195
814.91/817.05	c #Conflicts:    1576000 | #Constraints:      44195
814.91/817.05	c #Conflicts:    1577000 | #Constraints:      45195
814.91/817.05	c #Conflicts:    1578000 | #Constraints:      46195
814.91/817.05	c #Conflicts:    1579000 | #Constraints:      47195
814.91/817.05	c #Conflicts:    1580000 | #Constraints:      48195
814.91/817.05	c #Conflicts:    1581000 | #Constraints:      49195
814.91/817.05	c #Conflicts:    1582000 | #Constraints:      50195
814.91/817.05	c #Conflicts:    1583000 | #Constraints:      51195
814.91/817.05	c #Conflicts:    1584000 | #Constraints:      52195
814.91/817.05	c #Conflicts:    1585000 | #Constraints:      53195
814.91/817.05	c #Conflicts:    1586000 | #Constraints:      54195
814.91/817.05	c #Conflicts:    1587000 | #Constraints:      55195
814.91/817.05	c #Conflicts:    1588000 | #Constraints:      56195
814.91/817.05	c #Conflicts:    1589000 | #Constraints:      57195
814.91/817.05	c #Conflicts:    1590000 | #Constraints:      58195
814.91/817.05	c #Conflicts:    1591000 | #Constraints:      59195
814.91/817.05	c INPROCESSING
814.91/817.05	c GARBAGE COLLECT
814.91/817.05	c #Conflicts:    1592000 | #Constraints:      35090
814.91/817.05	c #Conflicts:    1593000 | #Constraints:      36090
814.91/817.05	c #Conflicts:    1594000 | #Constraints:      37090
814.91/817.05	c #Conflicts:    1595000 | #Constraints:      38090
814.91/817.05	c #Conflicts:    1596000 | #Constraints:      39090
814.91/817.05	c #Conflicts:    1597000 | #Constraints:      40090
814.91/817.05	c #Conflicts:    1598000 | #Constraints:      41090
814.91/817.05	c #Conflicts:    1599000 | #Constraints:      42090
814.91/817.05	c #Conflicts:    1600000 | #Constraints:      43091
814.91/817.05	c #Conflicts:    1601000 | #Constraints:      44092
814.91/817.05	c #Conflicts:    1602000 | #Constraints:      45146
814.91/817.05	c #Conflicts:    1603000 | #Constraints:      46146
814.91/817.05	c #Conflicts:    1604000 | #Constraints:      47146
814.91/817.05	c #Conflicts:    1605000 | #Constraints:      48146
814.91/817.05	c #Conflicts:    1606000 | #Constraints:      49146
814.91/817.05	c #Conflicts:    1607000 | #Constraints:      50146
814.91/817.05	c #Conflicts:    1608000 | #Constraints:      51146
814.91/817.05	c #Conflicts:    1609000 | #Constraints:      52146
814.91/817.05	c #Conflicts:    1610000 | #Constraints:      53146
814.91/817.05	c #Conflicts:    1611000 | #Constraints:      54146
814.91/817.05	c #Conflicts:    1612000 | #Constraints:      55146
814.91/817.05	c #Conflicts:    1613000 | #Constraints:      56146
814.91/817.05	c #Conflicts:    1614000 | #Constraints:      57146
814.91/817.05	c #Conflicts:    1615000 | #Constraints:      58146
814.91/817.05	c #Conflicts:    1616000 | #Constraints:      59146
814.91/817.05	c INPROCESSING
814.91/817.05	c GARBAGE COLLECT
814.91/817.05	c #Conflicts:    1617000 | #Constraints:      34921
814.91/817.05	c #Conflicts:    1618000 | #Constraints:      35921
814.91/817.05	c #Conflicts:    1619000 | #Constraints:      36921
814.91/817.05	c #Conflicts:    1620000 | #Constraints:      37921
814.91/817.05	c #Conflicts:    1621000 | #Constraints:      38921
814.91/817.05	c #Conflicts:    1622000 | #Constraints:      39921
814.91/817.05	c #Conflicts:    1623000 | #Constraints:      40921
814.91/817.05	c #Conflicts:    1624000 | #Constraints:      41921
814.91/817.05	c #Conflicts:    1625000 | #Constraints:      42921
814.91/817.05	c #Conflicts:    1626000 | #Constraints:      43921
814.91/817.05	c #Conflicts:    1627000 | #Constraints:      45100
814.91/817.05	c #Conflicts:    1628000 | #Constraints:      46628
814.91/817.05	c #Conflicts:    1629000 | #Constraints:      48137
814.91/817.05	c #Conflicts:    1630000 | #Constraints:      49642
814.91/817.05	c #Conflicts:    1631000 | #Constraints:      51161
814.91/817.05	c #Conflicts:    1632000 | #Constraints:      52673
814.91/817.05	c #Conflicts:    1633000 | #Constraints:      54193
814.91/817.05	c #Conflicts:    1634000 | #Constraints:      55719
814.91/817.05	c #Conflicts:    1635000 | #Constraints:      57246
814.91/817.05	c #Conflicts:    1636000 | #Constraints:      58748
814.91/817.05	c #Conflicts:    1637000 | #Constraints:      60232
814.91/817.05	c #Conflicts:    1638000 | #Constraints:      61759
814.91/817.05	c #Conflicts:    1639000 | #Constraints:      63270
814.91/817.05	c #Conflicts:    1640000 | #Constraints:      64780
814.91/817.05	c #Conflicts:    1641000 | #Constraints:      65878
814.91/817.05	c #Conflicts:    1642000 | #Constraints:      66878
850.73/852.94	c INPROCESSING
850.73/852.94	c GARBAGE COLLECT
850.73/852.94	c #Conflicts:    1643000 | #Constraints:      38933
850.73/852.94	c #Conflicts:    1644000 | #Constraints:      39933
850.73/852.94	c #Conflicts:    1645000 | #Constraints:      40933
850.73/852.94	c #Conflicts:    1646000 | #Constraints:      41933
850.73/852.94	c #Conflicts:    1647000 | #Constraints:      42933
850.73/852.94	c #Conflicts:    1648000 | #Constraints:      43933
850.73/852.94	c #Conflicts:    1649000 | #Constraints:      44933
850.73/852.94	c #Conflicts:    1650000 | #Constraints:      45933
850.73/852.94	c #Conflicts:    1651000 | #Constraints:      46933
850.73/852.94	c #Conflicts:    1652000 | #Constraints:      47933
850.73/852.94	c #Conflicts:    1653000 | #Constraints:      48933
850.73/852.94	c #Conflicts:    1654000 | #Constraints:      49933
850.73/852.94	c #Conflicts:    1655000 | #Constraints:      50933
850.73/852.94	c #Conflicts:    1656000 | #Constraints:      51933
850.73/852.94	c #Conflicts:    1657000 | #Constraints:      52933
850.73/852.94	c #Conflicts:    1658000 | #Constraints:      53933
850.73/852.94	c #Conflicts:    1659000 | #Constraints:      54933
850.73/852.94	c #Conflicts:    1660000 | #Constraints:      55933
850.73/852.94	c #Conflicts:    1661000 | #Constraints:      56933
850.73/852.94	c #Conflicts:    1662000 | #Constraints:      57933
850.73/852.94	c #Conflicts:    1663000 | #Constraints:      58933
850.73/852.94	c #Conflicts:    1664000 | #Constraints:      59933
850.73/852.94	c #Conflicts:    1665000 | #Constraints:      60934
850.73/852.94	c #Conflicts:    1666000 | #Constraints:      61934
850.73/852.94	c #Conflicts:    1667000 | #Constraints:      62934
850.73/852.94	c #Conflicts:    1668000 | #Constraints:      63934
850.73/852.94	c INPROCESSING
850.73/852.94	c GARBAGE COLLECT
850.73/852.94	c #Conflicts:    1669000 | #Constraints:      37546
850.73/852.94	c #Conflicts:    1670000 | #Constraints:      38546
850.73/852.94	c #Conflicts:    1671000 | #Constraints:      39546
850.73/852.94	c #Conflicts:    1672000 | #Constraints:      40546
850.73/852.94	c #Conflicts:    1673000 | #Constraints:      41546
850.73/852.94	c #Conflicts:    1674000 | #Constraints:      42546
850.73/852.94	c #Conflicts:    1675000 | #Constraints:      43546
850.73/852.94	c #Conflicts:    1676000 | #Constraints:      44546
850.73/852.94	c #Conflicts:    1677000 | #Constraints:      45546
850.73/852.94	c #Conflicts:    1678000 | #Constraints:      46546
850.73/852.94	c #Conflicts:    1679000 | #Constraints:      47546
850.73/852.94	c #Conflicts:    1680000 | #Constraints:      48546
850.73/852.94	c #Conflicts:    1681000 | #Constraints:      49546
850.73/852.94	c #Conflicts:    1682000 | #Constraints:      50546
850.73/852.94	c #Conflicts:    1683000 | #Constraints:      51546
850.73/852.94	c #Conflicts:    1684000 | #Constraints:      52546
850.73/852.94	c #Conflicts:    1685000 | #Constraints:      53546
850.73/852.94	c #Conflicts:    1686000 | #Constraints:      54546
850.73/852.94	c #Conflicts:    1687000 | #Constraints:      55546
850.73/852.94	c #Conflicts:    1688000 | #Constraints:      56546
850.73/852.94	c #Conflicts:    1689000 | #Constraints:      57546
850.73/852.94	c #Conflicts:    1690000 | #Constraints:      58546
850.73/852.94	c #Conflicts:    1691000 | #Constraints:      59546
850.73/852.94	c #Conflicts:    1692000 | #Constraints:      60547
850.73/852.94	c #Conflicts:    1693000 | #Constraints:      61547
850.73/852.94	c #Conflicts:    1694000 | #Constraints:      62547
850.73/852.94	c INPROCESSING
850.73/852.94	c GARBAGE COLLECT
850.73/852.94	c #Conflicts:    1695000 | #Constraints:      36879
850.73/852.94	c #Conflicts:    1696000 | #Constraints:      37879
850.73/852.94	c #Conflicts:    1697000 | #Constraints:      38879
850.73/852.94	c #Conflicts:    1698000 | #Constraints:      39879
850.73/852.94	c #Conflicts:    1699000 | #Constraints:      40880
850.73/852.94	c #Conflicts:    1700000 | #Constraints:      41880
850.73/852.94	c #Conflicts:    1701000 | #Constraints:      42880
850.73/852.94	c #Conflicts:    1702000 | #Constraints:      43880
850.73/852.94	c #Conflicts:    1703000 | #Constraints:      44880
850.73/852.94	c #Conflicts:    1704000 | #Constraints:      45881
850.73/852.94	c #Conflicts:    1705000 | #Constraints:      46881
850.73/852.94	c #Conflicts:    1706000 | #Constraints:      47881
850.73/852.94	c #Conflicts:    1707000 | #Constraints:      48881
850.73/852.94	c #Conflicts:    1708000 | #Constraints:      49881
850.73/852.94	c #Conflicts:    1709000 | #Constraints:      50881
850.73/852.94	c #Conflicts:    1710000 | #Constraints:      51881
850.73/852.94	c #Conflicts:    1711000 | #Constraints:      52881
850.73/852.94	c #Conflicts:    1712000 | #Constraints:      53881
850.73/852.94	c #Conflicts:    1713000 | #Constraints:      54881
850.73/852.94	c #Conflicts:    1714000 | #Constraints:      55881
850.73/852.94	c #Conflicts:    1715000 | #Constraints:      56881
850.73/852.94	c #Conflicts:    1716000 | #Constraints:      57882
850.73/852.94	c #Conflicts:    1717000 | #Constraints:      58882
850.73/852.94	c #Conflicts:    1718000 | #Constraints:      59882
850.73/852.94	c #Conflicts:    1719000 | #Constraints:      60882
879.46/881.74	c #Conflicts:    1720000 | #Constraints:      61882
879.46/881.74	c INPROCESSING
879.46/881.74	c GARBAGE COLLECT
879.46/881.74	c #Conflicts:    1721000 | #Constraints:      36471
879.46/881.74	c #Conflicts:    1722000 | #Constraints:      37471
879.46/881.74	c #Conflicts:    1723000 | #Constraints:      38471
879.46/881.74	c #Conflicts:    1724000 | #Constraints:      39471
879.46/881.74	c #Conflicts:    1725000 | #Constraints:      40471
879.46/881.74	c #Conflicts:    1726000 | #Constraints:      41471
879.46/881.74	c #Conflicts:    1727000 | #Constraints:      42471
879.46/881.74	c #Conflicts:    1728000 | #Constraints:      43471
879.46/881.74	c #Conflicts:    1729000 | #Constraints:      44471
879.46/881.74	c #Conflicts:    1730000 | #Constraints:      45471
879.46/881.74	c #Conflicts:    1731000 | #Constraints:      46472
879.46/881.74	c #Conflicts:    1732000 | #Constraints:      47472
879.46/881.74	c #Conflicts:    1733000 | #Constraints:      48472
879.46/881.74	c #Conflicts:    1734000 | #Constraints:      49472
879.46/881.74	c #Conflicts:    1735000 | #Constraints:      50472
879.46/881.74	c #Conflicts:    1736000 | #Constraints:      51472
879.46/881.74	c #Conflicts:    1737000 | #Constraints:      52472
879.46/881.74	c #Conflicts:    1738000 | #Constraints:      53472
879.46/881.74	c #Conflicts:    1739000 | #Constraints:      54472
879.46/881.74	c #Conflicts:    1740000 | #Constraints:      55472
879.46/881.74	c #Conflicts:    1741000 | #Constraints:      56472
879.46/881.74	c #Conflicts:    1742000 | #Constraints:      57472
879.46/881.74	c #Conflicts:    1743000 | #Constraints:      58472
879.46/881.74	c #Conflicts:    1744000 | #Constraints:      59472
879.46/881.74	c #Conflicts:    1745000 | #Constraints:      60472
879.46/881.74	c #Conflicts:    1746000 | #Constraints:      61472
879.46/881.74	c INPROCESSING
879.46/881.74	c GARBAGE COLLECT
879.46/881.74	c #Conflicts:    1747000 | #Constraints:      36010
879.46/881.74	c #Conflicts:    1748000 | #Constraints:      37010
879.46/881.74	c #Conflicts:    1749000 | #Constraints:      38010
879.46/881.74	c #Conflicts:    1750000 | #Constraints:      39010
879.46/881.74	c #Conflicts:    1751000 | #Constraints:      40010
879.46/881.74	c #Conflicts:    1752000 | #Constraints:      41010
879.46/881.74	c #Conflicts:    1753000 | #Constraints:      42010
879.46/881.74	c #Conflicts:    1754000 | #Constraints:      43010
879.46/881.74	c #Conflicts:    1755000 | #Constraints:      44010
879.46/881.74	c #Conflicts:    1756000 | #Constraints:      45010
879.46/881.74	c #Conflicts:    1757000 | #Constraints:      46010
879.46/881.74	c #Conflicts:    1758000 | #Constraints:      47010
879.46/881.74	c #Conflicts:    1759000 | #Constraints:      48010
879.46/881.74	c #Conflicts:    1760000 | #Constraints:      49011
879.46/881.74	c #Conflicts:    1761000 | #Constraints:      50011
879.46/881.74	c #Conflicts:    1762000 | #Constraints:      51011
879.46/881.74	c #Conflicts:    1763000 | #Constraints:      52011
879.46/881.74	c #Conflicts:    1764000 | #Constraints:      53011
879.46/881.74	c #Conflicts:    1765000 | #Constraints:      54011
879.46/881.74	c #Conflicts:    1766000 | #Constraints:      55011
879.46/881.74	c #Conflicts:    1767000 | #Constraints:      56011
879.46/881.74	c #Conflicts:    1768000 | #Constraints:      57011
879.46/881.74	c #Conflicts:    1769000 | #Constraints:      58011
879.46/881.74	c #Conflicts:    1770000 | #Constraints:      59011
879.46/881.74	c #Conflicts:    1771000 | #Constraints:      60011
879.46/881.74	c #Conflicts:    1772000 | #Constraints:      61011
879.46/881.74	c #Conflicts:    1773000 | #Constraints:      62011
879.46/881.74	c INPROCESSING
879.46/881.74	c GARBAGE COLLECT
879.46/881.74	WSVECS04 Frhs2[4]: 6 -1.11024 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[5]: 6 -1.03031 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[9]: 6 -1.0261 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[17]: 6 -365.349 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[19]: 6 -1.81125 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[33]: 6 -1.01252 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[61]: 6 -1.00179 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[88]: 6 -1.09456 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[124]: 6 -0.997916 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[132]: 6 -1.16003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[147]: 6 -0.993072 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[152]: 6 -1.33265 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[160]: 6 -1.00874 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[166]: 6 -1.04619 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[190]: 6 -1.00118 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[194]: 6 -1.18552 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[221]: 6 -11.0398 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[254]: 6 -1.00112 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[294]: 6 -1.109 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[308]: 6 -11645.8 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[343]: 6 -1.27059 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[355]: 6 -1.06325 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[376]: 6 -1.2763 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[411]: 6 -3.50998 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[413]: 6 -11.0399 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[415]: 6 -13.8585 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[417]: 6 -1.19923 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[420]: 6 -1.11942 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[444]: 6 -1.00545 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[477]: 6 -1.00183 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[484]: 6 -1.06144 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[497]: 6 -0.813804 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[498]: 6 -1.01135 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[502]: 6 -1.41796 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[503]: 6 -1.2132 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[504]: 6 -1.72752 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[517]: 6 -0.968787 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[533]: 6 -1.63412 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[535]: 6 -0.723795 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[568]: 6 -0.975296 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[569]: 6 -5.49043 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[573]: 6 -1.00323 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[577]: 6 -1.0485 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[595]: 6 -1.32806 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[598]: 6 -1.41014 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[605]: 6 -1.00164 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[608]: 6 -1.08492 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[610]: 6 -1.03294 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[611]: 6 -1.14877 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[614]: 6 -1.31827 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[615]: 6 -1.02796 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[630]: 6 -1.90047 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[633]: 6 -1.52405 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[655]: 6 -61.5226 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[661]: 6 -3882.06 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[667]: 6 -3.50998 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[669]: 6 -11.0398 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[673]: 6 -1.05971 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[678]: 6 -85.0116 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[702]: 6 -1.0011 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[707]: 6 -1.26207 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[733]: 6 -1.00355 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[735]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[736]: 6 -1.0395 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[979]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1022]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1025]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1042]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1047]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1061]: 6 -1.0011 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1083]: 6 -2.255 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1090]: 6 -1.05461 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1119]: 6 -0.999144 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1121]: 6 -1.00644 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1124]: 6 -1.30371 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1128]: 6 -1.02926 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1139]: 6 -0.50018 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1141]: 6 0 0.145544 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1147]: 6 -0.972548 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1149]: 6 -1.06764 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1156]: 6 -1.35469 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1173]: 6 -0.761308 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1176]: 6 -21.1275 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1178]: 6 -1.00947 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1183]: 6 -1.05742 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1186]: 6 -1.05425 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1187]: 6 -1.00666 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1200]: 6 -1.154 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1215]: 6 -39.4676 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1235]: 6 -1.05726 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1244]: 6 -1.01909 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1298]: 6 -1.04452 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1304]: 6 -1.00633 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1310]: 6 -0.980808 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1311]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1316]: 6 -1.06663 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1320]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1326]: 6 -1.00094 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1329]: 6 -1.04602 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1334]: 6 -1.00092 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1335]: 6 -1.0147 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1336]: 6 -1.00182 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1339]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1370]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1379]: 6 -1.02833 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1381]: 6 -0.998809 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1400]: 6 -1.00097 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1415]: 6 -1.05363 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1428]: 6 -0.692266 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1444]: 6 -0.99806 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1465]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1472]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1477]: 6 -1.05413 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1479]: 6 -1.01219 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1481]: 6 -1.31227 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1488]: 6 -1.0179 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1492]: 6 -1.069 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1493]: 6 -1.11611 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1507]: 6 -1.00028 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1519]: 6 -1.10042 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1520]: 6 -0.986379 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1522]: 6 -1.55708 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1523]: 6 -1.18462 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1525]: 6 -1.13583 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1528]: 6 -1.08585 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1545]: 6 -1.1655 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1553]: 6 -1.0012 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1557]: 6 -1.10328 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1568]: 6 -1.01299 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1569]: 6 -0.999918 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1571]: 6 -0.040293 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1573]: 6 0 3.93582 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1574]: 6 0 9.17294 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1598]: 6 -1.06406 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1599]: 6 -1.08335 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1606]: 6 -1.59895 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1621]: 6 -1.03773 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1622]: 6 -1.09628 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1626]: 6 -1.05655 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1627]: 6 -1.12969 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1628]: 6 -1.18005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1631]: 6 -1.19074 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1632]: 6 -1.0097 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1634]: 6 -1.45217 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1635]: 6 -1.08932 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1663]: 6 -0.985949 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1671]: 6 -0.935678 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1681]: 6 -0.842004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1682]: 6 -0.779724 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1693]: 6 -1.13305 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1696]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1714]: 6 -1.01174 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1718]: 6 -1.0165 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1724]: 6 -1.14828 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1727]: 6 -1.03302 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1748]: 6 -1.04338 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1753]: 6 -1.07957 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1953]: 6 -0.975817 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1955]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1960]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1962]: 6 -1.25002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1964]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1970]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1984]: 6 -0.570066 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1985]: 6 -0.998225 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1989]: 6 -0.995583 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1992]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1993]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1996]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[1999]: 6 -0.999847 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2001]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2004]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2008]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2012]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2015]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2049]: 6 -0.983352 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2056]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2058]: 6 -1.0243 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2062]: 6 -1.10929 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2070]: 6 -1.26082 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2074]: 6 -0.500062 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2088]: 6 -21585.2 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2092]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2104]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2107]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2110]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2134]: 6 -0.967802 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2145]: 6 -0.867107 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2149]: 6 -0.999985 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2152]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2154]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2157]: 6 -0.99876 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2160]: 6 -1.05597 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2172]: 6 -1.24156 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2174]: 6 -0.954939 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2183]: 6 -1.15792 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2190]: 6 -1.40341 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2200]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2204]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2208]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2216]: 6 -1.12501 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2225]: 6 -1.31342 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2229]: 6 -1.25411 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2231]: 6 -0.988659 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2233]: 6 -0.92843 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2241]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2244]: 6 -0.893371 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2247]: 6 -1.0923 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2252]: 6 -1.06168 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2255]: 6 -1.28808 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2256]: 6 -1.07601 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2288]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2289]: 6 -1.00027 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2292]: 6 -1.76442 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2296]: 6 -1.01022 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2298]: 6 -1.01288 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2299]: 6 -0.98613 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2302]: 6 -1.05561 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2307]: 6 -1.03696 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2312]: 6 -1.15195 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2325]: 6 -1.15878 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2333]: 6 -21.0796 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2337]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2344]: 6 -0.989331 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2345]: 6 -1.00666 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2352]: 6 -0.502628 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2372]: 6 -7.38411 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2373]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2376]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2379]: 6 -1.63295 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2382]: 6 0 0.255066 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2383]: 6 0 0.255042 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2384]: 6 -3.55337 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2388]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2389]: 6 -11.0399 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2391]: 6 -21.0797 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2396]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2398]: 6 -81.3554 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2400]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2407]: 6 -0.961191 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2424]: 6 -21.0797 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2426]: 6 -0.928149 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2435]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2437]: 6 -1.00118 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2440]: 6 -1.10623 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2441]: 6 -1.06352 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2443]: 6 -1.03628 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2445]: 6 -1.09027 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2467]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2473]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2481]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2485]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2487]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2490]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2491]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2494]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2495]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2498]: 6 -1.05687 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2520]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2521]: 6 -1.05009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2523]: 6 -1.00016 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2537]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2539]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2554]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2572]: 6 -1.05048 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2577]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2579]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2581]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2584]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2586]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2591]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2595]: 6 -1.04319 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2614]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2628]: 6 -0.95407 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2632]: 6 -1.00363 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2634]: 6 -1.00721 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2635]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2637]: 6 -0.985708 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2680]: 6 -1.04346 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2682]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2686]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2687]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2696]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2702]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2703]: 6 -1.00252 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2712]: 6 -1.00178 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2714]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2721]: 6 -0.987078 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2724]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2725]: 6 -1.0385 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2728]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2732]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2736]: 6 -1.31253 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2758]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2762]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2766]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2767]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2769]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2775]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2777]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2782]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2785]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2788]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2805]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2808]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2809]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2810]: 6 -0.999737 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2814]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2818]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2824]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2826]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2834]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2851]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2854]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2859]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2861]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2869]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2872]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2873]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2877]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2880]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2902]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2904]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2912]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2914]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2918]: 6 -1.09265 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2919]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2922]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2925]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2927]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2929]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2931]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2954]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2955]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2962]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2963]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2966]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2968]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2969]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2972]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2973]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2976]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2977]: 6 -1.098 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2982]: 6 -1.00167 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2988]: 6 -1.15581 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2997]: 6 -1.04739 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[2999]: 6 -1.05478 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3002]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3016]: 6 -1.28557 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3017]: 6 -1.28559 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3052]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3057]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3061]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3063]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3064]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3069]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3072]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3091]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3092]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3093]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3095]: 6 -1.01438 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3096]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3097]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3100]: 6 -1.00177 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3108]: 6 -0.997327 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3116]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3128]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3132]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3134]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3146]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3147]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3150]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3151]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3155]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3160]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3161]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3163]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3184]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3192]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3195]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3196]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3201]: 6 -1.00067 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3203]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3205]: 6 -0.999156 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3230]: 6 -0.813782 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3231]: 6 -0.997623 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3243]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3245]: 6 -1.44083 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3248]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3252]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3255]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3256]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3259]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3261]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3263]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3279]: 6 -0.999736 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3304]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3308]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3310]: 6 -1.2501 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3312]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3338]: 6 -1.51916 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3341]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3343]: 6 -1.01902 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3345]: 6 -0.96216 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3348]: 6 -1.15161 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3349]: 6 -1.15165 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3354]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3355]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3363]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3376]: 6 0 0.251429 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3390]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3394]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3395]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3399]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3402]: 6 -1.40597 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3403]: 6 -1.42233 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3406]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3408]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3410]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3422]: 6 -1.50168 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3424]: 6 -6.00561 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3430]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3432]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3434]: 6 -1.01732 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3436]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3438]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3441]: 6 -1.45913 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3444]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3445]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3448]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3449]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3452]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3453]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3455]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3463]: 6 -1.0016 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3474]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3475]: 6 -1.0003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3483]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3491]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3495]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3498]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3502]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3524]: 6 -1.95391 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3532]: 6 -0.985292 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3536]: 6 -3.07161 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3541]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3545]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3547]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3555]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3580]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3586]: 6 -1.00011 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3589]: 6 -1.02957 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3590]: 6 -1.03325 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3594]: 6 -1.00042 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3595]: 6 -1.00039 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3622]: 6 -10928 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3626]: 6 -0.984763 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3634]: 6 -4.80978 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3636]: 6 -1.10652 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3637]: 6 -1.10649 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3640]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3644]: 6 -0.988275 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3645]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3647]: 6 -1.02365 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3655]: 6 -1.04721 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3658]: 6 -1.12662 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3663]: 6 -1.00279 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3665]: 6 -1.31089 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3667]: 6 -1.00055 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3678]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3682]: 6 -0.909841 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3688]: 6 -0.989212 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3690]: 6 -1.05337 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3691]: 6 -1.05336 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3698]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3721]: 6 -1.05905 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3727]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3732]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3736]: 6 -1.07649 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3737]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3740]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3741]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3743]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3763]: 6 -1.00637 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3771]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3772]: 6 -0.863806 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3774]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3775]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3777]: 6 -1.07823 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3781]: 6 -1.09785 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3784]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3814]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3820]: 6 -1.26321 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3821]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3826]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3829]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3832]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3836]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3837]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3841]: 6 -1.01073 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3843]: 6 -1.06439 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3845]: 6 -1.15434 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3847]: 6 -1.01428 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3855]: 6 -1.03887 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3861]: 6 -1.00583 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3868]: 6 -1.07239 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3873]: 6 -1.00327 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3877]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3883]: 6 -0.755938 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3886]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3906]: 6 -1.04397 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3914]: 6 -0.97682 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3918]: 6 -1.00039 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3926]: 6 -1.08223 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3927]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3929]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3932]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3935]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3939]: 6 -1.06042 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3941]: 6 -1.141 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3950]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3951]: 6 -1.03323 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3956]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3958]: 6 -0.990343 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3959]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3961]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3970]: 6 -1.03517 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3971]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3974]: 6 -0.997989 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3978]: 6 -1.01824 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3984]: 6 -0.850335 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4000]: 6 -1.08043 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4005]: 6 -1.08277 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4012]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4014]: 6 -1.04103 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4016]: 6 -1.04195 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4020]: 6 -1.63599 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4022]: 6 -1.67572 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4024]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4026]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4027]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4030]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4031]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4033]: 6 -1.03946 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4034]: 6 -1.00001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4035]: 6 -1.01423 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4044]: 6 -0.988792 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4045]: 6 -1.07514 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4046]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4048]: 6 -1.00878 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4053]: 6 -1.0141 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4055]: 6 -1.00005 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4059]: 6 -0.952597 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4063]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4064]: 6 -1.22104 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4066]: 6 -0.957905 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4069]: 6 -1.38316 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4075]: 6 -1.00002 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4101]: 6 -1.04436 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4104]: 6 -1.00544 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4105]: 6 -1.00018 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4107]: 6 -1.00014 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4110]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4114]: 6 -1.00009 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4118]: 6 -1.28758 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4119]: 6 -1.28756 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4122]: 6 -1.00004 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4124]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4128]: 6 -1.0001 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4183]: 6 -1.00268 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4184]: 6 -1.00008 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4185]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4186]: 6 -1.00068 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4187]: 6 -1.00003 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4188]: 6 -1.08155 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4236]: 6 -1.00007 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4240]: 6 -1.00006 0 shouldn't be
879.46/881.74	WSVECS04 Frhs2[4288]: 6 -1.00002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1]: 6 -1.2301 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[27]: 6 -1.00375 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[35]: 6 -1.15502 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[42]: 6 0 2.77139 shouldn't be
880.65/882.92	WSVECS04 Frhs2[60]: 6 -21.2879 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[69]: 6 -1.10773 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[70]: 6 -1.08823 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[71]: 6 -1.21832 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[87]: 6 -1.17034 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[92]: 6 -1.00617 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[104]: 6 -1.96945 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[117]: 6 -2.20008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[125]: 6 -1.00099 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[135]: 6 -0.732861 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[156]: 6 -4.39901 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[157]: 6 -14.6627 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[161]: 6 -1.11383 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[162]: 6 -1.20509 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[163]: 6 -1.24481 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[195]: 6 -1.19684 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[198]: 6 -1.16294 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[214]: 6 -1.59271 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[218]: 6 -1.69015 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[262]: 6 -1.06383 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[275]: 6 -1.41376 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[276]: 6 -1.87842 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[283]: 6 -1.04641 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[297]: 6 -1.05188 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[307]: 6 -1.08173 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[314]: 6 -3.40467 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[321]: 6 -1.04626 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[347]: 6 -3.51463 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[356]: 6 -1.00079 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[386]: 6 -1.14073 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[387]: 6 -1.22147 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[388]: 6 -1.15957 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[412]: 6 -4.3997 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[416]: 6 -1.04496 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[421]: 6 -1.10241 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[451]: 6 -1.17457 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[469]: 6 -1.19065 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[474]: 6 -2.73254 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[475]: 6 -4.38342 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[481]: 6 -1.03996 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[486]: 6 -0.900466 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[487]: 6 -1.42239 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[509]: 6 -1.00058 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[534]: 6 -1.1 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[565]: 6 -1.88693 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[571]: 6 -1.10361 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[580]: 6 -1.09692 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[585]: 6 -1.11614 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[597]: 6 -0.195257 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[599]: 6 -1.27276 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[600]: 6 -3.59319 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[631]: 6 -1.55316 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[637]: 6 -1.00087 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[674]: 6 -1.0832 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[676]: 6 -1.16241 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[695]: 6 -1.34645 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[697]: 6 -2.72696 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[699]: 6 -3.84724 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[726]: 6 -1.58324 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[732]: 6 -8.07284 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1074]: 6 -1.34895 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1094]: 6 -2.04754 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1095]: 6 -1.65604 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1097]: 6 -0.962758 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1098]: 6 -6.6349 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1112]: 6 -0.989389 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1116]: 6 -1.07504 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1122]: 6 -1.04301 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1126]: 6 -1.25376 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1135]: 6 -0.945297 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1143]: 6 -1.04618 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1151]: 6 -20.2516 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1167]: 6 -0.94718 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1191]: 6 -0.989198 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1207]: 6 -1.02688 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1219]: 6 -1.05193 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1221]: 6 -1.06823 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1223]: 6 -1.05221 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1236]: 6 -1.05891 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1250]: 6 -1.00858 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1254]: 6 -1.25322 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1271]: 6 -1.06165 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1276]: 6 -1.01912 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1278]: 6 -1.05695 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1293]: 6 -1.00421 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1327]: 6 -1.01695 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1333]: 6 -1.0002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1349]: 6 -1.04028 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1366]: 6 -1.10487 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1369]: 6 -0.995754 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1373]: 6 -2.10508 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1384]: 6 -1.31247 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1386]: 6 -1.25012 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1393]: 6 -0.874743 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1398]: 6 -1.01728 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1445]: 6 -0.992981 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1453]: 6 0 8.94956 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1455]: 6 0 41.355 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1463]: 6 -1.01477 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1474]: 6 -1.00037 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1478]: 6 -1.01988 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1502]: 6 -1.14799 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1503]: 6 -1.22735 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1506]: 6 -1.40723 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1521]: 6 -1.2557 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1532]: 6 -1.00081 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1584]: 6 -1.03389 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1593]: 6 -0.95574 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1602]: 6 -1.066 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1629]: 6 -1.11723 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1652]: 6 -1.43978 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1657]: 6 -1.04434 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1678]: 6 -0.486756 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1694]: 6 -1.15708 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1751]: 6 -1.02356 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[1752]: 6 -1.29321 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2054]: 6 -1.00008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2078]: 6 -1.0001 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2089]: 6 -0.994608 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2094]: 6 0 0.391182 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2142]: 6 -1.00007 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2161]: 6 -0.996191 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2185]: 6 0 3.33373 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2327]: 6 -1.31427 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2336]: 6 -1.01173 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2392]: 6 -1.00009 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2479]: 6 -1.00005 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2483]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2517]: 6 -1.36109 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2522]: 6 -1.00169 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2525]: 6 -0.997336 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2533]: 6 -1.11496 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2569]: 6 -1.00185 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2594]: 6 -1.02581 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2665]: 6 -1.00065 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2671]: 6 -1.01699 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2683]: 6 -1.00009 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2778]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2779]: 6 -1.00002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2786]: 6 -1.04603 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2828]: 6 -1.00008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2864]: 6 -1.00019 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2868]: 6 -1.00179 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[2998]: 6 -1.10481 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3000]: 6 -1.00196 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3065]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3074]: 6 -1.1132 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3077]: 6 -1.00013 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3087]: 6 -1.00112 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3157]: 6 -1.00008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3189]: 6 -1.02429 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3235]: 6 -1.00001 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3280]: 6 -1.01888 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3291]: 6 -1.99213 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3299]: 6 -1.85311 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3367]: 6 -1.42233 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3378]: 6 -1.3074 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3381]: 6 -1.01495 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3387]: 6 -1.139 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3391]: 6 -1.11933 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3405]: 6 -1.0001 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3427]: 6 -1.00005 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3459]: 6 -0.999965 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3464]: 6 -1.04888 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3484]: 6 -1.00739 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3499]: 6 -1.33424 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3540]: 6 -1.58397 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3554]: 6 -1.0061 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3559]: 6 -1.00002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3568]: 6 0 339.983 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3578]: 6 -1.04764 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3583]: 6 -1.03253 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3630]: 6 -1.00008 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3670]: 6 -1.12983 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3674]: 6 -1.03508 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3683]: 6 -1.00009 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3746]: 6 -1.0114 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3870]: 6 -1.01451 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3872]: 6 -1.21372 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3902]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3903]: 6 -1.00021 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3919]: 6 -1.00227 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3923]: 6 -1.00002 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3937]: 6 -1.01126 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3940]: 6 -1.08955 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3952]: 6 -1.12164 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3960]: 6 -1.02038 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3964]: 6 -1.00003 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3965]: 6 -1.11386 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3968]: 6 -1.2661 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[3975]: 6 -1.00019 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[4007]: 6 -1.16217 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[4009]: 6 -0.994735 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[4056]: 6 -1.00023 0 shouldn't be
880.65/882.92	WSVECS04 Frhs2[4126]: 6 -1.00003 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2]: 6 -1.06595 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[32]: 6 -1.07167 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[36]: 6 -1.07346 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[56]: 6 -1.55861 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[65]: 6 -1.29569 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[66]: 6 -1.19433 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[72]: 6 -1.0501 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[121]: 6 -1.89777 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[123]: 6 -4.46196 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[134]: 6 -1.09163 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[154]: 6 -4.54483 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[187]: 6 -5.26012 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[215]: 6 -1.26571 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[226]: 6 -1.09652 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[227]: 6 -1.03803 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[258]: 6 -1.04207 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[278]: 6 -1.61285 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[282]: 6 -1.19837 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[310]: 6 -1.59151 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[311]: 6 -1.30482 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[312]: 6 -1.2109 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[315]: 6 -4.4628 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[326]: 6 -1.11157 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[341]: 6 -0.449901 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[345]: 6 -2.62529 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[378]: 6 -2.18701 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[384]: 6 -1.06217 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[407]: 6 -1.49081 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[452]: 6 -1.1709 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[480]: 6 -1.04802 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[488]: 6 -1.04167 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[500]: 6 -1.45542 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[506]: 6 -4.54334 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[514]: 6 -1.04651 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[546]: 6 -1.07179 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[548]: 6 -1.09341 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[596]: 6 -1.39893 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[612]: 6 -1.17723 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[629]: 6 -1.55171 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[632]: 6 -1.35956 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[663]: 6 -1.45794 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[729]: 6 -1.16933 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[945]: 6 -0.986228 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[994]: 6 -1.00007 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1146]: 6 -1.04689 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1166]: 6 -1.37441 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1174]: 6 -0.990985 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1177]: 6 -1.07294 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1184]: 6 -1.03165 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1220]: 6 -1.03679 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1233]: 6 -1.12944 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1237]: 6 -1.01651 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1239]: 6 -1.21412 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1243]: 6 -1.03384 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1287]: 6 -1.24922 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1288]: 6 -1.28728 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1306]: 6 -1.04348 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1313]: 6 -1.03494 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1337]: 6 -1.00007 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1360]: 6 -1.2712 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1425]: 6 -1.44116 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1429]: 6 -1.01088 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1495]: 6 -1.03373 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1496]: 6 -1.13496 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1516]: 6 -1.00174 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1526]: 6 -1.25541 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1531]: 6 -1.07584 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1588]: 6 -0.068533 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[1597]: 6 -0.915896 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2059]: 6 -2.44571 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2285]: 6 -0.969914 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2408]: 6 -6.61988 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2421]: 6 -1.01881 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2429]: 6 -1.03701 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2431]: 6 -1.00002 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2509]: 6 -1.02478 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2531]: 6 -0.974118 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2616]: 6 -0.998053 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2629]: 6 -0.999167 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2673]: 6 -1.00007 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2689]: 6 -1.0422 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2693]: 6 -1.00586 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2694]: 6 -1.00319 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2709]: 6 -1.00186 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2790]: 6 -1.00275 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2799]: 6 -1.88058 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2858]: 6 -1.00007 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2896]: 6 -1.2707 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[2901]: 6 -1.01777 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3078]: 6 -1.02279 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3237]: 6 -1.0343 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3241]: 6 -1.1369 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3285]: 6 -1.01413 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3297]: 6 -1.02079 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3398]: 6 -1.00413 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3478]: 6 -1.0065 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3482]: 6 -1.29643 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3553]: 6 -1.0075 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3558]: 6 -1.00004 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3577]: 6 -1.0001 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3579]: 6 -1.01641 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3587]: 6 -1.0065 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3680]: 6 -1.01458 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3685]: 6 -1.01155 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3694]: 6 -1.30264 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3724]: 6 -0.999555 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3770]: 6 -1.00019 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3773]: 6 -1.00003 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3875]: 6 -1.01063 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3911]: 6 -1.00582 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3921]: 6 -1.18977 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[3997]: 6 -1.01379 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[4003]: 6 -1.0001 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[4037]: 6 -1.00009 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[4111]: 6 -1.00007 0 shouldn't be
882.55/884.82	WSVECS04 Frhs2[4113]: 6 -1.00003 0 shouldn't be
924.76/927.15	c #Conflicts:    1774000 | #Constraints:      36556
924.76/927.15	c #Conflicts:    1775000 | #Constraints:      37556
924.76/927.15	c #Conflicts:    1776000 | #Constraints:      38556
924.76/927.15	c #Conflicts:    1777000 | #Constraints:      39556
924.76/927.15	c #Conflicts:    1778000 | #Constraints:      40556
924.76/927.15	c #Conflicts:    1779000 | #Constraints:      41556
924.76/927.15	c #Conflicts:    1780000 | #Constraints:      42556
924.76/927.15	c #Conflicts:    1781000 | #Constraints:      43556
924.76/927.15	c #Conflicts:    1782000 | #Constraints:      44556
924.76/927.15	c #Conflicts:    1783000 | #Constraints:      45557
924.76/927.15	c #Conflicts:    1784000 | #Constraints:      46557
924.76/927.15	c #Conflicts:    1785000 | #Constraints:      47557
924.76/927.15	c #Conflicts:    1786000 | #Constraints:      48557
924.76/927.15	c #Conflicts:    1787000 | #Constraints:      49557
924.76/927.15	c #Conflicts:    1788000 | #Constraints:      50557
924.76/927.15	c #Conflicts:    1789000 | #Constraints:      51557
924.76/927.15	c #Conflicts:    1790000 | #Constraints:      52557
924.76/927.15	c #Conflicts:    1791000 | #Constraints:      53557
924.76/927.15	c #Conflicts:    1792000 | #Constraints:      54557
924.76/927.15	c #Conflicts:    1793000 | #Constraints:      55557
924.76/927.15	c #Conflicts:    1794000 | #Constraints:      56557
924.76/927.15	c #Conflicts:    1795000 | #Constraints:      57557
924.76/927.15	c #Conflicts:    1796000 | #Constraints:      58557
924.76/927.15	c #Conflicts:    1797000 | #Constraints:      59557
924.76/927.15	c #Conflicts:    1798000 | #Constraints:      60557
924.76/927.15	c #Conflicts:    1799000 | #Constraints:      61557
924.76/927.15	c #Conflicts:    1800000 | #Constraints:      62557
924.76/927.15	c INPROCESSING
924.76/927.15	c GARBAGE COLLECT
924.76/927.15	c #Conflicts:    1801000 | #Constraints:      36923
924.76/927.15	c #Conflicts:    1802000 | #Constraints:      37923
924.76/927.15	c #Conflicts:    1803000 | #Constraints:      38923
924.76/927.15	c #Conflicts:    1804000 | #Constraints:      39923
924.76/927.15	c #Conflicts:    1805000 | #Constraints:      40923
924.76/927.15	c #Conflicts:    1806000 | #Constraints:      41923
924.76/927.15	c #Conflicts:    1807000 | #Constraints:      42923
924.76/927.15	c #Conflicts:    1808000 | #Constraints:      43923
924.76/927.15	c #Conflicts:    1809000 | #Constraints:      44923
924.76/927.15	c #Conflicts:    1810000 | #Constraints:      45923
924.76/927.15	c #Conflicts:    1811000 | #Constraints:      46923
924.76/927.15	c #Conflicts:    1812000 | #Constraints:      47923
924.76/927.15	c #Conflicts:    1813000 | #Constraints:      48923
924.76/927.15	c #Conflicts:    1814000 | #Constraints:      49923
924.76/927.15	c #Conflicts:    1815000 | #Constraints:      50923
924.76/927.15	c #Conflicts:    1816000 | #Constraints:      51923
924.76/927.15	c #Conflicts:    1817000 | #Constraints:      52923
924.76/927.15	c #Conflicts:    1818000 | #Constraints:      53923
924.76/927.15	c #Conflicts:    1819000 | #Constraints:      54923
924.76/927.15	c #Conflicts:    1820000 | #Constraints:      55923
924.76/927.15	c #Conflicts:    1821000 | #Constraints:      56923
924.76/927.15	c #Conflicts:    1822000 | #Constraints:      57923
924.76/927.15	c #Conflicts:    1823000 | #Constraints:      58923
924.76/927.15	c #Conflicts:    1824000 | #Constraints:      59923
924.76/927.15	c #Conflicts:    1825000 | #Constraints:      60923
924.76/927.15	c #Conflicts:    1826000 | #Constraints:      61923
924.76/927.15	c #Conflicts:    1827000 | #Constraints:      62923
924.76/927.15	c INPROCESSING
924.76/927.15	c GARBAGE COLLECT
924.76/927.15	c #Conflicts:    1828000 | #Constraints:      37083
924.76/927.15	c #Conflicts:    1829000 | #Constraints:      38083
924.76/927.15	c #Conflicts:    1830000 | #Constraints:      39083
924.76/927.15	c #Conflicts:    1831000 | #Constraints:      40083
924.76/927.15	c #Conflicts:    1832000 | #Constraints:      41083
924.76/927.15	c #Conflicts:    1833000 | #Constraints:      42084
924.76/927.15	c #Conflicts:    1834000 | #Constraints:      43084
924.76/927.15	c #Conflicts:    1835000 | #Constraints:      44084
924.76/927.15	c #Conflicts:    1836000 | #Constraints:      45084
924.76/927.15	c #Conflicts:    1837000 | #Constraints:      46084
924.76/927.15	c #Conflicts:    1838000 | #Constraints:      47084
924.76/927.15	c #Conflicts:    1839000 | #Constraints:      48084
924.76/927.15	c #Conflicts:    1840000 | #Constraints:      49084
924.76/927.15	c #Conflicts:    1841000 | #Constraints:      50084
924.76/927.15	c #Conflicts:    1842000 | #Constraints:      51084
924.76/927.15	c #Conflicts:    1843000 | #Constraints:      52084
924.76/927.15	c #Conflicts:    1844000 | #Constraints:      53084
924.76/927.15	c #Conflicts:    1845000 | #Constraints:      54084
924.76/927.15	c #Conflicts:    1846000 | #Constraints:      55084
924.76/927.15	c #Conflicts:    1847000 | #Constraints:      56084
924.76/927.15	c #Conflicts:    1848000 | #Constraints:      57084
924.76/927.15	c #Conflicts:    1849000 | #Constraints:      58084
924.76/927.15	c #Conflicts:    1850000 | #Constraints:      59084
924.76/927.15	c #Conflicts:    1851000 | #Constraints:      60084
969.74/972.24	c #Conflicts:    1852000 | #Constraints:      61084
969.74/972.24	c #Conflicts:    1853000 | #Constraints:      62084
969.74/972.24	c #Conflicts:    1854000 | #Constraints:      63084
969.74/972.24	c INPROCESSING
969.74/972.24	c GARBAGE COLLECT
969.74/972.24	c #Conflicts:    1855000 | #Constraints:      37065
969.74/972.24	c #Conflicts:    1856000 | #Constraints:      38065
969.74/972.24	c #Conflicts:    1857000 | #Constraints:      39065
969.74/972.24	c #Conflicts:    1858000 | #Constraints:      40066
969.74/972.24	c #Conflicts:    1859000 | #Constraints:      41066
969.74/972.24	c #Conflicts:    1860000 | #Constraints:      42066
969.74/972.24	c #Conflicts:    1861000 | #Constraints:      43066
969.74/972.24	c #Conflicts:    1862000 | #Constraints:      44066
969.74/972.24	c #Conflicts:    1863000 | #Constraints:      45066
969.74/972.24	c #Conflicts:    1864000 | #Constraints:      46066
969.74/972.24	c #Conflicts:    1865000 | #Constraints:      47066
969.74/972.24	c #Conflicts:    1866000 | #Constraints:      48066
969.74/972.24	c #Conflicts:    1867000 | #Constraints:      49066
969.74/972.24	c #Conflicts:    1868000 | #Constraints:      50066
969.74/972.24	c #Conflicts:    1869000 | #Constraints:      51066
969.74/972.24	c #Conflicts:    1870000 | #Constraints:      52066
969.74/972.24	c #Conflicts:    1871000 | #Constraints:      53066
969.74/972.24	c #Conflicts:    1872000 | #Constraints:      54066
969.74/972.24	c #Conflicts:    1873000 | #Constraints:      55068
969.74/972.24	c #Conflicts:    1874000 | #Constraints:      56068
969.74/972.24	c #Conflicts:    1875000 | #Constraints:      57068
969.74/972.24	c #Conflicts:    1876000 | #Constraints:      58068
969.74/972.24	c #Conflicts:    1877000 | #Constraints:      59068
969.74/972.24	c #Conflicts:    1878000 | #Constraints:      60068
969.74/972.24	c #Conflicts:    1879000 | #Constraints:      61068
969.74/972.24	c #Conflicts:    1880000 | #Constraints:      62068
969.74/972.24	c #Conflicts:    1881000 | #Constraints:      63068
969.74/972.24	c INPROCESSING
969.74/972.24	c GARBAGE COLLECT
969.74/972.24	c #Conflicts:    1882000 | #Constraints:      36838
969.74/972.24	c #Conflicts:    1883000 | #Constraints:      37838
969.74/972.24	c #Conflicts:    1884000 | #Constraints:      38838
969.74/972.24	c #Conflicts:    1885000 | #Constraints:      39838
969.74/972.24	c #Conflicts:    1886000 | #Constraints:      40838
969.74/972.24	c #Conflicts:    1887000 | #Constraints:      41838
969.74/972.24	c #Conflicts:    1888000 | #Constraints:      42839
969.74/972.24	c #Conflicts:    1889000 | #Constraints:      43839
969.74/972.24	c #Conflicts:    1890000 | #Constraints:      44839
969.74/972.24	c #Conflicts:    1891000 | #Constraints:      45839
969.74/972.24	c #Conflicts:    1892000 | #Constraints:      46839
969.74/972.24	c #Conflicts:    1893000 | #Constraints:      47839
969.74/972.24	c #Conflicts:    1894000 | #Constraints:      48839
969.74/972.24	c #Conflicts:    1895000 | #Constraints:      49840
969.74/972.24	c #Conflicts:    1896000 | #Constraints:      50840
969.74/972.24	c #Conflicts:    1897000 | #Constraints:      51840
969.74/972.24	c #Conflicts:    1898000 | #Constraints:      52840
969.74/972.24	c #Conflicts:    1899000 | #Constraints:      53841
969.74/972.24	c #Conflicts:    1900000 | #Constraints:      54841
969.74/972.24	c #Conflicts:    1901000 | #Constraints:      55841
969.74/972.24	c #Conflicts:    1902000 | #Constraints:      56841
969.74/972.24	c #Conflicts:    1903000 | #Constraints:      57841
969.74/972.24	c #Conflicts:    1904000 | #Constraints:      58841
969.74/972.24	c #Conflicts:    1905000 | #Constraints:      59841
969.74/972.24	c #Conflicts:    1906000 | #Constraints:      60841
969.74/972.24	c #Conflicts:    1907000 | #Constraints:      61841
969.74/972.24	c #Conflicts:    1908000 | #Constraints:      62841
969.74/972.24	c #Conflicts:    1909000 | #Constraints:      63841
969.74/972.24	c INPROCESSING
969.74/972.24	c GARBAGE COLLECT
969.74/972.24	c #Conflicts:    1910000 | #Constraints:      37443
969.74/972.24	c #Conflicts:    1911000 | #Constraints:      38443
969.74/972.24	c #Conflicts:    1912000 | #Constraints:      39443
969.74/972.24	c #Conflicts:    1913000 | #Constraints:      40443
969.74/972.24	c #Conflicts:    1914000 | #Constraints:      41443
969.74/972.24	c #Conflicts:    1915000 | #Constraints:      42443
969.74/972.24	c #Conflicts:    1916000 | #Constraints:      43443
969.74/972.24	c #Conflicts:    1917000 | #Constraints:      44443
969.74/972.24	c #Conflicts:    1918000 | #Constraints:      45443
969.74/972.24	c #Conflicts:    1919000 | #Constraints:      46443
969.74/972.24	c #Conflicts:    1920000 | #Constraints:      47443
969.74/972.24	c #Conflicts:    1921000 | #Constraints:      48443
969.74/972.24	c #Conflicts:    1922000 | #Constraints:      49443
969.74/972.24	c #Conflicts:    1923000 | #Constraints:      50443
969.74/972.24	c #Conflicts:    1924000 | #Constraints:      51443
969.74/972.24	c #Conflicts:    1925000 | #Constraints:      52443
969.74/972.24	c #Conflicts:    1926000 | #Constraints:      53443
969.74/972.24	c #Conflicts:    1927000 | #Constraints:      54443
969.74/972.24	c #Conflicts:    1928000 | #Constraints:      55443
1012.13/1014.72	c #Conflicts:    1929000 | #Constraints:      56443
1012.13/1014.72	c #Conflicts:    1930000 | #Constraints:      57443
1012.13/1014.72	c #Conflicts:    1931000 | #Constraints:      58443
1012.13/1014.72	c #Conflicts:    1932000 | #Constraints:      59443
1012.13/1014.72	c #Conflicts:    1933000 | #Constraints:      60443
1012.13/1014.72	c #Conflicts:    1934000 | #Constraints:      61443
1012.13/1014.72	c #Conflicts:    1935000 | #Constraints:      62443
1012.13/1014.72	c #Conflicts:    1936000 | #Constraints:      63443
1012.13/1014.72	c #Conflicts:    1937000 | #Constraints:      64443
1012.13/1014.72	c INPROCESSING
1012.13/1014.72	c GARBAGE COLLECT
1012.13/1014.72	c #Conflicts:    1938000 | #Constraints:      37844
1012.13/1014.72	c #Conflicts:    1939000 | #Constraints:      38844
1012.13/1014.72	c #Conflicts:    1940000 | #Constraints:      39844
1012.13/1014.72	c #Conflicts:    1941000 | #Constraints:      40844
1012.13/1014.72	c #Conflicts:    1942000 | #Constraints:      41844
1012.13/1014.72	c #Conflicts:    1943000 | #Constraints:      42844
1012.13/1014.72	c #Conflicts:    1944000 | #Constraints:      43844
1012.13/1014.72	c #Conflicts:    1945000 | #Constraints:      44844
1012.13/1014.72	c #Conflicts:    1946000 | #Constraints:      45844
1012.13/1014.72	c #Conflicts:    1947000 | #Constraints:      46844
1012.13/1014.72	c #Conflicts:    1948000 | #Constraints:      47844
1012.13/1014.72	c #Conflicts:    1949000 | #Constraints:      48844
1012.13/1014.72	c #Conflicts:    1950000 | #Constraints:      49844
1012.13/1014.72	c #Conflicts:    1951000 | #Constraints:      50844
1012.13/1014.72	c #Conflicts:    1952000 | #Constraints:      51844
1012.13/1014.72	c #Conflicts:    1953000 | #Constraints:      52844
1012.13/1014.72	c #Conflicts:    1954000 | #Constraints:      53844
1012.13/1014.72	c #Conflicts:    1955000 | #Constraints:      54844
1012.13/1014.72	c #Conflicts:    1956000 | #Constraints:      55844
1012.13/1014.72	c #Conflicts:    1957000 | #Constraints:      56844
1012.13/1014.72	c #Conflicts:    1958000 | #Constraints:      57845
1012.13/1014.72	c #Conflicts:    1959000 | #Constraints:      58845
1012.13/1014.72	c #Conflicts:    1960000 | #Constraints:      59845
1012.13/1014.72	c #Conflicts:    1961000 | #Constraints:      60845
1012.13/1014.72	c #Conflicts:    1962000 | #Constraints:      61845
1012.13/1014.72	c #Conflicts:    1963000 | #Constraints:      62845
1012.13/1014.72	c #Conflicts:    1964000 | #Constraints:      63845
1012.13/1014.72	c #Conflicts:    1965000 | #Constraints:      64845
1012.13/1014.72	c INPROCESSING
1012.13/1014.72	c GARBAGE COLLECT
1012.13/1014.72	c #Conflicts:    1966000 | #Constraints:      38025
1012.13/1014.72	c #Conflicts:    1967000 | #Constraints:      39025
1012.13/1014.72	c #Conflicts:    1968000 | #Constraints:      40025
1012.13/1014.72	c #Conflicts:    1969000 | #Constraints:      41026
1012.13/1014.72	c #Conflicts:    1970000 | #Constraints:      42026
1012.13/1014.72	c #Conflicts:    1971000 | #Constraints:      43026
1012.13/1014.72	c #Conflicts:    1972000 | #Constraints:      44026
1012.13/1014.72	c #Conflicts:    1973000 | #Constraints:      45026
1012.13/1014.72	c #Conflicts:    1974000 | #Constraints:      46026
1012.13/1014.72	c #Conflicts:    1975000 | #Constraints:      47026
1012.13/1014.72	c #Conflicts:    1976000 | #Constraints:      48026
1012.13/1014.72	c #Conflicts:    1977000 | #Constraints:      49026
1012.13/1014.72	c #Conflicts:    1978000 | #Constraints:      50026
1012.13/1014.72	c #Conflicts:    1979000 | #Constraints:      51026
1012.13/1014.72	c #Conflicts:    1980000 | #Constraints:      52026
1012.13/1014.72	c #Conflicts:    1981000 | #Constraints:      53027
1012.13/1014.72	c #Conflicts:    1982000 | #Constraints:      54027
1012.13/1014.72	c #Conflicts:    1983000 | #Constraints:      55027
1012.13/1014.72	c #Conflicts:    1984000 | #Constraints:      56027
1012.13/1014.72	c #Conflicts:    1985000 | #Constraints:      57027
1012.13/1014.72	c #Conflicts:    1986000 | #Constraints:      58027
1012.13/1014.72	c #Conflicts:    1987000 | #Constraints:      59027
1012.13/1014.72	c #Conflicts:    1988000 | #Constraints:      60028
1012.13/1014.72	c #Conflicts:    1989000 | #Constraints:      61028
1012.13/1014.72	c #Conflicts:    1990000 | #Constraints:      62028
1012.13/1014.72	c #Conflicts:    1991000 | #Constraints:      63028
1012.13/1014.72	c #Conflicts:    1992000 | #Constraints:      64028
1012.13/1014.72	c #Conflicts:    1993000 | #Constraints:      65028
1012.13/1014.72	c INPROCESSING
1012.13/1014.72	c GARBAGE COLLECT
1012.13/1014.72	c #Conflicts:    1994000 | #Constraints:      37992
1012.13/1014.72	c #Conflicts:    1995000 | #Constraints:      38992
1012.13/1014.72	c #Conflicts:    1996000 | #Constraints:      39992
1012.13/1014.72	c #Conflicts:    1997000 | #Constraints:      40992
1012.13/1014.72	c #Conflicts:    1998000 | #Constraints:      41992
1012.13/1014.72	c #Conflicts:    1999000 | #Constraints:      42993
1012.13/1014.72	c #Conflicts:    2000000 | #Constraints:      43993
1012.13/1014.72	c #Conflicts:    2001000 | #Constraints:      44993
1012.13/1014.72	c #Conflicts:    2002000 | #Constraints:      45993
1012.13/1014.72	c #Conflicts:    2003000 | #Constraints:      46993
1012.13/1014.72	c #Conflicts:    2004000 | #Constraints:      47993
1012.13/1014.72	c #Conflicts:    2005000 | #Constraints:      48993
1067.59/1070.37	c #Conflicts:    2006000 | #Constraints:      49993
1067.59/1070.37	c #Conflicts:    2007000 | #Constraints:      50993
1067.59/1070.37	c #Conflicts:    2008000 | #Constraints:      51994
1067.59/1070.37	c #Conflicts:    2009000 | #Constraints:      53091
1067.59/1070.37	c #Conflicts:    2010000 | #Constraints:      54600
1067.59/1070.37	c #Conflicts:    2011000 | #Constraints:      56086
1067.59/1070.37	c #Conflicts:    2012000 | #Constraints:      57589
1067.59/1070.37	c #Conflicts:    2013000 | #Constraints:      58594
1067.59/1070.37	c #Conflicts:    2014000 | #Constraints:      59594
1067.59/1070.37	c #Conflicts:    2015000 | #Constraints:      60594
1067.59/1070.37	c #Conflicts:    2016000 | #Constraints:      61594
1067.59/1070.37	c #Conflicts:    2017000 | #Constraints:      62594
1067.59/1070.37	c #Conflicts:    2018000 | #Constraints:      63594
1067.59/1070.37	c #Conflicts:    2019000 | #Constraints:      64595
1067.59/1070.37	c #Conflicts:    2020000 | #Constraints:      65595
1067.59/1070.37	c #Conflicts:    2021000 | #Constraints:      66595
1067.59/1070.37	c INPROCESSING
1067.59/1070.37	c GARBAGE COLLECT
1067.59/1070.37	c #Conflicts:    2022000 | #Constraints:      38621
1067.59/1070.37	c #Conflicts:    2023000 | #Constraints:      39621
1067.59/1070.37	c #Conflicts:    2024000 | #Constraints:      40621
1067.59/1070.37	c #Conflicts:    2025000 | #Constraints:      41621
1067.59/1070.37	c #Conflicts:    2026000 | #Constraints:      42621
1067.59/1070.37	c #Conflicts:    2027000 | #Constraints:      43621
1067.59/1070.37	c #Conflicts:    2028000 | #Constraints:      44621
1067.59/1070.37	c #Conflicts:    2029000 | #Constraints:      45621
1067.59/1070.37	c #Conflicts:    2030000 | #Constraints:      46621
1067.59/1070.37	c #Conflicts:    2031000 | #Constraints:      47621
1067.59/1070.37	c #Conflicts:    2032000 | #Constraints:      48621
1067.59/1070.37	c #Conflicts:    2033000 | #Constraints:      49621
1067.59/1070.37	c #Conflicts:    2034000 | #Constraints:      50621
1067.59/1070.37	c #Conflicts:    2035000 | #Constraints:      51621
1067.59/1070.37	c #Conflicts:    2036000 | #Constraints:      52621
1067.59/1070.37	c #Conflicts:    2037000 | #Constraints:      53621
1067.59/1070.37	c #Conflicts:    2038000 | #Constraints:      54621
1067.59/1070.37	c #Conflicts:    2039000 | #Constraints:      55621
1067.59/1070.37	c #Conflicts:    2040000 | #Constraints:      56621
1067.59/1070.37	c #Conflicts:    2041000 | #Constraints:      57621
1067.59/1070.37	c #Conflicts:    2042000 | #Constraints:      58621
1067.59/1070.37	c #Conflicts:    2043000 | #Constraints:      59623
1067.59/1070.37	c #Conflicts:    2044000 | #Constraints:      60624
1067.59/1070.37	c #Conflicts:    2045000 | #Constraints:      61624
1067.59/1070.37	c #Conflicts:    2046000 | #Constraints:      62624
1067.59/1070.37	c #Conflicts:    2047000 | #Constraints:      63624
1067.59/1070.37	c #Conflicts:    2048000 | #Constraints:      64624
1067.59/1070.37	c #Conflicts:    2049000 | #Constraints:      65624
1067.59/1070.37	c #Conflicts:    2050000 | #Constraints:      66624
1067.59/1070.37	c INPROCESSING
1067.59/1070.37	c GARBAGE COLLECT
1067.59/1070.37	c #Conflicts:    2051000 | #Constraints:      38813
1067.59/1070.37	c #Conflicts:    2052000 | #Constraints:      39813
1067.59/1070.37	c #Conflicts:    2053000 | #Constraints:      40813
1067.59/1070.37	c #Conflicts:    2054000 | #Constraints:      41813
1067.59/1070.37	c #Conflicts:    2055000 | #Constraints:      42813
1067.59/1070.37	c #Conflicts:    2056000 | #Constraints:      43813
1067.59/1070.37	c #Conflicts:    2057000 | #Constraints:      44813
1067.59/1070.37	c #Conflicts:    2058000 | #Constraints:      45813
1067.59/1070.37	c #Conflicts:    2059000 | #Constraints:      46813
1067.59/1070.37	c #Conflicts:    2060000 | #Constraints:      47813
1067.59/1070.37	c #Conflicts:    2061000 | #Constraints:      48813
1067.59/1070.37	c #Conflicts:    2062000 | #Constraints:      49813
1067.59/1070.37	c #Conflicts:    2063000 | #Constraints:      50813
1067.59/1070.37	c #Conflicts:    2064000 | #Constraints:      51814
1067.59/1070.37	c #Conflicts:    2065000 | #Constraints:      52814
1067.59/1070.37	c #Conflicts:    2066000 | #Constraints:      53814
1067.59/1070.37	c #Conflicts:    2067000 | #Constraints:      54814
1067.59/1070.37	c #Conflicts:    2068000 | #Constraints:      55814
1067.59/1070.37	c #Conflicts:    2069000 | #Constraints:      56814
1067.59/1070.37	c #Conflicts:    2070000 | #Constraints:      57814
1067.59/1070.37	c #Conflicts:    2071000 | #Constraints:      58814
1067.59/1070.37	c #Conflicts:    2072000 | #Constraints:      59814
1067.59/1070.37	c #Conflicts:    2073000 | #Constraints:      60814
1067.59/1070.37	c #Conflicts:    2074000 | #Constraints:      61814
1067.59/1070.37	c #Conflicts:    2075000 | #Constraints:      62814
1067.59/1070.37	c #Conflicts:    2076000 | #Constraints:      63814
1067.59/1070.37	c #Conflicts:    2077000 | #Constraints:      64814
1067.59/1070.37	c #Conflicts:    2078000 | #Constraints:      65814
1067.59/1070.37	c #Conflicts:    2079000 | #Constraints:      66814
1067.59/1070.37	c INPROCESSING
1067.59/1070.37	c GARBAGE COLLECT
1067.59/1070.37	c #Conflicts:    2080000 | #Constraints:      39062
1067.59/1070.37	c #Conflicts:    2081000 | #Constraints:      40062
1067.59/1070.37	c #Conflicts:    2082000 | #Constraints:      41062
1132.62/1135.59	c #Conflicts:    2083000 | #Constraints:      42062
1132.62/1135.59	c #Conflicts:    2084000 | #Constraints:      43062
1132.62/1135.59	c #Conflicts:    2085000 | #Constraints:      44062
1132.62/1135.59	c #Conflicts:    2086000 | #Constraints:      45062
1132.62/1135.59	c #Conflicts:    2087000 | #Constraints:      46062
1132.62/1135.59	c #Conflicts:    2088000 | #Constraints:      47062
1132.62/1135.59	c #Conflicts:    2089000 | #Constraints:      48062
1132.62/1135.59	c #Conflicts:    2090000 | #Constraints:      49062
1132.62/1135.59	c #Conflicts:    2091000 | #Constraints:      50062
1132.62/1135.59	c #Conflicts:    2092000 | #Constraints:      51062
1132.62/1135.59	c #Conflicts:    2093000 | #Constraints:      52062
1132.62/1135.59	c #Conflicts:    2094000 | #Constraints:      53062
1132.62/1135.59	c #Conflicts:    2095000 | #Constraints:      54062
1132.62/1135.59	c #Conflicts:    2096000 | #Constraints:      55062
1132.62/1135.59	c #Conflicts:    2097000 | #Constraints:      56062
1132.62/1135.59	c #Conflicts:    2098000 | #Constraints:      57062
1132.62/1135.59	c #Conflicts:    2099000 | #Constraints:      58062
1132.62/1135.59	c #Conflicts:    2100000 | #Constraints:      59063
1132.62/1135.59	c #Conflicts:    2101000 | #Constraints:      60063
1132.62/1135.59	c #Conflicts:    2102000 | #Constraints:      61063
1132.62/1135.59	c #Conflicts:    2103000 | #Constraints:      62063
1132.62/1135.59	c #Conflicts:    2104000 | #Constraints:      63063
1132.62/1135.59	c #Conflicts:    2105000 | #Constraints:      64063
1132.62/1135.59	c #Conflicts:    2106000 | #Constraints:      65063
1132.62/1135.59	c #Conflicts:    2107000 | #Constraints:      66063
1132.62/1135.59	c #Conflicts:    2108000 | #Constraints:      67063
1132.62/1135.59	c INPROCESSING
1132.62/1135.59	c GARBAGE COLLECT
1132.62/1135.59	c #Conflicts:    2109000 | #Constraints:      39231
1132.62/1135.59	c #Conflicts:    2110000 | #Constraints:      40231
1132.62/1135.59	c #Conflicts:    2111000 | #Constraints:      41231
1132.62/1135.59	c #Conflicts:    2112000 | #Constraints:      42231
1132.62/1135.59	c #Conflicts:    2113000 | #Constraints:      43231
1132.62/1135.59	c #Conflicts:    2114000 | #Constraints:      44231
1132.62/1135.59	c #Conflicts:    2115000 | #Constraints:      45231
1132.62/1135.59	c #Conflicts:    2116000 | #Constraints:      46231
1132.62/1135.59	c #Conflicts:    2117000 | #Constraints:      47231
1132.62/1135.59	c #Conflicts:    2118000 | #Constraints:      48231
1132.62/1135.59	c #Conflicts:    2119000 | #Constraints:      49231
1132.62/1135.59	c #Conflicts:    2120000 | #Constraints:      50231
1132.62/1135.59	c #Conflicts:    2121000 | #Constraints:      51231
1132.62/1135.59	c #Conflicts:    2122000 | #Constraints:      52231
1132.62/1135.59	c #Conflicts:    2123000 | #Constraints:      53232
1132.62/1135.59	c #Conflicts:    2124000 | #Constraints:      54232
1132.62/1135.59	c #Conflicts:    2125000 | #Constraints:      55232
1132.62/1135.59	c #Conflicts:    2126000 | #Constraints:      56232
1132.62/1135.59	c #Conflicts:    2127000 | #Constraints:      57232
1132.62/1135.59	c #Conflicts:    2128000 | #Constraints:      58232
1132.62/1135.59	c #Conflicts:    2129000 | #Constraints:      59233
1132.62/1135.59	c #Conflicts:    2130000 | #Constraints:      60233
1132.62/1135.59	c #Conflicts:    2131000 | #Constraints:      61233
1132.62/1135.59	c #Conflicts:    2132000 | #Constraints:      62233
1132.62/1135.59	c #Conflicts:    2133000 | #Constraints:      63233
1132.62/1135.59	c #Conflicts:    2134000 | #Constraints:      64233
1132.62/1135.59	c #Conflicts:    2135000 | #Constraints:      65233
1132.62/1135.59	c #Conflicts:    2136000 | #Constraints:      66233
1132.62/1135.59	c #Conflicts:    2137000 | #Constraints:      67233
1132.62/1135.59	c INPROCESSING
1132.62/1135.59	c GARBAGE COLLECT
1132.62/1135.59	c #Conflicts:    2138000 | #Constraints:      39151
1132.62/1135.59	c #Conflicts:    2139000 | #Constraints:      40151
1132.62/1135.59	c #Conflicts:    2140000 | #Constraints:      41151
1132.62/1135.59	c #Conflicts:    2141000 | #Constraints:      42151
1132.62/1135.59	c #Conflicts:    2142000 | #Constraints:      43151
1132.62/1135.59	c #Conflicts:    2143000 | #Constraints:      44151
1132.62/1135.59	c #Conflicts:    2144000 | #Constraints:      45151
1132.62/1135.59	c #Conflicts:    2145000 | #Constraints:      46151
1132.62/1135.59	c #Conflicts:    2146000 | #Constraints:      47151
1132.62/1135.59	c #Conflicts:    2147000 | #Constraints:      48151
1132.62/1135.59	c #Conflicts:    2148000 | #Constraints:      49151
1132.62/1135.59	c #Conflicts:    2149000 | #Constraints:      50151
1132.62/1135.59	c #Conflicts:    2150000 | #Constraints:      51151
1132.62/1135.59	c #Conflicts:    2151000 | #Constraints:      52151
1132.62/1135.59	c #Conflicts:    2152000 | #Constraints:      53151
1132.62/1135.59	c #Conflicts:    2153000 | #Constraints:      54151
1132.62/1135.59	c #Conflicts:    2154000 | #Constraints:      55152
1132.62/1135.59	c #Conflicts:    2155000 | #Constraints:      56152
1132.62/1135.59	c #Conflicts:    2156000 | #Constraints:      57152
1132.62/1135.59	c #Conflicts:    2157000 | #Constraints:      58152
1132.62/1135.59	c #Conflicts:    2158000 | #Constraints:      59152
1132.62/1135.59	c #Conflicts:    2159000 | #Constraints:      60152
1228.88/1232.07	c #Conflicts:    2160000 | #Constraints:      61152
1228.88/1232.07	c #Conflicts:    2161000 | #Constraints:      62152
1228.88/1232.07	c #Conflicts:    2162000 | #Constraints:      63152
1228.88/1232.07	c #Conflicts:    2163000 | #Constraints:      64152
1228.88/1232.07	c #Conflicts:    2164000 | #Constraints:      65152
1228.88/1232.07	c #Conflicts:    2165000 | #Constraints:      66152
1228.88/1232.07	c #Conflicts:    2166000 | #Constraints:      67152
1228.88/1232.07	c INPROCESSING
1228.88/1232.07	c GARBAGE COLLECT
1228.88/1232.07	c #Conflicts:    2167000 | #Constraints:      38922
1228.88/1232.07	c #Conflicts:    2168000 | #Constraints:      39922
1228.88/1232.07	c #Conflicts:    2169000 | #Constraints:      40923
1228.88/1232.07	c #Conflicts:    2170000 | #Constraints:      41923
1228.88/1232.07	c #Conflicts:    2171000 | #Constraints:      42923
1228.88/1232.07	c #Conflicts:    2172000 | #Constraints:      43923
1228.88/1232.07	c #Conflicts:    2173000 | #Constraints:      44923
1228.88/1232.07	c #Conflicts:    2174000 | #Constraints:      45923
1228.88/1232.07	c #Conflicts:    2175000 | #Constraints:      46923
1228.88/1232.07	c #Conflicts:    2176000 | #Constraints:      47923
1228.88/1232.07	c #Conflicts:    2177000 | #Constraints:      48923
1228.88/1232.07	c #Conflicts:    2178000 | #Constraints:      49923
1228.88/1232.07	c #Conflicts:    2179000 | #Constraints:      50937
1228.88/1232.07	c #Conflicts:    2180000 | #Constraints:      51938
1228.88/1232.07	c #Conflicts:    2181000 | #Constraints:      52938
1228.88/1232.07	c #Conflicts:    2182000 | #Constraints:      53939
1228.88/1232.07	c #Conflicts:    2183000 | #Constraints:      54944
1228.88/1232.07	c #Conflicts:    2184000 | #Constraints:      55944
1228.88/1232.07	c #Conflicts:    2185000 | #Constraints:      56944
1228.88/1232.07	c #Conflicts:    2186000 | #Constraints:      57944
1228.88/1232.07	c #Conflicts:    2187000 | #Constraints:      58945
1228.88/1232.07	c #Conflicts:    2188000 | #Constraints:      59945
1228.88/1232.07	c #Conflicts:    2189000 | #Constraints:      60945
1228.88/1232.07	c #Conflicts:    2190000 | #Constraints:      61945
1228.88/1232.07	c #Conflicts:    2191000 | #Constraints:      62945
1228.88/1232.07	c #Conflicts:    2192000 | #Constraints:      63945
1228.88/1232.07	c #Conflicts:    2193000 | #Constraints:      64945
1228.88/1232.07	c #Conflicts:    2194000 | #Constraints:      65945
1228.88/1232.07	c #Conflicts:    2195000 | #Constraints:      66945
1228.88/1232.07	c #Conflicts:    2196000 | #Constraints:      67945
1228.88/1232.07	c INPROCESSING
1228.88/1232.07	c GARBAGE COLLECT
1228.88/1232.07	c #Conflicts:    2197000 | #Constraints:      39480
1228.88/1232.07	c #Conflicts:    2198000 | #Constraints:      40480
1228.88/1232.07	c #Conflicts:    2199000 | #Constraints:      41480
1228.88/1232.07	c #Conflicts:    2200000 | #Constraints:      42480
1228.88/1232.07	c #Conflicts:    2201000 | #Constraints:      43480
1228.88/1232.07	c #Conflicts:    2202000 | #Constraints:      44481
1228.88/1232.07	c #Conflicts:    2203000 | #Constraints:      45481
1228.88/1232.07	c #Conflicts:    2204000 | #Constraints:      46481
1228.88/1232.07	c #Conflicts:    2205000 | #Constraints:      47481
1228.88/1232.07	c #Conflicts:    2206000 | #Constraints:      48481
1228.88/1232.07	c #Conflicts:    2207000 | #Constraints:      49481
1228.88/1232.07	c #Conflicts:    2208000 | #Constraints:      50481
1228.88/1232.07	c #Conflicts:    2209000 | #Constraints:      51481
1228.88/1232.07	c #Conflicts:    2210000 | #Constraints:      52481
1228.88/1232.07	c #Conflicts:    2211000 | #Constraints:      53481
1228.88/1232.07	c #Conflicts:    2212000 | #Constraints:      54481
1228.88/1232.07	c #Conflicts:    2213000 | #Constraints:      55481
1228.88/1232.07	c #Conflicts:    2214000 | #Constraints:      56481
1228.88/1232.07	c #Conflicts:    2215000 | #Constraints:      57481
1228.88/1232.07	c #Conflicts:    2216000 | #Constraints:      58481
1228.88/1232.07	c #Conflicts:    2217000 | #Constraints:      59481
1228.88/1232.07	c #Conflicts:    2218000 | #Constraints:      60481
1228.88/1232.07	c #Conflicts:    2219000 | #Constraints:      61481
1228.88/1232.07	c #Conflicts:    2220000 | #Constraints:      62481
1228.88/1232.07	c #Conflicts:    2221000 | #Constraints:      63481
1228.88/1232.07	c #Conflicts:    2222000 | #Constraints:      64481
1228.88/1232.07	c #Conflicts:    2223000 | #Constraints:      65481
1228.88/1232.07	c #Conflicts:    2224000 | #Constraints:      66481
1228.88/1232.07	c #Conflicts:    2225000 | #Constraints:      67481
1228.88/1232.07	c #Conflicts:    2226000 | #Constraints:      68481
1228.88/1232.07	c INPROCESSING
1228.88/1232.07	c GARBAGE COLLECT
1228.88/1232.07	c #Conflicts:    2227000 | #Constraints:      39877
1228.88/1232.07	c #Conflicts:    2228000 | #Constraints:      40877
1228.88/1232.07	c #Conflicts:    2229000 | #Constraints:      41877
1228.88/1232.07	c #Conflicts:    2230000 | #Constraints:      42877
1228.88/1232.07	c #Conflicts:    2231000 | #Constraints:      43877
1228.88/1232.07	c #Conflicts:    2232000 | #Constraints:      44877
1228.88/1232.07	c #Conflicts:    2233000 | #Constraints:      45877
1228.88/1232.07	c #Conflicts:    2234000 | #Constraints:      46877
1228.88/1232.07	c #Conflicts:    2235000 | #Constraints:      47877
1228.88/1232.07	c #Conflicts:    2236000 | #Constraints:      48877
1323.04/1326.42	c #Conflicts:    2237000 | #Constraints:      49877
1323.04/1326.42	c #Conflicts:    2238000 | #Constraints:      50877
1323.04/1326.42	c #Conflicts:    2239000 | #Constraints:      51877
1323.04/1326.42	c #Conflicts:    2240000 | #Constraints:      52877
1323.04/1326.42	c #Conflicts:    2241000 | #Constraints:      53877
1323.04/1326.42	c #Conflicts:    2242000 | #Constraints:      54877
1323.04/1326.42	c #Conflicts:    2243000 | #Constraints:      55877
1323.04/1326.42	c #Conflicts:    2244000 | #Constraints:      56877
1323.04/1326.42	c #Conflicts:    2245000 | #Constraints:      57877
1323.04/1326.42	c #Conflicts:    2246000 | #Constraints:      58878
1323.04/1326.42	c #Conflicts:    2247000 | #Constraints:      59878
1323.04/1326.42	c #Conflicts:    2248000 | #Constraints:      60878
1323.04/1326.42	c #Conflicts:    2249000 | #Constraints:      61878
1323.04/1326.42	c #Conflicts:    2250000 | #Constraints:      62878
1323.04/1326.42	c #Conflicts:    2251000 | #Constraints:      63878
1323.04/1326.42	c #Conflicts:    2252000 | #Constraints:      64878
1323.04/1326.42	c #Conflicts:    2253000 | #Constraints:      65878
1323.04/1326.42	c #Conflicts:    2254000 | #Constraints:      66878
1323.04/1326.42	c #Conflicts:    2255000 | #Constraints:      67878
1323.04/1326.42	c #Conflicts:    2256000 | #Constraints:      68878
1323.04/1326.42	c INPROCESSING
1323.04/1326.42	c GARBAGE COLLECT
1323.04/1326.42	c #Conflicts:    2257000 | #Constraints:      40050
1323.04/1326.42	c #Conflicts:    2258000 | #Constraints:      41050
1323.04/1326.42	c #Conflicts:    2259000 | #Constraints:      42050
1323.04/1326.42	c #Conflicts:    2260000 | #Constraints:      43050
1323.04/1326.42	c #Conflicts:    2261000 | #Constraints:      44050
1323.04/1326.42	c #Conflicts:    2262000 | #Constraints:      45050
1323.04/1326.42	c #Conflicts:    2263000 | #Constraints:      46050
1323.04/1326.42	c #Conflicts:    2264000 | #Constraints:      47050
1323.04/1326.42	c #Conflicts:    2265000 | #Constraints:      48050
1323.04/1326.42	c #Conflicts:    2266000 | #Constraints:      49050
1323.04/1326.42	c #Conflicts:    2267000 | #Constraints:      50050
1323.04/1326.42	c #Conflicts:    2268000 | #Constraints:      51050
1323.04/1326.42	c #Conflicts:    2269000 | #Constraints:      52050
1323.04/1326.42	c #Conflicts:    2270000 | #Constraints:      53050
1323.04/1326.42	c #Conflicts:    2271000 | #Constraints:      54050
1323.04/1326.42	c #Conflicts:    2272000 | #Constraints:      55050
1323.04/1326.42	c #Conflicts:    2273000 | #Constraints:      56050
1323.04/1326.42	c #Conflicts:    2274000 | #Constraints:      57050
1323.04/1326.42	c #Conflicts:    2275000 | #Constraints:      58050
1323.04/1326.42	c #Conflicts:    2276000 | #Constraints:      59050
1323.04/1326.42	c #Conflicts:    2277000 | #Constraints:      60051
1323.04/1326.42	c #Conflicts:    2278000 | #Constraints:      61051
1323.04/1326.42	c #Conflicts:    2279000 | #Constraints:      62051
1323.04/1326.42	c #Conflicts:    2280000 | #Constraints:      63051
1323.04/1326.42	c #Conflicts:    2281000 | #Constraints:      64051
1323.04/1326.42	c #Conflicts:    2282000 | #Constraints:      65051
1323.04/1326.42	c #Conflicts:    2283000 | #Constraints:      66051
1323.04/1326.42	c #Conflicts:    2284000 | #Constraints:      67051
1323.04/1326.42	c #Conflicts:    2285000 | #Constraints:      68051
1323.04/1326.42	c #Conflicts:    2286000 | #Constraints:      69051
1323.04/1326.42	c INPROCESSING
1323.04/1326.42	c GARBAGE COLLECT
1323.04/1326.42	c #Conflicts:    2287000 | #Constraints:      40010
1323.04/1326.42	c #Conflicts:    2288000 | #Constraints:      41010
1323.04/1326.42	c #Conflicts:    2289000 | #Constraints:      42011
1323.04/1326.42	c #Conflicts:    2290000 | #Constraints:      43011
1323.04/1326.42	c #Conflicts:    2291000 | #Constraints:      44012
1323.04/1326.42	c #Conflicts:    2292000 | #Constraints:      45013
1323.04/1326.42	c #Conflicts:    2293000 | #Constraints:      46013
1323.04/1326.42	c #Conflicts:    2294000 | #Constraints:      47013
1323.04/1326.42	c #Conflicts:    2295000 | #Constraints:      48019
1323.04/1326.42	c #Conflicts:    2296000 | #Constraints:      49515
1323.04/1326.42	c #Conflicts:    2297000 | #Constraints:      51012
1323.04/1326.42	c #Conflicts:    2298000 | #Constraints:      52508
1323.04/1326.42	c #Conflicts:    2299000 | #Constraints:      53981
1323.04/1326.42	c #Conflicts:    2300000 | #Constraints:      55481
1323.04/1326.42	c #Conflicts:    2301000 | #Constraints:      56976
1323.04/1326.42	c #Conflicts:    2302000 | #Constraints:      58471
1323.04/1326.42	c #Conflicts:    2303000 | #Constraints:      59966
1323.04/1326.42	c #Conflicts:    2304000 | #Constraints:      61451
1323.04/1326.42	c #Conflicts:    2305000 | #Constraints:      62960
1323.04/1326.42	c #Conflicts:    2306000 | #Constraints:      64463
1323.04/1326.42	c #Conflicts:    2307000 | #Constraints:      65966
1323.04/1326.42	c #Conflicts:    2308000 | #Constraints:      67485
1323.04/1326.42	c #Conflicts:    2309000 | #Constraints:      68993
1323.04/1326.42	c #Conflicts:    2310000 | #Constraints:      70489
1323.04/1326.42	c #Conflicts:    2311000 | #Constraints:      72001
1323.04/1326.42	c #Conflicts:    2312000 | #Constraints:      73507
1323.04/1326.42	c #Conflicts:    2313000 | #Constraints:      74989
1410.62/1414.21	c #Conflicts:    2314000 | #Constraints:      76496
1410.62/1414.21	c #Conflicts:    2315000 | #Constraints:      78014
1410.62/1414.21	c #Conflicts:    2316000 | #Constraints:      79507
1410.62/1414.21	c INPROCESSING
1410.62/1414.21	c GARBAGE COLLECT
1410.62/1414.21	c #Conflicts:    2317000 | #Constraints:      45236
1410.62/1414.21	c #Conflicts:    2318000 | #Constraints:      46236
1410.62/1414.21	c #Conflicts:    2319000 | #Constraints:      47236
1410.62/1414.21	c #Conflicts:    2320000 | #Constraints:      48236
1410.62/1414.21	c #Conflicts:    2321000 | #Constraints:      49236
1410.62/1414.21	c #Conflicts:    2322000 | #Constraints:      50236
1410.62/1414.21	c #Conflicts:    2323000 | #Constraints:      51236
1410.62/1414.21	c #Conflicts:    2324000 | #Constraints:      52236
1410.62/1414.21	c #Conflicts:    2325000 | #Constraints:      53236
1410.62/1414.21	c #Conflicts:    2326000 | #Constraints:      54236
1410.62/1414.21	c #Conflicts:    2327000 | #Constraints:      55236
1410.62/1414.21	c #Conflicts:    2328000 | #Constraints:      56236
1410.62/1414.21	c #Conflicts:    2329000 | #Constraints:      57236
1410.62/1414.21	c #Conflicts:    2330000 | #Constraints:      58236
1410.62/1414.21	c #Conflicts:    2331000 | #Constraints:      59236
1410.62/1414.21	c #Conflicts:    2332000 | #Constraints:      60236
1410.62/1414.21	c #Conflicts:    2333000 | #Constraints:      61236
1410.62/1414.21	c #Conflicts:    2334000 | #Constraints:      62236
1410.62/1414.21	c #Conflicts:    2335000 | #Constraints:      63236
1410.62/1414.21	c #Conflicts:    2336000 | #Constraints:      64236
1410.62/1414.21	c #Conflicts:    2337000 | #Constraints:      65236
1410.62/1414.21	c #Conflicts:    2338000 | #Constraints:      66237
1410.62/1414.21	c #Conflicts:    2339000 | #Constraints:      67237
1410.62/1414.21	c #Conflicts:    2340000 | #Constraints:      68237
1410.62/1414.21	c #Conflicts:    2341000 | #Constraints:      69237
1410.62/1414.21	c #Conflicts:    2342000 | #Constraints:      70237
1410.62/1414.21	c #Conflicts:    2343000 | #Constraints:      71237
1410.62/1414.21	c #Conflicts:    2344000 | #Constraints:      72237
1410.62/1414.21	c #Conflicts:    2345000 | #Constraints:      73237
1410.62/1414.21	c #Conflicts:    2346000 | #Constraints:      74237
1410.62/1414.21	c #Conflicts:    2347000 | #Constraints:      75237
1410.62/1414.21	c INPROCESSING
1410.62/1414.21	c GARBAGE COLLECT
1410.62/1414.21	c #Conflicts:    2348000 | #Constraints:      43161
1410.62/1414.21	c #Conflicts:    2349000 | #Constraints:      44161
1410.62/1414.21	c #Conflicts:    2350000 | #Constraints:      45161
1410.62/1414.21	c #Conflicts:    2351000 | #Constraints:      46161
1410.62/1414.21	c #Conflicts:    2352000 | #Constraints:      47161
1410.62/1414.21	c #Conflicts:    2353000 | #Constraints:      48195
1410.62/1414.21	c #Conflicts:    2354000 | #Constraints:      49720
1410.62/1414.21	c #Conflicts:    2355000 | #Constraints:      51260
1410.62/1414.21	c #Conflicts:    2356000 | #Constraints:      52817
1410.62/1414.21	c #Conflicts:    2357000 | #Constraints:      54349
1410.62/1414.21	c #Conflicts:    2358000 | #Constraints:      55868
1410.62/1414.21	c #Conflicts:    2359000 | #Constraints:      57394
1410.62/1414.21	c #Conflicts:    2360000 | #Constraints:      58892
1410.62/1414.21	c #Conflicts:    2361000 | #Constraints:      60434
1410.62/1414.21	c #Conflicts:    2362000 | #Constraints:      61950
1410.62/1414.21	c #Conflicts:    2363000 | #Constraints:      63450
1410.62/1414.21	c #Conflicts:    2364000 | #Constraints:      64962
1410.62/1414.21	c #Conflicts:    2365000 | #Constraints:      66473
1410.62/1414.21	c #Conflicts:    2366000 | #Constraints:      67995
1410.62/1414.21	c #Conflicts:    2367000 | #Constraints:      69517
1410.62/1414.21	c #Conflicts:    2368000 | #Constraints:      71019
1410.62/1414.21	c #Conflicts:    2369000 | #Constraints:      72518
1410.62/1414.21	c #Conflicts:    2370000 | #Constraints:      74020
1410.62/1414.21	c #Conflicts:    2371000 | #Constraints:      75514
1410.62/1414.21	c #Conflicts:    2372000 | #Constraints:      77010
1410.62/1414.21	c #Conflicts:    2373000 | #Constraints:      78514
1410.62/1414.21	c #Conflicts:    2374000 | #Constraints:      80026
1410.62/1414.21	c #Conflicts:    2375000 | #Constraints:      81520
1410.62/1414.21	c #Conflicts:    2376000 | #Constraints:      83021
1410.62/1414.21	c #Conflicts:    2377000 | #Constraints:      84540
1410.62/1414.21	c #Conflicts:    2378000 | #Constraints:      86052
1410.62/1414.21	c INPROCESSING
1410.62/1414.21	c GARBAGE COLLECT
1410.62/1414.21	c #Conflicts:    2379000 | #Constraints:      48647
1410.62/1414.21	c #Conflicts:    2380000 | #Constraints:      49647
1410.62/1414.21	c #Conflicts:    2381000 | #Constraints:      50647
1410.62/1414.21	c #Conflicts:    2382000 | #Constraints:      51647
1410.62/1414.21	c #Conflicts:    2383000 | #Constraints:      52647
1410.62/1414.21	c #Conflicts:    2384000 | #Constraints:      53647
1410.62/1414.21	c #Conflicts:    2385000 | #Constraints:      54647
1410.62/1414.21	c #Conflicts:    2386000 | #Constraints:      55647
1410.62/1414.21	c #Conflicts:    2387000 | #Constraints:      56647
1410.62/1414.21	c #Conflicts:    2388000 | #Constraints:      57647
1410.62/1414.21	c #Conflicts:    2389000 | #Constraints:      58647
1410.62/1414.21	c #Conflicts:    2390000 | #Constraints:      59647
1500.21/1504.03	c #Conflicts:    2391000 | #Constraints:      60647
1500.21/1504.03	c #Conflicts:    2392000 | #Constraints:      61647
1500.21/1504.03	c #Conflicts:    2393000 | #Constraints:      62647
1500.21/1504.03	c #Conflicts:    2394000 | #Constraints:      63647
1500.21/1504.03	c #Conflicts:    2395000 | #Constraints:      64647
1500.21/1504.03	c #Conflicts:    2396000 | #Constraints:      65647
1500.21/1504.03	c #Conflicts:    2397000 | #Constraints:      66647
1500.21/1504.03	c #Conflicts:    2398000 | #Constraints:      67647
1500.21/1504.03	c #Conflicts:    2399000 | #Constraints:      68647
1500.21/1504.03	c #Conflicts:    2400000 | #Constraints:      69647
1500.21/1504.03	c #Conflicts:    2401000 | #Constraints:      70647
1500.21/1504.03	c #Conflicts:    2402000 | #Constraints:      71647
1500.21/1504.03	c #Conflicts:    2403000 | #Constraints:      72647
1500.21/1504.03	c #Conflicts:    2404000 | #Constraints:      73647
1500.21/1504.03	c #Conflicts:    2405000 | #Constraints:      74647
1500.21/1504.03	c #Conflicts:    2406000 | #Constraints:      75647
1500.21/1504.03	c #Conflicts:    2407000 | #Constraints:      76647
1500.21/1504.03	c #Conflicts:    2408000 | #Constraints:      77647
1500.21/1504.03	c #Conflicts:    2409000 | #Constraints:      78647
1500.21/1504.03	c INPROCESSING
1500.21/1504.03	c GARBAGE COLLECT
1500.21/1504.03	c #Conflicts:    2410000 | #Constraints:      44983
1500.21/1504.03	c #Conflicts:    2411000 | #Constraints:      45983
1500.21/1504.03	c #Conflicts:    2412000 | #Constraints:      46983
1500.21/1504.03	c #Conflicts:    2413000 | #Constraints:      47983
1500.21/1504.03	c #Conflicts:    2414000 | #Constraints:      48983
1500.21/1504.03	c #Conflicts:    2415000 | #Constraints:      49983
1500.21/1504.03	c #Conflicts:    2416000 | #Constraints:      50983
1500.21/1504.03	c #Conflicts:    2417000 | #Constraints:      51983
1500.21/1504.03	c #Conflicts:    2418000 | #Constraints:      52983
1500.21/1504.03	c #Conflicts:    2419000 | #Constraints:      53983
1500.21/1504.03	c #Conflicts:    2420000 | #Constraints:      54983
1500.21/1504.03	c #Conflicts:    2421000 | #Constraints:      55983
1500.21/1504.03	c #Conflicts:    2422000 | #Constraints:      56983
1500.21/1504.03	c #Conflicts:    2423000 | #Constraints:      57983
1500.21/1504.03	c #Conflicts:    2424000 | #Constraints:      58983
1500.21/1504.03	c #Conflicts:    2425000 | #Constraints:      59983
1500.21/1504.03	c #Conflicts:    2426000 | #Constraints:      60983
1500.21/1504.03	c #Conflicts:    2427000 | #Constraints:      61983
1500.21/1504.03	c #Conflicts:    2428000 | #Constraints:      62983
1500.21/1504.03	c #Conflicts:    2429000 | #Constraints:      63983
1500.21/1504.03	c #Conflicts:    2430000 | #Constraints:      64983
1500.21/1504.03	c #Conflicts:    2431000 | #Constraints:      65983
1500.21/1504.03	c #Conflicts:    2432000 | #Constraints:      66983
1500.21/1504.03	c #Conflicts:    2433000 | #Constraints:      67983
1500.21/1504.03	c #Conflicts:    2434000 | #Constraints:      68983
1500.21/1504.03	c #Conflicts:    2435000 | #Constraints:      69983
1500.21/1504.03	c #Conflicts:    2436000 | #Constraints:      70983
1500.21/1504.03	c #Conflicts:    2437000 | #Constraints:      71983
1500.21/1504.03	c #Conflicts:    2438000 | #Constraints:      72983
1500.21/1504.03	c #Conflicts:    2439000 | #Constraints:      73983
1500.21/1504.03	c #Conflicts:    2440000 | #Constraints:      74983
1500.21/1504.03	c INPROCESSING
1500.21/1504.03	c GARBAGE COLLECT
1500.21/1504.03	c #Conflicts:    2441000 | #Constraints:      43021
1500.21/1504.03	c #Conflicts:    2442000 | #Constraints:      44021
1500.21/1504.03	c #Conflicts:    2443000 | #Constraints:      45021
1500.21/1504.03	c #Conflicts:    2444000 | #Constraints:      46021
1500.21/1504.03	c #Conflicts:    2445000 | #Constraints:      47021
1500.21/1504.03	c #Conflicts:    2446000 | #Constraints:      48021
1500.21/1504.03	c #Conflicts:    2447000 | #Constraints:      49021
1500.21/1504.03	c #Conflicts:    2448000 | #Constraints:      50021
1500.21/1504.03	c #Conflicts:    2449000 | #Constraints:      51021
1500.21/1504.03	c #Conflicts:    2450000 | #Constraints:      52021
1500.21/1504.03	c #Conflicts:    2451000 | #Constraints:      53021
1500.21/1504.03	c #Conflicts:    2452000 | #Constraints:      54021
1500.21/1504.03	c #Conflicts:    2453000 | #Constraints:      55021
1500.21/1504.03	c #Conflicts:    2454000 | #Constraints:      56021
1500.21/1504.03	c #Conflicts:    2455000 | #Constraints:      57021
1500.21/1504.03	c #Conflicts:    2456000 | #Constraints:      58021
1500.21/1504.03	c #Conflicts:    2457000 | #Constraints:      59021
1500.21/1504.03	c #Conflicts:    2458000 | #Constraints:      60021
1500.21/1504.03	c #Conflicts:    2459000 | #Constraints:      61021
1500.21/1504.03	c #Conflicts:    2460000 | #Constraints:      62021
1500.21/1504.03	c #Conflicts:    2461000 | #Constraints:      63021
1500.21/1504.03	c #Conflicts:    2462000 | #Constraints:      64021
1500.21/1504.03	c #Conflicts:    2463000 | #Constraints:      65021
1500.21/1504.03	c #Conflicts:    2464000 | #Constraints:      66021
1500.21/1504.03	c #Conflicts:    2465000 | #Constraints:      67021
1500.21/1504.03	c #Conflicts:    2466000 | #Constraints:      68021
1500.21/1504.03	c #Conflicts:    2467000 | #Constraints:      69021
1500.21/1504.03	c #Conflicts:    2468000 | #Constraints:      70021
1520.56/1524.44	c #Conflicts:    2469000 | #Constraints:      71021
1520.56/1524.44	c #Conflicts:    2470000 | #Constraints:      72021
1520.56/1524.44	c #Conflicts:    2471000 | #Constraints:      73021
1520.56/1524.44	c INPROCESSING
1520.56/1524.44	c GARBAGE COLLECT
1520.56/1524.44	c #Conflicts:    2472000 | #Constraints:      41815
1520.56/1524.44	c #Conflicts:    2473000 | #Constraints:      42815
1520.56/1524.44	c #Conflicts:    2474000 | #Constraints:      43815
1520.56/1524.44	c #Conflicts:    2475000 | #Constraints:      44815
1520.56/1524.44	c #Conflicts:    2476000 | #Constraints:      45815
1520.56/1524.44	c #Conflicts:    2477000 | #Constraints:      46815
1520.56/1524.44	c #Conflicts:    2478000 | #Constraints:      47815
1520.56/1524.44	c #Conflicts:    2479000 | #Constraints:      48815
1520.56/1524.44	c #Conflicts:    2480000 | #Constraints:      49815
1520.56/1524.44	c #Conflicts:    2481000 | #Constraints:      50815
1520.56/1524.44	c #Conflicts:    2482000 | #Constraints:      51815
1520.56/1524.44	c #Conflicts:    2483000 | #Constraints:      52815
1520.56/1524.44	c #Conflicts:    2484000 | #Constraints:      53815
1520.56/1524.44	c #Conflicts:    2485000 | #Constraints:      54815
1520.56/1524.44	c #Conflicts:    2486000 | #Constraints:      55815
1520.56/1524.44	c #Conflicts:    2487000 | #Constraints:      56815
1520.56/1524.44	c #Conflicts:    2488000 | #Constraints:      57815
1520.56/1524.44	c #Conflicts:    2489000 | #Constraints:      58815
1520.56/1524.44	c #Conflicts:    2490000 | #Constraints:      59815
1520.56/1524.44	c #Conflicts:    2491000 | #Constraints:      60815
1520.56/1524.44	c #Conflicts:    2492000 | #Constraints:      61815
1520.56/1524.44	c #Conflicts:    2493000 | #Constraints:      62815
1520.56/1524.44	c #Conflicts:    2494000 | #Constraints:      63815
1520.56/1524.44	c #Conflicts:    2495000 | #Constraints:      64815
1520.56/1524.44	c #Conflicts:    2496000 | #Constraints:      65815
1520.56/1524.44	c #Conflicts:    2497000 | #Constraints:      66815
1520.56/1524.44	c #Conflicts:    2498000 | #Constraints:      67816
1520.56/1524.44	c #Conflicts:    2499000 | #Constraints:      68816
1520.56/1524.44	c #Conflicts:    2500000 | #Constraints:      69816
1520.56/1524.44	c #Conflicts:    2501000 | #Constraints:      70816
1520.56/1524.44	c #Conflicts:    2502000 | #Constraints:      71816
1520.56/1524.44	c #Conflicts:    2503000 | #Constraints:      72816
1520.56/1524.44	c INPROCESSING
1520.56/1524.44	c GARBAGE COLLECT
1520.56/1524.44	c #Conflicts:    2504000 | #Constraints:      41930
1520.56/1524.44	c #Conflicts:    2505000 | #Constraints:      42930
1520.56/1524.44	c #Conflicts:    2506000 | #Constraints:      43930
1520.56/1524.44	c #Conflicts:    2507000 | #Constraints:      44930
1520.56/1524.44	c #Conflicts:    2508000 | #Constraints:      46069
1520.56/1524.44	WSVECS04 Frhs2[22]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[57]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[59]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[71]: 6 -1.00193 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[107]: 6 -0.999301 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[143]: 6 -1.64092 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[209]: 6 -0.573759 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[261]: 6 -0.999637 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[263]: 6 -0.998066 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[304]: 6 -1.31288 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[324]: 6 -0.999819 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[337]: 6 -1.3125 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[370]: 6 0 0.250001 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[399]: 6 -0.565094 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[408]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[421]: 6 -0.999275 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[431]: 6 -0.754788 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[442]: 6 -2.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[456]: 6 -0.999975 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[464]: 6 -0.876727 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[492]: 6 -0.999601 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[519]: 6 -0.998066 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[522]: 6 -0.999651 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[525]: 6 -0.814296 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[558]: 6 -0.6254 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[569]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[580]: 6 -0.999819 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[615]: 6 -0.999995 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[655]: 6 -0.565093 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[677]: 6 -0.999638 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[730]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1138]: 6 -0.103272 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1177]: 6 -2 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1197]: 6 0 0.729736 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1251]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1291]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1323]: 6 -1.33203 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1394]: 6 -0.6875 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1475]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1625]: 6 -1.20313 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1628]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2075]: 6 -0.990425 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2262]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2363]: 6 -1.33301 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2467]: 6 -4.45947 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2743]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2749]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2866]: 6 -5 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[2949]: 6 -0.75 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3134]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3376]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3425]: 6 -1.25 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3514]: 6 -1.32813 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3686]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3719]: 6 -3 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3864]: 6 0 1.0813 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4000]: 6 -0.671876 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4092]: 6 -1.32733 0 shouldn't be
1520.56/1524.44	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1562.07/1566.03	c #Conflicts:    2509000 | #Constraints:      47174
1562.07/1566.03	c #Conflicts:    2510000 | #Constraints:      48174
1562.07/1566.03	c #Conflicts:    2511000 | #Constraints:      49174
1562.07/1566.03	c #Conflicts:    2512000 | #Constraints:      50174
1562.07/1566.03	c #Conflicts:    2513000 | #Constraints:      51174
1562.07/1566.03	c #Conflicts:    2514000 | #Constraints:      52174
1562.07/1566.03	c #Conflicts:    2515000 | #Constraints:      53174
1562.07/1566.03	c #Conflicts:    2516000 | #Constraints:      54174
1562.07/1566.03	c #Conflicts:    2517000 | #Constraints:      55174
1562.07/1566.03	c #Conflicts:    2518000 | #Constraints:      56174
1562.07/1566.03	c #Conflicts:    2519000 | #Constraints:      57174
1562.07/1566.03	c #Conflicts:    2520000 | #Constraints:      58174
1562.07/1566.03	c #Conflicts:    2521000 | #Constraints:      59174
1562.07/1566.03	c #Conflicts:    2522000 | #Constraints:      60174
1562.07/1566.03	c #Conflicts:    2523000 | #Constraints:      61174
1562.07/1566.03	c #Conflicts:    2524000 | #Constraints:      62174
1562.07/1566.03	c #Conflicts:    2525000 | #Constraints:      63174
1562.07/1566.03	c #Conflicts:    2526000 | #Constraints:      64174
1562.07/1566.03	c #Conflicts:    2527000 | #Constraints:      65174
1562.07/1566.03	c #Conflicts:    2528000 | #Constraints:      66174
1562.07/1566.03	c #Conflicts:    2529000 | #Constraints:      67174
1562.07/1566.03	c #Conflicts:    2530000 | #Constraints:      68174
1562.07/1566.03	c #Conflicts:    2531000 | #Constraints:      69174
1562.07/1566.03	c #Conflicts:    2532000 | #Constraints:      70174
1562.07/1566.03	c #Conflicts:    2533000 | #Constraints:      71174
1562.07/1566.03	c #Conflicts:    2534000 | #Constraints:      72174
1562.07/1566.03	c #Conflicts:    2535000 | #Constraints:      73174
1562.07/1566.03	c INPROCESSING
1562.07/1566.03	c GARBAGE COLLECT
1562.07/1566.03	c #Conflicts:    2536000 | #Constraints:      42219
1562.07/1566.03	c #Conflicts:    2537000 | #Constraints:      43219
1562.07/1566.03	c #Conflicts:    2538000 | #Constraints:      44219
1562.07/1566.03	c #Conflicts:    2539000 | #Constraints:      45219
1562.07/1566.03	c #Conflicts:    2540000 | #Constraints:      46219
1562.07/1566.03	c #Conflicts:    2541000 | #Constraints:      47219
1562.07/1566.03	c #Conflicts:    2542000 | #Constraints:      48219
1562.07/1566.03	c #Conflicts:    2543000 | #Constraints:      49219
1562.07/1566.03	c #Conflicts:    2544000 | #Constraints:      50219
1562.07/1566.03	c #Conflicts:    2545000 | #Constraints:      51219
1562.07/1566.03	c #Conflicts:    2546000 | #Constraints:      52219
1562.07/1566.03	c #Conflicts:    2547000 | #Constraints:      53219
1562.07/1566.03	c #Conflicts:    2548000 | #Constraints:      54219
1562.07/1566.03	c #Conflicts:    2549000 | #Constraints:      55219
1562.07/1566.03	c #Conflicts:    2550000 | #Constraints:      56219
1562.07/1566.03	c #Conflicts:    2551000 | #Constraints:      57219
1562.07/1566.03	c #Conflicts:    2552000 | #Constraints:      58219
1562.07/1566.03	c #Conflicts:    2553000 | #Constraints:      59219
1562.07/1566.03	c #Conflicts:    2554000 | #Constraints:      60219
1562.07/1566.03	c #Conflicts:    2555000 | #Constraints:      61219
1562.07/1566.03	c #Conflicts:    2556000 | #Constraints:      62219
1562.07/1566.03	c #Conflicts:    2557000 | #Constraints:      63219
1562.07/1566.03	c #Conflicts:    2558000 | #Constraints:      64219
1562.07/1566.03	c #Conflicts:    2559000 | #Constraints:      65219
1562.07/1566.03	c #Conflicts:    2560000 | #Constraints:      66219
1562.07/1566.03	c #Conflicts:    2561000 | #Constraints:      67219
1562.07/1566.03	c #Conflicts:    2562000 | #Constraints:      68235
1562.07/1566.03	c #Conflicts:    2563000 | #Constraints:      69251
1562.07/1566.03	c #Conflicts:    2564000 | #Constraints:      70268
1562.07/1566.03	c #Conflicts:    2565000 | #Constraints:      71268
1562.07/1566.03	c #Conflicts:    2566000 | #Constraints:      72268
1562.07/1566.03	c #Conflicts:    2567000 | #Constraints:      73268
1562.07/1566.03	c INPROCESSING
1562.07/1566.03	c GARBAGE COLLECT
1562.07/1566.03	c #Conflicts:    2568000 | #Constraints:      42258
1562.07/1566.03	c #Conflicts:    2569000 | #Constraints:      43259
1562.07/1566.03	c #Conflicts:    2570000 | #Constraints:      44259
1562.07/1566.03	c #Conflicts:    2571000 | #Constraints:      45259
1562.07/1566.03	c #Conflicts:    2572000 | #Constraints:      46259
1562.07/1566.03	c #Conflicts:    2573000 | #Constraints:      47260
1562.07/1566.03	c #Conflicts:    2574000 | #Constraints:      48260
1562.07/1566.03	c #Conflicts:    2575000 | #Constraints:      49260
1562.07/1566.03	c #Conflicts:    2576000 | #Constraints:      50260
1562.07/1566.03	c #Conflicts:    2577000 | #Constraints:      51260
1562.07/1566.03	c #Conflicts:    2578000 | #Constraints:      52260
1562.07/1566.03	c #Conflicts:    2579000 | #Constraints:      53260
1562.07/1566.03	c #Conflicts:    2580000 | #Constraints:      54260
1562.07/1566.03	c #Conflicts:    2581000 | #Constraints:      55260
1562.07/1566.03	c #Conflicts:    2582000 | #Constraints:      56260
1562.07/1566.03	c #Conflicts:    2583000 | #Constraints:      57260
1562.07/1566.03	c #Conflicts:    2584000 | #Constraints:      58260
1562.07/1566.03	c #Conflicts:    2585000 | #Constraints:      59260
1562.07/1566.03	c #Conflicts:    2586000 | #Constraints:      60261
1604.26/1608.35	c #Conflicts:    2587000 | #Constraints:      61261
1604.26/1608.35	c #Conflicts:    2588000 | #Constraints:      62261
1604.26/1608.35	c #Conflicts:    2589000 | #Constraints:      63261
1604.26/1608.35	c #Conflicts:    2590000 | #Constraints:      64261
1604.26/1608.35	c #Conflicts:    2591000 | #Constraints:      65261
1604.26/1608.35	c #Conflicts:    2592000 | #Constraints:      66261
1604.26/1608.35	c #Conflicts:    2593000 | #Constraints:      67261
1604.26/1608.35	c #Conflicts:    2594000 | #Constraints:      68261
1604.26/1608.35	c #Conflicts:    2595000 | #Constraints:      69261
1604.26/1608.35	c #Conflicts:    2596000 | #Constraints:      70262
1604.26/1608.35	c #Conflicts:    2597000 | #Constraints:      71263
1604.26/1608.35	c #Conflicts:    2598000 | #Constraints:      72263
1604.26/1608.35	c #Conflicts:    2599000 | #Constraints:      73263
1604.26/1608.35	c INPROCESSING
1604.26/1608.35	c GARBAGE COLLECT
1604.26/1608.35	c #Conflicts:    2600000 | #Constraints:      42144
1604.26/1608.35	c #Conflicts:    2601000 | #Constraints:      43144
1604.26/1608.35	c #Conflicts:    2602000 | #Constraints:      44144
1604.26/1608.35	c #Conflicts:    2603000 | #Constraints:      45144
1604.26/1608.35	c #Conflicts:    2604000 | #Constraints:      46144
1604.26/1608.35	c #Conflicts:    2605000 | #Constraints:      47145
1604.26/1608.35	c #Conflicts:    2606000 | #Constraints:      48145
1604.26/1608.35	c #Conflicts:    2607000 | #Constraints:      49145
1604.26/1608.35	c #Conflicts:    2608000 | #Constraints:      50145
1604.26/1608.35	c #Conflicts:    2609000 | #Constraints:      51145
1604.26/1608.35	c #Conflicts:    2610000 | #Constraints:      52145
1604.26/1608.35	c #Conflicts:    2611000 | #Constraints:      53145
1604.26/1608.35	c #Conflicts:    2612000 | #Constraints:      54145
1604.26/1608.35	c #Conflicts:    2613000 | #Constraints:      55145
1604.26/1608.35	c #Conflicts:    2614000 | #Constraints:      56146
1604.26/1608.35	c #Conflicts:    2615000 | #Constraints:      57146
1604.26/1608.35	c #Conflicts:    2616000 | #Constraints:      58146
1604.26/1608.35	c #Conflicts:    2617000 | #Constraints:      59146
1604.26/1608.35	c #Conflicts:    2618000 | #Constraints:      60146
1604.26/1608.35	c #Conflicts:    2619000 | #Constraints:      61146
1604.26/1608.35	c #Conflicts:    2620000 | #Constraints:      62146
1604.26/1608.35	c #Conflicts:    2621000 | #Constraints:      63146
1604.26/1608.35	c #Conflicts:    2622000 | #Constraints:      64146
1604.26/1608.35	c #Conflicts:    2623000 | #Constraints:      65146
1604.26/1608.35	c #Conflicts:    2624000 | #Constraints:      66146
1604.26/1608.35	c #Conflicts:    2625000 | #Constraints:      67146
1604.26/1608.35	c #Conflicts:    2626000 | #Constraints:      68146
1604.26/1608.35	c #Conflicts:    2627000 | #Constraints:      69146
1604.26/1608.35	c #Conflicts:    2628000 | #Constraints:      70146
1604.26/1608.35	c #Conflicts:    2629000 | #Constraints:      71146
1604.26/1608.35	c #Conflicts:    2630000 | #Constraints:      72146
1604.26/1608.35	c #Conflicts:    2631000 | #Constraints:      73146
1604.26/1608.35	c INPROCESSING
1604.26/1608.35	c GARBAGE COLLECT
1604.26/1608.35	c #Conflicts:    2632000 | #Constraints:      41851
1604.26/1608.35	c #Conflicts:    2633000 | #Constraints:      42851
1604.26/1608.35	c #Conflicts:    2634000 | #Constraints:      43851
1604.26/1608.35	c #Conflicts:    2635000 | #Constraints:      44851
1604.26/1608.35	c #Conflicts:    2636000 | #Constraints:      45852
1604.26/1608.35	c #Conflicts:    2637000 | #Constraints:      46852
1604.26/1608.35	c #Conflicts:    2638000 | #Constraints:      47852
1604.26/1608.35	c #Conflicts:    2639000 | #Constraints:      48852
1604.26/1608.35	c #Conflicts:    2640000 | #Constraints:      49852
1604.26/1608.35	c #Conflicts:    2641000 | #Constraints:      50852
1604.26/1608.35	c #Conflicts:    2642000 | #Constraints:      51852
1604.26/1608.35	c #Conflicts:    2643000 | #Constraints:      52852
1604.26/1608.35	c #Conflicts:    2644000 | #Constraints:      53852
1604.26/1608.35	c #Conflicts:    2645000 | #Constraints:      54852
1604.26/1608.35	c #Conflicts:    2646000 | #Constraints:      55852
1604.26/1608.35	c #Conflicts:    2647000 | #Constraints:      56852
1604.26/1608.35	c #Conflicts:    2648000 | #Constraints:      57852
1604.26/1608.35	c #Conflicts:    2649000 | #Constraints:      58852
1604.26/1608.35	c #Conflicts:    2650000 | #Constraints:      59852
1604.26/1608.35	c #Conflicts:    2651000 | #Constraints:      60852
1604.26/1608.35	c #Conflicts:    2652000 | #Constraints:      61852
1604.26/1608.35	c #Conflicts:    2653000 | #Constraints:      62852
1604.26/1608.35	c #Conflicts:    2654000 | #Constraints:      63852
1604.26/1608.35	c #Conflicts:    2655000 | #Constraints:      64852
1604.26/1608.35	c #Conflicts:    2656000 | #Constraints:      65853
1604.26/1608.35	c #Conflicts:    2657000 | #Constraints:      66853
1604.26/1608.35	c #Conflicts:    2658000 | #Constraints:      67853
1604.26/1608.35	c #Conflicts:    2659000 | #Constraints:      68853
1604.26/1608.35	c #Conflicts:    2660000 | #Constraints:      69853
1604.26/1608.35	c #Conflicts:    2661000 | #Constraints:      70853
1604.26/1608.35	c #Conflicts:    2662000 | #Constraints:      71853
1604.26/1608.35	c #Conflicts:    2663000 | #Constraints:      72853
1663.42/1667.60	c #Conflicts:    2664000 | #Constraints:      73853
1663.42/1667.60	c INPROCESSING
1663.42/1667.60	c GARBAGE COLLECT
1663.42/1667.60	c #Conflicts:    2665000 | #Constraints:      42446
1663.42/1667.60	c #Conflicts:    2666000 | #Constraints:      43446
1663.42/1667.60	c #Conflicts:    2667000 | #Constraints:      44446
1663.42/1667.60	c #Conflicts:    2668000 | #Constraints:      45446
1663.42/1667.60	c #Conflicts:    2669000 | #Constraints:      46447
1663.42/1667.60	c #Conflicts:    2670000 | #Constraints:      47447
1663.42/1667.60	c #Conflicts:    2671000 | #Constraints:      48447
1663.42/1667.60	c #Conflicts:    2672000 | #Constraints:      49447
1663.42/1667.60	c #Conflicts:    2673000 | #Constraints:      50447
1663.42/1667.60	c #Conflicts:    2674000 | #Constraints:      51455
1663.42/1667.60	c #Conflicts:    2675000 | #Constraints:      52458
1663.42/1667.60	c #Conflicts:    2676000 | #Constraints:      53458
1663.42/1667.60	c #Conflicts:    2677000 | #Constraints:      54458
1663.42/1667.60	c #Conflicts:    2678000 | #Constraints:      55458
1663.42/1667.60	c #Conflicts:    2679000 | #Constraints:      56458
1663.42/1667.60	c #Conflicts:    2680000 | #Constraints:      57458
1663.42/1667.60	c #Conflicts:    2681000 | #Constraints:      58462
1663.42/1667.60	c #Conflicts:    2682000 | #Constraints:      59462
1663.42/1667.60	c #Conflicts:    2683000 | #Constraints:      60462
1663.42/1667.60	c #Conflicts:    2684000 | #Constraints:      61462
1663.42/1667.60	c #Conflicts:    2685000 | #Constraints:      62464
1663.42/1667.60	c #Conflicts:    2686000 | #Constraints:      63465
1663.42/1667.60	c #Conflicts:    2687000 | #Constraints:      64466
1663.42/1667.60	c #Conflicts:    2688000 | #Constraints:      65466
1663.42/1667.60	c #Conflicts:    2689000 | #Constraints:      66657
1663.42/1667.60	c #Conflicts:    2690000 | #Constraints:      68174
1663.42/1667.60	c #Conflicts:    2691000 | #Constraints:      69584
1663.42/1667.60	c #Conflicts:    2692000 | #Constraints:      70584
1663.42/1667.60	c #Conflicts:    2693000 | #Constraints:      71584
1663.42/1667.60	c #Conflicts:    2694000 | #Constraints:      72584
1663.42/1667.60	c #Conflicts:    2695000 | #Constraints:      73584
1663.42/1667.60	c #Conflicts:    2696000 | #Constraints:      74584
1663.42/1667.60	c #Conflicts:    2697000 | #Constraints:      75584
1663.42/1667.60	c INPROCESSING
1663.42/1667.60	c GARBAGE COLLECT
1663.42/1667.60	c #Conflicts:    2698000 | #Constraints:      43406
1663.42/1667.60	c #Conflicts:    2699000 | #Constraints:      44406
1663.42/1667.60	c #Conflicts:    2700000 | #Constraints:      45406
1663.42/1667.60	c #Conflicts:    2701000 | #Constraints:      46406
1663.42/1667.60	c #Conflicts:    2702000 | #Constraints:      47406
1663.42/1667.60	c #Conflicts:    2703000 | #Constraints:      48406
1663.42/1667.60	c #Conflicts:    2704000 | #Constraints:      49406
1663.42/1667.60	c #Conflicts:    2705000 | #Constraints:      50406
1663.42/1667.60	c #Conflicts:    2706000 | #Constraints:      51406
1663.42/1667.60	c #Conflicts:    2707000 | #Constraints:      52406
1663.42/1667.60	c #Conflicts:    2708000 | #Constraints:      53406
1663.42/1667.60	c #Conflicts:    2709000 | #Constraints:      54406
1663.42/1667.60	c #Conflicts:    2710000 | #Constraints:      55406
1663.42/1667.60	c #Conflicts:    2711000 | #Constraints:      56406
1663.42/1667.60	c #Conflicts:    2712000 | #Constraints:      57406
1663.42/1667.60	c #Conflicts:    2713000 | #Constraints:      58406
1663.42/1667.60	c #Conflicts:    2714000 | #Constraints:      59406
1663.42/1667.60	c #Conflicts:    2715000 | #Constraints:      60406
1663.42/1667.60	c #Conflicts:    2716000 | #Constraints:      61406
1663.42/1667.60	c #Conflicts:    2717000 | #Constraints:      62406
1663.42/1667.60	c #Conflicts:    2718000 | #Constraints:      63406
1663.42/1667.60	c #Conflicts:    2719000 | #Constraints:      64406
1663.42/1667.60	c #Conflicts:    2720000 | #Constraints:      65406
1663.42/1667.60	c #Conflicts:    2721000 | #Constraints:      66406
1663.42/1667.60	c #Conflicts:    2722000 | #Constraints:      67406
1663.42/1667.60	c #Conflicts:    2723000 | #Constraints:      68406
1663.42/1667.60	c #Conflicts:    2724000 | #Constraints:      69407
1663.42/1667.60	c #Conflicts:    2725000 | #Constraints:      70407
1663.42/1667.60	c #Conflicts:    2726000 | #Constraints:      71407
1663.42/1667.60	c #Conflicts:    2727000 | #Constraints:      72407
1663.42/1667.60	c #Conflicts:    2728000 | #Constraints:      73407
1663.42/1667.60	c #Conflicts:    2729000 | #Constraints:      74407
1663.42/1667.60	c #Conflicts:    2730000 | #Constraints:      75407
1663.42/1667.60	c INPROCESSING
1663.42/1667.60	c GARBAGE COLLECT
1663.42/1667.60	c #Conflicts:    2731000 | #Constraints:      43316
1663.42/1667.60	c #Conflicts:    2732000 | #Constraints:      44316
1663.42/1667.60	c #Conflicts:    2733000 | #Constraints:      45316
1663.42/1667.60	c #Conflicts:    2734000 | #Constraints:      46316
1663.42/1667.60	c #Conflicts:    2735000 | #Constraints:      47316
1663.42/1667.60	c #Conflicts:    2736000 | #Constraints:      48316
1663.42/1667.60	c #Conflicts:    2737000 | #Constraints:      49316
1663.42/1667.60	c #Conflicts:    2738000 | #Constraints:      50316
1663.42/1667.60	c #Conflicts:    2739000 | #Constraints:      51316
1663.42/1667.60	c #Conflicts:    2740000 | #Constraints:      52316
1706.22/1710.51	c #Conflicts:    2741000 | #Constraints:      53316
1706.22/1710.51	c #Conflicts:    2742000 | #Constraints:      54316
1706.22/1710.51	c #Conflicts:    2743000 | #Constraints:      55316
1706.22/1710.51	c #Conflicts:    2744000 | #Constraints:      56316
1706.22/1710.51	c #Conflicts:    2745000 | #Constraints:      57316
1706.22/1710.51	c #Conflicts:    2746000 | #Constraints:      58316
1706.22/1710.51	c #Conflicts:    2747000 | #Constraints:      59316
1706.22/1710.51	c #Conflicts:    2748000 | #Constraints:      60316
1706.22/1710.51	c #Conflicts:    2749000 | #Constraints:      61316
1706.22/1710.51	c #Conflicts:    2750000 | #Constraints:      62316
1706.22/1710.51	c #Conflicts:    2751000 | #Constraints:      63316
1706.22/1710.51	c #Conflicts:    2752000 | #Constraints:      64316
1706.22/1710.51	c #Conflicts:    2753000 | #Constraints:      65316
1706.22/1710.51	c #Conflicts:    2754000 | #Constraints:      66316
1706.22/1710.51	c #Conflicts:    2755000 | #Constraints:      67316
1706.22/1710.51	c #Conflicts:    2756000 | #Constraints:      68316
1706.22/1710.51	c #Conflicts:    2757000 | #Constraints:      69316
1706.22/1710.51	c #Conflicts:    2758000 | #Constraints:      70317
1706.22/1710.51	c #Conflicts:    2759000 | #Constraints:      71317
1706.22/1710.51	c #Conflicts:    2760000 | #Constraints:      72317
1706.22/1710.51	c #Conflicts:    2761000 | #Constraints:      73317
1706.22/1710.51	c #Conflicts:    2762000 | #Constraints:      74317
1706.22/1710.51	c #Conflicts:    2763000 | #Constraints:      75317
1706.22/1710.51	c INPROCESSING
1706.22/1710.51	c GARBAGE COLLECT
1706.22/1710.51	c #Conflicts:    2764000 | #Constraints:      43139
1706.22/1710.51	c #Conflicts:    2765000 | #Constraints:      44139
1706.22/1710.51	c #Conflicts:    2766000 | #Constraints:      45139
1706.22/1710.51	c #Conflicts:    2767000 | #Constraints:      46139
1706.22/1710.51	c #Conflicts:    2768000 | #Constraints:      47139
1706.22/1710.51	c #Conflicts:    2769000 | #Constraints:      48139
1706.22/1710.51	c #Conflicts:    2770000 | #Constraints:      49139
1706.22/1710.51	c #Conflicts:    2771000 | #Constraints:      50139
1706.22/1710.51	c #Conflicts:    2772000 | #Constraints:      51139
1706.22/1710.51	c #Conflicts:    2773000 | #Constraints:      52139
1706.22/1710.51	c #Conflicts:    2774000 | #Constraints:      53139
1706.22/1710.51	c #Conflicts:    2775000 | #Constraints:      54139
1706.22/1710.51	c #Conflicts:    2776000 | #Constraints:      55139
1706.22/1710.51	c #Conflicts:    2777000 | #Constraints:      56139
1706.22/1710.51	c #Conflicts:    2778000 | #Constraints:      57139
1706.22/1710.51	c #Conflicts:    2779000 | #Constraints:      58139
1706.22/1710.51	c #Conflicts:    2780000 | #Constraints:      59139
1706.22/1710.51	c #Conflicts:    2781000 | #Constraints:      60139
1706.22/1710.51	c #Conflicts:    2782000 | #Constraints:      61139
1706.22/1710.51	c #Conflicts:    2783000 | #Constraints:      62139
1706.22/1710.51	c #Conflicts:    2784000 | #Constraints:      63139
1706.22/1710.51	c #Conflicts:    2785000 | #Constraints:      64139
1706.22/1710.51	c #Conflicts:    2786000 | #Constraints:      65139
1706.22/1710.51	c #Conflicts:    2787000 | #Constraints:      66139
1706.22/1710.51	c #Conflicts:    2788000 | #Constraints:      67139
1706.22/1710.51	c #Conflicts:    2789000 | #Constraints:      68139
1706.22/1710.51	c #Conflicts:    2790000 | #Constraints:      69139
1706.22/1710.51	c #Conflicts:    2791000 | #Constraints:      70140
1706.22/1710.51	c #Conflicts:    2792000 | #Constraints:      71140
1706.22/1710.51	c #Conflicts:    2793000 | #Constraints:      72140
1706.22/1710.51	c #Conflicts:    2794000 | #Constraints:      73140
1706.22/1710.51	c #Conflicts:    2795000 | #Constraints:      74140
1706.22/1710.51	c #Conflicts:    2796000 | #Constraints:      75140
1706.22/1710.51	c INPROCESSING
1706.22/1710.51	c GARBAGE COLLECT
1706.22/1710.51	c #Conflicts:    2797000 | #Constraints:      42858
1706.22/1710.51	c #Conflicts:    2798000 | #Constraints:      43858
1706.22/1710.51	c #Conflicts:    2799000 | #Constraints:      44858
1706.22/1710.51	c #Conflicts:    2800000 | #Constraints:      45858
1706.22/1710.51	c #Conflicts:    2801000 | #Constraints:      46858
1706.22/1710.51	c #Conflicts:    2802000 | #Constraints:      47858
1706.22/1710.51	c #Conflicts:    2803000 | #Constraints:      48858
1706.22/1710.51	c #Conflicts:    2804000 | #Constraints:      49858
1706.22/1710.51	c #Conflicts:    2805000 | #Constraints:      50858
1706.22/1710.51	c #Conflicts:    2806000 | #Constraints:      51858
1706.22/1710.51	c #Conflicts:    2807000 | #Constraints:      53024
1706.22/1710.51	c #Conflicts:    2808000 | #Constraints:      54024
1706.22/1710.51	c #Conflicts:    2809000 | #Constraints:      55024
1706.22/1710.51	c #Conflicts:    2810000 | #Constraints:      56024
1706.22/1710.51	c #Conflicts:    2811000 | #Constraints:      57024
1706.22/1710.51	c #Conflicts:    2812000 | #Constraints:      58024
1706.22/1710.51	c #Conflicts:    2813000 | #Constraints:      59024
1706.22/1710.51	c #Conflicts:    2814000 | #Constraints:      60024
1706.22/1710.51	c #Conflicts:    2815000 | #Constraints:      61024
1706.22/1710.51	c #Conflicts:    2816000 | #Constraints:      62024
1706.22/1710.51	c #Conflicts:    2817000 | #Constraints:      63024
1706.22/1710.51	c #Conflicts:    2818000 | #Constraints:      64024
1726.57/1730.97	c #Conflicts:    2819000 | #Constraints:      65024
1726.57/1730.97	c #Conflicts:    2820000 | #Constraints:      66024
1726.57/1730.97	c #Conflicts:    2821000 | #Constraints:      67024
1726.57/1730.97	c #Conflicts:    2822000 | #Constraints:      68024
1726.57/1730.97	c #Conflicts:    2823000 | #Constraints:      69024
1726.57/1730.97	c #Conflicts:    2824000 | #Constraints:      70024
1726.57/1730.97	c #Conflicts:    2825000 | #Constraints:      71024
1726.57/1730.97	c #Conflicts:    2826000 | #Constraints:      72024
1726.57/1730.97	c #Conflicts:    2827000 | #Constraints:      73024
1726.57/1730.97	c #Conflicts:    2828000 | #Constraints:      74024
1726.57/1730.97	c #Conflicts:    2829000 | #Constraints:      75024
1726.57/1730.97	c #Conflicts:    2830000 | #Constraints:      76024
1726.57/1730.97	c INPROCESSING
1726.57/1730.97	c GARBAGE COLLECT
1726.57/1730.97	c #Conflicts:    2831000 | #Constraints:      43566
1726.57/1730.97	c #Conflicts:    2832000 | #Constraints:      44566
1726.57/1730.97	c #Conflicts:    2833000 | #Constraints:      45566
1726.57/1730.97	c #Conflicts:    2834000 | #Constraints:      46566
1726.57/1730.97	c #Conflicts:    2835000 | #Constraints:      47566
1726.57/1730.97	c #Conflicts:    2836000 | #Constraints:      48566
1726.57/1730.97	c #Conflicts:    2837000 | #Constraints:      49567
1726.57/1730.97	c #Conflicts:    2838000 | #Constraints:      50567
1726.57/1730.97	c #Conflicts:    2839000 | #Constraints:      51567
1726.57/1730.97	c #Conflicts:    2840000 | #Constraints:      52567
1726.57/1730.97	c #Conflicts:    2841000 | #Constraints:      53567
1726.57/1730.97	c #Conflicts:    2842000 | #Constraints:      54567
1726.57/1730.97	c #Conflicts:    2843000 | #Constraints:      55567
1726.57/1730.97	c #Conflicts:    2844000 | #Constraints:      56567
1726.57/1730.97	c #Conflicts:    2845000 | #Constraints:      57567
1726.57/1730.97	c #Conflicts:    2846000 | #Constraints:      58567
1726.57/1730.97	c #Conflicts:    2847000 | #Constraints:      59567
1726.57/1730.97	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[13]: 6 -0.722245 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[17]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[21]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[39]: 6 -1.25008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[41]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[63]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[69]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[98]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[99]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[101]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[102]: 6 -0.833412 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[107]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[109]: 6 -0.583375 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[117]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[131]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[143]: 6 -1.25003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[149]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[168]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[169]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[171]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[192]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[193]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[196]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[197]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[204]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[212]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[227]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[260]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[261]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[262]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[275]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[294]: 6 -0.833377 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[297]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[299]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[303]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[321]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[328]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[353]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[356]: 6 -1.25008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[377]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[398]: 6 0 0.250054 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[407]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[420]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[432]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[454]: 6 -0.833431 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[469]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[471]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[483]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[484]: 6 -1.25005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[515]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[524]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[531]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[536]: 6 -1.25006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[550]: 6 -0.916678 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[555]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[557]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[565]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[578]: 6 -1.12505 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[579]: 6 -1.25004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[584]: 6 -1.12506 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[585]: 6 -1.25008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[586]: 6 -1.50006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[590]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[594]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[620]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[644]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[649]: 6 -1.12507 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[650]: 6 -1.25009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[651]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[654]: 6 0 0.0937637 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[675]: 6 -1.12505 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[683]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[688]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[709]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[710]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[714]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[717]: 6 -0.166761 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1059]: 6 -0.750036 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1155]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1158]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1161]: 6 -1.25007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1167]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1185]: 6 -1.25009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1187]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1188]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1193]: 6 -0.750053 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1200]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1219]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1221]: 6 -1.44453 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1222]: 6 -0.750058 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1229]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1235]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1249]: 6 -1.13897 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1257]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1265]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1290]: 6 -0.875011 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1292]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1355]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1412]: 6 -0.750069 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1416]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1474]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1479]: 6 -1.12504 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1492]: 6 -1.25009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1543]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1576]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1580]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1582]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1583]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1601]: 6 -1.25003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1668]: 6 -0.687548 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1686]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1714]: 6 -4.75006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1960]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1963]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1969]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1976]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1979]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1981]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1984]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1991]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[1997]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2060]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2064]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2066]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2070]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2076]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2082]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2087]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2094]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2096]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2152]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2154]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2161]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2165]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2168]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2172]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2176]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2186]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2193]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2195]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2249]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2251]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2254]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2257]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2259]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2264]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2272]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2285]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2289]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2292]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2304]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2305]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2307]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2310]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2315]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2320]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2322]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2323]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2339]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2353]: 6 -0.50002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2362]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2386]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2388]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2406]: 6 -1.25003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2412]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2423]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2434]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2439]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2450]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2454]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2462]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2468]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2497]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2500]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2514]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2515]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2538]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2552]: 6 -1.25009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2554]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2566]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2579]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2580]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2599]: 6 -1.25004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2605]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2614]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2626]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2645]: 6 -0.500041 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2658]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2660]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2664]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2672]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2689]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2699]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2701]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2722]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2736]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2748]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2758]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2791]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2801]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2803]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2828]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2834]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2839]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2846]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2853]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2867]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2877]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2886]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2888]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2890]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2924]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2929]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2932]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2935]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2948]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2951]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[2983]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3011]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3026]: 6 -5.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3042]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3046]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3052]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3055]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3085]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3107]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3110]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3112]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3114]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3116]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3118]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3122]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3124]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3126]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3133]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3143]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3146]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3151]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3167]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3171]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3176]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3180]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3183]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3188]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3213]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3228]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3241]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3246]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3270]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3273]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3276]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3279]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3302]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3310]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3334]: 6 0 1.50009 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3347]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3366]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3371]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3377]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3380]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3398]: 6 -1.25007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3412]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3424]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3425]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3428]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3429]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3433]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3461]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3473]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3491]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3496]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3498]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3502]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3506]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3525]: 6 -1.00007 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3529]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3533]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3536]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3562]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3584]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3598]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3602]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3603]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3618]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3620]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3622]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3682]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3691]: 6 -0.500084 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3696]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3709]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3753]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3760]: 6 -1.06257 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3761]: 6 -0.750053 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3789]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3802]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3803]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3807]: 6 -1.00008 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3850]: 6 -1.12508 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3852]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3873]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3880]: 6 -1.00005 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3881]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3884]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3890]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3892]: 6 -0.500039 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3900]: 6 -0.312579 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3902]: 6 0 1.00008 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3913]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3943]: 6 -1.50006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3946]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3979]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3982]: 6 0 1.00004 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3984]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3990]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3996]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[3998]: 6 -1.00004 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4002]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4003]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4011]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4049]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4066]: 6 -1.00003 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4070]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4100]: 6 -1.0001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4104]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4105]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4109]: 6 -1.00001 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4149]: 6 -1.00006 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4177]: 6 -1.00009 0 shouldn't be
1726.57/1730.97	WSVECS04 Frhs2[4179]: 6 -1.00003 0 shouldn't be
1778.05/1782.59	c #Conflicts:    2848000 | #Constraints:      60570
1778.05/1782.59	c #Conflicts:    2849000 | #Constraints:      61570
1778.05/1782.59	c #Conflicts:    2850000 | #Constraints:      62570
1778.05/1782.59	c #Conflicts:    2851000 | #Constraints:      63570
1778.05/1782.59	c #Conflicts:    2852000 | #Constraints:      64570
1778.05/1782.59	c #Conflicts:    2853000 | #Constraints:      65570
1778.05/1782.59	c #Conflicts:    2854000 | #Constraints:      66570
1778.05/1782.59	c #Conflicts:    2855000 | #Constraints:      67570
1778.05/1782.59	c #Conflicts:    2856000 | #Constraints:      68570
1778.05/1782.59	c #Conflicts:    2857000 | #Constraints:      69570
1778.05/1782.59	c #Conflicts:    2858000 | #Constraints:      70570
1778.05/1782.59	c #Conflicts:    2859000 | #Constraints:      71570
1778.05/1782.59	c #Conflicts:    2860000 | #Constraints:      72570
1778.05/1782.59	c #Conflicts:    2861000 | #Constraints:      73570
1778.05/1782.59	c #Conflicts:    2862000 | #Constraints:      74570
1778.05/1782.59	c #Conflicts:    2863000 | #Constraints:      75570
1778.05/1782.59	c #Conflicts:    2864000 | #Constraints:      76570
1778.05/1782.59	c INPROCESSING
1778.05/1782.59	c GARBAGE COLLECT
1778.05/1782.59	c #Conflicts:    2865000 | #Constraints:      43896
1778.05/1782.59	c #Conflicts:    2866000 | #Constraints:      44896
1778.05/1782.59	c #Conflicts:    2867000 | #Constraints:      45896
1778.05/1782.59	c #Conflicts:    2868000 | #Constraints:      46896
1778.05/1782.59	c #Conflicts:    2869000 | #Constraints:      47896
1778.05/1782.59	c #Conflicts:    2870000 | #Constraints:      48896
1778.05/1782.59	c #Conflicts:    2871000 | #Constraints:      49896
1778.05/1782.59	c #Conflicts:    2872000 | #Constraints:      50896
1778.05/1782.59	c #Conflicts:    2873000 | #Constraints:      51896
1778.05/1782.59	c #Conflicts:    2874000 | #Constraints:      52896
1778.05/1782.59	c #Conflicts:    2875000 | #Constraints:      53896
1778.05/1782.59	c #Conflicts:    2876000 | #Constraints:      54896
1778.05/1782.59	c #Conflicts:    2877000 | #Constraints:      55896
1778.05/1782.59	c #Conflicts:    2878000 | #Constraints:      56896
1778.05/1782.59	c #Conflicts:    2879000 | #Constraints:      57896
1778.05/1782.59	c #Conflicts:    2880000 | #Constraints:      58896
1778.05/1782.59	c #Conflicts:    2881000 | #Constraints:      59896
1778.05/1782.59	c #Conflicts:    2882000 | #Constraints:      60896
1778.05/1782.59	c #Conflicts:    2883000 | #Constraints:      61896
1778.05/1782.59	c #Conflicts:    2884000 | #Constraints:      62896
1778.05/1782.59	c #Conflicts:    2885000 | #Constraints:      63896
1778.05/1782.59	c #Conflicts:    2886000 | #Constraints:      64896
1778.05/1782.59	c #Conflicts:    2887000 | #Constraints:      65896
1778.05/1782.59	c #Conflicts:    2888000 | #Constraints:      66896
1778.05/1782.59	c #Conflicts:    2889000 | #Constraints:      67896
1778.05/1782.59	c #Conflicts:    2890000 | #Constraints:      68896
1778.05/1782.59	c #Conflicts:    2891000 | #Constraints:      69896
1778.05/1782.59	c #Conflicts:    2892000 | #Constraints:      70896
1778.05/1782.59	c #Conflicts:    2893000 | #Constraints:      71896
1778.05/1782.59	c #Conflicts:    2894000 | #Constraints:      72896
1778.05/1782.59	c #Conflicts:    2895000 | #Constraints:      73896
1778.05/1782.59	c #Conflicts:    2896000 | #Constraints:      74896
1778.05/1782.59	c #Conflicts:    2897000 | #Constraints:      75896
1778.05/1782.59	c #Conflicts:    2898000 | #Constraints:      76896
1778.05/1782.59	c INPROCESSING
1778.05/1782.59	c GARBAGE COLLECT
1778.05/1782.59	c #Conflicts:    2899000 | #Constraints:      44091
1778.05/1782.59	c #Conflicts:    2900000 | #Constraints:      45092
1778.05/1782.59	c #Conflicts:    2901000 | #Constraints:      46092
1778.05/1782.59	c #Conflicts:    2902000 | #Constraints:      47092
1778.05/1782.59	c #Conflicts:    2903000 | #Constraints:      48092
1778.05/1782.59	c #Conflicts:    2904000 | #Constraints:      49092
1778.05/1782.59	c #Conflicts:    2905000 | #Constraints:      50092
1778.05/1782.59	c #Conflicts:    2906000 | #Constraints:      51092
1778.05/1782.59	c #Conflicts:    2907000 | #Constraints:      52092
1778.05/1782.59	c #Conflicts:    2908000 | #Constraints:      53127
1778.05/1782.59	c #Conflicts:    2909000 | #Constraints:      54246
1778.05/1782.59	c #Conflicts:    2910000 | #Constraints:      55246
1778.05/1782.59	c #Conflicts:    2911000 | #Constraints:      56246
1778.05/1782.59	c #Conflicts:    2912000 | #Constraints:      57246
1778.05/1782.59	c #Conflicts:    2913000 | #Constraints:      58247
1778.05/1782.59	c #Conflicts:    2914000 | #Constraints:      59247
1778.05/1782.59	c #Conflicts:    2915000 | #Constraints:      60247
1778.05/1782.59	c #Conflicts:    2916000 | #Constraints:      61247
1778.05/1782.59	c #Conflicts:    2917000 | #Constraints:      62247
1778.05/1782.59	c #Conflicts:    2918000 | #Constraints:      63247
1778.05/1782.59	c #Conflicts:    2919000 | #Constraints:      64247
1778.05/1782.59	c #Conflicts:    2920000 | #Constraints:      65248
1778.05/1782.59	c #Conflicts:    2921000 | #Constraints:      66248
1778.05/1782.59	c #Conflicts:    2922000 | #Constraints:      67248
1778.05/1782.59	c #Conflicts:    2923000 | #Constraints:      68248
1778.05/1782.59	c #Conflicts:    2924000 | #Constraints:      69248
1778.05/1782.59	c #Conflicts:    2925000 | #Constraints:      70248
1787.02/1791.59	c #Conflicts:    2926000 | #Constraints:      71297
1787.02/1791.59	c #Conflicts:    2927000 | #Constraints:      72826
1787.02/1791.59	c #Conflicts:    2928000 | #Constraints:      74357
1787.02/1791.59	c #Conflicts:    2929000 | #Constraints:      75890
1787.02/1791.59	c #Conflicts:    2930000 | #Constraints:      77412
1787.02/1791.59	c #Conflicts:    2931000 | #Constraints:      78938
1787.02/1791.59	c #Conflicts:    2932000 | #Constraints:      80469
1787.02/1791.59	c INPROCESSING
1787.02/1791.59	c GARBAGE COLLECT
1787.02/1791.59	WSVECS04 Frhs2[7]: 6 -0.990939 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[12]: 6 -0.999766 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[14]: 6 -0.999335 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[17]: 6 -0.989479 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[24]: 6 -0.987113 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[33]: 6 -0.999747 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[35]: 6 -3.58135 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[38]: 6 -0.343743 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[40]: 6 -0.874436 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[52]: 6 -0.997722 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[60]: 6 -0.0806908 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[81]: 6 -0.987929 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[93]: 6 0 1.33867 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[97]: 6 -0.999668 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[101]: 6 -0.986879 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[113]: 6 -0.997108 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[114]: 6 -0.999068 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[116]: 6 -0.99674 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[124]: 6 -1.72482 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[136]: 6 -0.249161 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[149]: 6 -0.993018 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[168]: 6 -2.49857 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[173]: 6 -0.999926 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[200]: 6 -0.623586 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[201]: 6 -0.999073 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[206]: 6 -1.49996 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[209]: 6 -0.991767 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[213]: 6 -0.997748 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[223]: 6 0 0.500001 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[228]: 6 -8.09807e-05 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[236]: 6 -0.998434 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[237]: 6 -0.999926 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[238]: 6 -0.998708 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[252]: 6 0 0.151996 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[268]: 6 -0.999764 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[296]: 6 -0.499698 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[308]: 6 -0.997554 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[332]: 6 -0.999914 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[341]: 6 -0.990838 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[358]: 6 -1.97519 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[398]: 6 -1.49996 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[405]: 6 -0.996434 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[411]: 6 -2.81371 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[415]: 6 -2.82537 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[429]: 6 -1.1665 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[440]: 6 -0.987113 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[461]: 6 -1.74822 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[464]: 6 -0.996733 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[474]: 6 -0.888712 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[497]: 6 -0.99861 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[515]: 6 0 0.303394 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[519]: 6 -0.24043 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[551]: 6 -0.811933 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[564]: 6 -0.99484 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[570]: 6 -0.129922 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[581]: 6 0 0.0187924 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[587]: 6 -0.999478 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[589]: 6 -0.999341 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[624]: 6 -0.992813 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[680]: 6 -0.24816 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[685]: 6 -0.999925 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[721]: 6 -0.991839 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[734]: 6 0 3.05466 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1071]: 6 -0.999992 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1072]: 6 -0.998478 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1075]: 6 -0.992919 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1092]: 6 -1.99985 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1104]: 6 -0.999562 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1138]: 6 -0.999772 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1140]: 6 -1.00039 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1148]: 6 0 0.355447 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1150]: 6 -0.499676 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1171]: 6 -1.01111 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1176]: 6 -0.69912 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1197]: 6 -1.99973 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1200]: 6 -0.9999 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1249]: 6 -0.377036 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1252]: 6 -0.997208 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1255]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1308]: 6 -1.24978 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1316]: 6 -3.16709 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1347]: 6 -2.11231 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1377]: 6 -2.94579 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1381]: 6 -2.62502 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1434]: 6 -3.60944 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1443]: 6 -1.18727 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1610]: 6 -0.999813 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1977]: 6 -0.999444 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1979]: 6 -0.999978 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[1983]: 6 -1.00436 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2057]: 6 -0.345189 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2079]: 6 -0.999606 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2083]: 6 -0.999057 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2088]: 6 -0.99637 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2104]: 6 -1.0456 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2145]: 6 0 3.03517 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2156]: 6 -2.81282 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2187]: 6 -0.994335 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2190]: 6 -0.991786 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2191]: 6 -0.974436 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2195]: 6 -0.89774 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2204]: 6 0 8.74604 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2222]: 6 -0.999993 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2233]: 6 -1.00146 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2251]: 6 0 0.952776 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2291]: 6 -0.916937 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2293]: 6 -0.984436 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2334]: 6 -1.42195 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2344]: 6 -1.00035 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2345]: 6 -3.12497 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2366]: 6 -4.9999 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2375]: 6 -0.996778 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2384]: 6 -0.948007 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2385]: 6 -0.85656 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2388]: 6 -1.35512 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2414]: 6 -0.997224 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2517]: 6 -0.992649 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2572]: 6 -0.998981 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2606]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2613]: 6 -0.999472 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2621]: 6 -1.24949 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2623]: 6 -0.999929 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2778]: 6 -1.25 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2874]: 6 -4 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2913]: 6 -1.67712 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2916]: 6 0 2 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2918]: 6 0 2.64845 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2920]: 6 -4.45406 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[2979]: 6 -1.00028 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3016]: 6 -0.99419 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3017]: 6 -0.99419 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3045]: 6 -0.997141 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3233]: 6 -0.992415 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3245]: 6 -0.991025 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3266]: 6 -1.26667 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3267]: 6 -0.671674 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3307]: 6 -0.99607 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3348]: 6 -0.997051 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3352]: 6 -1.625 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3363]: 6 -1.25 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3366]: 6 -1.74587 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3442]: 6 -0.981305 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3481]: 6 -0.977498 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3498]: 6 -1.5 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3523]: 6 -0.99031 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3536]: 6 -0.957815 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3537]: 6 -1.00282 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3540]: 6 -0.988723 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3583]: 6 -0.166225 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3634]: 6 -0.923447 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3638]: 6 -1.35511 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3693]: 6 -0.997576 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3700]: 6 -2.98949 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3701]: 6 -2.98949 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3736]: 6 -0.5 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3786]: 6 0 0.990797 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3807]: 6 -2.99628 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3820]: 6 -0.995251 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3908]: 6 -0.998481 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4022]: 6 -1.61124 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4067]: 6 -0.997936 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4069]: 6 -0.9922 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4079]: 6 -0.874649 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1787.02/1791.59	WSVECS04 Frhs2[4118]: 6 -4.08733 0 shouldn't be
1863.45/1868.19	c #Conflicts:    2933000 | #Constraints:      45827
1863.45/1868.19	c #Conflicts:    2934000 | #Constraints:      46827
1863.45/1868.19	c #Conflicts:    2935000 | #Constraints:      47827
1863.45/1868.19	c #Conflicts:    2936000 | #Constraints:      48827
1863.45/1868.19	c #Conflicts:    2937000 | #Constraints:      49827
1863.45/1868.19	c #Conflicts:    2938000 | #Constraints:      50827
1863.45/1868.19	c #Conflicts:    2939000 | #Constraints:      51827
1863.45/1868.19	c #Conflicts:    2940000 | #Constraints:      52827
1863.45/1868.19	c #Conflicts:    2941000 | #Constraints:      53827
1863.45/1868.19	c #Conflicts:    2942000 | #Constraints:      54827
1863.45/1868.19	c #Conflicts:    2943000 | #Constraints:      55827
1863.45/1868.19	c #Conflicts:    2944000 | #Constraints:      56827
1863.45/1868.19	c #Conflicts:    2945000 | #Constraints:      57827
1863.45/1868.19	c #Conflicts:    2946000 | #Constraints:      58827
1863.45/1868.19	c #Conflicts:    2947000 | #Constraints:      59827
1863.45/1868.19	c #Conflicts:    2948000 | #Constraints:      60827
1863.45/1868.19	c #Conflicts:    2949000 | #Constraints:      61827
1863.45/1868.19	c #Conflicts:    2950000 | #Constraints:      62827
1863.45/1868.19	c #Conflicts:    2951000 | #Constraints:      63827
1863.45/1868.19	c #Conflicts:    2952000 | #Constraints:      64827
1863.45/1868.19	c #Conflicts:    2953000 | #Constraints:      65827
1863.45/1868.19	c #Conflicts:    2954000 | #Constraints:      66827
1863.45/1868.19	c #Conflicts:    2955000 | #Constraints:      67827
1863.45/1868.19	c #Conflicts:    2956000 | #Constraints:      68827
1863.45/1868.19	c #Conflicts:    2957000 | #Constraints:      69827
1863.45/1868.19	c #Conflicts:    2958000 | #Constraints:      70827
1863.45/1868.19	c #Conflicts:    2959000 | #Constraints:      71827
1863.45/1868.19	c #Conflicts:    2960000 | #Constraints:      72827
1863.45/1868.19	c #Conflicts:    2961000 | #Constraints:      73827
1863.45/1868.19	c #Conflicts:    2962000 | #Constraints:      74827
1863.45/1868.19	c #Conflicts:    2963000 | #Constraints:      75827
1863.45/1868.19	c #Conflicts:    2964000 | #Constraints:      76827
1863.45/1868.19	c #Conflicts:    2965000 | #Constraints:      77827
1863.45/1868.19	c #Conflicts:    2966000 | #Constraints:      78827
1863.45/1868.19	c INPROCESSING
1863.45/1868.19	c GARBAGE COLLECT
1863.45/1868.19	c #Conflicts:    2967000 | #Constraints:      44749
1863.45/1868.19	c #Conflicts:    2968000 | #Constraints:      45749
1863.45/1868.19	c #Conflicts:    2969000 | #Constraints:      46749
1863.45/1868.19	c #Conflicts:    2970000 | #Constraints:      47749
1863.45/1868.19	c #Conflicts:    2971000 | #Constraints:      48749
1863.45/1868.19	c #Conflicts:    2972000 | #Constraints:      49749
1863.45/1868.19	c #Conflicts:    2973000 | #Constraints:      50749
1863.45/1868.19	c #Conflicts:    2974000 | #Constraints:      51749
1863.45/1868.19	c #Conflicts:    2975000 | #Constraints:      52749
1863.45/1868.19	c #Conflicts:    2976000 | #Constraints:      53749
1863.45/1868.19	c #Conflicts:    2977000 | #Constraints:      54749
1863.45/1868.19	c #Conflicts:    2978000 | #Constraints:      55749
1863.45/1868.19	c #Conflicts:    2979000 | #Constraints:      56749
1863.45/1868.19	c #Conflicts:    2980000 | #Constraints:      57749
1863.45/1868.19	c #Conflicts:    2981000 | #Constraints:      58749
1863.45/1868.19	c #Conflicts:    2982000 | #Constraints:      59749
1863.45/1868.19	c #Conflicts:    2983000 | #Constraints:      60749
1863.45/1868.19	c #Conflicts:    2984000 | #Constraints:      61749
1863.45/1868.19	c #Conflicts:    2985000 | #Constraints:      62749
1863.45/1868.19	c #Conflicts:    2986000 | #Constraints:      63749
1863.45/1868.19	c #Conflicts:    2987000 | #Constraints:      64749
1863.45/1868.19	c #Conflicts:    2988000 | #Constraints:      65749
1863.45/1868.19	c #Conflicts:    2989000 | #Constraints:      66749
1863.45/1868.19	c #Conflicts:    2990000 | #Constraints:      67749
1863.45/1868.19	c #Conflicts:    2991000 | #Constraints:      68749
1863.45/1868.19	c #Conflicts:    2992000 | #Constraints:      69749
1863.45/1868.19	c #Conflicts:    2993000 | #Constraints:      70749
1863.45/1868.19	c #Conflicts:    2994000 | #Constraints:      71749
1863.45/1868.19	c #Conflicts:    2995000 | #Constraints:      72749
1863.45/1868.19	c #Conflicts:    2996000 | #Constraints:      73749
1863.45/1868.19	c #Conflicts:    2997000 | #Constraints:      74749
1863.45/1868.19	c #Conflicts:    2998000 | #Constraints:      75749
1863.45/1868.19	c #Conflicts:    2999000 | #Constraints:      76749
1863.45/1868.19	c #Conflicts:    3000000 | #Constraints:      77749
1863.45/1868.19	c #Conflicts:    3001000 | #Constraints:      78749
1863.45/1868.19	c INPROCESSING
1863.45/1868.19	c GARBAGE COLLECT
1863.45/1868.19	c #Conflicts:    3002000 | #Constraints:      44884
1863.45/1868.19	c #Conflicts:    3003000 | #Constraints:      45884
1863.45/1868.19	c #Conflicts:    3004000 | #Constraints:      46884
1863.45/1868.19	c #Conflicts:    3005000 | #Constraints:      47884
1863.45/1868.19	c #Conflicts:    3006000 | #Constraints:      48884
1863.45/1868.19	c #Conflicts:    3007000 | #Constraints:      49884
1863.45/1868.19	c #Conflicts:    3008000 | #Constraints:      50884
1863.45/1868.19	c #Conflicts:    3009000 | #Constraints:      51884
1863.45/1868.19	c #Conflicts:    3010000 | #Constraints:      52884
1907.83/1912.68	c #Conflicts:    3011000 | #Constraints:      53884
1907.83/1912.68	c #Conflicts:    3012000 | #Constraints:      54884
1907.83/1912.68	c #Conflicts:    3013000 | #Constraints:      55884
1907.83/1912.68	c #Conflicts:    3014000 | #Constraints:      56884
1907.83/1912.68	c #Conflicts:    3015000 | #Constraints:      57884
1907.83/1912.68	c #Conflicts:    3016000 | #Constraints:      58884
1907.83/1912.68	c #Conflicts:    3017000 | #Constraints:      59884
1907.83/1912.68	c #Conflicts:    3018000 | #Constraints:      60884
1907.83/1912.68	c #Conflicts:    3019000 | #Constraints:      61884
1907.83/1912.68	c #Conflicts:    3020000 | #Constraints:      62884
1907.83/1912.68	c #Conflicts:    3021000 | #Constraints:      63884
1907.83/1912.68	c #Conflicts:    3022000 | #Constraints:      64884
1907.83/1912.68	c #Conflicts:    3023000 | #Constraints:      65884
1907.83/1912.68	c #Conflicts:    3024000 | #Constraints:      66884
1907.83/1912.68	c #Conflicts:    3025000 | #Constraints:      67884
1907.83/1912.68	c #Conflicts:    3026000 | #Constraints:      68884
1907.83/1912.68	c #Conflicts:    3027000 | #Constraints:      69884
1907.83/1912.68	c #Conflicts:    3028000 | #Constraints:      70884
1907.83/1912.68	c #Conflicts:    3029000 | #Constraints:      71884
1907.83/1912.68	c #Conflicts:    3030000 | #Constraints:      72884
1907.83/1912.68	c #Conflicts:    3031000 | #Constraints:      73884
1907.83/1912.68	c #Conflicts:    3032000 | #Constraints:      74884
1907.83/1912.68	c #Conflicts:    3033000 | #Constraints:      75884
1907.83/1912.68	c #Conflicts:    3034000 | #Constraints:      76884
1907.83/1912.68	c #Conflicts:    3035000 | #Constraints:      77884
1907.83/1912.68	c #Conflicts:    3036000 | #Constraints:      78884
1907.83/1912.68	c INPROCESSING
1907.83/1912.68	c GARBAGE COLLECT
1907.83/1912.68	c #Conflicts:    3037000 | #Constraints:      45065
1907.83/1912.68	c #Conflicts:    3038000 | #Constraints:      46065
1907.83/1912.68	c #Conflicts:    3039000 | #Constraints:      47065
1907.83/1912.68	c #Conflicts:    3040000 | #Constraints:      48065
1907.83/1912.68	c #Conflicts:    3041000 | #Constraints:      49065
1907.83/1912.68	c #Conflicts:    3042000 | #Constraints:      50065
1907.83/1912.68	c #Conflicts:    3043000 | #Constraints:      51065
1907.83/1912.68	c #Conflicts:    3044000 | #Constraints:      52065
1907.83/1912.68	c #Conflicts:    3045000 | #Constraints:      53065
1907.83/1912.68	c #Conflicts:    3046000 | #Constraints:      54065
1907.83/1912.68	c #Conflicts:    3047000 | #Constraints:      55065
1907.83/1912.68	c #Conflicts:    3048000 | #Constraints:      56065
1907.83/1912.68	c #Conflicts:    3049000 | #Constraints:      57065
1907.83/1912.68	c #Conflicts:    3050000 | #Constraints:      58065
1907.83/1912.68	c #Conflicts:    3051000 | #Constraints:      59065
1907.83/1912.68	c #Conflicts:    3052000 | #Constraints:      60066
1907.83/1912.68	c #Conflicts:    3053000 | #Constraints:      61066
1907.83/1912.68	c #Conflicts:    3054000 | #Constraints:      62066
1907.83/1912.68	c #Conflicts:    3055000 | #Constraints:      63066
1907.83/1912.68	c #Conflicts:    3056000 | #Constraints:      64066
1907.83/1912.68	c #Conflicts:    3057000 | #Constraints:      65066
1907.83/1912.68	c #Conflicts:    3058000 | #Constraints:      66066
1907.83/1912.68	c #Conflicts:    3059000 | #Constraints:      67066
1907.83/1912.68	c #Conflicts:    3060000 | #Constraints:      68066
1907.83/1912.68	c #Conflicts:    3061000 | #Constraints:      69066
1907.83/1912.68	c #Conflicts:    3062000 | #Constraints:      70066
1907.83/1912.68	c #Conflicts:    3063000 | #Constraints:      71066
1907.83/1912.68	c #Conflicts:    3064000 | #Constraints:      72066
1907.83/1912.68	c #Conflicts:    3065000 | #Constraints:      73066
1907.83/1912.68	c #Conflicts:    3066000 | #Constraints:      74066
1907.83/1912.68	c #Conflicts:    3067000 | #Constraints:      75403
1907.83/1912.68	c #Conflicts:    3068000 | #Constraints:      76909
1907.83/1912.68	c #Conflicts:    3069000 | #Constraints:      78432
1907.83/1912.68	c #Conflicts:    3070000 | #Constraints:      79938
1907.83/1912.68	c #Conflicts:    3071000 | #Constraints:      81454
1907.83/1912.68	c INPROCESSING
1907.83/1912.68	c GARBAGE COLLECT
1907.83/1912.68	c #Conflicts:    3072000 | #Constraints:      46365
1907.83/1912.68	c #Conflicts:    3073000 | #Constraints:      47365
1907.83/1912.68	c #Conflicts:    3074000 | #Constraints:      48365
1907.83/1912.68	c #Conflicts:    3075000 | #Constraints:      49365
1907.83/1912.68	c #Conflicts:    3076000 | #Constraints:      50365
1907.83/1912.68	c #Conflicts:    3077000 | #Constraints:      51365
1907.83/1912.68	c #Conflicts:    3078000 | #Constraints:      52365
1907.83/1912.68	c #Conflicts:    3079000 | #Constraints:      53365
1907.83/1912.68	c #Conflicts:    3080000 | #Constraints:      54365
1907.83/1912.68	c #Conflicts:    3081000 | #Constraints:      55365
1907.83/1912.68	c #Conflicts:    3082000 | #Constraints:      56365
1907.83/1912.68	c #Conflicts:    3083000 | #Constraints:      57365
1907.83/1912.68	c #Conflicts:    3084000 | #Constraints:      58365
1907.83/1912.68	c #Conflicts:    3085000 | #Constraints:      59365
1907.83/1912.68	c #Conflicts:    3086000 | #Constraints:      60365
1907.83/1912.68	c #Conflicts:    3087000 | #Constraints:      61365
1953.52/1958.40	c #Conflicts:    3088000 | #Constraints:      62365
1953.52/1958.40	c #Conflicts:    3089000 | #Constraints:      63365
1953.52/1958.40	c #Conflicts:    3090000 | #Constraints:      64365
1953.52/1958.40	c #Conflicts:    3091000 | #Constraints:      65365
1953.52/1958.40	c #Conflicts:    3092000 | #Constraints:      66365
1953.52/1958.40	c #Conflicts:    3093000 | #Constraints:      67365
1953.52/1958.40	c #Conflicts:    3094000 | #Constraints:      68366
1953.52/1958.40	c #Conflicts:    3095000 | #Constraints:      69366
1953.52/1958.40	c #Conflicts:    3096000 | #Constraints:      70366
1953.52/1958.40	c #Conflicts:    3097000 | #Constraints:      71366
1953.52/1958.40	c #Conflicts:    3098000 | #Constraints:      72366
1953.52/1958.40	c #Conflicts:    3099000 | #Constraints:      73366
1953.52/1958.40	c #Conflicts:    3100000 | #Constraints:      74366
1953.52/1958.40	c #Conflicts:    3101000 | #Constraints:      75366
1953.52/1958.40	c #Conflicts:    3102000 | #Constraints:      76366
1953.52/1958.40	c #Conflicts:    3103000 | #Constraints:      77366
1953.52/1958.40	c #Conflicts:    3104000 | #Constraints:      78366
1953.52/1958.40	c #Conflicts:    3105000 | #Constraints:      79366
1953.52/1958.40	c #Conflicts:    3106000 | #Constraints:      80519
1953.52/1958.40	c INPROCESSING
1953.52/1958.40	c GARBAGE COLLECT
1953.52/1958.40	c #Conflicts:    3107000 | #Constraints:      45736
1953.52/1958.40	c #Conflicts:    3108000 | #Constraints:      46736
1953.52/1958.40	c #Conflicts:    3109000 | #Constraints:      47736
1953.52/1958.40	c #Conflicts:    3110000 | #Constraints:      48736
1953.52/1958.40	c #Conflicts:    3111000 | #Constraints:      49736
1953.52/1958.40	c #Conflicts:    3112000 | #Constraints:      50736
1953.52/1958.40	c #Conflicts:    3113000 | #Constraints:      51737
1953.52/1958.40	c #Conflicts:    3114000 | #Constraints:      52737
1953.52/1958.40	c #Conflicts:    3115000 | #Constraints:      53737
1953.52/1958.40	c #Conflicts:    3116000 | #Constraints:      54737
1953.52/1958.40	c #Conflicts:    3117000 | #Constraints:      55737
1953.52/1958.40	c #Conflicts:    3118000 | #Constraints:      56737
1953.52/1958.40	c #Conflicts:    3119000 | #Constraints:      57737
1953.52/1958.40	c #Conflicts:    3120000 | #Constraints:      58737
1953.52/1958.40	c #Conflicts:    3121000 | #Constraints:      59737
1953.52/1958.40	c #Conflicts:    3122000 | #Constraints:      60737
1953.52/1958.40	c #Conflicts:    3123000 | #Constraints:      61737
1953.52/1958.40	c #Conflicts:    3124000 | #Constraints:      62737
1953.52/1958.40	c #Conflicts:    3125000 | #Constraints:      63738
1953.52/1958.40	c #Conflicts:    3126000 | #Constraints:      64775
1953.52/1958.40	c #Conflicts:    3127000 | #Constraints:      65775
1953.52/1958.40	c #Conflicts:    3128000 | #Constraints:      66775
1953.52/1958.40	c #Conflicts:    3129000 | #Constraints:      67775
1953.52/1958.40	c #Conflicts:    3130000 | #Constraints:      68775
1953.52/1958.40	c #Conflicts:    3131000 | #Constraints:      69775
1953.52/1958.40	c #Conflicts:    3132000 | #Constraints:      70775
1953.52/1958.40	c #Conflicts:    3133000 | #Constraints:      71775
1953.52/1958.40	c #Conflicts:    3134000 | #Constraints:      72775
1953.52/1958.40	c #Conflicts:    3135000 | #Constraints:      73775
1953.52/1958.40	c #Conflicts:    3136000 | #Constraints:      74775
1953.52/1958.40	c #Conflicts:    3137000 | #Constraints:      75775
1953.52/1958.40	c #Conflicts:    3138000 | #Constraints:      76775
1953.52/1958.40	c #Conflicts:    3139000 | #Constraints:      77775
1953.52/1958.40	c #Conflicts:    3140000 | #Constraints:      78775
1953.52/1958.40	c #Conflicts:    3141000 | #Constraints:      79775
1953.52/1958.40	c INPROCESSING
1953.52/1958.40	c GARBAGE COLLECT
1953.52/1958.40	c #Conflicts:    3142000 | #Constraints:      45168
1953.52/1958.40	c #Conflicts:    3143000 | #Constraints:      46168
1953.52/1958.40	c #Conflicts:    3144000 | #Constraints:      47168
1953.52/1958.40	c #Conflicts:    3145000 | #Constraints:      48168
1953.52/1958.40	c #Conflicts:    3146000 | #Constraints:      49168
1953.52/1958.40	c #Conflicts:    3147000 | #Constraints:      50168
1953.52/1958.40	c #Conflicts:    3148000 | #Constraints:      51168
1953.52/1958.40	c #Conflicts:    3149000 | #Constraints:      52168
1953.52/1958.40	c #Conflicts:    3150000 | #Constraints:      53168
1953.52/1958.40	c #Conflicts:    3151000 | #Constraints:      54168
1953.52/1958.40	c #Conflicts:    3152000 | #Constraints:      55168
1953.52/1958.40	c #Conflicts:    3153000 | #Constraints:      56169
1953.52/1958.40	c #Conflicts:    3154000 | #Constraints:      57169
1953.52/1958.40	c #Conflicts:    3155000 | #Constraints:      58169
1953.52/1958.40	c #Conflicts:    3156000 | #Constraints:      59169
1953.52/1958.40	c #Conflicts:    3157000 | #Constraints:      60169
1953.52/1958.40	c #Conflicts:    3158000 | #Constraints:      61169
1953.52/1958.40	c #Conflicts:    3159000 | #Constraints:      62169
1953.52/1958.40	c #Conflicts:    3160000 | #Constraints:      63169
1953.52/1958.40	c #Conflicts:    3161000 | #Constraints:      64169
1953.52/1958.40	c #Conflicts:    3162000 | #Constraints:      65169
1953.52/1958.40	c #Conflicts:    3163000 | #Constraints:      66170
1953.52/1958.40	c #Conflicts:    3164000 | #Constraints:      67170
1953.52/1958.40	c #Conflicts:    3165000 | #Constraints:      68170
2020.26/2025.37	c #Conflicts:    3166000 | #Constraints:      69170
2020.26/2025.37	c #Conflicts:    3167000 | #Constraints:      70170
2020.26/2025.37	c #Conflicts:    3168000 | #Constraints:      71170
2020.26/2025.37	c #Conflicts:    3169000 | #Constraints:      72170
2020.26/2025.37	c #Conflicts:    3170000 | #Constraints:      73170
2020.26/2025.37	c #Conflicts:    3171000 | #Constraints:      74170
2020.26/2025.37	c #Conflicts:    3172000 | #Constraints:      75170
2020.26/2025.37	c #Conflicts:    3173000 | #Constraints:      76170
2020.26/2025.37	c #Conflicts:    3174000 | #Constraints:      77170
2020.26/2025.37	c #Conflicts:    3175000 | #Constraints:      78170
2020.26/2025.37	c #Conflicts:    3176000 | #Constraints:      79170
2020.26/2025.37	c #Conflicts:    3177000 | #Constraints:      80170
2020.26/2025.37	c INPROCESSING
2020.26/2025.37	c GARBAGE COLLECT
2020.26/2025.37	c #Conflicts:    3178000 | #Constraints:      45611
2020.26/2025.37	c #Conflicts:    3179000 | #Constraints:      46611
2020.26/2025.37	c #Conflicts:    3180000 | #Constraints:      47611
2020.26/2025.37	c #Conflicts:    3181000 | #Constraints:      48612
2020.26/2025.37	c #Conflicts:    3182000 | #Constraints:      49612
2020.26/2025.37	c #Conflicts:    3183000 | #Constraints:      50612
2020.26/2025.37	c #Conflicts:    3184000 | #Constraints:      51612
2020.26/2025.37	c #Conflicts:    3185000 | #Constraints:      52612
2020.26/2025.37	c #Conflicts:    3186000 | #Constraints:      53612
2020.26/2025.37	c #Conflicts:    3187000 | #Constraints:      54612
2020.26/2025.37	c #Conflicts:    3188000 | #Constraints:      55613
2020.26/2025.37	c #Conflicts:    3189000 | #Constraints:      56614
2020.26/2025.37	c #Conflicts:    3190000 | #Constraints:      57614
2020.26/2025.37	c #Conflicts:    3191000 | #Constraints:      58614
2020.26/2025.37	c #Conflicts:    3192000 | #Constraints:      59614
2020.26/2025.37	c #Conflicts:    3193000 | #Constraints:      60614
2020.26/2025.37	c #Conflicts:    3194000 | #Constraints:      61614
2020.26/2025.37	c #Conflicts:    3195000 | #Constraints:      62771
2020.26/2025.37	c #Conflicts:    3196000 | #Constraints:      64298
2020.26/2025.37	c #Conflicts:    3197000 | #Constraints:      65839
2020.26/2025.37	c #Conflicts:    3198000 | #Constraints:      67400
2020.26/2025.37	c #Conflicts:    3199000 | #Constraints:      68926
2020.26/2025.37	c #Conflicts:    3200000 | #Constraints:      70440
2020.26/2025.37	c #Conflicts:    3201000 | #Constraints:      71956
2020.26/2025.37	c #Conflicts:    3202000 | #Constraints:      73472
2020.26/2025.37	c #Conflicts:    3203000 | #Constraints:      74994
2020.26/2025.37	c #Conflicts:    3204000 | #Constraints:      76223
2020.26/2025.37	c #Conflicts:    3205000 | #Constraints:      77223
2020.26/2025.37	c #Conflicts:    3206000 | #Constraints:      78223
2020.26/2025.37	c #Conflicts:    3207000 | #Constraints:      79223
2020.26/2025.37	c #Conflicts:    3208000 | #Constraints:      80223
2020.26/2025.37	c #Conflicts:    3209000 | #Constraints:      81223
2020.26/2025.37	c #Conflicts:    3210000 | #Constraints:      82223
2020.26/2025.37	c #Conflicts:    3211000 | #Constraints:      83223
2020.26/2025.37	c #Conflicts:    3212000 | #Constraints:      84223
2020.26/2025.37	c #Conflicts:    3213000 | #Constraints:      85223
2020.26/2025.37	c INPROCESSING
2020.26/2025.37	c GARBAGE COLLECT
2020.26/2025.37	c #Conflicts:    3214000 | #Constraints:      48195
2020.26/2025.37	c #Conflicts:    3215000 | #Constraints:      49195
2020.26/2025.37	c #Conflicts:    3216000 | #Constraints:      50195
2020.26/2025.37	c #Conflicts:    3217000 | #Constraints:      51195
2020.26/2025.37	c #Conflicts:    3218000 | #Constraints:      52195
2020.26/2025.37	c #Conflicts:    3219000 | #Constraints:      53195
2020.26/2025.37	c #Conflicts:    3220000 | #Constraints:      54195
2020.26/2025.37	c #Conflicts:    3221000 | #Constraints:      55195
2020.26/2025.37	c #Conflicts:    3222000 | #Constraints:      56195
2020.26/2025.37	c #Conflicts:    3223000 | #Constraints:      57195
2020.26/2025.37	c #Conflicts:    3224000 | #Constraints:      58195
2020.26/2025.37	c #Conflicts:    3225000 | #Constraints:      59196
2020.26/2025.37	c #Conflicts:    3226000 | #Constraints:      60196
2020.26/2025.37	c #Conflicts:    3227000 | #Constraints:      61196
2020.26/2025.37	c #Conflicts:    3228000 | #Constraints:      62196
2020.26/2025.37	c #Conflicts:    3229000 | #Constraints:      63196
2020.26/2025.37	c #Conflicts:    3230000 | #Constraints:      64196
2020.26/2025.37	c #Conflicts:    3231000 | #Constraints:      65196
2020.26/2025.37	c #Conflicts:    3232000 | #Constraints:      66196
2020.26/2025.37	c #Conflicts:    3233000 | #Constraints:      67196
2020.26/2025.37	c #Conflicts:    3234000 | #Constraints:      68196
2020.26/2025.37	c #Conflicts:    3235000 | #Constraints:      69196
2020.26/2025.37	c #Conflicts:    3236000 | #Constraints:      70196
2020.26/2025.37	c #Conflicts:    3237000 | #Constraints:      71196
2020.26/2025.37	c #Conflicts:    3238000 | #Constraints:      72196
2020.26/2025.37	c #Conflicts:    3239000 | #Constraints:      73196
2020.26/2025.37	c #Conflicts:    3240000 | #Constraints:      74196
2020.26/2025.37	c #Conflicts:    3241000 | #Constraints:      75196
2020.26/2025.37	c #Conflicts:    3242000 | #Constraints:      76196
2071.64/2076.81	c #Conflicts:    3243000 | #Constraints:      77196
2071.64/2076.81	c #Conflicts:    3244000 | #Constraints:      78196
2071.64/2076.81	c #Conflicts:    3245000 | #Constraints:      79196
2071.64/2076.81	c #Conflicts:    3246000 | #Constraints:      80196
2071.64/2076.81	c #Conflicts:    3247000 | #Constraints:      81196
2071.64/2076.81	c #Conflicts:    3248000 | #Constraints:      82196
2071.64/2076.81	c #Conflicts:    3249000 | #Constraints:      83196
2071.64/2076.81	c INPROCESSING
2071.64/2076.81	c GARBAGE COLLECT
2071.64/2076.81	c #Conflicts:    3250000 | #Constraints:      47185
2071.64/2076.81	c #Conflicts:    3251000 | #Constraints:      48185
2071.64/2076.81	c #Conflicts:    3252000 | #Constraints:      49185
2071.64/2076.81	c #Conflicts:    3253000 | #Constraints:      50185
2071.64/2076.81	c #Conflicts:    3254000 | #Constraints:      51185
2071.64/2076.81	c #Conflicts:    3255000 | #Constraints:      52185
2071.64/2076.81	c #Conflicts:    3256000 | #Constraints:      53185
2071.64/2076.81	c #Conflicts:    3257000 | #Constraints:      54185
2071.64/2076.81	c #Conflicts:    3258000 | #Constraints:      55185
2071.64/2076.81	c #Conflicts:    3259000 | #Constraints:      56186
2071.64/2076.81	c #Conflicts:    3260000 | #Constraints:      57186
2071.64/2076.81	c #Conflicts:    3261000 | #Constraints:      58186
2071.64/2076.81	c #Conflicts:    3262000 | #Constraints:      59186
2071.64/2076.81	c #Conflicts:    3263000 | #Constraints:      60186
2071.64/2076.81	c #Conflicts:    3264000 | #Constraints:      61186
2071.64/2076.81	c #Conflicts:    3265000 | #Constraints:      62186
2071.64/2076.81	c #Conflicts:    3266000 | #Constraints:      63187
2071.64/2076.81	c #Conflicts:    3267000 | #Constraints:      64196
2071.64/2076.81	c #Conflicts:    3268000 | #Constraints:      65199
2071.64/2076.81	c #Conflicts:    3269000 | #Constraints:      66199
2071.64/2076.81	c #Conflicts:    3270000 | #Constraints:      67199
2071.64/2076.81	c #Conflicts:    3271000 | #Constraints:      68199
2071.64/2076.81	c #Conflicts:    3272000 | #Constraints:      69199
2071.64/2076.81	c #Conflicts:    3273000 | #Constraints:      70199
2071.64/2076.81	c #Conflicts:    3274000 | #Constraints:      71199
2071.64/2076.81	c #Conflicts:    3275000 | #Constraints:      72199
2071.64/2076.81	c #Conflicts:    3276000 | #Constraints:      73199
2071.64/2076.81	c #Conflicts:    3277000 | #Constraints:      74199
2071.64/2076.81	c #Conflicts:    3278000 | #Constraints:      75199
2071.64/2076.81	c #Conflicts:    3279000 | #Constraints:      76200
2071.64/2076.81	c #Conflicts:    3280000 | #Constraints:      77201
2071.64/2076.81	c #Conflicts:    3281000 | #Constraints:      78201
2071.64/2076.81	c #Conflicts:    3282000 | #Constraints:      79201
2071.64/2076.81	c #Conflicts:    3283000 | #Constraints:      80201
2071.64/2076.81	c #Conflicts:    3284000 | #Constraints:      81201
2071.64/2076.81	c #Conflicts:    3285000 | #Constraints:      82201
2071.64/2076.81	c INPROCESSING
2071.64/2076.81	c GARBAGE COLLECT
2071.64/2076.81	c #Conflicts:    3286000 | #Constraints:      46654
2071.64/2076.81	c #Conflicts:    3287000 | #Constraints:      47654
2071.64/2076.81	c #Conflicts:    3288000 | #Constraints:      48654
2071.64/2076.81	c #Conflicts:    3289000 | #Constraints:      49654
2071.64/2076.81	c #Conflicts:    3290000 | #Constraints:      50654
2071.64/2076.81	c #Conflicts:    3291000 | #Constraints:      51654
2071.64/2076.81	c #Conflicts:    3292000 | #Constraints:      52654
2071.64/2076.81	c #Conflicts:    3293000 | #Constraints:      53654
2071.64/2076.81	c #Conflicts:    3294000 | #Constraints:      54654
2071.64/2076.81	c #Conflicts:    3295000 | #Constraints:      55654
2071.64/2076.81	c #Conflicts:    3296000 | #Constraints:      56654
2071.64/2076.81	c #Conflicts:    3297000 | #Constraints:      57654
2071.64/2076.81	c #Conflicts:    3298000 | #Constraints:      58654
2071.64/2076.81	c #Conflicts:    3299000 | #Constraints:      59654
2071.64/2076.81	c #Conflicts:    3300000 | #Constraints:      60654
2071.64/2076.81	c #Conflicts:    3301000 | #Constraints:      61654
2071.64/2076.81	c #Conflicts:    3302000 | #Constraints:      62654
2071.64/2076.81	c #Conflicts:    3303000 | #Constraints:      63654
2071.64/2076.81	c #Conflicts:    3304000 | #Constraints:      64654
2071.64/2076.81	c #Conflicts:    3305000 | #Constraints:      65654
2071.64/2076.81	c #Conflicts:    3306000 | #Constraints:      66654
2071.64/2076.81	c #Conflicts:    3307000 | #Constraints:      67654
2071.64/2076.81	c #Conflicts:    3308000 | #Constraints:      68654
2071.64/2076.81	c #Conflicts:    3309000 | #Constraints:      69654
2071.64/2076.81	c #Conflicts:    3310000 | #Constraints:      70654
2071.64/2076.81	c #Conflicts:    3311000 | #Constraints:      71654
2071.64/2076.81	c #Conflicts:    3312000 | #Constraints:      72654
2071.64/2076.81	c #Conflicts:    3313000 | #Constraints:      73654
2071.64/2076.81	c #Conflicts:    3314000 | #Constraints:      74654
2071.64/2076.81	c #Conflicts:    3315000 | #Constraints:      75654
2071.64/2076.81	c #Conflicts:    3316000 | #Constraints:      76654
2071.64/2076.81	c #Conflicts:    3317000 | #Constraints:      77654
2071.64/2076.81	c #Conflicts:    3318000 | #Constraints:      78654
2071.64/2076.81	c #Conflicts:    3319000 | #Constraints:      79654
2071.64/2076.81	c #Conflicts:    3320000 | #Constraints:      80654
2113.64/2118.94	c #Conflicts:    3321000 | #Constraints:      81654
2113.64/2118.94	c INPROCESSING
2113.64/2118.94	c GARBAGE COLLECT
2113.64/2118.94	c #Conflicts:    3322000 | #Constraints:      46171
2113.64/2118.94	c #Conflicts:    3323000 | #Constraints:      47171
2113.64/2118.94	c #Conflicts:    3324000 | #Constraints:      48171
2113.64/2118.94	c #Conflicts:    3325000 | #Constraints:      49171
2113.64/2118.94	c #Conflicts:    3326000 | #Constraints:      50171
2113.64/2118.94	c #Conflicts:    3327000 | #Constraints:      51171
2113.64/2118.94	c #Conflicts:    3328000 | #Constraints:      52171
2113.64/2118.94	c #Conflicts:    3329000 | #Constraints:      53171
2113.64/2118.94	c #Conflicts:    3330000 | #Constraints:      54171
2113.64/2118.94	c #Conflicts:    3331000 | #Constraints:      55171
2113.64/2118.94	c #Conflicts:    3332000 | #Constraints:      56171
2113.64/2118.94	c #Conflicts:    3333000 | #Constraints:      57171
2113.64/2118.94	c #Conflicts:    3334000 | #Constraints:      58171
2113.64/2118.94	c #Conflicts:    3335000 | #Constraints:      59171
2113.64/2118.94	c #Conflicts:    3336000 | #Constraints:      60171
2113.64/2118.94	c #Conflicts:    3337000 | #Constraints:      61171
2113.64/2118.94	c #Conflicts:    3338000 | #Constraints:      62171
2113.64/2118.94	c #Conflicts:    3339000 | #Constraints:      63171
2113.64/2118.94	c #Conflicts:    3340000 | #Constraints:      64171
2113.64/2118.94	c #Conflicts:    3341000 | #Constraints:      65171
2113.64/2118.94	c #Conflicts:    3342000 | #Constraints:      66171
2113.64/2118.94	c #Conflicts:    3343000 | #Constraints:      67171
2113.64/2118.94	c #Conflicts:    3344000 | #Constraints:      68171
2113.64/2118.94	c #Conflicts:    3345000 | #Constraints:      69171
2113.64/2118.94	c #Conflicts:    3346000 | #Constraints:      70171
2113.64/2118.94	c #Conflicts:    3347000 | #Constraints:      71171
2113.64/2118.94	c #Conflicts:    3348000 | #Constraints:      72171
2113.64/2118.94	c #Conflicts:    3349000 | #Constraints:      73171
2113.64/2118.94	c #Conflicts:    3350000 | #Constraints:      74171
2113.64/2118.94	c #Conflicts:    3351000 | #Constraints:      75171
2113.64/2118.94	c #Conflicts:    3352000 | #Constraints:      76172
2113.64/2118.94	c #Conflicts:    3353000 | #Constraints:      77172
2113.64/2118.94	c #Conflicts:    3354000 | #Constraints:      78172
2113.64/2118.94	c #Conflicts:    3355000 | #Constraints:      79172
2113.64/2118.94	c #Conflicts:    3356000 | #Constraints:      80172
2113.64/2118.94	c #Conflicts:    3357000 | #Constraints:      81172
2113.64/2118.94	c #Conflicts:    3358000 | #Constraints:      82172
2113.64/2118.94	c INPROCESSING
2113.64/2118.94	c GARBAGE COLLECT
2113.64/2118.94	c #Conflicts:    3359000 | #Constraints:      46607
2113.64/2118.94	c #Conflicts:    3360000 | #Constraints:      47607
2113.64/2118.94	c #Conflicts:    3361000 | #Constraints:      48607
2113.64/2118.94	c #Conflicts:    3362000 | #Constraints:      49607
2113.64/2118.94	c #Conflicts:    3363000 | #Constraints:      50607
2113.64/2118.94	c #Conflicts:    3364000 | #Constraints:      51607
2113.64/2118.94	c #Conflicts:    3365000 | #Constraints:      52607
2113.64/2118.94	c #Conflicts:    3366000 | #Constraints:      53607
2113.64/2118.94	c #Conflicts:    3367000 | #Constraints:      54607
2113.64/2118.94	c #Conflicts:    3368000 | #Constraints:      55607
2113.64/2118.94	c #Conflicts:    3369000 | #Constraints:      56607
2113.64/2118.94	c #Conflicts:    3370000 | #Constraints:      57607
2113.64/2118.94	c #Conflicts:    3371000 | #Constraints:      58607
2113.64/2118.94	c #Conflicts:    3372000 | #Constraints:      59607
2113.64/2118.94	c #Conflicts:    3373000 | #Constraints:      60607
2113.64/2118.94	c #Conflicts:    3374000 | #Constraints:      61607
2113.64/2118.94	c #Conflicts:    3375000 | #Constraints:      62607
2113.64/2118.94	c #Conflicts:    3376000 | #Constraints:      63607
2113.64/2118.94	c #Conflicts:    3377000 | #Constraints:      64607
2113.64/2118.94	c #Conflicts:    3378000 | #Constraints:      65607
2113.64/2118.94	c #Conflicts:    3379000 | #Constraints:      66608
2113.64/2118.94	c #Conflicts:    3380000 | #Constraints:      67608
2113.64/2118.94	c #Conflicts:    3381000 | #Constraints:      68608
2113.64/2118.94	c #Conflicts:    3382000 | #Constraints:      69608
2113.64/2118.94	c #Conflicts:    3383000 | #Constraints:      70608
2113.64/2118.94	c #Conflicts:    3384000 | #Constraints:      71608
2113.64/2118.94	c #Conflicts:    3385000 | #Constraints:      72608
2113.64/2118.94	c #Conflicts:    3386000 | #Constraints:      73608
2113.64/2118.94	c #Conflicts:    3387000 | #Constraints:      74608
2113.64/2118.94	c #Conflicts:    3388000 | #Constraints:      75608
2113.64/2118.94	c #Conflicts:    3389000 | #Constraints:      76608
2113.64/2118.94	c #Conflicts:    3390000 | #Constraints:      77608
2113.64/2118.94	c #Conflicts:    3391000 | #Constraints:      78608
2113.64/2118.94	c #Conflicts:    3392000 | #Constraints:      79608
2113.64/2118.94	c #Conflicts:    3393000 | #Constraints:      80608
2113.64/2118.94	c #Conflicts:    3394000 | #Constraints:      81608
2113.64/2118.94	c #Conflicts:    3395000 | #Constraints:      82608
2113.64/2118.94	c INPROCESSING
2113.64/2118.94	c GARBAGE COLLECT
2113.64/2118.94	c #Conflicts:    3396000 | #Constraints:      46963
2113.64/2118.94	c #Conflicts:    3397000 | #Constraints:      47963
2149.13/2154.50	c #Conflicts:    3398000 | #Constraints:      48963
2149.13/2154.50	c #Conflicts:    3399000 | #Constraints:      49963
2149.13/2154.50	c #Conflicts:    3400000 | #Constraints:      50963
2149.13/2154.50	c #Conflicts:    3401000 | #Constraints:      51963
2149.13/2154.50	c #Conflicts:    3402000 | #Constraints:      52963
2149.13/2154.50	c #Conflicts:    3403000 | #Constraints:      53963
2149.13/2154.50	c #Conflicts:    3404000 | #Constraints:      54963
2149.13/2154.50	c #Conflicts:    3405000 | #Constraints:      55963
2149.13/2154.50	c #Conflicts:    3406000 | #Constraints:      56963
2149.13/2154.50	c #Conflicts:    3407000 | #Constraints:      57963
2149.13/2154.50	c #Conflicts:    3408000 | #Constraints:      58963
2149.13/2154.50	c #Conflicts:    3409000 | #Constraints:      59963
2149.13/2154.50	c #Conflicts:    3410000 | #Constraints:      60963
2149.13/2154.50	c #Conflicts:    3411000 | #Constraints:      61989
2149.13/2154.50	c #Conflicts:    3412000 | #Constraints:      62991
2149.13/2154.50	c #Conflicts:    3413000 | #Constraints:      63997
2149.13/2154.50	c #Conflicts:    3414000 | #Constraints:      65005
2149.13/2154.50	c #Conflicts:    3415000 | #Constraints:      66012
2149.13/2154.50	c #Conflicts:    3416000 | #Constraints:      67396
2149.13/2154.50	c #Conflicts:    3417000 | #Constraints:      68920
2149.13/2154.50	c #Conflicts:    3418000 | #Constraints:      70440
2149.13/2154.50	c #Conflicts:    3419000 | #Constraints:      71945
2149.13/2154.50	c #Conflicts:    3420000 | #Constraints:      73457
2149.13/2154.50	c #Conflicts:    3421000 | #Constraints:      74959
2149.13/2154.50	c #Conflicts:    3422000 | #Constraints:      76484
2149.13/2154.50	c #Conflicts:    3423000 | #Constraints:      77996
2149.13/2154.50	c #Conflicts:    3424000 | #Constraints:      79506
2149.13/2154.50	c #Conflicts:    3425000 | #Constraints:      80995
2149.13/2154.50	c #Conflicts:    3426000 | #Constraints:      82473
2149.13/2154.50	c #Conflicts:    3427000 | #Constraints:      83974
2149.13/2154.50	c #Conflicts:    3428000 | #Constraints:      85465
2149.13/2154.50	c #Conflicts:    3429000 | #Constraints:      86960
2149.13/2154.50	c #Conflicts:    3430000 | #Constraints:      88466
2149.13/2154.50	c #Conflicts:    3431000 | #Constraints:      89976
2149.13/2154.50	c #Conflicts:    3432000 | #Constraints:      91493
2149.13/2154.50	c INPROCESSING
2149.13/2154.50	c GARBAGE COLLECT
2149.13/2154.50	WSVECS04 Frhs2[4]: 6 -6.96282 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[9]: 6 -1.24979 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[15]: 6 -1.08388 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[18]: 6 -1.15558 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[21]: 6 -1.00002 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[29]: 6 -0.78882 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[31]: 6 -0.999422 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[36]: 6 -0.998952 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[44]: 6 -1.32833 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[47]: 6 -1.00947 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[49]: 6 -1.2499 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[53]: 6 -0.999243 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[70]: 6 0 0.0964835 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[77]: 6 -1.67041 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[85]: 6 0 4.38004 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[104]: 6 0 0.219686 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[106]: 6 -1.30373 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[108]: 6 -1.2178 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[117]: 6 -0.88641 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[124]: 6 -1.21651 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[141]: 6 -1.01106 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[142]: 6 -0.874989 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[147]: 6 -2.34092 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[174]: 6 -1.02072 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[193]: 6 -0.665254 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[195]: 6 -0.997949 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[204]: 6 -1.24729 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[207]: 6 -0.973961 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[217]: 6 -1.00117 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[218]: 6 -0.651232 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[224]: 6 -0.500043 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[225]: 6 -1.00023 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[239]: 6 -1.27751 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[257]: 6 -0.918496 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[258]: 6 -1.18812 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[266]: 6 -0.996785 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[267]: 6 -0.862554 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[268]: 6 -1.29869 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[275]: 6 -0.994855 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[277]: 6 -0.999224 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[285]: 6 -0.788805 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[304]: 6 -0.969622 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[308]: 6 -0.499694 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[337]: 6 -1.04808 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[357]: 6 -1.00184 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[358]: 6 -0.0622657 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[373]: 6 -0.897906 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[376]: 6 -0.99625 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[378]: 6 -0.0672309 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[398]: 6 -0.875003 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[400]: 6 -1.07475 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[401]: 6 -0.0493563 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[407]: 6 -1.97884 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[409]: 6 -0.997515 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[417]: 6 -0.997115 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[418]: 6 -1.00081 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[435]: 6 -1.00001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[442]: 6 -2.14546 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[456]: 6 0 0.0289857 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[464]: 6 -1.06631 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[468]: 6 -0.499245 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[470]: 6 -0.893648 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[474]: 6 -0.880876 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[491]: 6 -0.454674 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[516]: 6 -6.63404 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[524]: 6 -0.860536 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[530]: 6 -1.14942 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[532]: 6 -0.897481 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[533]: 6 -0.991508 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[541]: 6 -0.577681 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[548]: 6 -0.999147 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[557]: 6 -0.936076 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[558]: 6 -1.03098 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[559]: 6 -1.57674 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[560]: 6 -2.01527 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[562]: 6 -0.934354 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[565]: 6 -0.885527 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[566]: 6 -0.478413 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[568]: 6 -1.2309 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[582]: 6 -2.40822 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[592]: 6 -1.08244 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[593]: 6 -1.2898 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[597]: 6 -6.37015 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[601]: 6 -1.23008 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[608]: 6 -1.24989 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[610]: 6 -1.12455 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[612]: 6 -6.63304 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[615]: 6 -1.15331 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[618]: 6 -0.999929 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[622]: 6 -1.31243 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[627]: 6 -1.00105 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[637]: 6 -1.25001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[638]: 6 -1.03886 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[640]: 6 -0.665457 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[652]: 6 -1.24835 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[653]: 6 -0.996727 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[654]: 6 -0.875029 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[656]: 6 -1.07488 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[659]: 6 -0.995608 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[665]: 6 -0.997515 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[679]: 6 -1.15896 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[706]: 6 -0.999736 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[707]: 6 -0.996905 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[709]: 6 -1.24968 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[712]: 6 -0.863849 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[721]: 6 -0.514279 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[732]: 6 -1.32474 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[736]: 6 0 0.000258576 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[976]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[996]: 6 -1.0625 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1019]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1022]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1061]: 6 -0.264892 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1062]: 6 -1.21222 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1068]: 6 -0.274565 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1070]: 6 -0.874444 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1074]: 6 -0.995264 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1080]: 6 -1.57031 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1085]: 6 -1.03322 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1089]: 6 -1.5625 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1091]: 6 -1.25056 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1093]: 6 -0.71373 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1097]: 6 -0.206675 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1101]: 6 -0.742127 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1104]: 6 -0.562292 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1105]: 6 -0.62548 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1109]: 6 0 1.49865 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1116]: 6 -1.17706 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1117]: 6 -0.749956 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1118]: 6 -0.750007 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1119]: 6 -1.32813 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1123]: 6 -0.961845 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1135]: 6 -0.91822 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1136]: 6 -0.999499 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1138]: 6 -2.32787 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1140]: 6 -1.39115 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1145]: 6 -0.443959 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1149]: 6 -1.49994 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1162]: 6 -1.7109 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1163]: 6 -0.49976 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1165]: 6 -0.387757 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1173]: 6 -0.999797 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1176]: 6 -0.456965 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1178]: 6 -0.590952 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1182]: 6 -0.288344 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1187]: 6 -1.50017 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1191]: 6 -0.873617 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1192]: 6 -0.686925 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1195]: 6 -0.749737 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1196]: 6 -0.749602 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1199]: 6 -0.749901 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1221]: 6 -1.50081 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1226]: 6 -2.52603 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1233]: 6 -1.5936 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1252]: 6 -0.998138 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1253]: 6 -1.24919 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1261]: 6 -0.75 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1264]: 6 -1.2499 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1267]: 6 -3.82888 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1273]: 6 -0.999603 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1278]: 6 -1.25667 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1280]: 6 -1.2741 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1292]: 6 -1.31224 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1303]: 6 -1.00042 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1307]: 6 -0.749559 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1311]: 6 -2 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1322]: 6 -0.249812 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1338]: 6 -0.999944 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1341]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1342]: 6 -0.750001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1354]: 6 -1.09347 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1369]: 6 -1.50006 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1370]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1394]: 6 -0.749718 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1402]: 6 -1.50051 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1414]: 6 -9.39441 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1415]: 6 -1.12032 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1420]: 6 -1.06249 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1422]: 6 -1.24995 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1424]: 6 -0.750047 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1431]: 6 -0.999179 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1448]: 6 -0.671976 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1450]: 6 -0.938126 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1458]: 6 -1.49921 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1468]: 6 -1.00036 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1474]: 6 -1.00001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1478]: 6 -0.68787 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1483]: 6 -1.18673 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1507]: 6 -1.00059 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1519]: 6 -1.03035 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1520]: 6 -1.00021 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1543]: 6 -1.25223 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1555]: 6 -1.36721 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1567]: 6 -9.64397 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1569]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1578]: 6 -0.750101 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1581]: 6 -1.24979 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1582]: 6 -0.999618 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1587]: 6 -0.999866 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1589]: 6 -1.00034 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1603]: 6 -1.10796 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1604]: 6 -13.705 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1610]: 6 -1.24982 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1615]: 6 -0.749103 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1618]: 6 -0.998402 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1626]: 6 -1.24988 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1635]: 6 -1.21968 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1661]: 6 -1.99785 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1662]: 6 -0.749907 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1664]: 6 -0.997725 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1671]: 6 -0.687562 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1679]: 6 -0.68608 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1680]: 6 -0.626726 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1690]: 6 -1.10158 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1693]: 6 -0.686026 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1694]: 6 -0.998796 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1696]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1714]: 6 -0.99994 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1717]: 6 -7.92622e-05 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1752]: 6 -0.373798 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1756]: 6 -0.749976 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1792]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1974]: 6 -1.95068 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1979]: 6 -0.749068 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1981]: 6 -0.998547 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1983]: 6 -1.00291 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1985]: 6 -0.999995 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1989]: 6 0 0.347234 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2051]: 6 -0.999568 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2053]: 6 -0.999984 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2056]: 6 -1.26414 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2077]: 6 -1.18722 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2087]: 6 0 0.850725 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2094]: 6 -1.01889 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2098]: 6 -1.5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2122]: 6 -1.0625 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2148]: 6 -1.32811 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2149]: 6 -1.32821 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2161]: 6 -1.00605 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2165]: 6 -1.02098 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2172]: 6 -1.24948 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2182]: 6 -4.18807 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2186]: 6 -23.7652 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2189]: 6 -0.997263 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2195]: 6 -0.931827 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2215]: 6 -1.24987 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2216]: 6 -1.41969 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2220]: 6 -1.2188 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2222]: 6 -0.874891 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2223]: 6 -1.24999 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2231]: 6 -1.32824 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2232]: 6 -1.25065 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2233]: 6 -1.3125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2261]: 6 -0.718751 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2271]: 6 -0.999827 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2274]: 6 -1.00015 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2277]: 6 -0.999809 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2282]: 6 -1.32789 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2283]: 6 -3.31795 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2297]: 6 -0.443684 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2302]: 6 -0.569345 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2307]: 6 -0.9995 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2308]: 6 -0.998185 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2324]: 6 -1.06314 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2330]: 6 -1.00014 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2333]: 6 -0.727409 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2343]: 6 -1.25013 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2349]: 6 -1.18659 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2355]: 6 -0.499799 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2371]: 6 -0.948687 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2374]: 6 -0.998917 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2377]: 6 -0.986506 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2380]: 6 0 0.125 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2384]: 6 -1.67033 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2385]: 6 -0.250001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2393]: 6 0 2.25811 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2401]: 6 -1.25119 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2414]: 6 -0.99815 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2415]: 6 -1.14756 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2427]: 6 -1.24869 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2428]: 6 -0.499994 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2429]: 6 -0.99986 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2439]: 6 -0.500125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2442]: 6 -1.00115 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2446]: 6 -4.99962 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2458]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2471]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2477]: 6 -1.28125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2481]: 6 -1.125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2488]: 6 -3 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2498]: 6 -1.74984 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2502]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2507]: 6 -0.999635 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2508]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2509]: 6 -1.24966 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2518]: 6 -1.49984 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2528]: 6 -1.49988 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2534]: 6 -3.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2537]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2541]: 6 -0.5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2548]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2551]: 6 -0.75 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2558]: 6 -0.624995 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2564]: 6 -4.00005 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2587]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2600]: 6 -0.999971 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2602]: 6 -1.00026 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2603]: 6 -0.987107 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2604]: 6 -0.998948 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2626]: 6 -1.25603 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2638]: 6 -1.4563 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2642]: 6 -0.998717 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2644]: 6 -0.997434 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2649]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2661]: 6 -0.845591 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2673]: 6 -1.33032 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2682]: 6 -0.928572 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2683]: 6 -0.928572 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2692]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2697]: 6 -1.24996 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2703]: 6 -0.999757 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2714]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2718]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2737]: 6 -0.5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2740]: 6 -1.43739 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2741]: 6 -1.43739 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2745]: 6 -1.74956 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2769]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2777]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2798]: 6 -0.756381 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2803]: 6 -0.999822 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2836]: 6 -1.1891 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2837]: 6 -1.1891 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2844]: 6 -1.97448 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2845]: 6 -3 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2846]: 6 -5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2862]: 6 -0.500001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2863]: 6 -0.5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2865]: 6 -2 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2868]: 6 -1.24998 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2869]: 6 -0.750001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2876]: 6 -0.5 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2882]: 6 -1.00037 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2894]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2909]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2920]: 6 -1.3125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2921]: 6 -1.3125 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2933]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2937]: 6 -0.999994 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2957]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2979]: 6 -1.3747 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2980]: 6 -1.00097 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2991]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[2999]: 6 -0.998881 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3002]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3003]: 6 -0.999774 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3005]: 6 -1.00003 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3012]: 6 -0.499993 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3016]: 6 -2.75784e-07 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3023]: 6 -0.999977 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3026]: 6 -0.999402 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3035]: 6 -1.24995 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3044]: 6 -0.498552 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3050]: 6 -0.999603 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3054]: 6 -1.00159 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3056]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3064]: 6 -1.75 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3077]: 6 -1.3403 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3088]: 6 -1.00037 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3111]: 6 -0.70204 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3119]: 6 -0.788195 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3121]: 6 -0.423612 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3123]: 6 -0.375001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3178]: 6 -0.999991 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3202]: 6 -0.999984 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3205]: 6 -1.00001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3210]: 6 -1.31233 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3213]: 6 -0.625003 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3221]: 6 -1.00005 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3224]: 6 -1.25001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3225]: 6 -1.12501 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3232]: 6 -0.995012 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3234]: 6 -0.990055 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3235]: 6 -0.999973 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3240]: 6 -1.00023 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3242]: 6 -5.00141 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3246]: 6 -0.988034 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3254]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3258]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3270]: 6 -1.1715e-06 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3276]: 6 -1.00004 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3285]: 6 -0.999409 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3295]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3298]: 6 -0.999598 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3303]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3305]: 6 0 0.5 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3307]: 6 -3 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3314]: 6 -1.00002 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3316]: 6 -5.00004 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3320]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3321]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3329]: 6 -0.999831 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3331]: 6 -1.00025 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3335]: 6 -1.0002 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3337]: 6 -0.997279 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3342]: 6 -0.999762 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3343]: 6 -0.999762 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3346]: 6 -1.24905 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3348]: 6 0 1.4981 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3355]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3366]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3369]: 6 -1.00084 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3390]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3399]: 6 -1.24862 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3403]: 6 -0.994829 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3410]: 6 -0.996651 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3412]: 6 -5.2433 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3417]: 6 -0.999999 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3421]: 6 -0.999996 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3425]: 6 -0.999979 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3437]: 6 -0.998443 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3442]: 6 -0.987537 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3447]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3451]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3460]: 6 -9.39423 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3482]: 6 -1.49297 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3506]: 6 -1.25 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3518]: 6 -4.99666 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3522]: 6 -1.00004 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3523]: 6 -0.993594 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3532]: 6 -1.36722 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3554]: 6 -0.999784 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3576]: 6 -1.00009 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3578]: 6 -0.999379 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3582]: 6 -0.99996 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3583]: 6 -24.0416 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3584]: 6 -0.999825 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3589]: 6 -1.25021 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3596]: 6 -0.999998 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3602]: 6 -1.32813 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3608]: 6 -1.00007 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3612]: 6 -0.999027 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3620]: 6 -1.00014 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3621]: 6 -1.00001 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3624]: 6 -0.999539 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3628]: 6 -1.00185 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3630]: 6 0 0.75 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3636]: 6 -0.998555 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3641]: 6 -0.99996 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3644]: 6 -1.00016 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3650]: 6 -1.00056 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3651]: 6 -0.906559 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3658]: 6 -1.31249 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3665]: 6 -0.999662 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3667]: 6 -1.00003 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3686]: 6 -1.00016 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3687]: 6 -1.00016 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3690]: 6 -0.585709 0 shouldn't be
2149.13/2154.50	WSVECS04 Frhs2[3695]: 6 -1.15538 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3706]: 6 -1.24992 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3711]: 6 -0.999808 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3720]: 6 -0.999199 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3721]: 6 -0.999199 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3728]: 6 -1.49955 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3734]: 6 0 0.0313648 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3736]: 6 -1.12697 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3737]: 6 -3.25003 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3745]: 6 -0.999714 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3746]: 6 -1.06199 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3752]: 6 -5.73715e-05 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3761]: 6 -1.25004 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3773]: 6 -1.3125 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3779]: 6 -1.00134 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3782]: 6 -0.499039 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3786]: 6 -0.686854 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3800]: 6 -0.999897 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3820]: 6 -0.997064 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3832]: 6 0 1.375 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3842]: 6 -12.3951 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3844]: 6 -2.86933 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3846]: 6 -1.5001 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3847]: 6 -1.25002 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3849]: 6 -1.00001 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3852]: 6 -1.12511 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3856]: 6 -1.00002 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3864]: 6 -1.00233 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3870]: 6 -1.00011 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3871]: 6 -1.25 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3874]: 6 -1.00065 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3876]: 6 -1.00017 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3882]: 6 -1.25001 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3890]: 6 -1.24992 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3892]: 6 -0.999616 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3896]: 6 -0.499985 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3903]: 6 -1.00001 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3906]: 6 -0.999575 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3907]: 6 -0.999592 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3910]: 6 -1.00014 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3912]: 6 -1.0002 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3914]: 6 -1.00032 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3915]: 6 -1.00032 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3919]: 6 -1.00002 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3921]: 6 -0.997508 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3924]: 6 -0.550001 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3931]: 6 -1.25 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3938]: 6 -1.04741 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3939]: 6 -1.15739 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3941]: 6 -1.24827 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3943]: 6 -0.999881 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3944]: 6 -1.06253 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3949]: 6 -0.999992 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3952]: 6 -0.998351 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3958]: 6 -0.999911 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3960]: 6 -0.00975142 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3968]: 6 -1.24695 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3969]: 6 -0.999898 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3973]: 6 -0.999553 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3988]: 6 -3.99957 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3993]: 6 -1.00002 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[3998]: 6 -1.00068 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4000]: 6 -1.00038 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4006]: 6 -0.997984 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4007]: 6 -0.997892 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4010]: 6 -0.999955 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4012]: 6 -1.49994 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4017]: 6 -0.508993 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4020]: 6 -0.0441184 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4021]: 6 -0.0441183 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4027]: 6 -1.125 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4036]: 6 -0.996636 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4054]: 6 -1.00026 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4062]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4066]: 6 -1.00104 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4067]: 6 -0.998894 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4070]: 6 -0.997185 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4079]: 6 -0.864097 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4089]: 6 -1.25 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4100]: 6 -1.00007 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4101]: 6 -0.999561 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4104]: 6 -0.999928 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4118]: 6 -0.5 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4149]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4160]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4168]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4183]: 6 -0.749967 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4187]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4188]: 6 -0.99898 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2149.13/2154.51	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
2243.75/2249.43	c #Conflicts:    3433000 | #Constraints:      51398
2243.75/2249.43	c #Conflicts:    3434000 | #Constraints:      52398
2243.75/2249.43	c #Conflicts:    3435000 | #Constraints:      53398
2243.75/2249.43	c #Conflicts:    3436000 | #Constraints:      54398
2243.75/2249.43	c #Conflicts:    3437000 | #Constraints:      55398
2243.75/2249.43	c #Conflicts:    3438000 | #Constraints:      56398
2243.75/2249.43	c #Conflicts:    3439000 | #Constraints:      57398
2243.75/2249.43	c #Conflicts:    3440000 | #Constraints:      58398
2243.75/2249.43	c #Conflicts:    3441000 | #Constraints:      59398
2243.75/2249.43	c #Conflicts:    3442000 | #Constraints:      60398
2243.75/2249.43	c #Conflicts:    3443000 | #Constraints:      61398
2243.75/2249.43	c #Conflicts:    3444000 | #Constraints:      62398
2243.75/2249.43	c #Conflicts:    3445000 | #Constraints:      63398
2243.75/2249.43	c #Conflicts:    3446000 | #Constraints:      64398
2243.75/2249.43	c #Conflicts:    3447000 | #Constraints:      65398
2243.75/2249.43	c #Conflicts:    3448000 | #Constraints:      66398
2243.75/2249.43	c #Conflicts:    3449000 | #Constraints:      67398
2243.75/2249.43	c #Conflicts:    3450000 | #Constraints:      68398
2243.75/2249.43	c #Conflicts:    3451000 | #Constraints:      69398
2243.75/2249.43	c #Conflicts:    3452000 | #Constraints:      70398
2243.75/2249.43	c #Conflicts:    3453000 | #Constraints:      71398
2243.75/2249.43	c #Conflicts:    3454000 | #Constraints:      72398
2243.75/2249.43	c #Conflicts:    3455000 | #Constraints:      73398
2243.75/2249.43	c #Conflicts:    3456000 | #Constraints:      74398
2243.75/2249.43	c #Conflicts:    3457000 | #Constraints:      75398
2243.75/2249.43	c #Conflicts:    3458000 | #Constraints:      76398
2243.75/2249.43	c #Conflicts:    3459000 | #Constraints:      77398
2243.75/2249.43	c #Conflicts:    3460000 | #Constraints:      78398
2243.75/2249.43	c #Conflicts:    3461000 | #Constraints:      79398
2243.75/2249.43	c #Conflicts:    3462000 | #Constraints:      80398
2243.75/2249.43	c #Conflicts:    3463000 | #Constraints:      81398
2243.75/2249.43	c #Conflicts:    3464000 | #Constraints:      82398
2243.75/2249.43	c #Conflicts:    3465000 | #Constraints:      83398
2243.75/2249.43	c #Conflicts:    3466000 | #Constraints:      84398
2243.75/2249.43	c #Conflicts:    3467000 | #Constraints:      85398
2243.75/2249.43	c #Conflicts:    3468000 | #Constraints:      86398
2243.75/2249.43	c #Conflicts:    3469000 | #Constraints:      87398
2243.75/2249.43	c INPROCESSING
2243.75/2249.43	c GARBAGE COLLECT
2243.75/2249.43	c #Conflicts:    3470000 | #Constraints:      49233
2243.75/2249.43	c #Conflicts:    3471000 | #Constraints:      50233
2243.75/2249.43	c #Conflicts:    3472000 | #Constraints:      51233
2243.75/2249.43	c #Conflicts:    3473000 | #Constraints:      52233
2243.75/2249.43	c #Conflicts:    3474000 | #Constraints:      53233
2243.75/2249.43	c #Conflicts:    3475000 | #Constraints:      54233
2243.75/2249.43	c #Conflicts:    3476000 | #Constraints:      55233
2243.75/2249.43	c #Conflicts:    3477000 | #Constraints:      56233
2243.75/2249.43	c #Conflicts:    3478000 | #Constraints:      57233
2243.75/2249.43	c #Conflicts:    3479000 | #Constraints:      58233
2243.75/2249.43	c #Conflicts:    3480000 | #Constraints:      59233
2243.75/2249.43	c #Conflicts:    3481000 | #Constraints:      60233
2243.75/2249.43	c #Conflicts:    3482000 | #Constraints:      61233
2243.75/2249.43	c #Conflicts:    3483000 | #Constraints:      62233
2243.75/2249.43	c #Conflicts:    3484000 | #Constraints:      63233
2243.75/2249.43	c #Conflicts:    3485000 | #Constraints:      64233
2243.75/2249.43	c #Conflicts:    3486000 | #Constraints:      65233
2243.75/2249.43	c #Conflicts:    3487000 | #Constraints:      66233
2243.75/2249.43	c #Conflicts:    3488000 | #Constraints:      67233
2243.75/2249.43	c #Conflicts:    3489000 | #Constraints:      68233
2243.75/2249.43	c #Conflicts:    3490000 | #Constraints:      69233
2243.75/2249.43	c #Conflicts:    3491000 | #Constraints:      70233
2243.75/2249.43	c #Conflicts:    3492000 | #Constraints:      71233
2243.75/2249.43	c #Conflicts:    3493000 | #Constraints:      72233
2243.75/2249.43	c #Conflicts:    3494000 | #Constraints:      73233
2243.75/2249.43	c #Conflicts:    3495000 | #Constraints:      74233
2243.75/2249.43	c #Conflicts:    3496000 | #Constraints:      75233
2243.75/2249.43	c #Conflicts:    3497000 | #Constraints:      76233
2243.75/2249.43	c #Conflicts:    3498000 | #Constraints:      77233
2243.75/2249.43	c #Conflicts:    3499000 | #Constraints:      78233
2243.75/2249.43	c #Conflicts:    3500000 | #Constraints:      79233
2243.75/2249.43	c #Conflicts:    3501000 | #Constraints:      80233
2243.75/2249.43	c #Conflicts:    3502000 | #Constraints:      81233
2243.75/2249.43	c #Conflicts:    3503000 | #Constraints:      82233
2243.75/2249.43	c #Conflicts:    3504000 | #Constraints:      83233
2243.75/2249.43	c #Conflicts:    3505000 | #Constraints:      84233
2243.75/2249.43	c #Conflicts:    3506000 | #Constraints:      85233
2243.75/2249.43	c INPROCESSING
2243.75/2249.43	c GARBAGE COLLECT
2243.75/2249.43	c #Conflicts:    3507000 | #Constraints:      47963
2243.75/2249.43	c #Conflicts:    3508000 | #Constraints:      48963
2243.75/2249.43	c #Conflicts:    3509000 | #Constraints:      49963
2243.75/2249.43	c #Conflicts:    3510000 | #Constraints:      50963
2361.51/2367.50	c #Conflicts:    3511000 | #Constraints:      51963
2361.51/2367.50	c #Conflicts:    3512000 | #Constraints:      52963
2361.51/2367.50	c #Conflicts:    3513000 | #Constraints:      53963
2361.51/2367.50	c #Conflicts:    3514000 | #Constraints:      54963
2361.51/2367.50	c #Conflicts:    3515000 | #Constraints:      55963
2361.51/2367.50	c #Conflicts:    3516000 | #Constraints:      56963
2361.51/2367.50	c #Conflicts:    3517000 | #Constraints:      57963
2361.51/2367.50	c #Conflicts:    3518000 | #Constraints:      58963
2361.51/2367.50	c #Conflicts:    3519000 | #Constraints:      59963
2361.51/2367.50	c #Conflicts:    3520000 | #Constraints:      60963
2361.51/2367.50	c #Conflicts:    3521000 | #Constraints:      61963
2361.51/2367.50	c #Conflicts:    3522000 | #Constraints:      62963
2361.51/2367.50	c #Conflicts:    3523000 | #Constraints:      63963
2361.51/2367.50	c #Conflicts:    3524000 | #Constraints:      64963
2361.51/2367.50	c #Conflicts:    3525000 | #Constraints:      65963
2361.51/2367.50	c #Conflicts:    3526000 | #Constraints:      66963
2361.51/2367.50	c #Conflicts:    3527000 | #Constraints:      67963
2361.51/2367.50	c #Conflicts:    3528000 | #Constraints:      68963
2361.51/2367.50	c #Conflicts:    3529000 | #Constraints:      69963
2361.51/2367.50	c #Conflicts:    3530000 | #Constraints:      70963
2361.51/2367.50	c #Conflicts:    3531000 | #Constraints:      71963
2361.51/2367.50	c #Conflicts:    3532000 | #Constraints:      72963
2361.51/2367.50	c #Conflicts:    3533000 | #Constraints:      73963
2361.51/2367.50	c #Conflicts:    3534000 | #Constraints:      74963
2361.51/2367.50	c #Conflicts:    3535000 | #Constraints:      75963
2361.51/2367.50	c #Conflicts:    3536000 | #Constraints:      76963
2361.51/2367.50	c #Conflicts:    3537000 | #Constraints:      77963
2361.51/2367.50	c #Conflicts:    3538000 | #Constraints:      78963
2361.51/2367.50	c #Conflicts:    3539000 | #Constraints:      79963
2361.51/2367.50	c #Conflicts:    3540000 | #Constraints:      80963
2361.51/2367.50	c #Conflicts:    3541000 | #Constraints:      81963
2361.51/2367.50	c #Conflicts:    3542000 | #Constraints:      82963
2361.51/2367.50	c #Conflicts:    3543000 | #Constraints:      83963
2361.51/2367.50	c #Conflicts:    3544000 | #Constraints:      84963
2361.51/2367.50	c INPROCESSING
2361.51/2367.50	c GARBAGE COLLECT
2361.51/2367.50	c #Conflicts:    3545000 | #Constraints:      48032
2361.51/2367.50	c #Conflicts:    3546000 | #Constraints:      49032
2361.51/2367.50	c #Conflicts:    3547000 | #Constraints:      50032
2361.51/2367.50	c #Conflicts:    3548000 | #Constraints:      51032
2361.51/2367.50	c #Conflicts:    3549000 | #Constraints:      52032
2361.51/2367.50	c #Conflicts:    3550000 | #Constraints:      53032
2361.51/2367.50	c #Conflicts:    3551000 | #Constraints:      54032
2361.51/2367.50	c #Conflicts:    3552000 | #Constraints:      55032
2361.51/2367.50	c #Conflicts:    3553000 | #Constraints:      56032
2361.51/2367.50	c #Conflicts:    3554000 | #Constraints:      57032
2361.51/2367.50	c #Conflicts:    3555000 | #Constraints:      58032
2361.51/2367.50	c #Conflicts:    3556000 | #Constraints:      59032
2361.51/2367.50	c #Conflicts:    3557000 | #Constraints:      60032
2361.51/2367.50	c #Conflicts:    3558000 | #Constraints:      61032
2361.51/2367.50	c #Conflicts:    3559000 | #Constraints:      62032
2361.51/2367.50	c #Conflicts:    3560000 | #Constraints:      63033
2361.51/2367.50	c #Conflicts:    3561000 | #Constraints:      64033
2361.51/2367.50	c #Conflicts:    3562000 | #Constraints:      65033
2361.51/2367.50	c #Conflicts:    3563000 | #Constraints:      66033
2361.51/2367.50	c #Conflicts:    3564000 | #Constraints:      67033
2361.51/2367.50	c #Conflicts:    3565000 | #Constraints:      68033
2361.51/2367.50	c #Conflicts:    3566000 | #Constraints:      69033
2361.51/2367.50	c #Conflicts:    3567000 | #Constraints:      70034
2361.51/2367.50	c #Conflicts:    3568000 | #Constraints:      71034
2361.51/2367.50	c #Conflicts:    3569000 | #Constraints:      72034
2361.51/2367.50	c #Conflicts:    3570000 | #Constraints:      73034
2361.51/2367.50	c #Conflicts:    3571000 | #Constraints:      74034
2361.51/2367.50	c #Conflicts:    3572000 | #Constraints:      75034
2361.51/2367.50	c #Conflicts:    3573000 | #Constraints:      76034
2361.51/2367.50	c #Conflicts:    3574000 | #Constraints:      77034
2361.51/2367.50	c #Conflicts:    3575000 | #Constraints:      78034
2361.51/2367.50	c #Conflicts:    3576000 | #Constraints:      79034
2361.51/2367.50	c #Conflicts:    3577000 | #Constraints:      80035
2361.51/2367.50	c #Conflicts:    3578000 | #Constraints:      81035
2361.51/2367.50	c #Conflicts:    3579000 | #Constraints:      82035
2361.51/2367.50	c #Conflicts:    3580000 | #Constraints:      83035
2361.51/2367.50	c #Conflicts:    3581000 | #Constraints:      84035
2361.51/2367.50	c #Conflicts:    3582000 | #Constraints:      85035
2361.51/2367.50	c INPROCESSING
2361.51/2367.50	c GARBAGE COLLECT
2361.51/2367.50	c #Conflicts:    3583000 | #Constraints:      48154
2361.51/2367.50	c #Conflicts:    3584000 | #Constraints:      49154
2361.51/2367.50	c #Conflicts:    3585000 | #Constraints:      50154
2361.51/2367.50	c #Conflicts:    3586000 | #Constraints:      51154
2361.51/2367.50	c #Conflicts:    3587000 | #Constraints:      52154
2410.26/2416.48	c #Conflicts:    3588000 | #Constraints:      53154
2410.26/2416.48	c #Conflicts:    3589000 | #Constraints:      54154
2410.26/2416.48	c #Conflicts:    3590000 | #Constraints:      55154
2410.26/2416.48	c #Conflicts:    3591000 | #Constraints:      56154
2410.26/2416.48	c #Conflicts:    3592000 | #Constraints:      57154
2410.26/2416.48	c #Conflicts:    3593000 | #Constraints:      58154
2410.26/2416.48	c #Conflicts:    3594000 | #Constraints:      59154
2410.26/2416.48	c #Conflicts:    3595000 | #Constraints:      60154
2410.26/2416.48	c #Conflicts:    3596000 | #Constraints:      61155
2410.26/2416.48	c #Conflicts:    3597000 | #Constraints:      62155
2410.26/2416.48	c #Conflicts:    3598000 | #Constraints:      63178
2410.26/2416.48	c #Conflicts:    3599000 | #Constraints:      64178
2410.26/2416.48	c #Conflicts:    3600000 | #Constraints:      65178
2410.26/2416.48	c #Conflicts:    3601000 | #Constraints:      66178
2410.26/2416.48	c #Conflicts:    3602000 | #Constraints:      67178
2410.26/2416.48	c #Conflicts:    3603000 | #Constraints:      68178
2410.26/2416.48	c #Conflicts:    3604000 | #Constraints:      69178
2410.26/2416.48	c #Conflicts:    3605000 | #Constraints:      70178
2410.26/2416.48	c #Conflicts:    3606000 | #Constraints:      71179
2410.26/2416.48	c #Conflicts:    3607000 | #Constraints:      72179
2410.26/2416.48	c #Conflicts:    3608000 | #Constraints:      73179
2410.26/2416.48	c #Conflicts:    3609000 | #Constraints:      74179
2410.26/2416.48	c #Conflicts:    3610000 | #Constraints:      75179
2410.26/2416.48	c #Conflicts:    3611000 | #Constraints:      76179
2410.26/2416.48	c #Conflicts:    3612000 | #Constraints:      77179
2410.26/2416.48	c #Conflicts:    3613000 | #Constraints:      78179
2410.26/2416.48	c #Conflicts:    3614000 | #Constraints:      79179
2410.26/2416.48	c #Conflicts:    3615000 | #Constraints:      80179
2410.26/2416.48	c #Conflicts:    3616000 | #Constraints:      81179
2410.26/2416.48	c #Conflicts:    3617000 | #Constraints:      82179
2410.26/2416.48	c #Conflicts:    3618000 | #Constraints:      83179
2410.26/2416.48	c #Conflicts:    3619000 | #Constraints:      84179
2410.26/2416.48	c #Conflicts:    3620000 | #Constraints:      85179
2410.26/2416.48	c INPROCESSING
2410.26/2416.48	c GARBAGE COLLECT
2410.26/2416.48	c #Conflicts:    3621000 | #Constraints:      48168
2410.26/2416.48	c #Conflicts:    3622000 | #Constraints:      49168
2410.26/2416.48	c #Conflicts:    3623000 | #Constraints:      50168
2410.26/2416.48	c #Conflicts:    3624000 | #Constraints:      51168
2410.26/2416.48	c #Conflicts:    3625000 | #Constraints:      52168
2410.26/2416.48	c #Conflicts:    3626000 | #Constraints:      53168
2410.26/2416.48	c #Conflicts:    3627000 | #Constraints:      54168
2410.26/2416.48	c #Conflicts:    3628000 | #Constraints:      55168
2410.26/2416.48	c #Conflicts:    3629000 | #Constraints:      56168
2410.26/2416.48	c #Conflicts:    3630000 | #Constraints:      57168
2410.26/2416.48	c #Conflicts:    3631000 | #Constraints:      58168
2410.26/2416.48	c #Conflicts:    3632000 | #Constraints:      59168
2410.26/2416.48	c #Conflicts:    3633000 | #Constraints:      60168
2410.26/2416.48	c #Conflicts:    3634000 | #Constraints:      61168
2410.26/2416.48	c #Conflicts:    3635000 | #Constraints:      62168
2410.26/2416.48	c #Conflicts:    3636000 | #Constraints:      63168
2410.26/2416.48	c #Conflicts:    3637000 | #Constraints:      64168
2410.26/2416.48	c #Conflicts:    3638000 | #Constraints:      65168
2410.26/2416.48	c #Conflicts:    3639000 | #Constraints:      66168
2410.26/2416.48	c #Conflicts:    3640000 | #Constraints:      67168
2410.26/2416.48	c #Conflicts:    3641000 | #Constraints:      68168
2410.26/2416.48	c #Conflicts:    3642000 | #Constraints:      69168
2410.26/2416.48	c #Conflicts:    3643000 | #Constraints:      70168
2410.26/2416.48	c #Conflicts:    3644000 | #Constraints:      71168
2410.26/2416.48	c #Conflicts:    3645000 | #Constraints:      72168
2410.26/2416.48	c #Conflicts:    3646000 | #Constraints:      73168
2410.26/2416.48	c #Conflicts:    3647000 | #Constraints:      74168
2410.26/2416.48	c #Conflicts:    3648000 | #Constraints:      75168
2410.26/2416.48	c #Conflicts:    3649000 | #Constraints:      76168
2410.26/2416.48	c #Conflicts:    3650000 | #Constraints:      77168
2410.26/2416.48	c #Conflicts:    3651000 | #Constraints:      78168
2410.26/2416.48	c #Conflicts:    3652000 | #Constraints:      79168
2410.26/2416.48	c #Conflicts:    3653000 | #Constraints:      80168
2410.26/2416.48	c #Conflicts:    3654000 | #Constraints:      81168
2410.26/2416.48	c #Conflicts:    3655000 | #Constraints:      82168
2410.26/2416.48	c #Conflicts:    3656000 | #Constraints:      83168
2410.26/2416.48	c #Conflicts:    3657000 | #Constraints:      84168
2410.26/2416.48	c #Conflicts:    3658000 | #Constraints:      85168
2410.26/2416.48	c INPROCESSING
2410.26/2416.48	c GARBAGE COLLECT
2410.26/2416.48	c #Conflicts:    3659000 | #Constraints:      48100
2410.26/2416.48	c #Conflicts:    3660000 | #Constraints:      49101
2410.26/2416.48	c #Conflicts:    3661000 | #Constraints:      50101
2410.26/2416.48	c #Conflicts:    3662000 | #Constraints:      51101
2410.26/2416.48	c #Conflicts:    3663000 | #Constraints:      52101
2410.26/2416.48	c #Conflicts:    3664000 | #Constraints:      53101
2410.26/2416.48	c #Conflicts:    3665000 | #Constraints:      54101
2461.31/2467.62	c #Conflicts:    3666000 | #Constraints:      55101
2461.31/2467.62	c #Conflicts:    3667000 | #Constraints:      56102
2461.31/2467.62	c #Conflicts:    3668000 | #Constraints:      57102
2461.31/2467.62	c #Conflicts:    3669000 | #Constraints:      58102
2461.31/2467.62	c #Conflicts:    3670000 | #Constraints:      59102
2461.31/2467.62	c #Conflicts:    3671000 | #Constraints:      60102
2461.31/2467.62	c #Conflicts:    3672000 | #Constraints:      61102
2461.31/2467.62	c #Conflicts:    3673000 | #Constraints:      62102
2461.31/2467.62	c #Conflicts:    3674000 | #Constraints:      63102
2461.31/2467.62	c #Conflicts:    3675000 | #Constraints:      64102
2461.31/2467.62	c #Conflicts:    3676000 | #Constraints:      65102
2461.31/2467.62	c #Conflicts:    3677000 | #Constraints:      66103
2461.31/2467.62	c #Conflicts:    3678000 | #Constraints:      67103
2461.31/2467.62	c #Conflicts:    3679000 | #Constraints:      68103
2461.31/2467.62	c #Conflicts:    3680000 | #Constraints:      69103
2461.31/2467.62	c #Conflicts:    3681000 | #Constraints:      70103
2461.31/2467.62	c #Conflicts:    3682000 | #Constraints:      71103
2461.31/2467.62	c #Conflicts:    3683000 | #Constraints:      72103
2461.31/2467.62	c #Conflicts:    3684000 | #Constraints:      73103
2461.31/2467.62	c #Conflicts:    3685000 | #Constraints:      74103
2461.31/2467.62	c #Conflicts:    3686000 | #Constraints:      75103
2461.31/2467.62	c #Conflicts:    3687000 | #Constraints:      76103
2461.31/2467.62	c #Conflicts:    3688000 | #Constraints:      77103
2461.31/2467.62	c #Conflicts:    3689000 | #Constraints:      78103
2461.31/2467.62	c #Conflicts:    3690000 | #Constraints:      79103
2461.31/2467.62	c #Conflicts:    3691000 | #Constraints:      80103
2461.31/2467.62	c #Conflicts:    3692000 | #Constraints:      81103
2461.31/2467.62	c #Conflicts:    3693000 | #Constraints:      82103
2461.31/2467.62	c #Conflicts:    3694000 | #Constraints:      83103
2461.31/2467.62	c #Conflicts:    3695000 | #Constraints:      84103
2461.31/2467.62	c #Conflicts:    3696000 | #Constraints:      85103
2461.31/2467.62	c INPROCESSING
2461.31/2467.62	c GARBAGE COLLECT
2461.31/2467.62	c #Conflicts:    3697000 | #Constraints:      47875
2461.31/2467.62	c #Conflicts:    3698000 | #Constraints:      48875
2461.31/2467.62	c #Conflicts:    3699000 | #Constraints:      49875
2461.31/2467.62	c #Conflicts:    3700000 | #Constraints:      50875
2461.31/2467.62	c #Conflicts:    3701000 | #Constraints:      51875
2461.31/2467.62	c #Conflicts:    3702000 | #Constraints:      52875
2461.31/2467.62	c #Conflicts:    3703000 | #Constraints:      53875
2461.31/2467.62	c #Conflicts:    3704000 | #Constraints:      54875
2461.31/2467.62	c #Conflicts:    3705000 | #Constraints:      55875
2461.31/2467.62	c #Conflicts:    3706000 | #Constraints:      56875
2461.31/2467.62	c #Conflicts:    3707000 | #Constraints:      57875
2461.31/2467.62	c #Conflicts:    3708000 | #Constraints:      58875
2461.31/2467.62	c #Conflicts:    3709000 | #Constraints:      59875
2461.31/2467.62	c #Conflicts:    3710000 | #Constraints:      60875
2461.31/2467.62	c #Conflicts:    3711000 | #Constraints:      61875
2461.31/2467.62	c #Conflicts:    3712000 | #Constraints:      62876
2461.31/2467.62	c #Conflicts:    3713000 | #Constraints:      63876
2461.31/2467.62	c #Conflicts:    3714000 | #Constraints:      64876
2461.31/2467.62	c #Conflicts:    3715000 | #Constraints:      65876
2461.31/2467.62	c #Conflicts:    3716000 | #Constraints:      66876
2461.31/2467.62	c #Conflicts:    3717000 | #Constraints:      67876
2461.31/2467.62	c #Conflicts:    3718000 | #Constraints:      68876
2461.31/2467.62	c #Conflicts:    3719000 | #Constraints:      69876
2461.31/2467.62	c #Conflicts:    3720000 | #Constraints:      70876
2461.31/2467.62	c #Conflicts:    3721000 | #Constraints:      71876
2461.31/2467.62	c #Conflicts:    3722000 | #Constraints:      72876
2461.31/2467.62	c #Conflicts:    3723000 | #Constraints:      73876
2461.31/2467.62	c #Conflicts:    3724000 | #Constraints:      74876
2461.31/2467.62	c #Conflicts:    3725000 | #Constraints:      75876
2461.31/2467.62	c #Conflicts:    3726000 | #Constraints:      76876
2461.31/2467.62	c #Conflicts:    3727000 | #Constraints:      77876
2461.31/2467.62	c #Conflicts:    3728000 | #Constraints:      78876
2461.31/2467.62	c #Conflicts:    3729000 | #Constraints:      79876
2461.31/2467.62	c #Conflicts:    3730000 | #Constraints:      80876
2461.31/2467.62	c #Conflicts:    3731000 | #Constraints:      81876
2461.31/2467.62	c #Conflicts:    3732000 | #Constraints:      82876
2461.31/2467.62	c #Conflicts:    3733000 | #Constraints:      83876
2461.31/2467.62	c #Conflicts:    3734000 | #Constraints:      84876
2461.31/2467.62	c #Conflicts:    3735000 | #Constraints:      85876
2461.31/2467.62	c INPROCESSING
2461.31/2467.62	c GARBAGE COLLECT
2461.31/2467.62	c #Conflicts:    3736000 | #Constraints:      48499
2461.31/2467.62	c #Conflicts:    3737000 | #Constraints:      49499
2461.31/2467.62	c #Conflicts:    3738000 | #Constraints:      50499
2461.31/2467.62	c #Conflicts:    3739000 | #Constraints:      51499
2461.31/2467.62	c #Conflicts:    3740000 | #Constraints:      52499
2461.31/2467.62	c #Conflicts:    3741000 | #Constraints:      53499
2461.31/2467.62	c #Conflicts:    3742000 | #Constraints:      54499
2513.58/2520.05	c #Conflicts:    3743000 | #Constraints:      55499
2513.58/2520.05	c #Conflicts:    3744000 | #Constraints:      56499
2513.58/2520.05	c #Conflicts:    3745000 | #Constraints:      57499
2513.58/2520.05	c #Conflicts:    3746000 | #Constraints:      58499
2513.58/2520.05	c #Conflicts:    3747000 | #Constraints:      59499
2513.58/2520.05	c #Conflicts:    3748000 | #Constraints:      60499
2513.58/2520.05	c #Conflicts:    3749000 | #Constraints:      61499
2513.58/2520.05	c #Conflicts:    3750000 | #Constraints:      62499
2513.58/2520.05	c #Conflicts:    3751000 | #Constraints:      63499
2513.58/2520.05	c #Conflicts:    3752000 | #Constraints:      64499
2513.58/2520.05	c #Conflicts:    3753000 | #Constraints:      65499
2513.58/2520.05	c #Conflicts:    3754000 | #Constraints:      66499
2513.58/2520.05	c #Conflicts:    3755000 | #Constraints:      67499
2513.58/2520.05	c #Conflicts:    3756000 | #Constraints:      68499
2513.58/2520.05	c #Conflicts:    3757000 | #Constraints:      69499
2513.58/2520.05	c #Conflicts:    3758000 | #Constraints:      70499
2513.58/2520.05	c #Conflicts:    3759000 | #Constraints:      71499
2513.58/2520.05	c #Conflicts:    3760000 | #Constraints:      72499
2513.58/2520.05	c #Conflicts:    3761000 | #Constraints:      73499
2513.58/2520.05	c #Conflicts:    3762000 | #Constraints:      74499
2513.58/2520.05	c #Conflicts:    3763000 | #Constraints:      75499
2513.58/2520.05	c #Conflicts:    3764000 | #Constraints:      76499
2513.58/2520.05	c #Conflicts:    3765000 | #Constraints:      77499
2513.58/2520.05	c #Conflicts:    3766000 | #Constraints:      78499
2513.58/2520.05	c #Conflicts:    3767000 | #Constraints:      79499
2513.58/2520.05	c #Conflicts:    3768000 | #Constraints:      80499
2513.58/2520.05	c #Conflicts:    3769000 | #Constraints:      81499
2513.58/2520.05	c #Conflicts:    3770000 | #Constraints:      82499
2513.58/2520.05	c #Conflicts:    3771000 | #Constraints:      83499
2513.58/2520.05	c #Conflicts:    3772000 | #Constraints:      84499
2513.58/2520.05	c #Conflicts:    3773000 | #Constraints:      85499
2513.58/2520.05	c #Conflicts:    3774000 | #Constraints:      86499
2513.58/2520.05	c INPROCESSING
2513.58/2520.05	c GARBAGE COLLECT
2513.58/2520.05	c #Conflicts:    3775000 | #Constraints:      48895
2513.58/2520.05	c #Conflicts:    3776000 | #Constraints:      49895
2513.58/2520.05	c #Conflicts:    3777000 | #Constraints:      50895
2513.58/2520.05	c #Conflicts:    3778000 | #Constraints:      51895
2513.58/2520.05	c #Conflicts:    3779000 | #Constraints:      52895
2513.58/2520.05	c #Conflicts:    3780000 | #Constraints:      53895
2513.58/2520.05	c #Conflicts:    3781000 | #Constraints:      54895
2513.58/2520.05	c #Conflicts:    3782000 | #Constraints:      55895
2513.58/2520.05	c #Conflicts:    3783000 | #Constraints:      56895
2513.58/2520.05	c #Conflicts:    3784000 | #Constraints:      57895
2513.58/2520.05	c #Conflicts:    3785000 | #Constraints:      58895
2513.58/2520.05	c #Conflicts:    3786000 | #Constraints:      59895
2513.58/2520.05	c #Conflicts:    3787000 | #Constraints:      60895
2513.58/2520.05	c #Conflicts:    3788000 | #Constraints:      61895
2513.58/2520.05	c #Conflicts:    3789000 | #Constraints:      62895
2513.58/2520.05	c #Conflicts:    3790000 | #Constraints:      63895
2513.58/2520.05	c #Conflicts:    3791000 | #Constraints:      64895
2513.58/2520.05	c #Conflicts:    3792000 | #Constraints:      65895
2513.58/2520.05	c #Conflicts:    3793000 | #Constraints:      66895
2513.58/2520.05	c #Conflicts:    3794000 | #Constraints:      67895
2513.58/2520.05	c #Conflicts:    3795000 | #Constraints:      68895
2513.58/2520.05	c #Conflicts:    3796000 | #Constraints:      69895
2513.58/2520.05	c #Conflicts:    3797000 | #Constraints:      70895
2513.58/2520.05	c #Conflicts:    3798000 | #Constraints:      71895
2513.58/2520.05	c #Conflicts:    3799000 | #Constraints:      72895
2513.58/2520.05	c #Conflicts:    3800000 | #Constraints:      73895
2513.58/2520.05	c #Conflicts:    3801000 | #Constraints:      74895
2513.58/2520.05	c #Conflicts:    3802000 | #Constraints:      75895
2513.58/2520.05	c #Conflicts:    3803000 | #Constraints:      76895
2513.58/2520.05	c #Conflicts:    3804000 | #Constraints:      77895
2513.58/2520.05	c #Conflicts:    3805000 | #Constraints:      78895
2513.58/2520.05	c #Conflicts:    3806000 | #Constraints:      79895
2513.58/2520.05	c #Conflicts:    3807000 | #Constraints:      80895
2513.58/2520.05	c #Conflicts:    3808000 | #Constraints:      81895
2513.58/2520.05	c #Conflicts:    3809000 | #Constraints:      82895
2513.58/2520.05	c #Conflicts:    3810000 | #Constraints:      83895
2513.58/2520.05	c #Conflicts:    3811000 | #Constraints:      84895
2513.58/2520.05	c #Conflicts:    3812000 | #Constraints:      85895
2513.58/2520.05	c #Conflicts:    3813000 | #Constraints:      86895
2513.58/2520.05	c INPROCESSING
2513.58/2520.05	c GARBAGE COLLECT
2513.58/2520.05	c rational objective 772.894
2561.16/2567.70	c #Conflicts:    3814000 | #Constraints:      49084
2561.16/2567.70	c #Conflicts:    3815000 | #Constraints:      50084
2561.16/2567.70	c #Conflicts:    3816000 | #Constraints:      51084
2561.16/2567.70	c #Conflicts:    3817000 | #Constraints:      52084
2561.16/2567.70	c #Conflicts:    3818000 | #Constraints:      53084
2561.16/2567.70	c #Conflicts:    3819000 | #Constraints:      54084
2561.16/2567.70	c #Conflicts:    3820000 | #Constraints:      55084
2561.16/2567.70	c #Conflicts:    3821000 | #Constraints:      56084
2561.16/2567.70	c #Conflicts:    3822000 | #Constraints:      57084
2561.16/2567.70	c #Conflicts:    3823000 | #Constraints:      58084
2561.16/2567.70	c #Conflicts:    3824000 | #Constraints:      59084
2561.16/2567.70	c #Conflicts:    3825000 | #Constraints:      60085
2561.16/2567.70	c #Conflicts:    3826000 | #Constraints:      61085
2561.16/2567.70	c #Conflicts:    3827000 | #Constraints:      62085
2561.16/2567.70	c #Conflicts:    3828000 | #Constraints:      63085
2561.16/2567.70	c #Conflicts:    3829000 | #Constraints:      64085
2561.16/2567.70	c #Conflicts:    3830000 | #Constraints:      65085
2561.16/2567.70	c #Conflicts:    3831000 | #Constraints:      66085
2561.16/2567.70	c #Conflicts:    3832000 | #Constraints:      67085
2561.16/2567.70	c #Conflicts:    3833000 | #Constraints:      68085
2561.16/2567.70	c #Conflicts:    3834000 | #Constraints:      69085
2561.16/2567.70	c #Conflicts:    3835000 | #Constraints:      70085
2561.16/2567.70	c #Conflicts:    3836000 | #Constraints:      71085
2561.16/2567.70	c #Conflicts:    3837000 | #Constraints:      72085
2561.16/2567.70	c #Conflicts:    3838000 | #Constraints:      73085
2561.16/2567.70	c #Conflicts:    3839000 | #Constraints:      74085
2561.16/2567.70	c #Conflicts:    3840000 | #Constraints:      75085
2561.16/2567.70	c #Conflicts:    3841000 | #Constraints:      76085
2561.16/2567.70	c #Conflicts:    3842000 | #Constraints:      77086
2561.16/2567.70	c #Conflicts:    3843000 | #Constraints:      78086
2561.16/2567.70	c #Conflicts:    3844000 | #Constraints:      79086
2561.16/2567.70	c #Conflicts:    3845000 | #Constraints:      80086
2561.16/2567.70	c #Conflicts:    3846000 | #Constraints:      81086
2561.16/2567.70	c #Conflicts:    3847000 | #Constraints:      82086
2561.16/2567.70	c #Conflicts:    3848000 | #Constraints:      83086
2561.16/2567.70	c #Conflicts:    3849000 | #Constraints:      84086
2561.16/2567.70	c #Conflicts:    3850000 | #Constraints:      85086
2561.16/2567.70	c #Conflicts:    3851000 | #Constraints:      86086
2561.16/2567.70	c #Conflicts:    3852000 | #Constraints:      87086
2561.16/2567.70	c INPROCESSING
2561.16/2567.70	c GARBAGE COLLECT
2561.16/2567.70	c #Conflicts:    3853000 | #Constraints:      49044
2561.16/2567.70	c #Conflicts:    3854000 | #Constraints:      50044
2561.16/2567.70	c #Conflicts:    3855000 | #Constraints:      51044
2561.16/2567.70	c #Conflicts:    3856000 | #Constraints:      52091
2561.16/2567.70	c #Conflicts:    3857000 | #Constraints:      53151
2561.16/2567.70	c #Conflicts:    3858000 | #Constraints:      54151
2561.16/2567.70	c #Conflicts:    3859000 | #Constraints:      55152
2561.16/2567.70	c #Conflicts:    3860000 | #Constraints:      56152
2561.16/2567.70	c #Conflicts:    3861000 | #Constraints:      57152
2561.16/2567.70	c #Conflicts:    3862000 | #Constraints:      58153
2561.16/2567.70	c #Conflicts:    3863000 | #Constraints:      59153
2561.16/2567.70	c #Conflicts:    3864000 | #Constraints:      60153
2561.16/2567.70	c #Conflicts:    3865000 | #Constraints:      61153
2561.16/2567.70	c #Conflicts:    3866000 | #Constraints:      62153
2561.16/2567.70	c #Conflicts:    3867000 | #Constraints:      63153
2561.16/2567.70	c #Conflicts:    3868000 | #Constraints:      64153
2561.16/2567.70	c #Conflicts:    3869000 | #Constraints:      65153
2561.16/2567.70	c #Conflicts:    3870000 | #Constraints:      66153
2561.16/2567.70	c #Conflicts:    3871000 | #Constraints:      67153
2561.16/2567.70	c #Conflicts:    3872000 | #Constraints:      68153
2561.16/2567.70	c #Conflicts:    3873000 | #Constraints:      69153
2561.16/2567.70	c #Conflicts:    3874000 | #Constraints:      70153
2561.16/2567.70	c #Conflicts:    3875000 | #Constraints:      71153
2561.16/2567.70	c #Conflicts:    3876000 | #Constraints:      72153
2561.16/2567.70	c #Conflicts:    3877000 | #Constraints:      73153
2561.16/2567.70	c #Conflicts:    3878000 | #Constraints:      74154
2561.16/2567.70	c #Conflicts:    3879000 | #Constraints:      75154
2561.16/2567.70	c #Conflicts:    3880000 | #Constraints:      76154
2561.16/2567.70	c #Conflicts:    3881000 | #Constraints:      77154
2561.16/2567.70	c #Conflicts:    3882000 | #Constraints:      78154
2561.16/2567.70	c #Conflicts:    3883000 | #Constraints:      79154
2561.16/2567.70	c #Conflicts:    3884000 | #Constraints:      80154
2561.16/2567.70	c #Conflicts:    3885000 | #Constraints:      81154
2561.16/2567.70	c #Conflicts:    3886000 | #Constraints:      82154
2561.16/2567.70	c #Conflicts:    3887000 | #Constraints:      83154
2561.16/2567.70	c #Conflicts:    3888000 | #Constraints:      84154
2561.16/2567.70	c #Conflicts:    3889000 | #Constraints:      85154
2561.16/2567.70	c #Conflicts:    3890000 | #Constraints:      86154
2561.16/2567.70	c #Conflicts:    3891000 | #Constraints:      87154
2561.16/2567.70	c INPROCESSING
2615.43/2622.11	c GARBAGE COLLECT
2615.43/2622.11	c #Conflicts:    3892000 | #Constraints:      48910
2615.43/2622.11	c #Conflicts:    3893000 | #Constraints:      49910
2615.43/2622.11	c #Conflicts:    3894000 | #Constraints:      50910
2615.43/2622.11	c #Conflicts:    3895000 | #Constraints:      51910
2615.43/2622.11	c #Conflicts:    3896000 | #Constraints:      52910
2615.43/2622.11	c #Conflicts:    3897000 | #Constraints:      53910
2615.43/2622.11	c #Conflicts:    3898000 | #Constraints:      54910
2615.43/2622.11	c #Conflicts:    3899000 | #Constraints:      55910
2615.43/2622.11	c #Conflicts:    3900000 | #Constraints:      56910
2615.43/2622.11	c #Conflicts:    3901000 | #Constraints:      57910
2615.43/2622.11	c #Conflicts:    3902000 | #Constraints:      58910
2615.43/2622.11	c #Conflicts:    3903000 | #Constraints:      59910
2615.43/2622.11	c #Conflicts:    3904000 | #Constraints:      60911
2615.43/2622.11	c #Conflicts:    3905000 | #Constraints:      61911
2615.43/2622.11	c #Conflicts:    3906000 | #Constraints:      62911
2615.43/2622.11	c #Conflicts:    3907000 | #Constraints:      63911
2615.43/2622.11	c #Conflicts:    3908000 | #Constraints:      64911
2615.43/2622.11	c #Conflicts:    3909000 | #Constraints:      65911
2615.43/2622.11	c #Conflicts:    3910000 | #Constraints:      66911
2615.43/2622.11	c #Conflicts:    3911000 | #Constraints:      67911
2615.43/2622.11	c #Conflicts:    3912000 | #Constraints:      68911
2615.43/2622.11	c #Conflicts:    3913000 | #Constraints:      69911
2615.43/2622.11	c #Conflicts:    3914000 | #Constraints:      70911
2615.43/2622.11	c #Conflicts:    3915000 | #Constraints:      71911
2615.43/2622.11	c #Conflicts:    3916000 | #Constraints:      72911
2615.43/2622.11	c #Conflicts:    3917000 | #Constraints:      73911
2615.43/2622.11	c #Conflicts:    3918000 | #Constraints:      74911
2615.43/2622.11	c #Conflicts:    3919000 | #Constraints:      75911
2615.43/2622.11	c #Conflicts:    3920000 | #Constraints:      76911
2615.43/2622.11	c #Conflicts:    3921000 | #Constraints:      77914
2615.43/2622.11	c #Conflicts:    3922000 | #Constraints:      78914
2615.43/2622.11	c #Conflicts:    3923000 | #Constraints:      79914
2615.43/2622.11	c #Conflicts:    3924000 | #Constraints:      80914
2615.43/2622.11	c #Conflicts:    3925000 | #Constraints:      81914
2615.43/2622.11	c #Conflicts:    3926000 | #Constraints:      82914
2615.43/2622.11	c #Conflicts:    3927000 | #Constraints:      83915
2615.43/2622.11	c #Conflicts:    3928000 | #Constraints:      84916
2615.43/2622.11	c #Conflicts:    3929000 | #Constraints:      85917
2615.43/2622.11	c #Conflicts:    3930000 | #Constraints:      86917
2615.43/2622.11	c #Conflicts:    3931000 | #Constraints:      87917
2615.43/2622.11	c INPROCESSING
2615.43/2622.11	c GARBAGE COLLECT
2615.43/2622.11	c #Conflicts:    3932000 | #Constraints:      49475
2615.43/2622.11	c #Conflicts:    3933000 | #Constraints:      50475
2615.43/2622.11	c #Conflicts:    3934000 | #Constraints:      51475
2615.43/2622.11	c #Conflicts:    3935000 | #Constraints:      52475
2615.43/2622.11	c #Conflicts:    3936000 | #Constraints:      53475
2615.43/2622.11	c #Conflicts:    3937000 | #Constraints:      54475
2615.43/2622.11	c #Conflicts:    3938000 | #Constraints:      55475
2615.43/2622.11	c #Conflicts:    3939000 | #Constraints:      56475
2615.43/2622.11	c #Conflicts:    3940000 | #Constraints:      57475
2615.43/2622.11	c #Conflicts:    3941000 | #Constraints:      58475
2615.43/2622.11	c #Conflicts:    3942000 | #Constraints:      59475
2615.43/2622.11	c #Conflicts:    3943000 | #Constraints:      60475
2615.43/2622.11	c #Conflicts:    3944000 | #Constraints:      61475
2615.43/2622.11	c #Conflicts:    3945000 | #Constraints:      62475
2615.43/2622.11	c #Conflicts:    3946000 | #Constraints:      63475
2615.43/2622.11	c #Conflicts:    3947000 | #Constraints:      64476
2615.43/2622.11	c #Conflicts:    3948000 | #Constraints:      65476
2615.43/2622.11	c #Conflicts:    3949000 | #Constraints:      66476
2615.43/2622.11	c #Conflicts:    3950000 | #Constraints:      67476
2615.43/2622.11	c #Conflicts:    3951000 | #Constraints:      68476
2615.43/2622.11	c #Conflicts:    3952000 | #Constraints:      69476
2615.43/2622.11	c #Conflicts:    3953000 | #Constraints:      70476
2615.43/2622.11	c #Conflicts:    3954000 | #Constraints:      71476
2615.43/2622.11	c #Conflicts:    3955000 | #Constraints:      72476
2615.43/2622.11	c #Conflicts:    3956000 | #Constraints:      73476
2615.43/2622.11	c #Conflicts:    3957000 | #Constraints:      74477
2615.43/2622.11	c #Conflicts:    3958000 | #Constraints:      75613
2615.43/2622.11	c #Conflicts:    3959000 | #Constraints:      76613
2615.43/2622.11	c #Conflicts:    3960000 | #Constraints:      77613
2615.43/2622.11	c #Conflicts:    3961000 | #Constraints:      78613
2615.43/2622.11	c #Conflicts:    3962000 | #Constraints:      79613
2615.43/2622.11	c #Conflicts:    3963000 | #Constraints:      80613
2615.43/2622.11	c #Conflicts:    3964000 | #Constraints:      81613
2615.43/2622.11	c #Conflicts:    3965000 | #Constraints:      82613
2615.43/2622.11	c #Conflicts:    3966000 | #Constraints:      83613
2615.43/2622.11	c #Conflicts:    3967000 | #Constraints:      84613
2615.43/2622.11	c #Conflicts:    3968000 | #Constraints:      85613
2615.43/2622.11	c #Conflicts:    3969000 | #Constraints:      86613
2627.49/2634.29	c #Conflicts:    3970000 | #Constraints:      87613
2627.49/2634.29	c #Conflicts:    3971000 | #Constraints:      88613
2627.49/2634.29	c INPROCESSING
2627.49/2634.29	c GARBAGE COLLECT
2627.49/2634.29	c #Conflicts:    3972000 | #Constraints:      49933
2627.49/2634.29	c #Conflicts:    3973000 | #Constraints:      50933
2627.49/2634.29	c #Conflicts:    3974000 | #Constraints:      51934
2627.49/2634.29	c #Conflicts:    3975000 | #Constraints:      52934
2627.49/2634.29	c #Conflicts:    3976000 | #Constraints:      53934
2627.49/2634.29	c #Conflicts:    3977000 | #Constraints:      54934
2627.49/2634.29	c #Conflicts:    3978000 | #Constraints:      55934
2627.49/2634.29	c #Conflicts:    3979000 | #Constraints:      56934
2627.49/2634.29	c #Conflicts:    3980000 | #Constraints:      57934
2627.49/2634.29	c #Conflicts:    3981000 | #Constraints:      58934
2627.49/2634.29	c #Conflicts:    3982000 | #Constraints:      59934
2627.49/2634.29	c #Conflicts:    3983000 | #Constraints:      60934
2627.49/2634.29	c #Conflicts:    3984000 | #Constraints:      61934
2627.49/2634.29	c #Conflicts:    3985000 | #Constraints:      62934
2627.49/2634.29	WSVECS04 Frhs2[9]: 6 -1.08854 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[34]: 6 -1.9375 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[68]: 6 -1.02175 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[69]: 6 -0.821526 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[129]: 6 -0.0560309 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[132]: 6 -0.159483 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[136]: 6 -0.0937503 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[140]: 6 -1.0625 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[150]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[165]: 6 -1.06897 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[166]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[175]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[196]: 6 -0.250001 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[200]: 6 -0.372559 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[313]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[324]: 6 -1.15948 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[331]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[341]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[347]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[360]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[365]: 6 0 0.671876 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[387]: 6 -1.0625 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[388]: 6 -2 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[420]: 6 -0.832873 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[460]: 6 -2.1875 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[484]: 6 -1.15948 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[507]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[516]: 6 -1.20474 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[517]: 6 -0.887932 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[523]: 6 -0.335938 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[547]: 6 -0.328126 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[551]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[557]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[563]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[587]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[643]: 6 -0.9375 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[660]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[669]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[676]: 6 -1.12813 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[677]: 6 -0.818966 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[720]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1116]: 6 0 1.63496 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1128]: 6 -2.35938 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1129]: 6 -1.32813 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1150]: 6 -1.125 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1179]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1245]: 6 -1.3125 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1249]: 6 -1.04688 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1268]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1271]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1287]: 6 -0.671876 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1307]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1330]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1367]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1441]: 6 -1.27149 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1445]: 6 0 0.500001 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1450]: 6 -2.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1476]: 6 -1.66504 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1521]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1572]: 6 -0.895475 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1577]: 6 -0.750001 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1615]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1737]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2056]: 6 -3 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2064]: 6 -0.687501 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2071]: 6 -0.500001 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2158]: 6 -1.0625 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2289]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2481]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2538]: 6 -3 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2545]: 6 -5.50977 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2607]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2623]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2689]: 6 -1.31553 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2691]: 6 -1.26211 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3009]: 6 -1.9375 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3011]: 6 -3.44922 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3033]: 6 -4.34375 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3075]: 6 -1.48438 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3108]: 6 -15.1719 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3125]: 6 -0.187501 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3128]: 6 -4.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3266]: 6 -1.25 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3279]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3298]: 6 -3.39844 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3302]: 6 -3.5 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3393]: 6 -11.0266 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3399]: 6 -0.500001 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3589]: 6 -1.32813 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3608]: 6 -9.75 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3779]: 6 -4.31494 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3842]: 6 -1.15948 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3883]: 6 -1.63867 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3887]: 6 -3.55469 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3980]: 6 -1.5 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4001]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4034]: 6 -1.625 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2627.49/2634.29	WSVECS04 Frhs2[4119]: 6 -1 0 shouldn't be
2691.24/2698.17	c #Conflicts:    3986000 | #Constraints:      64012
2691.24/2698.17	c #Conflicts:    3987000 | #Constraints:      65012
2691.24/2698.17	c #Conflicts:    3988000 | #Constraints:      66012
2691.24/2698.17	c #Conflicts:    3989000 | #Constraints:      67012
2691.24/2698.17	c #Conflicts:    3990000 | #Constraints:      68012
2691.24/2698.17	c #Conflicts:    3991000 | #Constraints:      69012
2691.24/2698.17	c #Conflicts:    3992000 | #Constraints:      70012
2691.24/2698.17	c #Conflicts:    3993000 | #Constraints:      71012
2691.24/2698.17	c #Conflicts:    3994000 | #Constraints:      72012
2691.24/2698.17	c #Conflicts:    3995000 | #Constraints:      73012
2691.24/2698.17	c #Conflicts:    3996000 | #Constraints:      74012
2691.24/2698.17	c #Conflicts:    3997000 | #Constraints:      75012
2691.24/2698.17	c #Conflicts:    3998000 | #Constraints:      76012
2691.24/2698.17	c #Conflicts:    3999000 | #Constraints:      77012
2691.24/2698.17	c #Conflicts:    4000000 | #Constraints:      78012
2691.24/2698.17	c #Conflicts:    4001000 | #Constraints:      79012
2691.24/2698.17	c #Conflicts:    4002000 | #Constraints:      80012
2691.24/2698.17	c #Conflicts:    4003000 | #Constraints:      81012
2691.24/2698.17	c #Conflicts:    4004000 | #Constraints:      82012
2691.24/2698.17	c #Conflicts:    4005000 | #Constraints:      83012
2691.24/2698.17	c #Conflicts:    4006000 | #Constraints:      84012
2691.24/2698.17	c #Conflicts:    4007000 | #Constraints:      85012
2691.24/2698.17	c #Conflicts:    4008000 | #Constraints:      86012
2691.24/2698.17	c #Conflicts:    4009000 | #Constraints:      87012
2691.24/2698.17	c #Conflicts:    4010000 | #Constraints:      88012
2691.24/2698.17	c #Conflicts:    4011000 | #Constraints:      89012
2691.24/2698.17	c INPROCESSING
2691.24/2698.17	c GARBAGE COLLECT
2691.24/2698.17	c #Conflicts:    4012000 | #Constraints:      50136
2691.24/2698.17	c #Conflicts:    4013000 | #Constraints:      51136
2691.24/2698.17	c #Conflicts:    4014000 | #Constraints:      52136
2691.24/2698.17	c #Conflicts:    4015000 | #Constraints:      53136
2691.24/2698.17	c #Conflicts:    4016000 | #Constraints:      54136
2691.24/2698.17	c #Conflicts:    4017000 | #Constraints:      55136
2691.24/2698.17	c #Conflicts:    4018000 | #Constraints:      56136
2691.24/2698.17	c #Conflicts:    4019000 | #Constraints:      57136
2691.24/2698.17	c #Conflicts:    4020000 | #Constraints:      58136
2691.24/2698.17	c #Conflicts:    4021000 | #Constraints:      59136
2691.24/2698.17	c #Conflicts:    4022000 | #Constraints:      60136
2691.24/2698.17	c #Conflicts:    4023000 | #Constraints:      61136
2691.24/2698.17	c #Conflicts:    4024000 | #Constraints:      62136
2691.24/2698.17	c #Conflicts:    4025000 | #Constraints:      63136
2691.24/2698.17	c #Conflicts:    4026000 | #Constraints:      64136
2691.24/2698.17	c #Conflicts:    4027000 | #Constraints:      65136
2691.24/2698.17	c #Conflicts:    4028000 | #Constraints:      66136
2691.24/2698.17	c #Conflicts:    4029000 | #Constraints:      67136
2691.24/2698.17	c #Conflicts:    4030000 | #Constraints:      68136
2691.24/2698.17	c #Conflicts:    4031000 | #Constraints:      69136
2691.24/2698.17	c #Conflicts:    4032000 | #Constraints:      70136
2691.24/2698.17	c #Conflicts:    4033000 | #Constraints:      71136
2691.24/2698.17	c #Conflicts:    4034000 | #Constraints:      72136
2691.24/2698.17	c #Conflicts:    4035000 | #Constraints:      73136
2691.24/2698.17	c #Conflicts:    4036000 | #Constraints:      74136
2691.24/2698.17	c #Conflicts:    4037000 | #Constraints:      75136
2691.24/2698.17	c #Conflicts:    4038000 | #Constraints:      76136
2691.24/2698.17	c #Conflicts:    4039000 | #Constraints:      77136
2691.24/2698.17	c #Conflicts:    4040000 | #Constraints:      78136
2691.24/2698.17	c #Conflicts:    4041000 | #Constraints:      79136
2691.24/2698.17	c #Conflicts:    4042000 | #Constraints:      80136
2691.24/2698.17	c #Conflicts:    4043000 | #Constraints:      81136
2691.24/2698.17	c #Conflicts:    4044000 | #Constraints:      82136
2691.24/2698.17	c #Conflicts:    4045000 | #Constraints:      83136
2691.24/2698.17	c #Conflicts:    4046000 | #Constraints:      84136
2691.24/2698.17	c #Conflicts:    4047000 | #Constraints:      85136
2691.24/2698.17	c #Conflicts:    4048000 | #Constraints:      86136
2691.24/2698.17	c #Conflicts:    4049000 | #Constraints:      87136
2691.24/2698.17	c #Conflicts:    4050000 | #Constraints:      88136
2691.24/2698.17	c #Conflicts:    4051000 | #Constraints:      89136
2691.24/2698.17	c INPROCESSING
2691.24/2698.17	c GARBAGE COLLECT
2691.24/2698.17	c #Conflicts:    4052000 | #Constraints:      50115
2691.24/2698.17	c #Conflicts:    4053000 | #Constraints:      51115
2691.24/2698.17	c #Conflicts:    4054000 | #Constraints:      52115
2691.24/2698.17	c #Conflicts:    4055000 | #Constraints:      53115
2691.24/2698.17	c #Conflicts:    4056000 | #Constraints:      54115
2691.24/2698.17	c #Conflicts:    4057000 | #Constraints:      55115
2691.24/2698.17	c #Conflicts:    4058000 | #Constraints:      56115
2691.24/2698.17	c #Conflicts:    4059000 | #Constraints:      57115
2691.24/2698.17	c #Conflicts:    4060000 | #Constraints:      58115
2691.24/2698.17	c #Conflicts:    4061000 | #Constraints:      59115
2691.24/2698.17	c #Conflicts:    4062000 | #Constraints:      60115
2691.24/2698.17	c #Conflicts:    4063000 | #Constraints:      61115
2772.44/2779.57	c #Conflicts:    4064000 | #Constraints:      62115
2772.44/2779.57	c #Conflicts:    4065000 | #Constraints:      63115
2772.44/2779.57	c #Conflicts:    4066000 | #Constraints:      64115
2772.44/2779.57	c #Conflicts:    4067000 | #Constraints:      65115
2772.44/2779.57	c #Conflicts:    4068000 | #Constraints:      66115
2772.44/2779.57	c #Conflicts:    4069000 | #Constraints:      67115
2772.44/2779.57	c #Conflicts:    4070000 | #Constraints:      68115
2772.44/2779.57	c #Conflicts:    4071000 | #Constraints:      69115
2772.44/2779.57	c #Conflicts:    4072000 | #Constraints:      70115
2772.44/2779.57	c #Conflicts:    4073000 | #Constraints:      71115
2772.44/2779.57	c #Conflicts:    4074000 | #Constraints:      72115
2772.44/2779.57	c #Conflicts:    4075000 | #Constraints:      73115
2772.44/2779.57	c #Conflicts:    4076000 | #Constraints:      74115
2772.44/2779.57	c #Conflicts:    4077000 | #Constraints:      75115
2772.44/2779.57	c #Conflicts:    4078000 | #Constraints:      76115
2772.44/2779.57	c #Conflicts:    4079000 | #Constraints:      77115
2772.44/2779.57	c #Conflicts:    4080000 | #Constraints:      78115
2772.44/2779.57	c #Conflicts:    4081000 | #Constraints:      79115
2772.44/2779.57	c #Conflicts:    4082000 | #Constraints:      80115
2772.44/2779.57	c #Conflicts:    4083000 | #Constraints:      81115
2772.44/2779.57	c #Conflicts:    4084000 | #Constraints:      82115
2772.44/2779.57	c #Conflicts:    4085000 | #Constraints:      83115
2772.44/2779.57	c #Conflicts:    4086000 | #Constraints:      84115
2772.44/2779.57	c #Conflicts:    4087000 | #Constraints:      85115
2772.44/2779.57	c #Conflicts:    4088000 | #Constraints:      86115
2772.44/2779.57	c #Conflicts:    4089000 | #Constraints:      87115
2772.44/2779.57	c #Conflicts:    4090000 | #Constraints:      88115
2772.44/2779.57	c #Conflicts:    4091000 | #Constraints:      89115
2772.44/2779.57	c INPROCESSING
2772.44/2779.57	c GARBAGE COLLECT
2772.44/2779.57	c rational objective 792.04
2822.31/2829.55	c #Conflicts:    4092000 | #Constraints:      49907
2822.31/2829.55	c #Conflicts:    4093000 | #Constraints:      50907
2822.31/2829.55	c #Conflicts:    4094000 | #Constraints:      51907
2822.31/2829.55	c #Conflicts:    4095000 | #Constraints:      52907
2822.31/2829.55	c #Conflicts:    4096000 | #Constraints:      53907
2822.31/2829.55	c #Conflicts:    4097000 | #Constraints:      54907
2822.31/2829.55	c #Conflicts:    4098000 | #Constraints:      55907
2822.31/2829.55	c #Conflicts:    4099000 | #Constraints:      56907
2822.31/2829.55	c #Conflicts:    4100000 | #Constraints:      57907
2822.31/2829.55	c #Conflicts:    4101000 | #Constraints:      58907
2822.31/2829.55	c #Conflicts:    4102000 | #Constraints:      59907
2822.31/2829.55	c #Conflicts:    4103000 | #Constraints:      60907
2822.31/2829.55	c #Conflicts:    4104000 | #Constraints:      61907
2822.31/2829.55	c #Conflicts:    4105000 | #Constraints:      62907
2822.31/2829.55	c #Conflicts:    4106000 | #Constraints:      63907
2822.31/2829.55	c #Conflicts:    4107000 | #Constraints:      64907
2822.31/2829.55	c #Conflicts:    4108000 | #Constraints:      65907
2822.31/2829.55	c #Conflicts:    4109000 | #Constraints:      66907
2822.31/2829.55	c #Conflicts:    4110000 | #Constraints:      67907
2822.31/2829.55	c #Conflicts:    4111000 | #Constraints:      68907
2822.31/2829.55	c #Conflicts:    4112000 | #Constraints:      69907
2822.31/2829.55	c #Conflicts:    4113000 | #Constraints:      70907
2822.31/2829.55	c #Conflicts:    4114000 | #Constraints:      71907
2822.31/2829.55	c #Conflicts:    4115000 | #Constraints:      72907
2822.31/2829.55	c #Conflicts:    4116000 | #Constraints:      73907
2822.31/2829.55	c #Conflicts:    4117000 | #Constraints:      74907
2822.31/2829.55	c #Conflicts:    4118000 | #Constraints:      75907
2822.31/2829.55	c #Conflicts:    4119000 | #Constraints:      76907
2822.31/2829.55	c #Conflicts:    4120000 | #Constraints:      77907
2822.31/2829.55	c #Conflicts:    4121000 | #Constraints:      78907
2822.31/2829.55	c #Conflicts:    4122000 | #Constraints:      79907
2822.31/2829.55	c #Conflicts:    4123000 | #Constraints:      80907
2822.31/2829.55	c #Conflicts:    4124000 | #Constraints:      81907
2822.31/2829.55	c #Conflicts:    4125000 | #Constraints:      82907
2822.31/2829.55	c #Conflicts:    4126000 | #Constraints:      83907
2822.31/2829.55	c #Conflicts:    4127000 | #Constraints:      84907
2822.31/2829.55	c #Conflicts:    4128000 | #Constraints:      85907
2822.31/2829.55	c #Conflicts:    4129000 | #Constraints:      86907
2822.31/2829.55	c #Conflicts:    4130000 | #Constraints:      87907
2822.31/2829.55	c #Conflicts:    4131000 | #Constraints:      88907
2822.31/2829.55	c #Conflicts:    4132000 | #Constraints:      89907
2822.31/2829.55	c INPROCESSING
2822.31/2829.55	c GARBAGE COLLECT
2822.31/2829.55	c #Conflicts:    4133000 | #Constraints:      50438
2822.31/2829.55	c #Conflicts:    4134000 | #Constraints:      51438
2822.31/2829.55	c #Conflicts:    4135000 | #Constraints:      52438
2822.31/2829.55	c #Conflicts:    4136000 | #Constraints:      53438
2822.31/2829.55	c #Conflicts:    4137000 | #Constraints:      54438
2822.31/2829.55	c #Conflicts:    4138000 | #Constraints:      55438
2822.31/2829.55	c #Conflicts:    4139000 | #Constraints:      56438
2822.31/2829.55	c #Conflicts:    4140000 | #Constraints:      57438
2822.31/2829.55	c #Conflicts:    4141000 | #Constraints:      58438
2822.31/2829.55	c #Conflicts:    4142000 | #Constraints:      59438
2822.31/2829.55	c #Conflicts:    4143000 | #Constraints:      60438
2822.31/2829.55	c #Conflicts:    4144000 | #Constraints:      61438
2822.31/2829.55	c #Conflicts:    4145000 | #Constraints:      62438
2822.31/2829.55	c #Conflicts:    4146000 | #Constraints:      63438
2822.31/2829.55	c #Conflicts:    4147000 | #Constraints:      64438
2822.31/2829.55	c #Conflicts:    4148000 | #Constraints:      65438
2822.31/2829.55	c #Conflicts:    4149000 | #Constraints:      66438
2822.31/2829.55	c #Conflicts:    4150000 | #Constraints:      67438
2822.31/2829.55	c #Conflicts:    4151000 | #Constraints:      68438
2822.31/2829.55	c #Conflicts:    4152000 | #Constraints:      69438
2822.31/2829.55	c #Conflicts:    4153000 | #Constraints:      70438
2822.31/2829.55	c #Conflicts:    4154000 | #Constraints:      71439
2822.31/2829.55	c #Conflicts:    4155000 | #Constraints:      72439
2822.31/2829.55	c #Conflicts:    4156000 | #Constraints:      73439
2822.31/2829.55	c #Conflicts:    4157000 | #Constraints:      74439
2822.31/2829.55	c #Conflicts:    4158000 | #Constraints:      75439
2822.31/2829.55	c #Conflicts:    4159000 | #Constraints:      76440
2822.31/2829.55	c #Conflicts:    4160000 | #Constraints:      77440
2822.31/2829.55	c #Conflicts:    4161000 | #Constraints:      78440
2822.31/2829.55	c #Conflicts:    4162000 | #Constraints:      79440
2822.31/2829.55	c #Conflicts:    4163000 | #Constraints:      80440
2822.31/2829.55	c #Conflicts:    4164000 | #Constraints:      81440
2822.31/2829.55	c #Conflicts:    4165000 | #Constraints:      82440
2822.31/2829.55	c #Conflicts:    4166000 | #Constraints:      83440
2822.31/2829.55	c #Conflicts:    4167000 | #Constraints:      84440
2822.31/2829.55	c #Conflicts:    4168000 | #Constraints:      85440
2822.31/2829.55	c #Conflicts:    4169000 | #Constraints:      86440
2822.31/2829.55	c #Conflicts:    4170000 | #Constraints:      87440
2875.79/2883.16	c #Conflicts:    4171000 | #Constraints:      88440
2875.79/2883.16	c #Conflicts:    4172000 | #Constraints:      89440
2875.79/2883.16	c #Conflicts:    4173000 | #Constraints:      90441
2875.79/2883.16	c INPROCESSING
2875.79/2883.16	c GARBAGE COLLECT
2875.79/2883.16	c #Conflicts:    4174000 | #Constraints:      50857
2875.79/2883.16	c #Conflicts:    4175000 | #Constraints:      51857
2875.79/2883.16	c #Conflicts:    4176000 | #Constraints:      52857
2875.79/2883.16	c #Conflicts:    4177000 | #Constraints:      53857
2875.79/2883.16	c #Conflicts:    4178000 | #Constraints:      54857
2875.79/2883.16	c #Conflicts:    4179000 | #Constraints:      55857
2875.79/2883.16	c #Conflicts:    4180000 | #Constraints:      56857
2875.79/2883.16	c #Conflicts:    4181000 | #Constraints:      57857
2875.79/2883.16	c #Conflicts:    4182000 | #Constraints:      58857
2875.79/2883.16	c #Conflicts:    4183000 | #Constraints:      59857
2875.79/2883.16	c #Conflicts:    4184000 | #Constraints:      60857
2875.79/2883.16	c #Conflicts:    4185000 | #Constraints:      61857
2875.79/2883.16	c #Conflicts:    4186000 | #Constraints:      62857
2875.79/2883.16	c #Conflicts:    4187000 | #Constraints:      63857
2875.79/2883.16	c #Conflicts:    4188000 | #Constraints:      64857
2875.79/2883.16	c #Conflicts:    4189000 | #Constraints:      65857
2875.79/2883.16	c #Conflicts:    4190000 | #Constraints:      66857
2875.79/2883.16	c #Conflicts:    4191000 | #Constraints:      67857
2875.79/2883.16	c #Conflicts:    4192000 | #Constraints:      68857
2875.79/2883.16	c #Conflicts:    4193000 | #Constraints:      69857
2875.79/2883.16	c #Conflicts:    4194000 | #Constraints:      70858
2875.79/2883.16	c #Conflicts:    4195000 | #Constraints:      71858
2875.79/2883.16	c #Conflicts:    4196000 | #Constraints:      72859
2875.79/2883.16	c #Conflicts:    4197000 | #Constraints:      73859
2875.79/2883.16	c #Conflicts:    4198000 | #Constraints:      74860
2875.79/2883.16	c #Conflicts:    4199000 | #Constraints:      75860
2875.79/2883.16	c #Conflicts:    4200000 | #Constraints:      76860
2875.79/2883.16	c #Conflicts:    4201000 | #Constraints:      77860
2875.79/2883.16	c #Conflicts:    4202000 | #Constraints:      78860
2875.79/2883.16	c #Conflicts:    4203000 | #Constraints:      79860
2875.79/2883.16	c #Conflicts:    4204000 | #Constraints:      80860
2875.79/2883.16	c #Conflicts:    4205000 | #Constraints:      81860
2875.79/2883.16	c #Conflicts:    4206000 | #Constraints:      82860
2875.79/2883.16	c #Conflicts:    4207000 | #Constraints:      83860
2875.79/2883.16	c #Conflicts:    4208000 | #Constraints:      84860
2875.79/2883.16	c #Conflicts:    4209000 | #Constraints:      85860
2875.79/2883.16	c #Conflicts:    4210000 | #Constraints:      86860
2875.79/2883.16	c #Conflicts:    4211000 | #Constraints:      87860
2875.79/2883.16	c #Conflicts:    4212000 | #Constraints:      88860
2875.79/2883.16	c #Conflicts:    4213000 | #Constraints:      89860
2875.79/2883.16	c #Conflicts:    4214000 | #Constraints:      90860
2875.79/2883.16	c INPROCESSING
2875.79/2883.16	c GARBAGE COLLECT
2875.79/2883.16	c #Conflicts:    4215000 | #Constraints:      51059
2875.79/2883.16	c #Conflicts:    4216000 | #Constraints:      52060
2875.79/2883.16	c #Conflicts:    4217000 | #Constraints:      53060
2875.79/2883.16	c #Conflicts:    4218000 | #Constraints:      54060
2875.79/2883.16	c #Conflicts:    4219000 | #Constraints:      55060
2875.79/2883.16	c #Conflicts:    4220000 | #Constraints:      56060
2875.79/2883.16	c #Conflicts:    4221000 | #Constraints:      57060
2875.79/2883.16	c #Conflicts:    4222000 | #Constraints:      58060
2875.79/2883.16	c #Conflicts:    4223000 | #Constraints:      59060
2875.79/2883.16	c #Conflicts:    4224000 | #Constraints:      60060
2875.79/2883.16	c #Conflicts:    4225000 | #Constraints:      61060
2875.79/2883.16	c #Conflicts:    4226000 | #Constraints:      62060
2875.79/2883.16	c #Conflicts:    4227000 | #Constraints:      63060
2875.79/2883.16	c #Conflicts:    4228000 | #Constraints:      64060
2875.79/2883.16	c #Conflicts:    4229000 | #Constraints:      65060
2875.79/2883.16	c #Conflicts:    4230000 | #Constraints:      66060
2875.79/2883.16	c #Conflicts:    4231000 | #Constraints:      67060
2875.79/2883.16	c #Conflicts:    4232000 | #Constraints:      68060
2875.79/2883.16	c #Conflicts:    4233000 | #Constraints:      69060
2875.79/2883.16	c #Conflicts:    4234000 | #Constraints:      70060
2875.79/2883.16	c #Conflicts:    4235000 | #Constraints:      71060
2875.79/2883.16	c #Conflicts:    4236000 | #Constraints:      72060
2875.79/2883.16	c #Conflicts:    4237000 | #Constraints:      73060
2875.79/2883.16	c #Conflicts:    4238000 | #Constraints:      74060
2875.79/2883.16	c #Conflicts:    4239000 | #Constraints:      75061
2875.79/2883.16	c #Conflicts:    4240000 | #Constraints:      76061
2875.79/2883.16	c #Conflicts:    4241000 | #Constraints:      77061
2875.79/2883.16	c #Conflicts:    4242000 | #Constraints:      78061
2875.79/2883.16	c #Conflicts:    4243000 | #Constraints:      79061
2875.79/2883.16	c #Conflicts:    4244000 | #Constraints:      80061
2875.79/2883.16	c #Conflicts:    4245000 | #Constraints:      81061
2875.79/2883.16	c #Conflicts:    4246000 | #Constraints:      82061
2875.79/2883.16	c #Conflicts:    4247000 | #Constraints:      83061
2905.92/2913.31	c #Conflicts:    4248000 | #Constraints:      84061
2905.92/2913.31	c #Conflicts:    4249000 | #Constraints:      85061
2905.92/2913.31	c #Conflicts:    4250000 | #Constraints:      86061
2905.92/2913.31	c #Conflicts:    4251000 | #Constraints:      87061
2905.92/2913.31	c #Conflicts:    4252000 | #Constraints:      88061
2905.92/2913.31	c #Conflicts:    4253000 | #Constraints:      89061
2905.92/2913.31	c #Conflicts:    4254000 | #Constraints:      90061
2905.92/2913.31	c #Conflicts:    4255000 | #Constraints:      91061
2905.92/2913.31	c INPROCESSING
2905.92/2913.31	c GARBAGE COLLECT
2905.92/2913.31	c #Conflicts:    4256000 | #Constraints:      51051
2905.92/2913.31	c #Conflicts:    4257000 | #Constraints:      52051
2905.92/2913.31	c #Conflicts:    4258000 | #Constraints:      53051
2905.92/2913.31	c #Conflicts:    4259000 | #Constraints:      54051
2905.92/2913.31	c #Conflicts:    4260000 | #Constraints:      55051
2905.92/2913.31	c #Conflicts:    4261000 | #Constraints:      56051
2905.92/2913.31	c #Conflicts:    4262000 | #Constraints:      57051
2905.92/2913.31	c #Conflicts:    4263000 | #Constraints:      58051
2905.92/2913.31	c #Conflicts:    4264000 | #Constraints:      59051
2905.92/2913.31	c #Conflicts:    4265000 | #Constraints:      60051
2905.92/2913.31	c #Conflicts:    4266000 | #Constraints:      61052
2905.92/2913.31	c #Conflicts:    4267000 | #Constraints:      62052
2905.92/2913.31	c #Conflicts:    4268000 | #Constraints:      63052
2905.92/2913.31	c #Conflicts:    4269000 | #Constraints:      64052
2905.92/2913.31	c #Conflicts:    4270000 | #Constraints:      65052
2905.92/2913.31	c #Conflicts:    4271000 | #Constraints:      66052
2905.92/2913.31	c #Conflicts:    4272000 | #Constraints:      67052
2905.92/2913.31	c #Conflicts:    4273000 | #Constraints:      68052
2905.92/2913.31	c #Conflicts:    4274000 | #Constraints:      69052
2905.92/2913.31	c #Conflicts:    4275000 | #Constraints:      70052
2905.92/2913.31	c #Conflicts:    4276000 | #Constraints:      71104
2905.92/2913.31	c #Conflicts:    4277000 | #Constraints:      72104
2905.92/2913.31	c #Conflicts:    4278000 | #Constraints:      73104
2905.92/2913.31	c #Conflicts:    4279000 | #Constraints:      74104
2905.92/2913.31	c #Conflicts:    4280000 | #Constraints:      75104
2905.92/2913.31	c #Conflicts:    4281000 | #Constraints:      76104
2905.92/2913.31	c #Conflicts:    4282000 | #Constraints:      77104
2905.92/2913.31	c #Conflicts:    4283000 | #Constraints:      78104
2905.92/2913.31	c #Conflicts:    4284000 | #Constraints:      79104
2905.92/2913.31	c #Conflicts:    4285000 | #Constraints:      80104
2905.92/2913.31	c #Conflicts:    4286000 | #Constraints:      81104
2905.92/2913.31	c #Conflicts:    4287000 | #Constraints:      82104
2905.92/2913.31	c #Conflicts:    4288000 | #Constraints:      83104
2905.92/2913.31	c #Conflicts:    4289000 | #Constraints:      84104
2905.92/2913.31	c #Conflicts:    4290000 | #Constraints:      85105
2905.92/2913.31	c #Conflicts:    4291000 | #Constraints:      86105
2905.92/2913.31	c #Conflicts:    4292000 | #Constraints:      87105
2905.92/2913.31	c #Conflicts:    4293000 | #Constraints:      88105
2905.92/2913.31	c #Conflicts:    4294000 | #Constraints:      89105
2905.92/2913.31	c #Conflicts:    4295000 | #Constraints:      90105
2905.92/2913.31	c #Conflicts:    4296000 | #Constraints:      91105
2905.92/2913.31	c INPROCESSING
2905.92/2913.31	c GARBAGE COLLECT
2905.92/2913.31	WSVECS04 Frhs2[6]: 6 -5.5236 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[7]: 6 -25.0396 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[12]: 6 -0.908067 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[22]: 6 -1.06288 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[44]: 6 -1.38992 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[61]: 6 -0.999248 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[72]: 6 -74.084 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[75]: 6 -2.29327 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[88]: 6 -1.03827 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[95]: 6 -3.2359 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[105]: 6 0 0.258356 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[106]: 6 -1.00193 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[111]: 6 -1.03297 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[115]: 6 -1.01718 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[121]: 6 -1.00031 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[131]: 6 -2.4599 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[132]: 6 0 0.00805588 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[139]: 6 0 0.182365 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[155]: 6 -1.00335 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[165]: 6 -1.42966 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[168]: 6 0 73.2508 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[175]: 6 -1.02064 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[200]: 6 -37.2637 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[209]: 6 -6.75203 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[212]: 6 -1.01799 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[222]: 6 -0.999401 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[248]: 6 -1.01306 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[249]: 6 -1.02315 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[252]: 6 -0.999622 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[273]: 6 -1.07019 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[286]: 6 -0.999401 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[307]: 6 -1.01921 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[308]: 6 -1.1109 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[332]: 6 -0.946943 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[377]: 6 -1.00031 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[395]: 6 -0.962607 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[406]: 6 -0.892274 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[440]: 6 -1.01266 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[441]: 6 -1.08373 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[474]: 6 -0.993573 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[486]: 6 -1.00893 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[508]: 6 -1.00047 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[509]: 6 -1.00025 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[524]: 6 -0.986934 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[526]: 6 -1.00903 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[548]: 6 -1.58338 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[549]: 6 -2.8078 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[553]: 6 -2.25743 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[563]: 6 -1.05776 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[564]: 6 -0.970903 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[570]: 6 -0.993917 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[573]: 6 -0.999248 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[576]: 6 0 1.8399 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[580]: 6 -2.21402 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[581]: 6 -3.43135 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[587]: 6 -2.17769 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[600]: 6 -1.05511 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[605]: 6 -1.00214 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[612]: 6 -1.99955 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[613]: 6 -5.36731 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[614]: 6 -1.17025 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[615]: 6 -18.7046 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[616]: 6 -74.4155 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[624]: 6 -0.986824 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[638]: 6 0 0.496864 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[644]: 6 -1.01882 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[646]: 6 -2.08814 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[647]: 6 0 2.26007 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[651]: 6 -0.989566 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[662]: 6 -0.987361 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[678]: 6 0 0.0864128 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[680]: 6 -73.9307 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[681]: 6 -0.995233 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[684]: 6 -0.97652 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[697]: 6 -1.00768 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[708]: 6 -1.02443 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[718]: 6 -1.00328 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[721]: 6 -1.01012 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[724]: 6 -1.01542 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[730]: 6 -0.999667 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[734]: 6 -0.999401 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[955]: 6 -1.0014 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1061]: 6 -1.54772 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1064]: 6 -1.55677 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1066]: 6 -1.00279 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1069]: 6 -1.00619 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1071]: 6 -0.980063 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1077]: 6 -0.996595 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1086]: 6 -0.999802 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1094]: 6 -0.606147 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1100]: 6 -0.732515 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1103]: 6 -0.993955 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1107]: 6 -1.01641 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1109]: 6 -0.917337 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1116]: 6 -0.994847 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1118]: 6 -0.499335 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1119]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1120]: 6 -1.93165 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1123]: 6 -3.71461 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1126]: 6 -1.05232 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1131]: 6 -1.25349 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1133]: 6 -1.7099 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1142]: 6 -0.992107 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1144]: 6 -0.984612 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1145]: 6 -0.988049 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1151]: 6 -1.32921 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1152]: 6 -1.37181 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1171]: 6 -1.00301 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1173]: 6 -1.08234 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1175]: 6 -1.00095 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1177]: 6 -1.0023 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1179]: 6 -1.05691 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1190]: 6 -1.2893 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1192]: 6 -0.989709 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1195]: 6 -1.25769 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1207]: 6 -1.00483 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1210]: 6 -1.26021 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1212]: 6 -1.43179 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1213]: 6 -1.51304 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1215]: 6 0 0.260847 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1229]: 6 -1.25044 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1230]: 6 -1.00147 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1240]: 6 -1.00388 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1261]: 6 -1.31246 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1269]: 6 -1.01506 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1270]: 6 -1.05272 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1280]: 6 -4.85907 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1289]: 6 -0.362157 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1294]: 6 -1.00153 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1297]: 6 -0.999706 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1309]: 6 -1.45465 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1311]: 6 -0.810126 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1312]: 6 -0.62025 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1322]: 6 -0.998869 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1326]: 6 -1.00005 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1330]: 6 -0.999311 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1362]: 6 -1.00558 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1363]: 6 -0.998913 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1365]: 6 -1.06754 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1370]: 6 -1.625 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1385]: 6 -1.46661 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1388]: 6 0 0.0762066 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1398]: 6 -1.02703 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1414]: 6 -1.98851 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1420]: 6 -0.687457 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1422]: 6 -0.749805 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1424]: 6 -0.999309 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1426]: 6 -1.01322 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1439]: 6 -2.54394 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1441]: 6 -1.89293 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1444]: 6 -3.32626 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1446]: 6 0 0.0768036 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1465]: 6 -0.99904 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1473]: 6 0 0.665068 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1477]: 6 -1.01104 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1478]: 6 -0.365943 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1479]: 6 -1.00505 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1483]: 6 -0.969907 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1487]: 6 -1.05817 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1492]: 6 -0.998059 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1502]: 6 -1.15467 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1503]: 6 -3.66713 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1527]: 6 -0.99974 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1528]: 6 -1.00051 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1531]: 6 -1.50358 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1533]: 6 -1.31235 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1536]: 6 -1.70345 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1549]: 6 -0.982473 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1565]: 6 -1.28571 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1568]: 6 -0.299704 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1581]: 6 -0.998725 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1583]: 6 -1.00956 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1584]: 6 -1.02012 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1587]: 6 -1.00241 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1588]: 6 -1.00277 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1592]: 6 -1.02299 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1593]: 6 -1.02808 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1594]: 6 -1.00838 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1599]: 6 -0.0180263 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1601]: 6 -2.16464 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1604]: 6 -2.27034 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1607]: 6 -0.9988 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1612]: 6 -0.995532 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1613]: 6 -0.998235 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1616]: 6 -1.0192 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1618]: 6 -1.0039 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1621]: 6 -1.00281 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1626]: 6 -1.03032 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1632]: 6 0 0.484952 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1635]: 6 -2.03866 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1643]: 6 -1.16234 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1679]: 6 -0.996111 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1718]: 6 -1.03062 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1737]: 6 -0.997503 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1748]: 6 -1.00014 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1976]: 6 -1.08413 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1977]: 6 -1.014 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1984]: 6 -1.17651 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1985]: 6 -0.999358 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[1991]: 6 -1.00002 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2052]: 6 -0.999802 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2054]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2056]: 6 -1.44397 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2058]: 6 -0.887948 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2062]: 6 -2.65625 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2076]: 6 -0.98787 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2078]: 6 -0.975735 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2081]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2084]: 6 -0.999827 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2087]: 6 -1.00011 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2089]: 6 -0.999888 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2092]: 6 -1.28847 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2093]: 6 -1.00065 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2095]: 6 -0.419082 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2097]: 6 -1.0026 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2099]: 6 -1.00519 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2126]: 6 -1.03042 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2134]: 6 -1.00008 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2145]: 6 -1.13117 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2160]: 6 -0.999438 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2161]: 6 -1.09312 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2168]: 6 -1.03063 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2169]: 6 -2.43049 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2171]: 6 -3.80014 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2174]: 6 -1.00042 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2176]: 6 -0.755598 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2177]: 6 -0.117249 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2178]: 6 0 22.7736 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2185]: 6 -0.999659 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2188]: 6 -0.999313 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2189]: 6 -0.998671 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2191]: 6 -0.9982 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2193]: 6 -0.971197 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2214]: 6 -1.31676 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2215]: 6 -1.24988 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2241]: 6 -1.26855 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2246]: 6 0 1.28657 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2257]: 6 -1.00143 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2260]: 6 -1.00588 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2267]: 6 -0.999036 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2274]: 6 -1.00536 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2276]: 6 -0.960072 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2277]: 6 -1.01562 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2279]: 6 -0.965314 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2281]: 6 -1.00036 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2284]: 6 -0.99991 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2285]: 6 -0.99991 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2289]: 6 -1.00036 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2296]: 6 -1.00578 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2300]: 6 -1.01156 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2310]: 6 -1.02087 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2338]: 6 0 1.00009 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2342]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2346]: 6 -1.29568 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2361]: 6 -0.999937 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2364]: 6 -0.999998 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2365]: 6 -0.99974 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2369]: 6 -0.999637 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2381]: 6 -0.999597 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2384]: 6 -1.00011 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2404]: 6 -1.33663 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2524]: 6 -1.12244 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2569]: 6 -1.00063 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2579]: 6 -0.97132 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2590]: 6 -11.3397 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2591]: 6 -5.63172 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2606]: 6 -1.00058 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2621]: 6 -1.05054 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2640]: 6 -1.60609 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2644]: 6 -1.03614 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2645]: 6 -0.98027 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2670]: 6 -1.01551 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2671]: 6 -1.01551 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2674]: 6 -0.999878 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2700]: 6 -0.999961 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2712]: 6 -1.00993 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2717]: 6 -1.03571 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2721]: 6 -5.36072 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2734]: 6 -11.076 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2750]: 6 -1.00003 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2778]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2787]: 6 -1.65625 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2788]: 6 -1.3125 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2791]: 6 -1.31251 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2794]: 6 -0.999801 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2798]: 6 -0.999718 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2806]: 6 -0.986009 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2809]: 6 -0.997332 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2840]: 6 -0.999435 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2846]: 6 -1.00044 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2848]: 6 -1.00087 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2857]: 6 -0.98601 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2864]: 6 -0.998439 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2876]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2890]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2895]: 6 -1.00086 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2902]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2914]: 6 0 1.04209 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2920]: 6 -1.32813 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2936]: 6 -0.997397 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2937]: 6 -0.997397 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2972]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2987]: 6 -1.31246 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2989]: 6 -1.25209 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3046]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3066]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3068]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3076]: 6 -1.27123 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3084]: 6 -1.00181 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3106]: 6 0 0.771298 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3113]: 6 -2.0235 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3122]: 6 -11.2365 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3124]: 6 -17.4731 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3126]: 6 -0.998191 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3128]: 6 -0.992764 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3162]: 6 -1.09033 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3163]: 6 -1.09033 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3166]: 6 -0.638696 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3194]: 6 -1.00448 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3211]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3215]: 6 -1.00002 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3223]: 6 -1.01204 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3229]: 6 -1.00271 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3231]: 6 -0.992481 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3233]: 6 -1.02258 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3241]: 6 -1.05607 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3249]: 6 -0.994782 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3268]: 6 -1.08961 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3309]: 6 -5.55056 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3311]: 6 -0.999258 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3313]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3315]: 6 -1.00172 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3325]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3332]: 6 -1.04419 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3333]: 6 -1.00577 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3336]: 6 -1.02271 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3337]: 6 -1.00013 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3344]: 6 -0.996118 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3345]: 6 -0.998209 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3348]: 6 -1.00717 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3391]: 6 -1.80385 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3416]: 6 -22.1986 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3417]: 6 -1.00002 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3420]: 6 -1.00003 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3424]: 6 -0.999877 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3425]: 6 -1.00019 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3429]: 6 -1.00099 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3476]: 6 -1.01537 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3489]: 6 -5.09452 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3501]: 6 -4.87076 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3503]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3505]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3507]: 6 -1.00001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3510]: 6 -0.999993 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3511]: 6 -1.00002 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3515]: 6 -1.00009 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3519]: 6 -1.00037 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3522]: 6 -1.00468 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3523]: 6 -1.00615 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3525]: 6 -1.00297 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3533]: 6 -0.997153 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3536]: 6 -1.00301 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3540]: 6 -1.03351 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3548]: 6 -0.64905 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3552]: 6 -2.4038 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3555]: 6 -0.999248 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3561]: 6 -1.03009 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3576]: 6 -1.00024 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3580]: 6 -0.996121 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3592]: 6 -5.06951 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3596]: 6 -0.771946 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3600]: 6 -1.91288 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3603]: 6 -1.00085 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3609]: 6 -1.0082 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3611]: 6 -1.01092 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3613]: 6 -0.999904 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3615]: 6 -1.04179 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3619]: 6 -1.00797 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3628]: 6 -1.21635 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3629]: 6 -1.02858 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3634]: 6 -1.22898 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3644]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3667]: 6 -1.00262 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3671]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3675]: 6 -1.23644 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3688]: 6 -5.08687 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3693]: 6 -4.02384 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3696]: 6 -6.51482 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3700]: 6 -1.33895 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3701]: 6 -1.33895 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3714]: 6 -1.00262 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3717]: 6 -1.00179 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3728]: 6 -1.00079 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3734]: 6 -1.07078 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3736]: 6 -1.11351 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3740]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3741]: 6 -1.25 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3755]: 6 -1.00004 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3764]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3784]: 6 -11.4555 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3786]: 6 -1.02295 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3788]: 6 -1.04763 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3789]: 6 -1.00138 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3798]: 6 -1.0012 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3799]: 6 -1.0012 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3802]: 6 -0.998813 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3803]: 6 -1.00066 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3807]: 6 -1.00518 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3810]: 6 -1.01914 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3811]: 6 -1.01914 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3818]: 6 -1.01332 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3836]: 6 -1.24905 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3837]: 6 -1.24905 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3847]: 6 -1.01492 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3850]: 6 -0.999957 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3851]: 6 -0.989686 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3854]: 6 -1.0194 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3856]: 6 -1.00197 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3860]: 6 -1.01009 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3861]: 6 -1.00003 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3862]: 6 -1.01991 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3873]: 6 -0.996056 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3875]: 6 -1.07563 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3879]: 6 -0.999952 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3883]: 6 -3.14303 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3887]: 6 -9.54663 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3891]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3894]: 6 -1.05204 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3895]: 6 -1.00003 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3898]: 6 -0.999985 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3899]: 6 -1.0001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3902]: 6 -1.00012 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3906]: 6 -1.00905 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3908]: 6 -1.02203 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3909]: 6 -1.00387 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3912]: 6 -1.02393 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3914]: 6 -0.999879 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3915]: 6 -1.00038 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3920]: 6 -1.00474 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3921]: 6 -1.00398 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3924]: 6 -1.0447 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3926]: 6 -1.08939 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3931]: 6 -0.997994 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3939]: 6 0 0.644398 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3943]: 6 -1.00031 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3944]: 6 -0.989366 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3957]: 6 -1.00551 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3963]: 6 -0.999928 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3967]: 6 -1.09409 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3971]: 6 -2.04865 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3973]: 6 -4.29065 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3977]: 6 -0.999976 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3980]: 6 -1.02021 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3984]: 6 -1.04127 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3985]: 6 -1.01403 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3988]: 6 -1.01205 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3993]: 6 -1.00042 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3995]: 6 -1.00059 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3996]: 6 -0.997833 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3998]: 6 -1.07486 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[3999]: 6 -1.0379 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4001]: 6 -1.06131 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4004]: 6 -1.00665 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4006]: 6 -1.01409 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4009]: 6 -0.99994 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4014]: 6 -1.08837 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4016]: 6 -0.998001 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4018]: 6 -0.997421 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4021]: 6 -1.00014 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4022]: 6 -1.00029 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4028]: 6 -1.24769 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4035]: 6 -1.27986 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4052]: 6 -1.00771 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4053]: 6 -1.0153 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4064]: 6 -1.50526 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4079]: 6 -1.00588 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4082]: 6 -73.071 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4085]: 6 -0.999479 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4100]: 6 -1.00771 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4101]: 6 -1.00774 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4106]: 6 -1.00025 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4119]: 6 -1.01625 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
2905.92/2913.31	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
2965.67/2973.27	c #Conflicts:    4297000 | #Constraints:      50910
2965.67/2973.27	c #Conflicts:    4298000 | #Constraints:      51910
2965.67/2973.27	c #Conflicts:    4299000 | #Constraints:      52910
2965.67/2973.27	c #Conflicts:    4300000 | #Constraints:      53910
2965.67/2973.27	c #Conflicts:    4301000 | #Constraints:      54911
2965.67/2973.27	c #Conflicts:    4302000 | #Constraints:      55911
2965.67/2973.27	c #Conflicts:    4303000 | #Constraints:      56911
2965.67/2973.27	c #Conflicts:    4304000 | #Constraints:      57911
2965.67/2973.27	c #Conflicts:    4305000 | #Constraints:      58911
2965.67/2973.27	c #Conflicts:    4306000 | #Constraints:      59911
2965.67/2973.27	c #Conflicts:    4307000 | #Constraints:      60911
2965.67/2973.27	c #Conflicts:    4308000 | #Constraints:      61911
2965.67/2973.27	c #Conflicts:    4309000 | #Constraints:      62911
2965.67/2973.27	c #Conflicts:    4310000 | #Constraints:      63912
2965.67/2973.27	c #Conflicts:    4311000 | #Constraints:      64912
2965.67/2973.27	c #Conflicts:    4312000 | #Constraints:      65913
2965.67/2973.27	c #Conflicts:    4313000 | #Constraints:      66913
2965.67/2973.27	c #Conflicts:    4314000 | #Constraints:      67913
2965.67/2973.27	c #Conflicts:    4315000 | #Constraints:      68913
2965.67/2973.27	c #Conflicts:    4316000 | #Constraints:      69913
2965.67/2973.27	c #Conflicts:    4317000 | #Constraints:      70913
2965.67/2973.27	c #Conflicts:    4318000 | #Constraints:      71918
2965.67/2973.27	c #Conflicts:    4319000 | #Constraints:      72918
2965.67/2973.27	c #Conflicts:    4320000 | #Constraints:      73918
2965.67/2973.27	c #Conflicts:    4321000 | #Constraints:      74918
2965.67/2973.27	c #Conflicts:    4322000 | #Constraints:      75918
2965.67/2973.27	c #Conflicts:    4323000 | #Constraints:      76918
2965.67/2973.27	c #Conflicts:    4324000 | #Constraints:      77919
2965.67/2973.27	c #Conflicts:    4325000 | #Constraints:      78919
2965.67/2973.27	c #Conflicts:    4326000 | #Constraints:      79919
2965.67/2973.27	c #Conflicts:    4327000 | #Constraints:      80919
2965.67/2973.27	c #Conflicts:    4328000 | #Constraints:      81919
2965.67/2973.27	c #Conflicts:    4329000 | #Constraints:      82919
2965.67/2973.27	c #Conflicts:    4330000 | #Constraints:      83919
2965.67/2973.27	c #Conflicts:    4331000 | #Constraints:      84919
2965.67/2973.27	c #Conflicts:    4332000 | #Constraints:      85920
2965.67/2973.27	c #Conflicts:    4333000 | #Constraints:      86921
2965.67/2973.27	c #Conflicts:    4334000 | #Constraints:      87921
2965.67/2973.27	c #Conflicts:    4335000 | #Constraints:      88921
2965.67/2973.27	c #Conflicts:    4336000 | #Constraints:      89921
2965.67/2973.27	c #Conflicts:    4337000 | #Constraints:      90921
2965.67/2973.27	c #Conflicts:    4338000 | #Constraints:      91921
2965.67/2973.27	c INPROCESSING
2965.67/2973.27	c GARBAGE COLLECT
2965.67/2973.27	c #Conflicts:    4339000 | #Constraints:      51539
2965.67/2973.27	c #Conflicts:    4340000 | #Constraints:      52539
2965.67/2973.27	c #Conflicts:    4341000 | #Constraints:      53539
2965.67/2973.27	c #Conflicts:    4342000 | #Constraints:      54539
2965.67/2973.27	c #Conflicts:    4343000 | #Constraints:      55539
2965.67/2973.27	c #Conflicts:    4344000 | #Constraints:      56539
2965.67/2973.27	c #Conflicts:    4345000 | #Constraints:      57539
2965.67/2973.27	c #Conflicts:    4346000 | #Constraints:      58539
2965.67/2973.27	c #Conflicts:    4347000 | #Constraints:      59539
2965.67/2973.27	c #Conflicts:    4348000 | #Constraints:      60539
2965.67/2973.27	c #Conflicts:    4349000 | #Constraints:      61539
2965.67/2973.27	c #Conflicts:    4350000 | #Constraints:      62539
2965.67/2973.27	c #Conflicts:    4351000 | #Constraints:      63539
2965.67/2973.27	c #Conflicts:    4352000 | #Constraints:      64539
2965.67/2973.27	c #Conflicts:    4353000 | #Constraints:      65539
2965.67/2973.27	c #Conflicts:    4354000 | #Constraints:      66539
2965.67/2973.27	c #Conflicts:    4355000 | #Constraints:      67539
2965.67/2973.27	c #Conflicts:    4356000 | #Constraints:      68539
2965.67/2973.27	c #Conflicts:    4357000 | #Constraints:      69539
2965.67/2973.27	c #Conflicts:    4358000 | #Constraints:      70539
2965.67/2973.27	c #Conflicts:    4359000 | #Constraints:      71539
2965.67/2973.27	c #Conflicts:    4360000 | #Constraints:      72539
2965.67/2973.27	c #Conflicts:    4361000 | #Constraints:      73540
2965.67/2973.27	c #Conflicts:    4362000 | #Constraints:      74540
2965.67/2973.27	c #Conflicts:    4363000 | #Constraints:      75540
2965.67/2973.27	c #Conflicts:    4364000 | #Constraints:      76540
2965.67/2973.27	c #Conflicts:    4365000 | #Constraints:      77540
2965.67/2973.27	c #Conflicts:    4366000 | #Constraints:      78540
2965.67/2973.27	c #Conflicts:    4367000 | #Constraints:      79540
2965.67/2973.27	c #Conflicts:    4368000 | #Constraints:      80540
2965.67/2973.27	c #Conflicts:    4369000 | #Constraints:      81540
2965.67/2973.27	c #Conflicts:    4370000 | #Constraints:      82540
2965.67/2973.27	c #Conflicts:    4371000 | #Constraints:      83540
2965.67/2973.27	c #Conflicts:    4372000 | #Constraints:      84540
2965.67/2973.27	c #Conflicts:    4373000 | #Constraints:      85540
2965.67/2973.27	c #Conflicts:    4374000 | #Constraints:      86540
2965.67/2973.27	c #Conflicts:    4375000 | #Constraints:      87540
2970.66/2978.23	c #Conflicts:    4376000 | #Constraints:      88540
2970.66/2978.23	c #Conflicts:    4377000 | #Constraints:      89540
2970.66/2978.23	c #Conflicts:    4378000 | #Constraints:      90540
2970.66/2978.23	c #Conflicts:    4379000 | #Constraints:      91540
2970.66/2978.23	c #Conflicts:    4380000 | #Constraints:      92540
2970.66/2978.23	c INPROCESSING
2970.66/2978.23	c GARBAGE COLLECT
2970.66/2978.23	WSVECS04 Frhs2[1]: 6 -0.997131 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[4]: 6 -1.00384 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[23]: 6 0 0.363869 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[30]: 6 -0.998993 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[31]: 6 -0.999279 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[40]: 6 -0.96497 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[59]: 6 -0.996043 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[60]: 6 -0.999286 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[65]: 6 -0.993701 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[91]: 6 -1.01757 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[92]: 6 -0.999823 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[93]: 6 -0.998714 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[99]: 6 -0.99191 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[101]: 6 -1.00116 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[124]: 6 -1.00011 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[129]: 6 -0.995162 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[132]: 6 -0.979572 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[134]: 6 -0.904243 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[136]: 6 -0.438048 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[168]: 6 -0.996836 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[185]: 6 0 36461.3 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[198]: 6 -1.21645 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[199]: 6 -1.24929 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[218]: 6 -12155.2 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[219]: 6 -0.997098 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[225]: 6 -0.994862 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[248]: 6 -0.99935 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[249]: 6 -0.988876 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[251]: 6 -0.99757 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[253]: 6 -0.99911 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[257]: 6 -0.986384 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[258]: 6 -0.994424 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[259]: 6 -0.997005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[283]: 6 -0.993447 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[316]: 6 -0.99935 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[322]: 6 -0.991218 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[324]: 6 -1.01014 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[347]: 6 -0.996003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[355]: 6 -0.999116 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[389]: 6 -0.998508 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[391]: 6 -0.999981 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[392]: 6 -1.55491 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[393]: 6 -0.990657 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[394]: 6 -2.48328 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[409]: 6 -0.998922 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[420]: 6 -1.01122 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[441]: 6 -0.996772 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[442]: 6 -0.995099 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[447]: 6 -0.996055 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[473]: 6 -36464.8 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[475]: 6 -0.996805 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[476]: 6 -0.996548 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[486]: 6 -0.997483 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[511]: 6 -0.992793 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[513]: 6 -0.994 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[514]: 6 -0.993754 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[544]: 6 -0.9929 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[547]: 6 -0.998156 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[548]: 6 -0.99852 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[549]: 6 -1.09061 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[551]: 6 -1.26796 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[569]: 6 -18233.5 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[571]: 6 -0.99654 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[584]: 6 -1.00013 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[585]: 6 -1.0017 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[587]: 6 -3.46698 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[588]: 6 -6.93266 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[594]: 6 -570.725 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[595]: 6 -0.976258 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[597]: 6 -0.763204 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[598]: 6 -0.998822 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[599]: 6 -0.99952 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[600]: 6 -36463.5 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[601]: 6 -6078.07 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[603]: 6 -0.996355 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[604]: 6 -1.00026 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[605]: 6 -0.999245 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[609]: 6 -0.997748 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[632]: 6 -1.24625 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[633]: 6 -42540.3 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[635]: 6 -1.00102 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[640]: 6 -0.996256 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[641]: 6 -0.994065 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[646]: 6 -1.09164 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[647]: 6 -0.999239 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[648]: 6 -1.55483 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[649]: 6 -0.974709 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[666]: 6 -18232.7 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[668]: 6 -0.99705 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[672]: 6 -0.999205 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[673]: 6 -0.994973 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[675]: 6 -0.997055 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[680]: 6 -0.997929 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[681]: 6 -0.995965 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[700]: 6 -0.999765 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[701]: 6 -0.999686 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[703]: 6 -0.996568 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[705]: 6 -0.989514 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[706]: 6 -0.998241 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[710]: 6 -0.999153 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[711]: 6 -0.999743 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[723]: 6 -0.997546 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[731]: 6 -0.996753 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[734]: 6 -0.999515 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[902]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[951]: 6 -0.999978 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[979]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[986]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[994]: 6 -0.99979 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1012]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1020]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1025]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1058]: 6 -1.00042 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1066]: 6 -1.00303 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1080]: 6 -0.999695 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1081]: 6 -0.999846 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1085]: 6 -0.99986 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1089]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1090]: 6 -1.31657 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1091]: 6 -0.992162 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1092]: 6 -1.26168 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1093]: 6 -0.985293 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1094]: 6 -1.25001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1109]: 6 -1.30606 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1111]: 6 -0.748945 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1112]: 6 -0.750963 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1116]: 6 -1.01203 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1121]: 6 -0.999769 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1125]: 6 -0.989224 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1130]: 6 -0.970751 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1142]: 6 -18232.6 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1146]: 6 -0.998957 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1153]: 6 -0.993444 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1154]: 6 -0.984118 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1155]: 6 -0.987472 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1174]: 6 -0.999819 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1178]: 6 -0.999776 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1180]: 6 -0.999966 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1189]: 6 -0.999133 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1191]: 6 -0.994214 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1192]: 6 -2.10727 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1194]: 6 -5.57602 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1207]: 6 -1.00421 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1213]: 6 -0.985912 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1217]: 6 -0.98655 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1219]: 6 -0.997561 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1237]: 6 -1.01234 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1239]: 6 -0.997899 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1241]: 6 -0.939546 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1242]: 6 -0.379952 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1243]: 6 0 0.241978 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1247]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1249]: 6 -1.24308 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1250]: 6 -0.996508 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1252]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1253]: 6 -0.87513 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1254]: 6 -0.883216 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1275]: 6 0 0.250085 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1277]: 6 -0.997993 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1286]: 6 -1.1407 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1287]: 6 -1.28147 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1291]: 6 -0.991146 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1301]: 6 -0.996896 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1307]: 6 -1.00011 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1309]: 6 -0.989209 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1314]: 6 -0.997685 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1333]: 6 -0.998554 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1335]: 6 -1.65421 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1337]: 6 0 1.36364 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1344]: 6 -0.999759 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1366]: 6 -0.981056 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1371]: 6 -0.998672 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1372]: 6 -0.999696 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1374]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1380]: 6 -1.25041 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1381]: 6 -1.0009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1398]: 6 -0.998539 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1399]: 6 -2.05964 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1401]: 6 -2.24024 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1406]: 6 -0.99986 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1409]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1413]: 6 -1.00059 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1414]: 6 -1.24916 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1428]: 6 -1.25307 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1429]: 6 -2.11253 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1432]: 6 -0.999748 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1441]: 6 -0.997121 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1442]: 6 -0.99956 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1450]: 6 -1.25008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1460]: 6 -0.998617 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1464]: 6 -1.99915 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1466]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1471]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1482]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1483]: 6 -1.00181 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1491]: 6 -0.998767 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1492]: 6 -0.0437454 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1493]: 6 -1.3398 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1496]: 6 -6.7233 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1497]: 6 -0.998241 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1502]: 6 -0.999636 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1503]: 6 -0.996925 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1508]: 6 -1.00337 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1509]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1512]: 6 -0.998839 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1527]: 6 -4.12212 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1530]: 6 -0.998168 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1537]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1545]: 6 -0.998318 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1546]: 6 -1.2501 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1547]: 6 -1.18758 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1548]: 6 -1.25004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1558]: 6 -0.998256 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1559]: 6 -1.24959 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1563]: 6 -0.992537 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1574]: 6 -0.998826 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1576]: 6 -0.999723 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1577]: 6 -0.999605 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1588]: 6 -1.18362 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1590]: 6 -1.01265 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1593]: 6 -0.998421 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1594]: 6 -0.999532 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1595]: 6 -0.991385 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1598]: 6 -0.999333 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1599]: 6 -0.99744 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1601]: 6 -0.992618 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1608]: 6 -0.999413 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1614]: 6 -1.00047 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1615]: 6 -0.815187 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1616]: 6 -0.998542 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1617]: 6 -0.999269 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1618]: 6 -0.997861 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1619]: 6 -1.55567 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1620]: 6 -1.00037 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1621]: 6 -0.998337 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1622]: 6 -0.998446 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1624]: 6 -1.0003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1628]: 6 -0.993665 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1629]: 6 -0.98937 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1630]: 6 -0.99901 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1634]: 6 -0.999263 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1635]: 6 -0.993612 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1663]: 6 -1.00095 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1671]: 6 -0.999593 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1686]: 6 -1.49635 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1694]: 6 -0.994498 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1696]: 6 -1.0009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1718]: 6 -0.748275 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1724]: 6 -0.993011 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1727]: 6 -0.998247 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1766]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1960]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1962]: 6 -1.25008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1964]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[1968]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2005]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2014]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2016]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2058]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2059]: 6 -0.999996 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2062]: 6 -0.931528 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2064]: 6 -1.0004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2065]: 6 -0.999459 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2078]: 6 -0.977018 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2104]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2106]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2107]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2109]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2110]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2118]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2145]: 6 -1.00052 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2148]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2149]: 6 -0.999954 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2152]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2153]: 6 -0.999722 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2156]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2160]: 6 -0.999612 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2163]: 6 -1.06711 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2192]: 6 -0.975157 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2206]: 6 -0.500036 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2215]: 6 -1.12495 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2216]: 6 -1.25007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2232]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2247]: 6 -0.999553 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2250]: 6 -1.11298 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2251]: 6 -0.988112 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2254]: 6 -0.500075 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2286]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2294]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2295]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2298]: 6 -0.998738 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2301]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2305]: 6 -0.999486 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2312]: 6 -0.996975 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2327]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2331]: 6 -0.999244 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2336]: 6 -0.999667 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2338]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2343]: 6 -1.13919 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2345]: 6 -0.999859 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2347]: 6 -1.55322 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2352]: 6 -0.999198 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2386]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2390]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2394]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2403]: 6 -0.999335 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2425]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2437]: 6 -1.00147 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2439]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2448]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2480]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2483]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2486]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2487]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2490]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2494]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2500]: 6 -0.999696 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2516]: 6 -4558.81 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2520]: 6 -0.865877 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2529]: 6 -0.999622 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2531]: 6 -0.998009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2533]: 6 -0.986951 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2536]: 6 -1.1251 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2576]: 6 -1.49947 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2578]: 6 -5.97414 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2579]: 6 -0.975271 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2582]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2585]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2593]: 6 -0.992089 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2595]: 6 -0.996716 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2598]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2600]: 6 -1.00026 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2616]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2617]: 6 -0.999683 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2624]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2625]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2630]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2632]: 6 -0.999754 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2634]: 6 -0.99946 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2638]: 6 -1.00255 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2640]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2642]: 6 -0.998495 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2672]: 6 -0.999192 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2674]: 6 -0.999928 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2675]: 6 -0.998241 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2677]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2679]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2685]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2691]: 6 -0.998351 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2692]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2693]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2696]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2707]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2709]: 6 -0.995671 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2716]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2717]: 6 -0.998014 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2723]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2726]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2727]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2730]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2768]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2772]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2773]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2776]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2777]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2784]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2789]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2808]: 6 -0.380581 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2809]: 6 0 1.23897 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2811]: 6 -0.999744 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2818]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2819]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2824]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2826]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2828]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2832]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2864]: 6 -3.47635 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2865]: 6 -5.47308 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2868]: 6 -0.999434 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2869]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2872]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2881]: 6 -0.999918 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2884]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2905]: 6 0 0.240224 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2907]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2908]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2911]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2914]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2915]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2918]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2920]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2922]: 6 -0.999992 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2923]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2966]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2967]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2970]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2974]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2980]: 6 -0.999862 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2981]: 6 -0.999639 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[2995]: 6 -1.24835 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3006]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3009]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3011]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3014]: 6 -0.999671 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3016]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3023]: 6 -1.25002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3058]: 6 -6.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3059]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3062]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3064]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3066]: 6 -1.2501 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3068]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3073]: 6 -0.997101 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3074]: 6 -0.993736 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3075]: 6 -0.99998 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3081]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3093]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3098]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3105]: 6 -0.99997 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3107]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3109]: 6 -1.00012 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3112]: 6 -0.998397 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3114]: 6 -0.999284 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3115]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3118]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3119]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3122]: 6 -1.24963 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3152]: 6 -5.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3154]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3156]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3158]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3162]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3188]: 6 -0.954291 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3189]: 6 -0.657551 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3193]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3194]: 6 -0.999799 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3196]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3201]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3203]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3205]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3208]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3209]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3212]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3249]: 6 -0.995515 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3253]: 6 -1.00001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3256]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3258]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3259]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3267]: 6 -0.998763 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3292]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3303]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3305]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3342]: 6 -13.4883 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3343]: 6 -0.998316 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3349]: 6 -0.999621 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3352]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3354]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3363]: 6 -1.0016 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3364]: 6 -0.999236 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3365]: 6 -0.99951 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3378]: 6 -1.24702 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3382]: 6 -0.999672 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3389]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3391]: 6 -0.996938 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3395]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3397]: 6 -0.996626 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3400]: 6 -1.00069 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3404]: 6 -0.995422 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3443]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3444]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3448]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3451]: 6 -1.00009 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3454]: 6 -1.00008 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3456]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3468]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3474]: 6 -1.25 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3477]: 6 -1.3112 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3478]: 6 -0.999729 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3479]: 6 -0.999902 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3489]: 6 -0.999606 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3491]: 6 -0.999906 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3494]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3495]: 6 -0.999539 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3530]: 6 0 0.250013 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3531]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3533]: 6 -1.00024 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3535]: 6 -0.999494 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3543]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3546]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3549]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3560]: 6 -1.00004 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3562]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3569]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3570]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3571]: 6 -0.999744 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3573]: 6 -0.999018 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3575]: 6 -0.999208 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3580]: 6 -0.996709 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3589]: 6 -0.992856 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3592]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3595]: 6 -1.00003 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3597]: 6 -1.0001 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3600]: 6 -1.00002 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3633]: 6 -0.993565 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3637]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3640]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3641]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3650]: 6 -0.995993 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3655]: 6 -0.99972 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3656]: 6 -0.998177 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3657]: 6 -0.999991 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3660]: 6 -0.999468 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3661]: 6 -0.999648 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3669]: 6 -1.00007 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3671]: 6 -1.00005 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3672]: 6 -1.00006 0 shouldn't be
2970.66/2978.23	WSVECS04 Frhs2[3673]: 6 -0.997204 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3677]: 6 -0.998402 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3679]: 6 -0.999283 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3681]: 6 -0.999399 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3683]: 6 -0.999654 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3685]: 6 -0.998985 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3687]: 6 -0.998504 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3689]: 6 -0.997155 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3691]: 6 -0.998053 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3693]: 6 -0.999726 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3696]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3698]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3700]: 6 -0.980761 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3701]: 6 -0.980764 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3706]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3716]: 6 -4.99762 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3718]: 6 -0.999889 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3720]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3722]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3724]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3726]: 6 -1.0001 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3728]: 6 -0.999139 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3730]: 6 -0.998178 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3733]: 6 -0.999649 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3736]: 6 -0.993557 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3738]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3740]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3741]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3753]: 6 -0.999834 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3762]: 6 -1.24947 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3768]: 6 -0.998344 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3769]: 6 -1.00001 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3773]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3775]: 6 -1.00002 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3777]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3784]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3785]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3788]: 6 -0.997314 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3789]: 6 -0.999951 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3792]: 6 -1.00002 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3819]: 6 -0.999226 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3822]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3824]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3826]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3832]: 6 -1.00007 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3834]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3838]: 6 -1.00007 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3842]: 6 -0.997393 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3843]: 6 -0.997928 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3844]: 6 -0.998915 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3850]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3858]: 6 -1.24954 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3862]: 6 -1.2487 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3865]: 6 -0.994605 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3866]: 6 -1.2481 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3874]: 6 -0.995742 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3875]: 6 -0.995769 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3878]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3879]: 6 -0.999974 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3883]: 6 -0.999648 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3888]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3890]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3892]: 6 -0.997759 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3893]: 6 -0.997838 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3927]: 6 -1.00008 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3930]: 6 -1.0001 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3935]: 6 -0.998314 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3939]: 6 -0.999942 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3941]: 6 -0.999308 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3943]: 6 -1.00001 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3948]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3956]: 6 -1.2501 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3958]: 6 -1.00067 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3962]: 6 -0.999044 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3965]: 6 -0.999304 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3966]: 6 -0.995323 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3967]: 6 -0.993271 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3969]: 6 -0.997862 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3971]: 6 -1.00004 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3973]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3976]: 6 -1.00039 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3980]: 6 -1.00226 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3981]: 6 -1.00346 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3988]: 6 -0.998809 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[3992]: 6 -1.06801 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4017]: 6 -0.998158 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4020]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4021]: 6 -1.00014 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4024]: 6 -1.00007 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4026]: 6 -0.999037 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4028]: 6 -0.998029 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4030]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4031]: 6 -1.0001 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4033]: 6 -1.00004 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4034]: 6 -1.00007 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4035]: 6 -0.998273 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4037]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4052]: 6 -0.999568 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4053]: 6 -0.999141 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4056]: 6 -1.00004 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4061]: 6 -0.998606 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4063]: 6 -1.00004 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4064]: 6 -0.99936 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4066]: 6 -0.998212 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4067]: 6 -0.998249 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4070]: 6 -1.0005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4073]: 6 -0.999023 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4077]: 6 -1.00007 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4079]: 6 -0.999573 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4081]: 6 -0.999805 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4084]: 6 -1.00002 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4094]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4096]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4100]: 6 -0.999647 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4101]: 6 -0.999615 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4104]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4106]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4114]: 6 -1.00009 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4115]: 6 -1.00003 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4118]: 6 -0.999134 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4119]: 6 -0.999173 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4122]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4126]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4127]: 6 -1.00006 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4186]: 6 -0.999863 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4187]: 6 -1.00005 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4188]: 6 -0.999458 0 shouldn't be
2970.66/2978.24	WSVECS04 Frhs2[4288]: 6 -1.00001 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[27]: 6 -0.992604 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[39]: 6 -1.28165 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[155]: 6 -0.999691 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[189]: 6 -0.998935 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[194]: 6 -0.992579 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[228]: 6 -1.00539 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[290]: 6 -0.994733 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[376]: 6 -0.999842 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[386]: 6 -0.993233 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[411]: 6 -0.999781 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[546]: 6 -0.997647 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[642]: 6 -0.988927 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1210]: 6 -0.381009 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1214]: 6 -0.998731 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1220]: 6 -0.998669 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1505]: 6 -0.999962 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1510]: 6 -0.999971 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1529]: 6 -0.999197 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1603]: 6 -1.00126 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1606]: 6 -1.00724 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1610]: 6 -1.06178 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[1623]: 6 -1.00007 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2111]: 6 -1.00009 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2424]: 6 -1.00003 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2431]: 6 -1.00008 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2527]: 6 -0.999352 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2580]: 6 -0.950499 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2614]: 6 -1.00001 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2627]: 6 -0.994998 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[2975]: 6 -1.00002 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3197]: 6 -1.00004 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3464]: 6 -0.998405 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3743]: 6 -1.00004 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3750]: 6 -1.00008 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3751]: 6 -0.998675 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3867]: 6 -1.49809 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3886]: 6 -1.00009 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3957]: 6 -0.999667 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3979]: 6 -0.99917 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[3984]: 6 -1.00885 0 shouldn't be
2972.05/2979.62	WSVECS04 Frhs2[4016]: 6 -0.998308 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[66]: 6 -0.988265 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[122]: 6 -0.996327 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[163]: 6 -0.995504 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[284]: 6 -0.996724 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[360]: 6 -0.999189 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[413]: 6 -0.998757 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[472]: 6 -0.993302 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[596]: 6 -760.63 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[671]: 6 -0.995203 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[732]: 6 -0.996555 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[1222]: 6 -0.994497 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[1370]: 6 0 3.72616 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[1415]: 6 -1.00139 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[1484]: 6 -1.00322 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[2142]: 6 -1.12508 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[2235]: 6 -1.00016 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[2522]: 6 -1.01169 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[2812]: 6 -0.999433 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3079]: 6 -0.999974 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3465]: 6 -1.00005 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3658]: 6 -1.00177 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3667]: 6 -0.998906 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3767]: 6 -0.999185 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3772]: 6 -1.00004 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3781]: 6 -0.999954 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3940]: 6 -0.997774 0 shouldn't be
2974.64/2982.23	WSVECS04 Frhs2[3944]: 6 -1.00069 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1]: 6 -0.997067 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3]: 6 -0.996688 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4]: 6 -1.00382 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[23]: 6 0 0.363812 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[29]: 6 -0.999294 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[30]: 6 -0.998966 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[31]: 6 -0.999266 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[38]: 6 -1.00291 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[40]: 6 -0.964954 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[59]: 6 -0.996013 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[65]: 6 -0.993633 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[90]: 6 -6078.07 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[93]: 6 -0.998702 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[100]: 6 -1.00722 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[101]: 6 -1.00111 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[122]: 6 -0.996238 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[130]: 6 -0.991015 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[136]: 6 -0.438038 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[163]: 6 -0.995407 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[187]: 6 -0.996709 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[189]: 6 -0.998867 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[193]: 6 -1.00028 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[194]: 6 -0.99254 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[225]: 6 -0.994807 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[228]: 6 -1.0053 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[248]: 6 -0.999257 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[249]: 6 -0.988803 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[253]: 6 -0.999089 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[259]: 6 -0.996971 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[283]: 6 -0.993371 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[315]: 6 -0.996013 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[316]: 6 -0.999323 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[322]: 6 -0.991146 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[352]: 6 -0.996234 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[360]: 6 -0.99917 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[376]: 6 -0.999826 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[378]: 6 -6078.07 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[385]: 6 -0.993986 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[386]: 6 -0.993154 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[392]: 6 -1.55481 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[393]: 6 -0.99061 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[394]: 6 -2.48322 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[409]: 6 -0.998835 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[420]: 6 -1.0112 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[441]: 6 -0.996761 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[442]: 6 -0.995083 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[443]: 6 -0.995958 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[472]: 6 -0.993292 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[473]: 6 -36464.8 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[475]: 6 -0.996793 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[511]: 6 -0.992743 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[513]: 6 -0.993953 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[514]: 6 -0.993656 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[544]: 6 -0.992814 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[547]: 6 -0.998104 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[548]: 6 -0.998427 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[549]: 6 -1.09052 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[551]: 6 -1.26786 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[570]: 6 -6078.07 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[571]: 6 -0.996464 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[588]: 6 -6.93262 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[594]: 6 -570.725 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[596]: 6 -760.63 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[598]: 6 -0.998811 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[599]: 6 -0.999485 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[604]: 6 -1.00017 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[605]: 6 -0.999187 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[609]: 6 -0.997659 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[612]: 6 -1.0088 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[633]: 6 -42540.3 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[640]: 6 -0.996239 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[641]: 6 -0.993991 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[643]: 6 -0.998107 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[645]: 6 -0.99868 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[647]: 6 -0.999212 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[666]: 6 -18232.7 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[671]: 6 -0.995162 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[673]: 6 -0.994915 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[675]: 6 -0.996999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[677]: 6 -0.998717 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[701]: 6 -0.999588 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[705]: 6 -0.989472 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[706]: 6 -0.998182 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[710]: 6 -0.999117 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[723]: 6 -0.997461 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[979]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[989]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[994]: 6 -0.999766 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1012]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1058]: 6 -1.0004 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1066]: 6 -1.00293 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1080]: 6 -0.999615 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1085]: 6 -0.999824 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1090]: 6 -1.31656 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1091]: 6 -0.992087 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1092]: 6 -1.26164 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1094]: 6 -1.24999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1109]: 6 -1.30602 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1111]: 6 -0.748911 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1112]: 6 -0.750938 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1116]: 6 -1.01195 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1121]: 6 -0.999741 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1125]: 6 -0.989179 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1126]: 6 -1.41707 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1142]: 6 -18232.6 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1147]: 6 -0.974986 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1153]: 6 -0.993384 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1154]: 6 -0.984078 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1155]: 6 -0.987421 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1174]: 6 -0.9998 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1176]: 6 -0.99999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1178]: 6 -0.999766 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1180]: 6 -0.999875 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1187]: 6 -0.99816 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1190]: 6 -1.27661 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1191]: 6 -0.994195 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1192]: 6 -2.10718 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1194]: 6 -5.57598 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1205]: 6 -0.999957 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1207]: 6 -1.00417 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1210]: 6 -0.380931 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1213]: 6 -0.985851 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1217]: 6 -0.986519 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1218]: 6 -1.24999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1223]: 6 -0.999425 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1237]: 6 -1.01232 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1241]: 6 -0.939522 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1246]: 6 -0.998166 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1249]: 6 -1.24307 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1250]: 6 -0.996489 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1251]: 6 -0.993562 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1253]: 6 -0.875079 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1254]: 6 -0.883186 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1277]: 6 -0.997949 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1286]: 6 -1.14063 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1287]: 6 -1.2814 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1291]: 6 -0.991075 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1307]: 6 -1.00007 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1309]: 6 -0.989198 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1310]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1316]: 6 -0.999999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1321]: 6 -0.928473 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1333]: 6 -0.998516 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1335]: 6 -1.65411 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1344]: 6 -0.999695 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1366]: 6 -0.980993 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1371]: 6 -0.998598 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1372]: 6 -0.999607 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1398]: 6 -0.99846 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1404]: 6 -0.998641 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1406]: 6 -0.999775 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1408]: 6 -0.99976 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1409]: 6 -0.999998 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1414]: 6 -1.24911 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1428]: 6 -1.25302 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1429]: 6 -2.11247 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1432]: 6 -0.999663 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1440]: 6 -0.999997 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1441]: 6 -0.997065 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1482]: 6 -0.999983 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1483]: 6 -1.00171 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1484]: 6 -1.00313 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1486]: 6 -0.984499 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1491]: 6 -0.998693 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1493]: 6 -1.33979 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1495]: 6 -3.36317 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1496]: 6 -6.72324 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1502]: 6 -0.999601 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1503]: 6 -0.996859 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1504]: 6 -0.999191 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1508]: 6 -1.00335 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1512]: 6 -0.99874 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1513]: 6 -0.998356 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1528]: 6 -1.00003 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1537]: 6 -0.99994 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1545]: 6 -0.998286 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1546]: 6 -1.25002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1548]: 6 -1.24996 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1558]: 6 -0.998179 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1574]: 6 -0.998763 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1576]: 6 -0.999653 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1577]: 6 -0.99951 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1588]: 6 -1.18354 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1590]: 6 -1.01264 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1593]: 6 -0.998408 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1594]: 6 -0.999457 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1595]: 6 -0.991349 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1598]: 6 -0.999271 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1601]: 6 -0.992593 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1603]: 6 -1.00118 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1608]: 6 -0.999332 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1610]: 6 -1.06176 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1614]: 6 -1.00037 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1615]: 6 -0.81516 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1616]: 6 -0.998524 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1617]: 6 -0.999177 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1618]: 6 -0.997784 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1619]: 6 -1.55563 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1620]: 6 -1.00033 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1621]: 6 -0.998307 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1622]: 6 -0.998408 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1628]: 6 -0.993573 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1629]: 6 -0.989351 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1671]: 6 -0.999532 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1686]: 6 -1.49633 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1694]: 6 -0.994434 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1696]: 6 -1.00082 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1718]: 6 -0.748202 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1727]: 6 -0.998149 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1962]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2005]: 6 -1.00006 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2008]: 6 -0.99997 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2051]: 6 -0.999913 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2061]: 6 -0.965393 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2062]: 6 -0.931431 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2065]: 6 -0.999446 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2142]: 6 -1.125 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2149]: 6 -0.999913 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2153]: 6 -0.999653 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2160]: 6 -0.999515 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2163]: 6 -1.06707 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2206]: 6 -0.500001 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2216]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2235]: 6 -1.00008 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2247]: 6 -0.999541 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2250]: 6 -1.11293 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2251]: 6 -0.988036 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2254]: 6 -0.500016 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2286]: 6 -1.00002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2298]: 6 -0.998684 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2301]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2305]: 6 -0.999403 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2311]: 6 -0.995264 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2312]: 6 -0.996925 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2327]: 6 -0.999992 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2330]: 6 -0.999037 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2336]: 6 -0.999577 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2338]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2345]: 6 -0.99978 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2347]: 6 -1.55313 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2352]: 6 -0.999126 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2403]: 6 -0.999313 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2424]: 6 -0.999995 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2500]: 6 -0.999606 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2520]: 6 -0.865818 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2527]: 6 -0.999341 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2536]: 6 -1.125 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2576]: 6 -1.49943 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2578]: 6 -5.9741 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2580]: 6 -0.950483 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2593]: 6 -0.99202 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2595]: 6 -0.996701 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2600]: 6 -1.0002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2617]: 6 -0.999585 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2627]: 6 -0.994957 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2632]: 6 -0.999685 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2634]: 6 -0.999369 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2638]: 6 -1.00253 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2642]: 6 -0.99841 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2674]: 6 -0.999894 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2689]: 6 -0.996216 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2692]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2709]: 6 -0.9956 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2807]: 6 -0.690282 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2809]: 6 0 1.23888 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2812]: 6 -0.999351 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2864]: 6 -3.47627 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2865]: 6 -5.47301 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2868]: 6 -0.999351 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2881]: 6 -0.999892 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2905]: 6 0 0.240146 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2906]: 6 0 2.48029 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2914]: 6 -0.999999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2918]: 6 -1.00001 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2920]: 6 -0.99999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2980]: 6 -0.999841 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[2981]: 6 -0.99955 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3005]: 6 -0.999796 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3014]: 6 -0.999583 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3016]: 6 -0.999966 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3023]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3058]: 6 -6 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3059]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3066]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3073]: 6 -0.997044 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3074]: 6 -0.993676 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3075]: 6 -0.999954 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3081]: 6 -0.999973 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3109]: 6 -1.00009 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3112]: 6 -0.998298 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3114]: 6 -0.999215 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3152]: 6 -5 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3188]: 6 -0.954192 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3189]: 6 -0.657499 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3194]: 6 -0.999729 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3205]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3209]: 6 -0.999996 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3249]: 6 -0.995496 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3267]: 6 -0.998717 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3284]: 6 -0.970481 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3292]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3294]: 6 -0.999841 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3301]: 6 -0.999999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3305]: 6 -1.00002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3342]: 6 -13.4883 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3343]: 6 -0.998274 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3347]: 6 -0.999796 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3364]: 6 -0.999215 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3389]: 6 -0.999993 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3391]: 6 -0.99686 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3392]: 6 -0.999191 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3397]: 6 -0.996612 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3400]: 6 -1.00065 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3404]: 6 -0.995326 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3464]: 6 -0.998312 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3474]: 6 -1.24996 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3477]: 6 -1.31116 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3478]: 6 -0.999713 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3479]: 6 -0.999892 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3489]: 6 -0.999555 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3491]: 6 -0.999869 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3495]: 6 -0.999475 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3530]: 6 0 0.249922 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3533]: 6 -1.00018 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3535]: 6 -0.99942 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3562]: 6 -1.00007 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3571]: 6 -0.999683 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3580]: 6 -0.996651 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3595]: 6 -0.999984 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3650]: 6 -0.995894 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3651]: 6 -0.998793 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3655]: 6 -0.999686 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3656]: 6 -0.998148 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3658]: 6 -1.00168 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3660]: 6 -0.999376 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3661]: 6 -0.999586 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3673]: 6 -0.997189 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3677]: 6 -0.99834 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3679]: 6 -0.999194 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3681]: 6 -0.999378 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3687]: 6 -0.998473 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3689]: 6 -0.997087 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3693]: 6 -0.999628 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3701]: 6 -0.98069 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3716]: 6 -4.99754 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3718]: 6 -0.999797 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3726]: 6 -1.00005 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3728]: 6 -0.999067 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3730]: 6 -0.998147 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3733]: 6 -0.999601 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3736]: 6 -0.993534 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3751]: 6 -0.998658 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3762]: 6 -1.2494 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3764]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3767]: 6 -0.99913 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3768]: 6 -0.99826 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3769]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3772]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3773]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3775]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3785]: 6 -1.00002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3788]: 6 -0.997239 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3819]: 6 -0.999131 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3841]: 6 -0.998203 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3844]: 6 -0.998872 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3850]: 6 -0.999963 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3858]: 6 -1.24948 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3865]: 6 -0.994554 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3866]: 6 -1.24803 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3874]: 6 -0.995692 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3875]: 6 -0.995692 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3879]: 6 -0.999959 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3881]: 6 -1.00018 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3883]: 6 -0.999633 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3892]: 6 -0.997739 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3893]: 6 -0.997738 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3935]: 6 -0.998268 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3940]: 6 -0.997734 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3943]: 6 -0.999961 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3949]: 6 -0.999767 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3956]: 6 -1.25 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3957]: 6 -0.999657 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3962]: 6 -0.999009 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3966]: 6 -0.995261 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3976]: 6 -1.00034 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3979]: 6 -0.999131 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3980]: 6 -1.00222 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3981]: 6 -1.00339 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3984]: 6 -1.00881 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3985]: 6 -0.999201 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3988]: 6 -0.998781 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[3992]: 6 -1.06794 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4016]: 6 -0.998274 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4017]: 6 -0.998077 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4026]: 6 -0.999002 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4028]: 6 -0.998004 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4033]: 6 -0.999995 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4037]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4052]: 6 -0.999555 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4053]: 6 -0.999117 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4056]: 6 -0.99999 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4061]: 6 -0.998533 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4063]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4070]: 6 -1.00046 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4081]: 6 -0.999775 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4100]: 6 -0.999556 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4101]: 6 -0.999554 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4106]: 6 -0.999987 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4118]: 6 -0.999074 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
2976.64/2984.28	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[66]: 6 -0.988176 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[129]: 6 -0.995104 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[135]: 6 -0.996459 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[155]: 6 -0.999662 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[219]: 6 -0.997002 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[258]: 6 -0.994365 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[391]: 6 -0.999939 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[546]: 6 -0.997585 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[646]: 6 -1.09159 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[672]: 6 -0.999112 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[681]: 6 -0.995884 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1022]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1093]: 6 -0.985268 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1278]: 6 -0.994244 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1301]: 6 -0.99687 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1315]: 6 -0.999999 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1374]: 6 -0.999999 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1399]: 6 -2.05957 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1413]: 6 -1.0005 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1460]: 6 -0.998551 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1505]: 6 -0.999937 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1547]: 6 -1.18752 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1599]: 6 -0.997391 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[1635]: 6 -0.99358 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2053]: 6 -0.999988 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2064]: 6 -1.00031 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2078]: 6 -0.976978 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2192]: 6 -0.975135 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2694]: 6 -0.999662 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2717]: 6 -0.997966 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3079]: 6 -0.999887 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3382]: 6 -0.999611 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[3939]: 6 -0.999926 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
2979.54/2987.11	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[27]: 6 -0.992576 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[37]: 6 -1.00107 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[63]: 6 -0.999785 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[91]: 6 -1.0175 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[92]: 6 -0.999767 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[99]: 6 -0.991862 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[132]: 6 -0.97954 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[134]: 6 -0.9042 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[168]: 6 -0.996811 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[257]: 6 -0.98634 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[293]: 6 -0.996768 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[355]: 6 -0.999094 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[595]: 6 -0.976198 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[600]: 6 -36463.5 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1189]: 6 -0.999045 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1214]: 6 -0.998664 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1220]: 6 -0.998588 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1314]: 6 -0.997662 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1375]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1525]: 6 -1.65442 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1606]: 6 -1.00721 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[1630]: 6 -0.998915 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2215]: 6 -1.12489 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2529]: 6 -0.999605 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[2967]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3105]: 6 -0.999916 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3570]: 6 -0.999924 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3652]: 6 -0.998451 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3869]: 6 -0.997391 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3878]: 6 -0.999958 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[3941]: 6 -0.999221 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2982.53/2990.13	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
3021.83/3029.58	c #Conflicts:    4381000 | #Constraints:      51892
3021.83/3029.58	c #Conflicts:    4382000 | #Constraints:      52892
3021.83/3029.58	c #Conflicts:    4383000 | #Constraints:      53892
3021.83/3029.58	c #Conflicts:    4384000 | #Constraints:      54892
3021.83/3029.58	c #Conflicts:    4385000 | #Constraints:      55892
3021.83/3029.58	c #Conflicts:    4386000 | #Constraints:      56892
3021.83/3029.58	c #Conflicts:    4387000 | #Constraints:      57892
3021.83/3029.58	c #Conflicts:    4388000 | #Constraints:      58892
3021.83/3029.58	c #Conflicts:    4389000 | #Constraints:      59892
3021.83/3029.58	c #Conflicts:    4390000 | #Constraints:      60892
3021.83/3029.58	c #Conflicts:    4391000 | #Constraints:      61892
3021.83/3029.58	c #Conflicts:    4392000 | #Constraints:      62892
3021.83/3029.58	c #Conflicts:    4393000 | #Constraints:      63892
3021.83/3029.58	c #Conflicts:    4394000 | #Constraints:      64892
3021.83/3029.58	c #Conflicts:    4395000 | #Constraints:      65892
3021.83/3029.58	c #Conflicts:    4396000 | #Constraints:      66892
3021.83/3029.58	c #Conflicts:    4397000 | #Constraints:      67892
3021.83/3029.58	c #Conflicts:    4398000 | #Constraints:      68892
3021.83/3029.58	c #Conflicts:    4399000 | #Constraints:      69892
3021.83/3029.58	c #Conflicts:    4400000 | #Constraints:      70892
3021.83/3029.58	c #Conflicts:    4401000 | #Constraints:      71892
3021.83/3029.58	c #Conflicts:    4402000 | #Constraints:      72892
3021.83/3029.58	c #Conflicts:    4403000 | #Constraints:      73892
3021.83/3029.58	c #Conflicts:    4404000 | #Constraints:      74893
3021.83/3029.58	c #Conflicts:    4405000 | #Constraints:      75893
3021.83/3029.58	c #Conflicts:    4406000 | #Constraints:      76893
3021.83/3029.58	c #Conflicts:    4407000 | #Constraints:      77893
3021.83/3029.58	c #Conflicts:    4408000 | #Constraints:      78893
3021.83/3029.58	c #Conflicts:    4409000 | #Constraints:      79893
3021.83/3029.58	c #Conflicts:    4410000 | #Constraints:      80893
3021.83/3029.58	c #Conflicts:    4411000 | #Constraints:      81893
3021.83/3029.58	c #Conflicts:    4412000 | #Constraints:      82893
3021.83/3029.58	c #Conflicts:    4413000 | #Constraints:      83893
3021.83/3029.58	c #Conflicts:    4414000 | #Constraints:      84893
3021.83/3029.58	c #Conflicts:    4415000 | #Constraints:      85893
3021.83/3029.58	c #Conflicts:    4416000 | #Constraints:      86893
3021.83/3029.58	c #Conflicts:    4417000 | #Constraints:      87893
3021.83/3029.58	c #Conflicts:    4418000 | #Constraints:      88893
3021.83/3029.58	c #Conflicts:    4419000 | #Constraints:      89893
3021.83/3029.58	c #Conflicts:    4420000 | #Constraints:      90893
3021.83/3029.58	c #Conflicts:    4421000 | #Constraints:      91893
3021.83/3029.58	c #Conflicts:    4422000 | #Constraints:      92893
3021.83/3029.58	c INPROCESSING
3021.83/3029.58	c GARBAGE COLLECT
3021.83/3029.58	c #Conflicts:    4423000 | #Constraints:      52084
3021.83/3029.58	c #Conflicts:    4424000 | #Constraints:      53084
3021.83/3029.58	c #Conflicts:    4425000 | #Constraints:      54084
3021.83/3029.58	c #Conflicts:    4426000 | #Constraints:      55084
3021.83/3029.58	c #Conflicts:    4427000 | #Constraints:      56084
3021.83/3029.58	c #Conflicts:    4428000 | #Constraints:      57084
3021.83/3029.58	c #Conflicts:    4429000 | #Constraints:      58169
3021.83/3029.58	c #Conflicts:    4430000 | #Constraints:      59705
3021.83/3029.58	c #Conflicts:    4431000 | #Constraints:      61222
3021.83/3029.58	c #Conflicts:    4432000 | #Constraints:      62732
3021.83/3029.58	c #Conflicts:    4433000 | #Constraints:      64247
3021.83/3029.58	WSVECS04 Frhs2[7]: 6 -17.6555 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[9]: 6 -1.01902 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[13]: 6 -0.971397 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[25]: 6 -1.68495 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[33]: 6 -0.999854 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[43]: 6 -0.996982 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[75]: 6 -0.993426 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[78]: 6 -0.998791 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[84]: 6 -0.972149 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[94]: 6 -0.991281 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[104]: 6 -42.6476 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[140]: 6 -0.997852 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[142]: 6 -0.999921 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[144]: 6 -0.99522 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[145]: 6 -0.999612 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[153]: 6 -0.996506 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[158]: 6 -0.998966 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[168]: 6 -1.24511 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[172]: 6 -0.998242 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[178]: 6 -0.993055 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[185]: 6 -0.980284 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[204]: 6 -0.997019 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[205]: 6 -0.997681 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[213]: 6 -1.12432 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[215]: 6 -1.37346 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[216]: 6 -0.995961 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[217]: 6 -1.49344 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[229]: 6 -0.998294 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[237]: 6 -0.998725 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[270]: 6 -0.999115 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[279]: 6 -1.2487 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[280]: 6 -0.805599 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[296]: 6 -17.6321 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[299]: 6 -0.991468 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[324]: 6 -0.992935 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[350]: 6 -0.998966 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[377]: 6 -0.980996 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[396]: 6 -1.00222 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[398]: 6 -0.999747 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[409]: 6 -0.998007 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[419]: 6 -0.994661 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[421]: 6 -0.997559 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[424]: 6 -25.9837 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[440]: 6 -0.810337 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[441]: 6 -0.99937 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[449]: 6 -0.994829 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[454]: 6 -0.997555 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[456]: 6 -34.3169 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[466]: 6 -0.983752 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[471]: 6 -0.994176 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[473]: 6 -0.887423 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[484]: 6 -0.464405 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[491]: 6 -0.999376 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[536]: 6 -1.31103 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[545]: 6 -0.999867 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[567]: 6 -0.992119 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[568]: 6 -0.992215 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[569]: 6 -0.813058 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[580]: 6 -0.994046 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[590]: 6 -0.99799 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[596]: 6 -0.991324 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[606]: 6 -0.996392 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[630]: 6 -0.992819 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[633]: 6 -1.01849 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[675]: 6 -0.997667 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[677]: 6 -0.998277 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[692]: 6 -1.20704 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[712]: 6 -13.7436 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1069]: 6 -1.04705 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1070]: 6 -1.09443 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1082]: 6 -0.625032 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1085]: 6 -0.476605 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1088]: 6 -0.0629823 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1098]: 6 -0.860429 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1099]: 6 -0.838976 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1100]: 6 -0.873261 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1106]: 6 -1.60021 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1115]: 6 -1.74972 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1128]: 6 -0.993157 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1144]: 6 -1.02299 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1153]: 6 -0.994491 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1162]: 6 -0.728019 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1166]: 6 -0.997613 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1176]: 6 -0.984367 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1209]: 6 -1.49425 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1212]: 6 -0.996659 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1213]: 6 -0.988697 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1226]: 6 -1.30724 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1236]: 6 -1.49979 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1289]: 6 -0.99066 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1300]: 6 -0.997661 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1314]: 6 -0.998247 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1347]: 6 -1.00002 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1409]: 6 -1.25 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1413]: 6 -1.0009 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1489]: 6 -0.718586 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1500]: 6 -0.998333 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1535]: 6 -0.62477 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1556]: 6 -1.95212 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1592]: 6 -1.99871 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1682]: 6 -1.50001 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1748]: 6 -0.749629 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1981]: 6 -0.948016 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[1984]: 6 -1.30588 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2009]: 6 -1.3125 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2060]: 6 -0.974232 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2066]: 6 -0.998093 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2070]: 6 -0.990964 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2073]: 6 -0.992191 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2078]: 6 -0.954117 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2081]: 6 -0.874949 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2085]: 6 -0.499438 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2099]: 6 -0.999779 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2145]: 6 -1.00055 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2158]: 6 -1.24752 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2166]: 6 -1.03005 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2170]: 6 -0.879791 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2171]: 6 -0.880511 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2176]: 6 -1.01116 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2178]: 6 -2.01438 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2188]: 6 -0.720972 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2197]: 6 -1.23451 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2256]: 6 -0.99826 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2257]: 6 -0.999875 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2259]: 6 -0.999998 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2261]: 6 -0.999247 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2265]: 6 -0.999399 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2268]: 6 -0.997502 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2271]: 6 -0.999879 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2276]: 6 -1.58988 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2280]: 6 0 1.76879 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2287]: 6 -0.968751 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2289]: 6 -0.999985 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2291]: 6 -0.875 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2293]: 6 -0.999939 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2296]: 6 -0.768053 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2315]: 6 -0.999984 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2319]: 6 -0.999922 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2328]: 6 -1.09827 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2334]: 6 -0.999519 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2341]: 6 -1.24996 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2346]: 6 -2.99361 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2347]: 6 -0.993612 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2363]: 6 -0.99918 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2366]: 6 -1.00031 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2368]: 6 -0.999373 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2379]: 6 -1.06124 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2389]: 6 -2.99139 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2397]: 6 -3 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2433]: 6 -0.989117 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2436]: 6 -1.00103 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2440]: 6 -1.30838 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2455]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2504]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2518]: 6 -0.99998 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2524]: 6 -1.24164 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2566]: 6 0 0.656261 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2568]: 6 -0.999981 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2572]: 6 -0.993783 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2576]: 6 -1.02476 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2593]: 6 -0.994023 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2612]: 6 -0.999796 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2627]: 6 -0.996223 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2633]: 6 -0.999431 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2636]: 6 -1.00228 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2644]: 6 -0.963553 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2645]: 6 -0.965937 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2652]: 6 -0.0967757 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2680]: 6 -1.22222 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2742]: 6 0 1 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2748]: 6 -1.25 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2775]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2792]: 6 -0.995402 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2852]: 6 -1.24396 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2853]: 6 -1.24396 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2857]: 6 -0.975845 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2863]: 6 -0.995263 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2868]: 6 -0.998701 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2938]: 6 -0.989287 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[2999]: 6 -1.00099 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3026]: 6 -0.999605 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3038]: 6 -0.981174 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3039]: 6 -2.97957 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3045]: 6 -0.998751 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3050]: 6 -1.00199 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3051]: 6 -0.999902 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3116]: 6 0 0.250223 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3128]: 6 -0.987506 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3225]: 6 -0.9998 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3229]: 6 -0.998032 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3230]: 6 -1.27877 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3248]: 6 -1.25 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3250]: 6 -0.981982 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3298]: 6 -0.999633 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3315]: 6 -0.998653 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3337]: 6 -1.00042 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3342]: 6 -0.99661 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3344]: 6 -0.993296 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3363]: 6 -1.23436 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3395]: 6 -1.23126 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3408]: 6 -54.9714 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3492]: 6 -0.99994 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3493]: 6 -0.999941 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3496]: 6 -1.15439 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3500]: 6 -0.371288 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3517]: 6 -0.999943 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3520]: 6 -1.00166 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3527]: 6 -2.98573 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3534]: 6 -1.49996 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3539]: 6 -0.99803 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3580]: 6 -0.993302 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3589]: 6 -0.987302 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3603]: 6 -0.999701 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3614]: 6 -1.00009 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3625]: 6 -0.995254 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3692]: 6 -4.9621 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3716]: 6 -0.995744 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3758]: 6 -1.24937 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3781]: 6 -0.999825 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3787]: 6 -0.998967 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3801]: 6 -1.12446 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3808]: 6 -0.983786 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3863]: 6 -1.52763 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3881]: 6 -1.00014 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3898]: 6 -0.999973 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3906]: 6 -1.45233 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3914]: 6 0 0.749997 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3919]: 6 -1.99992 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3932]: 6 -1.2353 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3934]: 6 -0.5 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3935]: 6 -0.496537 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3953]: 6 -1.13853 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3954]: 6 -1.02818 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3955]: 6 -1.18703 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3961]: 6 -0.999356 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3984]: 6 -0.510171 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3985]: 6 -0.499402 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[3998]: 6 -0.989137 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4004]: 6 -0.624871 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4007]: 6 -0.750118 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4014]: 6 -0.995569 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4016]: 6 -0.236119 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4024]: 6 -1.11111 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4030]: 6 -0.111112 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4089]: 6 -0.499823 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4101]: 6 -0.999659 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
3021.83/3029.58	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
3072.71/3080.53	c #Conflicts:    4434000 | #Constraints:      65645
3072.71/3080.53	c #Conflicts:    4435000 | #Constraints:      66645
3072.71/3080.53	c #Conflicts:    4436000 | #Constraints:      67645
3072.71/3080.53	c #Conflicts:    4437000 | #Constraints:      68645
3072.71/3080.53	c #Conflicts:    4438000 | #Constraints:      69645
3072.71/3080.53	c #Conflicts:    4439000 | #Constraints:      70645
3072.71/3080.53	c #Conflicts:    4440000 | #Constraints:      71645
3072.71/3080.53	c #Conflicts:    4441000 | #Constraints:      72645
3072.71/3080.53	c #Conflicts:    4442000 | #Constraints:      73645
3072.71/3080.53	c #Conflicts:    4443000 | #Constraints:      74645
3072.71/3080.53	c #Conflicts:    4444000 | #Constraints:      75645
3072.71/3080.53	c #Conflicts:    4445000 | #Constraints:      76645
3072.71/3080.53	c #Conflicts:    4446000 | #Constraints:      77645
3072.71/3080.53	c #Conflicts:    4447000 | #Constraints:      78645
3072.71/3080.53	c #Conflicts:    4448000 | #Constraints:      79645
3072.71/3080.53	c #Conflicts:    4449000 | #Constraints:      80645
3072.71/3080.53	c #Conflicts:    4450000 | #Constraints:      81645
3072.71/3080.53	c #Conflicts:    4451000 | #Constraints:      82645
3072.71/3080.53	c #Conflicts:    4452000 | #Constraints:      83645
3072.71/3080.53	c #Conflicts:    4453000 | #Constraints:      84645
3072.71/3080.53	c #Conflicts:    4454000 | #Constraints:      85645
3072.71/3080.53	c #Conflicts:    4455000 | #Constraints:      86645
3072.71/3080.53	c #Conflicts:    4456000 | #Constraints:      87645
3072.71/3080.53	c #Conflicts:    4457000 | #Constraints:      88645
3072.71/3080.53	c #Conflicts:    4458000 | #Constraints:      89645
3072.71/3080.53	c #Conflicts:    4459000 | #Constraints:      90645
3072.71/3080.53	c #Conflicts:    4460000 | #Constraints:      91645
3072.71/3080.53	c #Conflicts:    4461000 | #Constraints:      92645
3072.71/3080.53	c #Conflicts:    4462000 | #Constraints:      93645
3072.71/3080.53	c #Conflicts:    4463000 | #Constraints:      94645
3072.71/3080.53	c #Conflicts:    4464000 | #Constraints:      95645
3072.71/3080.53	c INPROCESSING
3072.71/3080.53	c GARBAGE COLLECT
3072.71/3080.53	c #Conflicts:    4465000 | #Constraints:      53369
3072.71/3080.53	c #Conflicts:    4466000 | #Constraints:      54369
3072.71/3080.53	c #Conflicts:    4467000 | #Constraints:      55369
3072.71/3080.53	c #Conflicts:    4468000 | #Constraints:      56369
3072.71/3080.53	c #Conflicts:    4469000 | #Constraints:      57369
3072.71/3080.53	c #Conflicts:    4470000 | #Constraints:      58369
3072.71/3080.53	c #Conflicts:    4471000 | #Constraints:      59369
3072.71/3080.53	c #Conflicts:    4472000 | #Constraints:      60369
3072.71/3080.53	c #Conflicts:    4473000 | #Constraints:      61369
3072.71/3080.53	c #Conflicts:    4474000 | #Constraints:      62369
3072.71/3080.53	c #Conflicts:    4475000 | #Constraints:      63369
3072.71/3080.53	c #Conflicts:    4476000 | #Constraints:      64369
3072.71/3080.53	c #Conflicts:    4477000 | #Constraints:      65369
3072.71/3080.53	c #Conflicts:    4478000 | #Constraints:      66369
3072.71/3080.53	c #Conflicts:    4479000 | #Constraints:      67369
3072.71/3080.53	c #Conflicts:    4480000 | #Constraints:      68369
3072.71/3080.53	c #Conflicts:    4481000 | #Constraints:      69369
3072.71/3080.53	c #Conflicts:    4482000 | #Constraints:      70369
3072.71/3080.53	c #Conflicts:    4483000 | #Constraints:      71369
3072.71/3080.53	c #Conflicts:    4484000 | #Constraints:      72369
3072.71/3080.53	c #Conflicts:    4485000 | #Constraints:      73369
3072.71/3080.53	c #Conflicts:    4486000 | #Constraints:      74369
3072.71/3080.53	c #Conflicts:    4487000 | #Constraints:      75369
3072.71/3080.53	c #Conflicts:    4488000 | #Constraints:      76369
3072.71/3080.53	c #Conflicts:    4489000 | #Constraints:      77369
3072.71/3080.53	c #Conflicts:    4490000 | #Constraints:      78369
3072.71/3080.53	c #Conflicts:    4491000 | #Constraints:      79369
3072.71/3080.53	c #Conflicts:    4492000 | #Constraints:      80369
3072.71/3080.53	c #Conflicts:    4493000 | #Constraints:      81369
3072.71/3080.53	c #Conflicts:    4494000 | #Constraints:      82369
3072.71/3080.53	c #Conflicts:    4495000 | #Constraints:      83369
3072.71/3080.53	c #Conflicts:    4496000 | #Constraints:      84369
3072.71/3080.53	c #Conflicts:    4497000 | #Constraints:      85369
3072.71/3080.53	c #Conflicts:    4498000 | #Constraints:      86369
3072.71/3080.53	c #Conflicts:    4499000 | #Constraints:      87369
3072.71/3080.53	c #Conflicts:    4500000 | #Constraints:      88369
3072.71/3080.53	c #Conflicts:    4501000 | #Constraints:      89370
3072.71/3080.53	c #Conflicts:    4502000 | #Constraints:      90370
3072.71/3080.53	c #Conflicts:    4503000 | #Constraints:      91370
3072.71/3080.53	c #Conflicts:    4504000 | #Constraints:      92370
3072.71/3080.53	c #Conflicts:    4505000 | #Constraints:      93370
3072.71/3080.53	c #Conflicts:    4506000 | #Constraints:      94370
3072.71/3080.53	c INPROCESSING
3072.71/3080.53	c GARBAGE COLLECT
3072.71/3080.53	c #Conflicts:    4507000 | #Constraints:      52476
3072.71/3080.53	c #Conflicts:    4508000 | #Constraints:      53476
3072.71/3080.53	c #Conflicts:    4509000 | #Constraints:      54476
3072.71/3080.53	c #Conflicts:    4510000 | #Constraints:      55476
3072.71/3080.53	c #Conflicts:    4511000 | #Constraints:      56476
3160.40/3168.49	c #Conflicts:    4512000 | #Constraints:      57476
3160.40/3168.49	c #Conflicts:    4513000 | #Constraints:      58476
3160.40/3168.49	c #Conflicts:    4514000 | #Constraints:      59476
3160.40/3168.49	c #Conflicts:    4515000 | #Constraints:      60476
3160.40/3168.49	c #Conflicts:    4516000 | #Constraints:      61476
3160.40/3168.49	c #Conflicts:    4517000 | #Constraints:      62476
3160.40/3168.49	c #Conflicts:    4518000 | #Constraints:      63476
3160.40/3168.49	c #Conflicts:    4519000 | #Constraints:      64476
3160.40/3168.49	c #Conflicts:    4520000 | #Constraints:      65476
3160.40/3168.49	c #Conflicts:    4521000 | #Constraints:      66477
3160.40/3168.49	c #Conflicts:    4522000 | #Constraints:      67477
3160.40/3168.49	c #Conflicts:    4523000 | #Constraints:      68477
3160.40/3168.49	c #Conflicts:    4524000 | #Constraints:      69477
3160.40/3168.49	c #Conflicts:    4525000 | #Constraints:      70477
3160.40/3168.49	c #Conflicts:    4526000 | #Constraints:      71477
3160.40/3168.49	c #Conflicts:    4527000 | #Constraints:      72477
3160.40/3168.49	c #Conflicts:    4528000 | #Constraints:      73477
3160.40/3168.49	c #Conflicts:    4529000 | #Constraints:      74477
3160.40/3168.49	c #Conflicts:    4530000 | #Constraints:      75477
3160.40/3168.49	c #Conflicts:    4531000 | #Constraints:      76477
3160.40/3168.49	c #Conflicts:    4532000 | #Constraints:      77477
3160.40/3168.49	c #Conflicts:    4533000 | #Constraints:      78477
3160.40/3168.49	c #Conflicts:    4534000 | #Constraints:      79477
3160.40/3168.49	c #Conflicts:    4535000 | #Constraints:      80477
3160.40/3168.49	c #Conflicts:    4536000 | #Constraints:      81477
3160.40/3168.49	c #Conflicts:    4537000 | #Constraints:      82477
3160.40/3168.49	c #Conflicts:    4538000 | #Constraints:      83477
3160.40/3168.49	c #Conflicts:    4539000 | #Constraints:      84477
3160.40/3168.49	c #Conflicts:    4540000 | #Constraints:      85477
3160.40/3168.49	c #Conflicts:    4541000 | #Constraints:      86477
3160.40/3168.49	c #Conflicts:    4542000 | #Constraints:      87477
3160.40/3168.49	c #Conflicts:    4543000 | #Constraints:      88477
3160.40/3168.49	c #Conflicts:    4544000 | #Constraints:      89477
3160.40/3168.49	c #Conflicts:    4545000 | #Constraints:      90477
3160.40/3168.49	c #Conflicts:    4546000 | #Constraints:      91477
3160.40/3168.49	c #Conflicts:    4547000 | #Constraints:      92477
3160.40/3168.49	c #Conflicts:    4548000 | #Constraints:      93477
3160.40/3168.49	c #Conflicts:    4549000 | #Constraints:      94477
3160.40/3168.49	c INPROCESSING
3160.40/3168.49	c GARBAGE COLLECT
3160.40/3168.49	c #Conflicts:    4550000 | #Constraints:      52797
3160.40/3168.49	c #Conflicts:    4551000 | #Constraints:      53797
3160.40/3168.49	c #Conflicts:    4552000 | #Constraints:      54798
3160.40/3168.49	c #Conflicts:    4553000 | #Constraints:      55798
3160.40/3168.49	c #Conflicts:    4554000 | #Constraints:      56798
3160.40/3168.49	c #Conflicts:    4555000 | #Constraints:      57798
3160.40/3168.49	c #Conflicts:    4556000 | #Constraints:      58798
3160.40/3168.49	c #Conflicts:    4557000 | #Constraints:      59798
3160.40/3168.49	c #Conflicts:    4558000 | #Constraints:      60798
3160.40/3168.49	c #Conflicts:    4559000 | #Constraints:      61798
3160.40/3168.49	c #Conflicts:    4560000 | #Constraints:      62798
3160.40/3168.49	c #Conflicts:    4561000 | #Constraints:      63798
3160.40/3168.49	c #Conflicts:    4562000 | #Constraints:      64798
3160.40/3168.49	c #Conflicts:    4563000 | #Constraints:      65798
3160.40/3168.49	c #Conflicts:    4564000 | #Constraints:      66798
3160.40/3168.49	c #Conflicts:    4565000 | #Constraints:      67973
3160.40/3168.49	c #Conflicts:    4566000 | #Constraints:      69487
3160.40/3168.49	c #Conflicts:    4567000 | #Constraints:      71018
3160.40/3168.49	c #Conflicts:    4568000 | #Constraints:      72530
3160.40/3168.49	c #Conflicts:    4569000 | #Constraints:      74055
3160.40/3168.49	c #Conflicts:    4570000 | #Constraints:      75562
3160.40/3168.49	c #Conflicts:    4571000 | #Constraints:      77072
3160.40/3168.49	c #Conflicts:    4572000 | #Constraints:      78580
3160.40/3168.49	c #Conflicts:    4573000 | #Constraints:      80101
3160.40/3168.49	c #Conflicts:    4574000 | #Constraints:      81650
3160.40/3168.49	c #Conflicts:    4575000 | #Constraints:      83170
3160.40/3168.49	c #Conflicts:    4576000 | #Constraints:      84689
3160.40/3168.49	c #Conflicts:    4577000 | #Constraints:      86189
3160.40/3168.49	c #Conflicts:    4578000 | #Constraints:      87689
3160.40/3168.49	c #Conflicts:    4579000 | #Constraints:      89194
3160.40/3168.49	c #Conflicts:    4580000 | #Constraints:      90718
3160.40/3168.49	c #Conflicts:    4581000 | #Constraints:      92235
3160.40/3168.49	c #Conflicts:    4582000 | #Constraints:      93725
3160.40/3168.49	c #Conflicts:    4583000 | #Constraints:      95229
3160.40/3168.49	c #Conflicts:    4584000 | #Constraints:      96738
3160.40/3168.49	c #Conflicts:    4585000 | #Constraints:      98239
3160.40/3168.49	c #Conflicts:    4586000 | #Constraints:      99727
3160.40/3168.49	c #Conflicts:    4587000 | #Constraints:     101213
3160.40/3168.49	c #Conflicts:    4588000 | #Constraints:     102708
3160.40/3168.49	c #Conflicts:    4589000 | #Constraints:     104211
3169.67/3177.75	c #Conflicts:    4590000 | #Constraints:     105717
3169.67/3177.75	c #Conflicts:    4591000 | #Constraints:     107228
3169.67/3177.75	c #Conflicts:    4592000 | #Constraints:     108741
3169.67/3177.75	c INPROCESSING
3169.67/3177.75	c GARBAGE COLLECT
3169.67/3177.75	WSVECS04 Frhs2[7]: 6 -0.332076 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[21]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[29]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[36]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[37]: 6 -0.935634 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[100]: 6 -1.25008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[107]: 6 0 0.25009 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[109]: 6 -1.25002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[121]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[125]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[132]: 6 -1.20046 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[135]: 6 -1.25008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[139]: 6 -0.375095 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[145]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[151]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[164]: 6 -1.31257 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[184]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[192]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[194]: 6 -1.34682 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[196]: 6 -1.38705 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[200]: 6 -0.967569 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[212]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[238]: 6 -1.25008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[254]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[259]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[262]: 6 -1.20087 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[289]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[307]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[313]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[321]: 6 -1.25006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[324]: 6 -0.950409 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[335]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[343]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[349]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[354]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[371]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[386]: 6 -1.32822 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[392]: 6 -0.967529 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[395]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[401]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[407]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[417]: 6 -1.15184 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[424]: 6 -1.26312 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[441]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[445]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[449]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[450]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[461]: 6 -1.75004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[491]: 6 -1.31252 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[492]: 6 -1.31257 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[495]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[511]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[520]: 6 0 1.70596 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[525]: 6 -1.1667 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[535]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[540]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[545]: 6 -1.00006 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[551]: 6 -1.23378 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[552]: 6 -0.95667 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[561]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[567]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[569]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[573]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[579]: 6 -1.27489 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[582]: 6 0 2.66191 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[589]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[591]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[609]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[615]: 6 -1.2419 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[616]: 6 -1.2632 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[624]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[627]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[628]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[642]: 6 -1.3126 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[646]: 6 0 0.420989 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[648]: 6 -0.967578 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[654]: 6 -1.50009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[664]: 6 -1.00001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[676]: 6 -0.312544 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[677]: 6 -1.12503 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[678]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[688]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[690]: 6 -1.00002 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[706]: 6 -0.732067 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[710]: 6 -1.25007 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[713]: 6 -1.32818 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[715]: 6 -1.00005 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[717]: 6 -1.5001 0 shouldn't be
3169.67/3177.75	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[722]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[723]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[724]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[735]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[989]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1022]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1054]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1057]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1061]: 6 -1.37508 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1062]: 6 -1.56254 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1063]: 6 -1.25008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1079]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1100]: 6 -0.75004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1101]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1116]: 6 -0.90185 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1117]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1121]: 6 -1.25008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1124]: 6 -1.50009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1126]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1132]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1146]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1153]: 6 -1.31257 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1156]: 6 -0.625023 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1158]: 6 -0.23983 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1160]: 6 -0.834071 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1163]: 6 0 0.328183 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1179]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1193]: 6 -1.32821 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1198]: 6 -1.25002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1200]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1201]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1203]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1218]: 6 -1.25004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1220]: 6 -0.687547 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1222]: 6 -0.750092 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1224]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1225]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1245]: 6 -1.34682 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1250]: 6 -0.903321 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1269]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1270]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1271]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1275]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1283]: 6 -0.836025 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1286]: 6 -2.31253 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1287]: 6 -1.6661 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1290]: 6 -2.62504 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1298]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1332]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1347]: 6 -1.62504 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1357]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1359]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1363]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1378]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1388]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1397]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1403]: 6 -1.25002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1409]: 6 -1.25008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1423]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1428]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1444]: 6 -0.687519 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1446]: 6 -1.27858 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1455]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1465]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1468]: 6 -1.25001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1471]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1478]: 6 -0.942835 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1479]: 6 -1.04971 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1480]: 6 -0.771167 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1489]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1490]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1492]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1506]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1508]: 6 -0.785728 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1509]: 6 -0.812577 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1510]: 6 -1.31252 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1523]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1529]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1533]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1538]: 6 -0.573548 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1541]: 6 -3.41184 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1567]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1568]: 6 -1.14341 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1569]: 6 -1.31256 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1571]: 6 -1.25008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1572]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1573]: 6 -0.856638 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1576]: 6 -2.978 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1582]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1586]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1592]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1594]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1598]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1602]: 6 -0.261058 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1605]: 6 -1.23207 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1606]: 6 -0.269995 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1608]: 6 -1.05771 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1609]: 6 -1.25002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1611]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1612]: 6 -2.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1614]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1619]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1621]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1623]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1624]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1625]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1627]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1628]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1629]: 6 -1.06875 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1630]: 6 -1.13748 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1634]: 6 -1.18135 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1657]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1664]: 6 -1.2501 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1671]: 6 -0.750015 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1683]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1686]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1690]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1693]: 6 -1.50002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1694]: 6 -1.31254 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1696]: 6 -1.25002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1718]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1727]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1747]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1756]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1781]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1964]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1970]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1971]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1974]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1975]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1978]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1979]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1981]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1984]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1987]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1989]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1994]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[1995]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2001]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2009]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2049]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2052]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2056]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2057]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2060]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2062]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2064]: 6 -1.18751 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2065]: 6 -1.18757 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2079]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2082]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2083]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2092]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2095]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2097]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2104]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2108]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2122]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2130]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2134]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2145]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2147]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2149]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2151]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2154]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2160]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2161]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2164]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2165]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2169]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2172]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2176]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2179]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2181]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2184]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2188]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2189]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2191]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2196]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2202]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2207]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2211]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2215]: 6 -1.31255 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2216]: 6 -1.3751 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2220]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2229]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2231]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2236]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2241]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2243]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2245]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2247]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2250]: 6 0 1.18755 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2260]: 6 0 1.00005 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2261]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2264]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2270]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2274]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2277]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2279]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2281]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2283]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2288]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2289]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2291]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2292]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2296]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2300]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2302]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2305]: 6 -1.09823 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2307]: 6 -1.30861 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2309]: 6 -1.23439 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2327]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2330]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2331]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2334]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2335]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2337]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2339]: 6 -1.30867 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2341]: 6 -0.632832 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2345]: 6 -0.531283 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2353]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2355]: 6 -0.375091 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2360]: 6 -10.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2361]: 6 -2.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2364]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2366]: 6 -5.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2369]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2371]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2379]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2382]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2383]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2386]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2388]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2393]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2404]: 6 -1.31257 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2407]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2409]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2411]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2412]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2417]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2426]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2431]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2432]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2433]: 6 -0.500074 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2441]: 6 -0.75008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2445]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2447]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2449]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2451]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2453]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2456]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2457]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2460]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2462]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2465]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2469]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2471]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2474]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2475]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2480]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2482]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2484]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2485]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2488]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2489]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2492]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2493]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2496]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2498]: 6 -1.34676 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2500]: 6 -1.38705 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2510]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2515]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2517]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2521]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2523]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2527]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2530]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2533]: 6 -1.38698 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2539]: 6 -0.404379 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2544]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2545]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2548]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2549]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2553]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2561]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2563]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2565]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2567]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2575]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2579]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2582]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2586]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2590]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2592]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2605]: 6 -1.31254 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2606]: 6 -1.25008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2609]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2612]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2620]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2627]: 6 -0.5001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2631]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2640]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2643]: 6 -1.32822 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2656]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2661]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2663]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2665]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2669]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2671]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2674]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2676]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2678]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2681]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2684]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2686]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2687]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2690]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2692]: 6 -1.3023 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2695]: 6 -0.917983 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2696]: 6 -0.836002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2702]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2703]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2705]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2707]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2715]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2716]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2721]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2723]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2725]: 6 -1.30233 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2733]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2736]: 6 -1.65628 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2738]: 6 -6.3126 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2742]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2743]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2748]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2750]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2754]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2755]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2758]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2762]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2774]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2775]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2778]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2785]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2786]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2787]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2798]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2800]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2811]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2812]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2816]: 6 -1.25003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2818]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2819]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2822]: 6 -1.33207 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2823]: 6 -1.33206 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2831]: 6 -1.31259 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2835]: 6 -0.625092 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2837]: 6 -0.75003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2845]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2848]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2849]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2852]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2853]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2856]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2857]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2860]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2864]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2866]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2868]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2870]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2872]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2874]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2875]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2877]: 6 -1.2501 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2885]: 6 -0.58403 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2887]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2890]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2894]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2896]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2901]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2903]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2905]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2912]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2918]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2920]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2922]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2923]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2926]: 6 -1.25003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2928]: 6 0 1.50006 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2933]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2935]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2937]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2940]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2942]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2944]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2946]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2948]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2952]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2953]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2956]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2961]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2963]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2964]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2968]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2971]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2974]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2975]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2977]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2984]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2991]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2992]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2994]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2996]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[2998]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3009]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3012]: 6 -0.219766 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3013]: 6 -0.219787 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3019]: 6 -9.24225 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3022]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3023]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3026]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3027]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3031]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3034]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3036]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3039]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3041]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3044]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3045]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3049]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3052]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3053]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3060]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3061]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3068]: 6 -1.25007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3069]: 6 -1.25003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3083]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3084]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3085]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3090]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3093]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3094]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3100]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3101]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3106]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3109]: 6 -1.31252 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3115]: 6 -0.500039 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3117]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3124]: 6 -5.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3129]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3132]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3133]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3136]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3137]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3140]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3145]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3147]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3155]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3157]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3164]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3167]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3174]: 6 -1.33209 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3175]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3179]: 6 -1.25004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3180]: 6 -1.25005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3181]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3189]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3190]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3192]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3199]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3200]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3205]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3207]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3209]: 6 -1.33209 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3217]: 6 -1.31255 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3221]: 6 -0.750044 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3225]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3228]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3229]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3231]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3235]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3243]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3247]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3252]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3253]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3263]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3283]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3287]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3295]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3297]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3299]: 6 -1.10717 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3301]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3303]: 6 -1.07147 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3307]: 6 -1.25005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3315]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3317]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3320]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3322]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3327]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3329]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3332]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3335]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3338]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3339]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3342]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3344]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3345]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3347]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3348]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3352]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3353]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3359]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3379]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3383]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3386]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3389]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3390]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3395]: 6 -0.725215 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3396]: 6 0 0.0497132 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3405]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3408]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3409]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3412]: 6 -1.31258 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3413]: 6 -0.687522 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3421]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3425]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3430]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3433]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3435]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3440]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3444]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3448]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3449]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3452]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3453]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3456]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3458]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3459]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3460]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3461]: 6 -1.14346 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3467]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3469]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3472]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3478]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3479]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3480]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3482]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3483]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3487]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3491]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3496]: 6 -1.28681 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3504]: 6 -8.41186 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3507]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3509]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3512]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3514]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3516]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3518]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3520]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3521]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3524]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3525]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3529]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3534]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3535]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3537]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3540]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3541]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3544]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3545]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3547]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3550]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3551]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3554]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3555]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3556]: 6 -1.32819 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3566]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3569]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3571]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3573]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3574]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3575]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3579]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3583]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3586]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3587]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3590]: 6 -1.2501 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3601]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3607]: 6 -3.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3610]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3611]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3613]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3616]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3617]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3621]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3624]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3625]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3628]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3629]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3632]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3636]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3637]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3639]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3642]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3643]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3647]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3649]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3650]: 6 -1.06874 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3651]: 6 -1.13745 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3653]: 6 -1.0497 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3656]: 6 -1.12506 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3657]: 6 -1.25009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3658]: 6 -1.12505 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3666]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3671]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3673]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3675]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3679]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3682]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3683]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3686]: 6 -0.500082 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3693]: 6 -2.60301 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3696]: 6 -0.62504 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3700]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3704]: 6 0 1.00008 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3706]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3708]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3710]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3712]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3719]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3723]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3727]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3729]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3734]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3736]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3737]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3744]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3746]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3747]: 6 -1.31255 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3750]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3756]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3757]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3759]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3767]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3768]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3772]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3776]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3780]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3784]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3787]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3794]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3795]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3797]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3800]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3801]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3805]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3807]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3809]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3812]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3816]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3819]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3822]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3824]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3825]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3828]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3832]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3833]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3835]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3838]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3839]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3841]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3847]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3863]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3867]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3869]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3871]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3874]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3876]: 6 0 1.00005 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3883]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3886]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3888]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3890]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3891]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3894]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3895]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3898]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3899]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3903]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3906]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3907]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3914]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3918]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3923]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3927]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3930]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3931]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3934]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3935]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3940]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3941]: 6 -0.312585 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3944]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3945]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3948]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3949]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3951]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3955]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3956]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3961]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3963]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3965]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3971]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3973]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3980]: 6 -0.500025 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3981]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3984]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3986]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3988]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3990]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3992]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3993]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3995]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[3998]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4000]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4003]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4006]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4008]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4010]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4012]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4014]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4016]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4017]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4020]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4021]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4024]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4025]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4028]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4030]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4031]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4045]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4049]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4052]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4053]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4055]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4062]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4063]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4064]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4065]: 6 -1.75001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4067]: 6 -0.732007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4079]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4082]: 6 -0.870021 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4084]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4087]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4089]: 6 -1.0001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4094]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4098]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4102]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4104]: 6 -1.00007 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4106]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4107]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4110]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4114]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4115]: 6 -1.00002 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4118]: 6 -1.00003 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4119]: 6 -1.00006 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4121]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4123]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4126]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4128]: 6 -1.00008 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4149]: 6 -1.00005 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4177]: 6 -1.00004 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4178]: 6 -1.00009 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4179]: 6 -1.00001 0 shouldn't be
3169.67/3177.76	WSVECS04 Frhs2[4188]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[39]: 6 -0.983794 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[70]: 6 0 3.20672 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[173]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[182]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[214]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[237]: 6 -1.31259 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[250]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[326]: 6 0 3.19856 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[329]: 6 -1.25001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[373]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[405]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[406]: 6 -1.0001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[414]: 6 -1.0001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[426]: 6 -1.31252 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[463]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[518]: 6 -0.557343 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[522]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[537]: 6 -1.0001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[595]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[612]: 6 -1.25005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[631]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[681]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1019]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1084]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1113]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1209]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1235]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1264]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1273]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1445]: 6 -1.06259 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1588]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[1999]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2087]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2173]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2177]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2180]: 6 -1.0001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2192]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2237]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2325]: 6 -1.00007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2519]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2557]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2601]: 6 -1.33213 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2608]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2617]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2713]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2899]: 6 -1.00001 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[2980]: 6 -0.219756 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3014]: 6 0 1.56056 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3375]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3462]: 6 -1.28679 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3497]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3584]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3713]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3741]: 6 -1.00003 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3751]: 6 -1.25007 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[3969]: 6 -1.00006 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[4099]: 6 -1.00009 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[4109]: 6 -1.00005 0 shouldn't be
3170.78/3178.87	WSVECS04 Frhs2[4283]: 6 -1.0001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[7]: 6 -0.332032 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[37]: 6 -0.935547 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[39]: 6 -0.983744 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[109]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[132]: 6 -1.20037 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[135]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[145]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[162]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[164]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[200]: 6 -0.967487 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[214]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[237]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[238]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[262]: 6 -1.20086 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[324]: 6 -0.950368 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[338]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[339]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[371]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[405]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[423]: 6 -0.082032 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[424]: 6 -1.2631 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[457]: 6 -0.671875 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[461]: 6 -1.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[469]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[487]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[491]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[502]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[518]: 6 -0.557273 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[551]: 6 -1.23374 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[579]: 6 -1.27482 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[582]: 6 0 2.66182 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[607]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[615]: 6 -1.24187 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[616]: 6 -1.2631 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[654]: 6 -1.5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[659]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[677]: 6 -1.125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[693]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[706]: 6 -0.731971 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[709]: 6 -1.30769 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[989]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1020]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1022]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1063]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1076]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1099]: 6 -0.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1100]: 6 -0.750001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1133]: 6 -1.32813 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1174]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1187]: 6 -0.378906 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1195]: 6 -1.9375 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1212]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1218]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1219]: 6 -0.875 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1221]: 6 -0.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1222]: 6 -0.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1314]: 6 -1.32813 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1315]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1387]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1444]: 6 -0.6875 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1493]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1504]: 6 -1.07143 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1509]: 6 -0.812501 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1510]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1538]: 6 -0.57353 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1549]: 6 -0.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1572]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1573]: 6 -0.856618 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1576]: 6 -2.97794 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1602]: 6 -0.26103 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1605]: 6 -1.23197 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1606]: 6 -0.269938 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1608]: 6 -1.05769 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1612]: 6 -2 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1624]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1662]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1694]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1696]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2355]: 6 -0.375001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2361]: 6 -2 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2433]: 6 -0.5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2437]: 6 -0.687501 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2441]: 6 -0.750001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2539]: 6 -0.404298 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2653]: 6 -0.5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2738]: 6 -6.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2835]: 6 -0.625001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2837]: 6 -0.75 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2925]: 6 -1.625 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2977]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3109]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3124]: 6 -5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3213]: 6 -1.32813 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3303]: 6 -1.07143 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3307]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3412]: 6 -1.3125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3413]: 6 -0.687501 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3461]: 6 -1.14338 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3504]: 6 -8.41177 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3557]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3590]: 6 -1.25 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3593]: 6 -0.812501 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3653]: 6 -1.04963 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3656]: 6 -1.125 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3686]: 6 -0.5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3693]: 6 -2.60294 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3696]: 6 -0.625 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3791]: 6 -0.500001 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3876]: 6 0 1 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3881]: 6 -0.5 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3903]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3940]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3941]: 6 -0.312501 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4035]: 6 -0.731971 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4062]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4063]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4082]: 6 -0.869946 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
3172.47/3180.54	WSVECS04 Frhs2[4284]: 6 -1 0 shouldn't be
3281.31/3289.66	c #Conflicts:    4593000 | #Constraints:      60041
3281.31/3289.66	c #Conflicts:    4594000 | #Constraints:      61041
3281.31/3289.66	c #Conflicts:    4595000 | #Constraints:      62041
3281.31/3289.66	c #Conflicts:    4596000 | #Constraints:      63041
3281.31/3289.66	c #Conflicts:    4597000 | #Constraints:      64041
3281.31/3289.66	c #Conflicts:    4598000 | #Constraints:      65041
3281.31/3289.66	c #Conflicts:    4599000 | #Constraints:      66041
3281.31/3289.66	c #Conflicts:    4600000 | #Constraints:      67041
3281.31/3289.66	c #Conflicts:    4601000 | #Constraints:      68041
3281.31/3289.66	c #Conflicts:    4602000 | #Constraints:      69041
3281.31/3289.66	c #Conflicts:    4603000 | #Constraints:      70041
3281.31/3289.66	c #Conflicts:    4604000 | #Constraints:      71041
3281.31/3289.66	c #Conflicts:    4605000 | #Constraints:      72041
3281.31/3289.66	c #Conflicts:    4606000 | #Constraints:      73041
3281.31/3289.66	c #Conflicts:    4607000 | #Constraints:      74041
3281.31/3289.66	c #Conflicts:    4608000 | #Constraints:      75041
3281.31/3289.66	c #Conflicts:    4609000 | #Constraints:      76041
3281.31/3289.66	c #Conflicts:    4610000 | #Constraints:      77041
3281.31/3289.66	c #Conflicts:    4611000 | #Constraints:      78041
3281.31/3289.66	c #Conflicts:    4612000 | #Constraints:      79041
3281.31/3289.66	c #Conflicts:    4613000 | #Constraints:      80041
3281.31/3289.66	c #Conflicts:    4614000 | #Constraints:      81041
3281.31/3289.66	c #Conflicts:    4615000 | #Constraints:      82041
3281.31/3289.66	c #Conflicts:    4616000 | #Constraints:      83041
3281.31/3289.66	c #Conflicts:    4617000 | #Constraints:      84041
3281.31/3289.66	c #Conflicts:    4618000 | #Constraints:      85041
3281.31/3289.66	c #Conflicts:    4619000 | #Constraints:      86041
3281.31/3289.66	c #Conflicts:    4620000 | #Constraints:      87041
3281.31/3289.66	c #Conflicts:    4621000 | #Constraints:      88041
3281.31/3289.66	c #Conflicts:    4622000 | #Constraints:      89041
3281.31/3289.66	c #Conflicts:    4623000 | #Constraints:      90041
3281.31/3289.66	c #Conflicts:    4624000 | #Constraints:      91041
3281.31/3289.66	c #Conflicts:    4625000 | #Constraints:      92041
3281.31/3289.66	c #Conflicts:    4626000 | #Constraints:      93041
3281.31/3289.66	c #Conflicts:    4627000 | #Constraints:      94041
3281.31/3289.66	c #Conflicts:    4628000 | #Constraints:      95041
3281.31/3289.66	c #Conflicts:    4629000 | #Constraints:      96041
3281.31/3289.66	c #Conflicts:    4630000 | #Constraints:      97041
3281.31/3289.66	c #Conflicts:    4631000 | #Constraints:      98041
3281.31/3289.66	c #Conflicts:    4632000 | #Constraints:      99041
3281.31/3289.66	c #Conflicts:    4633000 | #Constraints:     100041
3281.31/3289.66	c #Conflicts:    4634000 | #Constraints:     101041
3281.31/3289.66	c #Conflicts:    4635000 | #Constraints:     102041
3281.31/3289.66	c INPROCESSING
3281.31/3289.66	c GARBAGE COLLECT
3281.31/3289.66	c #Conflicts:    4636000 | #Constraints:      56666
3281.31/3289.66	c #Conflicts:    4637000 | #Constraints:      57666
3281.31/3289.66	c #Conflicts:    4638000 | #Constraints:      58666
3281.31/3289.66	c #Conflicts:    4639000 | #Constraints:      59666
3281.31/3289.66	c #Conflicts:    4640000 | #Constraints:      60666
3281.31/3289.66	c #Conflicts:    4641000 | #Constraints:      61666
3281.31/3289.66	c #Conflicts:    4642000 | #Constraints:      62666
3281.31/3289.66	c #Conflicts:    4643000 | #Constraints:      63666
3281.31/3289.66	c #Conflicts:    4644000 | #Constraints:      64666
3281.31/3289.66	c #Conflicts:    4645000 | #Constraints:      65666
3281.31/3289.66	c #Conflicts:    4646000 | #Constraints:      66666
3281.31/3289.66	c #Conflicts:    4647000 | #Constraints:      67666
3281.31/3289.66	c #Conflicts:    4648000 | #Constraints:      68666
3281.31/3289.66	c #Conflicts:    4649000 | #Constraints:      69666
3281.31/3289.66	c #Conflicts:    4650000 | #Constraints:      70666
3281.31/3289.66	c #Conflicts:    4651000 | #Constraints:      71666
3281.31/3289.66	c #Conflicts:    4652000 | #Constraints:      72666
3281.31/3289.66	c #Conflicts:    4653000 | #Constraints:      73666
3281.31/3289.66	c #Conflicts:    4654000 | #Constraints:      74666
3281.31/3289.66	c #Conflicts:    4655000 | #Constraints:      75666
3281.31/3289.66	c #Conflicts:    4656000 | #Constraints:      76666
3281.31/3289.66	c #Conflicts:    4657000 | #Constraints:      77666
3281.31/3289.66	c #Conflicts:    4658000 | #Constraints:      78666
3281.31/3289.66	c #Conflicts:    4659000 | #Constraints:      79666
3281.31/3289.66	c #Conflicts:    4660000 | #Constraints:      80666
3281.31/3289.66	c #Conflicts:    4661000 | #Constraints:      81666
3281.31/3289.66	c #Conflicts:    4662000 | #Constraints:      82666
3281.31/3289.66	c #Conflicts:    4663000 | #Constraints:      83666
3281.31/3289.66	c #Conflicts:    4664000 | #Constraints:      84666
3281.31/3289.66	c #Conflicts:    4665000 | #Constraints:      85666
3281.31/3289.66	c #Conflicts:    4666000 | #Constraints:      86666
3281.31/3289.66	c #Conflicts:    4667000 | #Constraints:      87666
3281.31/3289.66	c #Conflicts:    4668000 | #Constraints:      88666
3281.31/3289.66	c #Conflicts:    4669000 | #Constraints:      89666
3281.31/3289.66	c #Conflicts:    4670000 | #Constraints:      90666
3281.31/3289.66	c #Conflicts:    4671000 | #Constraints:      91666
3384.36/3392.93	c #Conflicts:    4672000 | #Constraints:      92666
3384.36/3392.93	c #Conflicts:    4673000 | #Constraints:      93666
3384.36/3392.93	c #Conflicts:    4674000 | #Constraints:      94666
3384.36/3392.93	c #Conflicts:    4675000 | #Constraints:      95666
3384.36/3392.93	c #Conflicts:    4676000 | #Constraints:      96666
3384.36/3392.93	c #Conflicts:    4677000 | #Constraints:      97666
3384.36/3392.93	c #Conflicts:    4678000 | #Constraints:      98666
3384.36/3392.93	c INPROCESSING
3384.36/3392.93	c GARBAGE COLLECT
3384.36/3392.93	c #Conflicts:    4679000 | #Constraints:      54873
3384.36/3392.93	c #Conflicts:    4680000 | #Constraints:      55873
3384.36/3392.93	c #Conflicts:    4681000 | #Constraints:      56873
3384.36/3392.93	c #Conflicts:    4682000 | #Constraints:      57873
3384.36/3392.93	c #Conflicts:    4683000 | #Constraints:      58873
3384.36/3392.93	c #Conflicts:    4684000 | #Constraints:      59873
3384.36/3392.93	c #Conflicts:    4685000 | #Constraints:      60873
3384.36/3392.93	c #Conflicts:    4686000 | #Constraints:      61873
3384.36/3392.93	c #Conflicts:    4687000 | #Constraints:      62873
3384.36/3392.93	c #Conflicts:    4688000 | #Constraints:      63873
3384.36/3392.93	c #Conflicts:    4689000 | #Constraints:      64873
3384.36/3392.93	c #Conflicts:    4690000 | #Constraints:      65873
3384.36/3392.93	c #Conflicts:    4691000 | #Constraints:      66873
3384.36/3392.93	c #Conflicts:    4692000 | #Constraints:      67873
3384.36/3392.93	c #Conflicts:    4693000 | #Constraints:      68873
3384.36/3392.93	c #Conflicts:    4694000 | #Constraints:      69873
3384.36/3392.93	c #Conflicts:    4695000 | #Constraints:      70873
3384.36/3392.93	c #Conflicts:    4696000 | #Constraints:      71873
3384.36/3392.93	c #Conflicts:    4697000 | #Constraints:      72873
3384.36/3392.93	c #Conflicts:    4698000 | #Constraints:      73873
3384.36/3392.93	c #Conflicts:    4699000 | #Constraints:      74873
3384.36/3392.93	c #Conflicts:    4700000 | #Constraints:      75873
3384.36/3392.93	c #Conflicts:    4701000 | #Constraints:      76873
3384.36/3392.93	c #Conflicts:    4702000 | #Constraints:      77873
3384.36/3392.93	c #Conflicts:    4703000 | #Constraints:      78873
3384.36/3392.93	c #Conflicts:    4704000 | #Constraints:      79873
3384.36/3392.93	c #Conflicts:    4705000 | #Constraints:      80873
3384.36/3392.93	c #Conflicts:    4706000 | #Constraints:      81873
3384.36/3392.93	c #Conflicts:    4707000 | #Constraints:      82874
3384.36/3392.93	c #Conflicts:    4708000 | #Constraints:      83874
3384.36/3392.93	c #Conflicts:    4709000 | #Constraints:      84874
3384.36/3392.93	c #Conflicts:    4710000 | #Constraints:      85874
3384.36/3392.93	c #Conflicts:    4711000 | #Constraints:      86874
3384.36/3392.93	c #Conflicts:    4712000 | #Constraints:      87874
3384.36/3392.93	c #Conflicts:    4713000 | #Constraints:      88874
3384.36/3392.93	c #Conflicts:    4714000 | #Constraints:      89874
3384.36/3392.93	c #Conflicts:    4715000 | #Constraints:      90874
3384.36/3392.93	c #Conflicts:    4716000 | #Constraints:      91874
3384.36/3392.93	c #Conflicts:    4717000 | #Constraints:      92874
3384.36/3392.93	c #Conflicts:    4718000 | #Constraints:      93874
3384.36/3392.93	c #Conflicts:    4719000 | #Constraints:      95053
3384.36/3392.93	c #Conflicts:    4720000 | #Constraints:      96553
3384.36/3392.93	c #Conflicts:    4721000 | #Constraints:      98059
3384.36/3392.93	c INPROCESSING
3384.36/3392.93	c GARBAGE COLLECT
3384.36/3392.93	WSVECS04 Frhs2[5]: 6 -0.677314 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[7]: 6 -1.10274 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[22]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[65]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[69]: 6 -0.677272 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[74]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[75]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[77]: 6 -0.250029 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[78]: 6 -1.25003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[87]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[104]: 6 -90.5766 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[105]: 6 -0.928868 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[119]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[132]: 6 -0.838678 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[139]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[149]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[153]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[159]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[163]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[170]: 6 -1.32822 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[172]: 6 -2.31256 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[183]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[187]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[197]: 6 -1.00323 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[259]: 6 -0.946296 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[260]: 6 -1.2319 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[261]: 6 -0.927299 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[262]: 6 -7.95694 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[265]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[270]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[281]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[289]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[313]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[323]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[324]: 6 -0.838695 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[330]: 6 -1.37503 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[354]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[361]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[367]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[375]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[378]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[382]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[384]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[385]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[387]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[388]: 6 -1.31259 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[394]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[402]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[419]: 6 -0.946258 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[453]: 6 0 0.253774 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[456]: 6 -72.5398 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[457]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[460]: 6 0 0.576077 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[472]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[484]: 6 -0.838721 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[485]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[489]: 6 -1.31254 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[490]: 6 -1.31256 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[492]: 6 -1.25006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[503]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[504]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[514]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[521]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[541]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[545]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[549]: 6 -0.743678 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[554]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[561]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[564]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[565]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[566]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[577]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[584]: 6 -27.9524 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[585]: 6 -1.2501 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[602]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[623]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[636]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[650]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[651]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[663]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[664]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[679]: 6 -1.23984 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[684]: 6 -1.25009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[685]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[688]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[690]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[699]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[707]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[721]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[727]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[729]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[735]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[936]: 6 -0.500087 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[986]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[999]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1022]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1047]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1051]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1059]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1070]: 6 -1.31256 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1073]: 6 -1.25002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1079]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1083]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1086]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1095]: 6 -0.412192 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1100]: 6 -2.0424 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1108]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1115]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1117]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1118]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1124]: 6 -0.928914 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1125]: 6 -0.607694 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1129]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1140]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1152]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1158]: 6 -1.2366 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1162]: 6 -1.39236 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1173]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1176]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1186]: 6 -1.33309 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1193]: 6 -1.50002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1209]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1216]: 6 -1.33329 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1222]: 6 -0.667082 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1227]: 6 -0.984429 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1230]: 6 -1.25002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1231]: 6 -0.750022 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1236]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1238]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1248]: 6 -1.00328 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1249]: 6 0 1.35456 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1255]: 6 -1.8126 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1257]: 6 -1.37508 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1258]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1275]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1281]: 6 -1.25006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1282]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1285]: 6 -1.67733 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1296]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1301]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1302]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1303]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1304]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1305]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1312]: 6 -1.25002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1315]: 6 -1.16807 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1318]: 6 -0.28084 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1320]: 6 -0.748156 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1321]: 6 0 0.503726 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1333]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1336]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1343]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1351]: 6 0 0.00376379 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1353]: 6 0 5.01486 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1359]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1365]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1377]: 6 -1.25007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1381]: 6 -1.25005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1399]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1405]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1411]: 6 -0.671933 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1413]: 6 -0.687583 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1419]: 6 -1.82822 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1421]: 6 -1.31253 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1429]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1441]: 6 -0.748195 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1443]: 6 0 1.00749 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1446]: 6 -0.750054 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1447]: 6 -1.50005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1451]: 6 -1.25003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1452]: 6 -2.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1455]: 6 -1.31258 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1462]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1468]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1469]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1472]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1474]: 6 0 5.01485 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1487]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1507]: 6 -1.32821 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1509]: 6 -2.56629 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1512]: 6 -23.2022 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1519]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1525]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1531]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1542]: 6 -1.31259 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1547]: 6 -0.750043 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1549]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1550]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1553]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1557]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1562]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1564]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1574]: 6 -1.04632 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1576]: 6 -1.18501 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1578]: 6 -1.28915 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1580]: 6 -1.15629 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1583]: 6 -1.25005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1592]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1593]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1594]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1600]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1603]: 6 -1.18755 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1604]: 6 -1.08869 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1610]: 6 -1.50003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1611]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1612]: 6 -0.671896 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1620]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1621]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1622]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1629]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1643]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1652]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1657]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1664]: 6 -1.25002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1670]: 6 -0.875039 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1671]: 6 -0.75001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1679]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1693]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1717]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1737]: 6 -0.995351 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1754]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1755]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1781]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1955]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1957]: 6 -0.817825 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1960]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1962]: 6 -0.598967 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1970]: 6 -11.4168 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1971]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1973]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1977]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1980]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1989]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[1996]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2008]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2009]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2049]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2052]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2054]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2056]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2057]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2064]: 6 -0.625061 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2065]: 6 -0.625034 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2081]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2084]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2088]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2089]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2092]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2104]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2106]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2122]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2130]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2134]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2145]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2148]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2149]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2157]: 6 -0.750065 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2165]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2168]: 6 -1.25005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2178]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2179]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2181]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2191]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2194]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2196]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2203]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2207]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2231]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2233]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2236]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2243]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2247]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2250]: 6 -1.2323 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2265]: 6 -13.2776 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2267]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2272]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2274]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2279]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2282]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2283]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2286]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2288]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2290]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2292]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2293]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2295]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2298]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2299]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2302]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2303]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2305]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2306]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2314]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2321]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2325]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2328]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2332]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2339]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2345]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2350]: 6 -14.9866 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2356]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2357]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2360]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2361]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2369]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2372]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2373]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2384]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2385]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2389]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2392]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2393]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2398]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2405]: 6 -1.3333 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2406]: 6 -1.33309 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2407]: 6 -1.33307 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2414]: 6 -1.25003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2415]: 6 -1.25003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2418]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2421]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2427]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2428]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2440]: 6 -5.33308 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2441]: 6 -0.666591 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2449]: 6 -0.664127 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2453]: 6 -0.656291 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2457]: 6 -0.625072 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2468]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2470]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2475]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2478]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2479]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2482]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2486]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2492]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2494]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2495]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2498]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2506]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2512]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2517]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2518]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2524]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2525]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2526]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2529]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2532]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2535]: 6 -1.00322 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2538]: 6 -0.987264 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2540]: 6 -3.97439 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2544]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2548]: 6 -0.551837 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2565]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2571]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2575]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2579]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2581]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2584]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2585]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2588]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2592]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2607]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2611]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2623]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2624]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2629]: 6 -0.661408 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2636]: 6 -9.41801 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2639]: 6 -2.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2642]: 6 -5.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2643]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2645]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2652]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2654]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2655]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2661]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2671]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2674]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2675]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2678]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2680]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2682]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2683]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2686]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2689]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2691]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2698]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2706]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2713]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2718]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2720]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2721]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2723]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2735]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2738]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2741]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2742]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2746]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2749]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2753]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2755]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2757]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2764]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2770]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2771]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2774]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2781]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2783]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2785]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2787]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2788]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2789]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2800]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2801]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2804]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2805]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2808]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2811]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2814]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2815]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2818]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2819]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2822]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2824]: 6 -1.29209 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2826]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2827]: 6 -0.66605 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2834]: 6 -0.343824 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2835]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2838]: 6 -3.6251 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2840]: 6 -10.25 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2842]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2844]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2864]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2866]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2868]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2871]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2874]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2878]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2879]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2881]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2884]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2894]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2895]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2897]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2899]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2901]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2905]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2913]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2915]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2918]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2920]: 6 -1.25006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2921]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2928]: 6 -1.37505 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2937]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2942]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2944]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2947]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2949]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2952]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2953]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2955]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2960]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2966]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2971]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2974]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2979]: 6 -1.32818 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2980]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2982]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2984]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2988]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2990]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2995]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3000]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3006]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3008]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3010]: 6 -1.32818 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3012]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3013]: 6 -0.343826 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3016]: 6 -1.25007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3021]: 6 -0.500095 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3024]: 6 -1.25001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3026]: 6 -0.50007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3032]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3036]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3038]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3040]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3044]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3053]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3060]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3061]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3065]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3067]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3075]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3080]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3089]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3105]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3110]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3120]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3121]: 6 -0.500089 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3128]: 6 -5.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3132]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3133]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3140]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3146]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3152]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3156]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3157]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3160]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3163]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3173]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3178]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3188]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3190]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3199]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3202]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3206]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3214]: 6 -7.01493 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3216]: 6 -9.0297 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3218]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3220]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3225]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3228]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3229]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3231]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3238]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3239]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3242]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3243]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3248]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3251]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3257]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3259]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3261]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3263]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3265]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3271]: 6 0 5.01488 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3272]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3274]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3275]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3278]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3280]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3281]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3285]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3291]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3292]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3295]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3298]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3305]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3316]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3317]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3321]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3324]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3333]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3335]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3339]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3341]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3349]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3352]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3353]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3358]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3360]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3361]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3363]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3364]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3370]: 6 -1.31259 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3371]: 6 -1.25002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3372]: 6 -1.25009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3374]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3377]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3380]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3386]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3390]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3393]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3395]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3398]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3400]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3402]: 6 -1.32814 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3415]: 6 -0.500095 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3420]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3421]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3423]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3425]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3427]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3433]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3435]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3438]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3440]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3441]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3449]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3451]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3456]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3459]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3465]: 6 -1.32822 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3471]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3472]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3473]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3474]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3477]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3483]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3486]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3487]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3488]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3490]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3491]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3494]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3496]: 6 -0.542852 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3498]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3501]: 6 -1.31252 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3503]: 6 -0.703199 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3507]: 6 -0.812538 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3511]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3516]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3520]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3522]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3526]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3527]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3529]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3531]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3535]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3537]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3539]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3541]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3544]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3548]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3551]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3554]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3558]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3560]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3567]: 6 -1.25001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3569]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3570]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3571]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3579]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3581]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3588]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3589]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3592]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3594]: 6 -1.31255 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3601]: 6 -0.500098 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3603]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3607]: 6 -0.656331 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3611]: 6 -0.625085 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3615]: 6 -0.500075 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3618]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3621]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3624]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3631]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3634]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3635]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3638]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3642]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3647]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3649]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3651]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3652]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3653]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3660]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3664]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3665]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3666]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3667]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3674]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3681]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3684]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3688]: 6 -1.25004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3689]: 6 -1.25009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3705]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3708]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3710]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3712]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3714]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3720]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3724]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3727]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3729]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3732]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3733]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3748]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3750]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3753]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3754]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3760]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3762]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3763]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3766]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3768]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3770]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3772]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3774]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3777]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3784]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3787]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3795]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3797]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3802]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3804]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3805]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3808]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3809]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3814]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3815]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3817]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3824]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3826]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3832]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3833]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3836]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3839]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3841]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3842]: 6 -0.838633 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3843]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3844]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3845]: 6 -0.789999 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3846]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3847]: 6 -1.25007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3849]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3851]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3854]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3862]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3865]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3868]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3870]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3871]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3873]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3876]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3880]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3884]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3888]: 6 -178.867 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3890]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3894]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3896]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3897]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3902]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3904]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3906]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3908]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3909]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3912]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3916]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3924]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3928]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3929]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3931]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3934]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3935]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3939]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3940]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3943]: 6 -1.27463 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3944]: 6 -1.23985 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3945]: 6 -1.09854 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3949]: 6 -1.25006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3951]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3952]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3954]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3966]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3969]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3971]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3973]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3975]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3977]: 6 -0.579989 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3985]: 6 -0.803115 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3996]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[3999]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4002]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4006]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4007]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4010]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4014]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4015]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4017]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4023]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4025]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4028]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4029]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4032]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4033]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4034]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4036]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4039]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4048]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4054]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4055]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4056]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4059]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4060]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4061]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4062]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4066]: 6 -1.25006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4067]: 6 -1.25003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4071]: 6 -1.00006 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4074]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4075]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4082]: 6 -108.31 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4085]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4094]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4096]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4097]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4100]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4101]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4104]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4110]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4114]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4115]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4118]: 6 -1.0001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4120]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4122]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4124]: 6 -1.00004 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4126]: 6 -1.00007 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4149]: 6 -1.00002 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4160]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4183]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4184]: 6 -1.00005 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4185]: 6 -1.00001 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4186]: 6 -1.00003 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4187]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4188]: 6 -1.00008 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4211]: 6 -1.00009 0 shouldn't be
3384.36/3392.93	WSVECS04 Frhs2[4240]: 6 -1.00003 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[4]: 6 -0.919312 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[5]: 6 -0.677247 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[6]: 6 -7.43567 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[7]: 6 -1.10267 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[33]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[38]: 6 -58.6983 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[40]: 6 -36.8609 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[68]: 6 -0.596558 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[69]: 6 -0.677247 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[72]: 6 -81.7322 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[77]: 6 -0.25 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[81]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[104]: 6 -90.5765 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[130]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[132]: 6 -0.838624 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[172]: 6 -2.3125 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[200]: 6 -7.5506 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[261]: 6 -0.927246 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[262]: 6 -7.95685 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[269]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[289]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[296]: 6 -36.9378 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[324]: 6 -0.838624 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[354]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[360]: 6 -54.6548 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[361]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[388]: 6 -1.3125 0 shouldn't be
3385.36/3393.96	WSVECS04 Frhs2[421]: 6 -0.542766 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[424]: 6 -53.9794 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[451]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[452]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[456]: 6 -72.5397 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[474]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[482]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[484]: 6 -0.838624 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[488]: 6 -28.1555 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[492]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[524]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[532]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[546]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[549]: 6 -0.743595 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[570]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[577]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[583]: 6 0 55.2173 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[584]: 6 -27.9524 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[632]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[646]: 6 -1.00169 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[671]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[679]: 6 -1.23982 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[709]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[717]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[729]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[730]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[954]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1057]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1098]: 6 -1.01059 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1100]: 6 -2.04235 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1162]: 6 -1.39234 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1190]: 6 -2.57644 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1217]: 6 -0.00640655 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1248]: 6 -1.0032 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1288]: 6 -2.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1349]: 6 -2.6875 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1413]: 6 -0.6875 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1429]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1430]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1454]: 6 -1.32813 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1455]: 6 -1.3125 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1482]: 6 -1.0625 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1511]: 6 -7.51484 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1576]: 6 -1.18496 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1604]: 6 -1.08862 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1657]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1663]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1664]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1681]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1752]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1968]: 6 -5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1970]: 6 -11.4167 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2059]: 6 -1.5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2064]: 6 -0.625001 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2076]: 6 -21.6776 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2091]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2168]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2173]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2259]: 6 -0.500001 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2264]: 6 -11.2775 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2350]: 6 -14.9865 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2405]: 6 -1.33325 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2410]: 6 -1.32813 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2440]: 6 -5.33301 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2461]: 6 -0.5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2501]: 6 -1.0032 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2535]: 6 -1.0032 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2540]: 6 -3.97438 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2548]: 6 -0.551759 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2556]: 6 -12.1719 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2629]: 6 -0.661377 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2636]: 6 -9.41797 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2640]: 6 -5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2642]: 6 -5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2804]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2805]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2840]: 6 -10.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2895]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3010]: 6 -1.32813 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3016]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3026]: 6 -0.500001 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3128]: 6 -5 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3209]: 6 -0.748145 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3214]: 6 -7.01484 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3216]: 6 -9.02969 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3281]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3290]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3398]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3402]: 6 -1.32813 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3496]: 6 -0.542766 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3535]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3558]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3571]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3595]: 6 -1.3125 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3605]: 6 -1.32813 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3611]: 6 -0.625 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3826]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3888]: 6 -178.867 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4067]: 6 -1.25 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4082]: 6 -108.31 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4183]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4187]: 6 -1 0 shouldn't be
3385.36/3393.97	WSVECS04 Frhs2[4188]: 6 -1 0 shouldn't be
3496.68/3505.54	c #Conflicts:    4722000 | #Constraints:      54520
3496.68/3505.54	c #Conflicts:    4723000 | #Constraints:      55520
3496.68/3505.54	c #Conflicts:    4724000 | #Constraints:      56520
3496.68/3505.54	c #Conflicts:    4725000 | #Constraints:      57520
3496.68/3505.54	c #Conflicts:    4726000 | #Constraints:      58520
3496.68/3505.54	c #Conflicts:    4727000 | #Constraints:      59520
3496.68/3505.54	c #Conflicts:    4728000 | #Constraints:      60520
3496.68/3505.54	c #Conflicts:    4729000 | #Constraints:      61520
3496.68/3505.54	c #Conflicts:    4730000 | #Constraints:      62520
3496.68/3505.54	c #Conflicts:    4731000 | #Constraints:      63520
3496.68/3505.54	c #Conflicts:    4732000 | #Constraints:      64520
3496.68/3505.54	c #Conflicts:    4733000 | #Constraints:      65520
3496.68/3505.54	c #Conflicts:    4734000 | #Constraints:      66520
3496.68/3505.54	c #Conflicts:    4735000 | #Constraints:      67520
3496.68/3505.54	c #Conflicts:    4736000 | #Constraints:      68520
3496.68/3505.54	c #Conflicts:    4737000 | #Constraints:      69520
3496.68/3505.54	c #Conflicts:    4738000 | #Constraints:      70520
3496.68/3505.54	c #Conflicts:    4739000 | #Constraints:      71520
3496.68/3505.54	c #Conflicts:    4740000 | #Constraints:      72520
3496.68/3505.54	c #Conflicts:    4741000 | #Constraints:      73520
3496.68/3505.54	c #Conflicts:    4742000 | #Constraints:      74520
3496.68/3505.54	c #Conflicts:    4743000 | #Constraints:      75520
3496.68/3505.54	c #Conflicts:    4744000 | #Constraints:      76520
3496.68/3505.54	c #Conflicts:    4745000 | #Constraints:      77520
3496.68/3505.54	c #Conflicts:    4746000 | #Constraints:      78520
3496.68/3505.54	c #Conflicts:    4747000 | #Constraints:      79520
3496.68/3505.54	c #Conflicts:    4748000 | #Constraints:      80520
3496.68/3505.54	c #Conflicts:    4749000 | #Constraints:      81520
3496.68/3505.54	c #Conflicts:    4750000 | #Constraints:      82520
3496.68/3505.54	c #Conflicts:    4751000 | #Constraints:      83520
3496.68/3505.54	c #Conflicts:    4752000 | #Constraints:      84520
3496.68/3505.54	c #Conflicts:    4753000 | #Constraints:      85520
3496.68/3505.54	c #Conflicts:    4754000 | #Constraints:      86520
3496.68/3505.54	c #Conflicts:    4755000 | #Constraints:      87520
3496.68/3505.54	c #Conflicts:    4756000 | #Constraints:      88520
3496.68/3505.54	c #Conflicts:    4757000 | #Constraints:      89520
3496.68/3505.54	c #Conflicts:    4758000 | #Constraints:      90520
3496.68/3505.54	c #Conflicts:    4759000 | #Constraints:      91520
3496.68/3505.54	c #Conflicts:    4760000 | #Constraints:      92520
3496.68/3505.54	c #Conflicts:    4761000 | #Constraints:      93520
3496.68/3505.54	c #Conflicts:    4762000 | #Constraints:      94520
3496.68/3505.54	c #Conflicts:    4763000 | #Constraints:      95520
3496.68/3505.54	c #Conflicts:    4764000 | #Constraints:      96520
3496.68/3505.54	c #Conflicts:    4765000 | #Constraints:      97520
3496.68/3505.54	c INPROCESSING
3496.68/3505.54	c GARBAGE COLLECT
3496.68/3505.54	c #Conflicts:    4766000 | #Constraints:      54342
3496.68/3505.54	c #Conflicts:    4767000 | #Constraints:      55342
3496.68/3505.54	c #Conflicts:    4768000 | #Constraints:      56342
3496.68/3505.54	c #Conflicts:    4769000 | #Constraints:      57342
3496.68/3505.54	c #Conflicts:    4770000 | #Constraints:      58342
3496.68/3505.54	c #Conflicts:    4771000 | #Constraints:      59342
3496.68/3505.54	c #Conflicts:    4772000 | #Constraints:      60342
3496.68/3505.54	c #Conflicts:    4773000 | #Constraints:      61342
3496.68/3505.54	c #Conflicts:    4774000 | #Constraints:      62342
3496.68/3505.54	c #Conflicts:    4775000 | #Constraints:      63342
3496.68/3505.54	c #Conflicts:    4776000 | #Constraints:      64342
3496.68/3505.54	c #Conflicts:    4777000 | #Constraints:      65342
3496.68/3505.54	c #Conflicts:    4778000 | #Constraints:      66342
3496.68/3505.54	c #Conflicts:    4779000 | #Constraints:      67342
3496.68/3505.54	c #Conflicts:    4780000 | #Constraints:      68342
3496.68/3505.54	c #Conflicts:    4781000 | #Constraints:      69342
3496.68/3505.54	c #Conflicts:    4782000 | #Constraints:      70342
3496.68/3505.54	c #Conflicts:    4783000 | #Constraints:      71342
3496.68/3505.54	c #Conflicts:    4784000 | #Constraints:      72342
3496.68/3505.54	c #Conflicts:    4785000 | #Constraints:      73342
3496.68/3505.54	c #Conflicts:    4786000 | #Constraints:      74342
3496.68/3505.54	c #Conflicts:    4787000 | #Constraints:      75342
3496.68/3505.54	c #Conflicts:    4788000 | #Constraints:      76342
3496.68/3505.54	c #Conflicts:    4789000 | #Constraints:      77342
3496.68/3505.54	c #Conflicts:    4790000 | #Constraints:      78342
3496.68/3505.54	c #Conflicts:    4791000 | #Constraints:      79342
3496.68/3505.54	c #Conflicts:    4792000 | #Constraints:      80342
3496.68/3505.54	c #Conflicts:    4793000 | #Constraints:      81342
3496.68/3505.54	c #Conflicts:    4794000 | #Constraints:      82342
3496.68/3505.54	c #Conflicts:    4795000 | #Constraints:      83342
3496.68/3505.54	c #Conflicts:    4796000 | #Constraints:      84342
3496.68/3505.54	c #Conflicts:    4797000 | #Constraints:      85342
3496.68/3505.54	c #Conflicts:    4798000 | #Constraints:      86342
3496.68/3505.54	c #Conflicts:    4799000 | #Constraints:      87342
3496.68/3505.54	c #Conflicts:    4800000 | #Constraints:      88342
3600.04/3609.10	c #Conflicts:    4801000 | #Constraints:      89342
3600.04/3609.10	c #Conflicts:    4802000 | #Constraints:      90342
3600.04/3609.10	c #Conflicts:    4803000 | #Constraints:      91342
3600.04/3609.10	c #Conflicts:    4804000 | #Constraints:      92342
3600.04/3609.10	c #Conflicts:    4805000 | #Constraints:      93342
3600.04/3609.10	c #Conflicts:    4806000 | #Constraints:      94342
3600.04/3609.10	c #Conflicts:    4807000 | #Constraints:      95342
3600.04/3609.10	c #Conflicts:    4808000 | #Constraints:      96342
3600.04/3609.10	c #Conflicts:    4809000 | #Constraints:      97342
3600.04/3609.10	c INPROCESSING
3600.04/3609.10	c GARBAGE COLLECT
3600.04/3609.10	c #Conflicts:    4810000 | #Constraints:      54342
3600.04/3609.10	c #Conflicts:    4811000 | #Constraints:      55342
3600.04/3609.10	c #Conflicts:    4812000 | #Constraints:      56342
3600.04/3609.10	c #Conflicts:    4813000 | #Constraints:      57342
3600.04/3609.10	c #Conflicts:    4814000 | #Constraints:      58342
3600.04/3609.10	c #Conflicts:    4815000 | #Constraints:      59342
3600.04/3609.10	c #Conflicts:    4816000 | #Constraints:      60342
3600.04/3609.10	c #Conflicts:    4817000 | #Constraints:      61342
3600.04/3609.10	c #Conflicts:    4818000 | #Constraints:      62342
3600.04/3609.10	c #Conflicts:    4819000 | #Constraints:      63342
3600.04/3609.10	c #Conflicts:    4820000 | #Constraints:      64342
3600.04/3609.10	c #Conflicts:    4821000 | #Constraints:      65342
3600.04/3609.10	c #Conflicts:    4822000 | #Constraints:      66342
3600.04/3609.10	c #Conflicts:    4823000 | #Constraints:      67342
3600.04/3609.10	c #Conflicts:    4824000 | #Constraints:      68342
3600.04/3609.10	c #Conflicts:    4825000 | #Constraints:      69342
3600.04/3609.10	c #Conflicts:    4826000 | #Constraints:      70342
3600.04/3609.10	c #Conflicts:    4827000 | #Constraints:      71342
3600.04/3609.10	c #Conflicts:    4828000 | #Constraints:      72343
3600.04/3609.10	c #Conflicts:    4829000 | #Constraints:      73343
3600.04/3609.10	c #Conflicts:    4830000 | #Constraints:      74343
3600.04/3609.10	c #Conflicts:    4831000 | #Constraints:      75343
3600.04/3609.10	c #Conflicts:    4832000 | #Constraints:      76343
3600.04/3609.10	c #Conflicts:    4833000 | #Constraints:      77343
3600.04/3609.10	c #Conflicts:    4834000 | #Constraints:      78343
3600.04/3609.10	c #Conflicts:    4835000 | #Constraints:      79343
3600.04/3609.10	c #Conflicts:    4836000 | #Constraints:      80343
3600.04/3609.10	c #Conflicts:    4837000 | #Constraints:      81343
3600.04/3609.10	c #Conflicts:    4838000 | #Constraints:      82343
3600.04/3609.10	c #Conflicts:    4839000 | #Constraints:      83343
3600.04/3609.10	c #Conflicts:    4840000 | #Constraints:      84343
3600.04/3609.10	c #Conflicts:    4841000 | #Constraints:      85343
3600.04/3609.10	c #Conflicts:    4842000 | #Constraints:      86343
3600.04/3609.10	c #Conflicts:    4843000 | #Constraints:      87343
3600.04/3609.10	c #Conflicts:    4844000 | #Constraints:      88343
3600.04/3609.10	c #Conflicts:    4845000 | #Constraints:      89343
3600.04/3609.10	c #Conflicts:    4846000 | #Constraints:      90343
3600.04/3609.10	c #Conflicts:    4847000 | #Constraints:      91343
3600.04/3609.10	c #Conflicts:    4848000 | #Constraints:      92343
3600.04/3609.10	c #Conflicts:    4849000 | #Constraints:      93343
3600.04/3609.10	c #Conflicts:    4850000 | #Constraints:      94343
3600.04/3609.10	c #Conflicts:    4851000 | #Constraints:      95343
3600.04/3609.10	c #Conflicts:    4852000 | #Constraints:      96343
3600.04/3609.10	c #Conflicts:    4853000 | #Constraints:      97343
3600.04/3609.10	c INPROCESSING
3600.04/3609.10	c GARBAGE COLLECT
3600.04/3609.10	c #Conflicts:    4854000 | #Constraints:      54328
3600.04/3609.10	c #Conflicts:    4855000 | #Constraints:      55328
3600.04/3609.10	c #Conflicts:    4856000 | #Constraints:      56328
3600.04/3609.10	c #Conflicts:    4857000 | #Constraints:      57328
3600.04/3609.10	c #Conflicts:    4858000 | #Constraints:      58328
3600.04/3609.10	c #Conflicts:    4859000 | #Constraints:      59328
3600.04/3609.10	c #Conflicts:    4860000 | #Constraints:      60328
3600.04/3609.10	c #Conflicts:    4861000 | #Constraints:      61328
3600.04/3609.10	c #Conflicts:    4862000 | #Constraints:      62328
3600.04/3609.10	c #Conflicts:    4863000 | #Constraints:      63328
3600.04/3609.10	c #Conflicts:    4864000 | #Constraints:      64328
3600.04/3609.10	c #Conflicts:    4865000 | #Constraints:      65328
3600.04/3609.10	c #Conflicts:    4866000 | #Constraints:      66328
3600.04/3609.10	c #Conflicts:    4867000 | #Constraints:      67329
3600.04/3609.10	c #Conflicts:    4868000 | #Constraints:      68329
3600.04/3609.10	c #Conflicts:    4869000 | #Constraints:      69329
3600.04/3609.10	c #Conflicts:    4870000 | #Constraints:      70329
3600.04/3609.10	c #Conflicts:    4871000 | #Constraints:      71329
3600.04/3609.10	c #Conflicts:    4872000 | #Constraints:      72329
3600.04/3609.10	c #Conflicts:    4873000 | #Constraints:      73329
3600.04/3609.10	c #Conflicts:    4874000 | #Constraints:      74329
3600.04/3609.10	c cpu time 3572.69 s
3600.04/3609.10	c deterministic time 215427042683 2.15e+11
3600.04/3609.10	c optimization time 24.9697 s
3600.04/3609.10	c total solve time 3547.68 s
3600.04/3609.10	c core-guided solve time 0 s
3600.04/3609.10	c propagation time 2427.18 s
3600.04/3609.10	c conflict analysis time 929.494 s
3600.04/3609.10	c propagations 695048897
3600.04/3609.10	c resolve steps 156363294
3600.04/3609.10	c decisions 13753213
3600.04/3609.10	c conflicts 4874194
3600.04/3609.10	c restarts 8189
3600.04/3609.10	c inprocessing phases 211
3600.04/3609.10	c garbage collections 211 ,( 100.00 )
3600.04/3609.10	c input clauses 8126 ,( 81.98 )
3600.04/3609.10	c input cardinalities 0 ,( 0.00 )
3600.04/3609.10	c input general constraints 1786 ,( 18.02 )
3600.04/3609.10	c input average constraint length 4.53
3600.04/3609.10	c input average constraint degree 1.83
3600.04/3609.10	c learned clauses 2120043 ,( 42.76 )
3600.04/3609.10	c learned cardinalities 859 ,( 0.02 )
3600.04/3609.10	c learned general constraints 2836558 ,( 57.22 )
3600.04/3609.10	c learned average constraint length 191.02
3600.04/3609.10	c learned average constraint degree 16439104.06
3600.04/3609.10	c watched  CF 32, 64, 128, Arb: 879506 , 0 , 0 , 0
3600.04/3609.10	c counting CF 32, 64, 128, Arb: 1958838 , 0 , 0 , 0
3600.04/3609.10	c watched   constraints 879506 ,( 30.99 ) 
3600.04/3609.10	c counting  constraints 1958838 ,( 69.01 ) 
3600.04/3609.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1077250988 , 3785339 , 23786023387 ,( 1427124328 , 22358899059 )
3600.04/3609.10	c gcd simplifications 470104
3600.04/3609.10	c detected cardinalities 59
3600.04/3609.10	c weakened non-implied lits 123447857
3600.04/3609.10	c weakened non-implying lits 1283957
3600.04/3609.10	c original variables 4288
3600.04/3609.10	c clausal propagations 172796049
3600.04/3609.10	c cardinality propagations 91365
3600.04/3609.10	c watched propagations 3286230
3600.04/3609.10	c counting propagations 513760140
3600.04/3609.10	c watch lookups 111620120836
3600.04/3609.10	c watch backjump lookups 0
3600.04/3609.10	c watch checks 57037460354
3600.04/3609.10	c propagation checks 42620246065
3600.04/3609.10	c constraint additions 2725760948
3600.04/3609.10	c trail pops 713672290
3600.04/3609.10	c formula constraints 9912
3600.04/3609.10	c learned constraints 4874192
3600.04/3609.10	c bound constraints 0
3600.04/3609.10	c core-guided constraints 0
3600.04/3609.10	c encountered formula constraints 116836734
3600.04/3609.10	c encountered learned constraints 44346778
3600.04/3609.10	c encountered bound constraints 0
3600.04/3609.10	c encountered core-guided constraints 0
3600.04/3609.10	c LP total time 312.777 s
3600.04/3609.10	c LP solve time 279.89 s
3600.04/3609.10	c LP constraints added 10567
3600.04/3609.10	c LP constraints removed 265
3600.04/3609.10	c LP pivots internal 487759
3600.04/3609.10	c LP pivots root 492320
3600.04/3609.10	c LP calls 87410
3600.04/3609.10	c LP optimalities 32
3600.04/3609.10	c LP no pivot count 0
3600.04/3609.10	c LP infeasibilities 87235
3600.04/3609.10	c LP valid Farkas constraints 83225
3600.04/3609.10	c LP learned Farkas constraints 1
3600.04/3609.10	c LP basis resets 141
3600.04/3609.10	c LP cycling count 0
3600.04/3609.10	c LP singular count 137
3600.04/3609.10	c LP no primal count 0
3600.04/3609.10	c LP no farkas count 3
3600.04/3609.10	c LP other issue count 1
3600.04/3609.10	c LP Gomory cuts 42
3600.04/3609.10	c LP learned cuts 613
3600.04/3609.10	c LP deleted cuts 265
3600.04/3609.10	c LP encountered Gomory constraints 6533
3600.04/3609.10	c LP encountered Farkas constraints 47440
3600.04/3609.10	c LP encountered learned Farkas constraints 2
3600.04/3609.10	c CG auxiliary variables introduced 0
3600.04/3609.10	c CG solutions found 0
3600.04/3609.10	c CG cores constructed 0
3600.04/3609.10	c CG core cardinality constraints returned 0
3600.04/3609.10	c CG unit cores 0
3600.04/3609.10	c CG single cores 0
3600.04/3609.10	c CG blocks removed during cardinality reduction 0
3600.04/3609.10	c CG first core best 0
3600.04/3609.10	c CG decision core best 0
3600.04/3609.10	c CG core reduction tie 0
3600.04/3609.10	c CG core degree average 0.00
3600.04/3609.10	c CG core slack average 0.00
3600.04/3609.10	c CG core upper bound improvements 0
3600.04/3609.10	c STR number of successful calls 0
3600.04/3609.10	c STR number of unsuccessful calls 0
3600.04/3609.10	c STR number of inconclusive calls 0
3600.04/3609.10	c STR number of successful attempts 0
3600.04/3609.10	c STR number of unsuccessful attempts 0
3600.04/3609.10	c STR number of inconclusive attempts 0
3600.04/3609.10	c STR average degree increase per successful call inf
3600.04/3609.10	c STR average degree increase per successful attempt inf
3600.04/3609.10	c STR total number of conflicts for successful attempts 0
3600.04/3609.10	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3609.10	c STR total number of conflicts for inconclusive attempts 0
3600.04/3609.10	c STR average number of conflicts per successful attempt inf
3600.04/3609.10	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3609.10	c STR average number of conflicts per inconclusive attempt inf
3600.04/3609.10	c AVG.sumWPerc 54.69 
3600.04/3609.10	c bigint constraints 0 
3600.04/3609.10	s UNKNOWN
3600.04/3609.10	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=26388, runsolver pid=26385
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125650052/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=75876 memory=28004 CPUtime=0.06 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 5455 0 0 0 5 1 0 0 20 0 1 0 35874383 77697024 7001 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 18969 7001 2304 1147 0 6396 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 80068 KiB
Current children cumulated memory: 31076 KiB

[startup+0.20563 s]*
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125650052/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=76148 memory=28132 CPUtime=0.16 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 5496 0 0 0 15 1 0 0 20 0 1 0 35874383 77975552 7033 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 19037 7033 2304 1147 0 6464 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80340 KiB
Current children cumulated memory: 31204 KiB

[startup+0.305534 s]*
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125650052/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=76844 memory=29540 CPUtime=0.26 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 5795 0 0 0 24 2 0 0 20 0 1 0 35874383 78688256 7385 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 19211 7385 2368 1147 0 6638 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81036 KiB
Current children cumulated memory: 32612 KiB

[startup+0.700152 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125650052/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=77924 memory=30948 CPUtime=0.65 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 6155 0 0 0 61 4 0 0 20 0 1 0 35874383 79794176 7737 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 19481 7737 2368 1147 0 6908 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82116 KiB
Current children cumulated memory: 34020 KiB

[startup+1.50015 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125650052/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=80000 memory=33636 CPUtime=1.45 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 6831 0 0 0 137 8 0 0 20 0 1 0 35874383 81920000 8409 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 20000 8409 2368 1147 0 7427 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 84192 KiB
Current children cumulated memory: 36708 KiB

[startup+3.10531 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125638144/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=82744 memory=38628 CPUtime=3.04 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 7521 0 0 0 290 14 0 0 20 0 1 0 35874383 84729856 9657 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 20686 9657 2400 1147 0 8113 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 86936 KiB
Current children cumulated memory: 41700 KiB

[startup+6.30015 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 26391
/proc/meminfo: memFree=125636260/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=85732 memory=41444 CPUtime=6.23 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 8252 0 0 0 597 26 0 0 20 0 1 0 35874383 87789568 10361 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 21433 10361 2400 1147 0 8860 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 89924 KiB
Current children cumulated memory: 44516 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 26391
/proc/meminfo: memFree=125625676/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=96600 memory=51172 CPUtime=12.62 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 10704 0 0 0 1219 43 0 0 20 0 1 0 35874383 98918400 12793 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 24150 12793 2400 1147 0 11577 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 100792 KiB
Current children cumulated memory: 54244 KiB

[startup+25.5001 s]
/proc/loadavg: 4.06 4.08 4.09 5/268 26391
/proc/meminfo: memFree=125600728/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=117316 memory=72004 CPUtime=25.39 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 15408 0 0 0 2471 68 0 0 20 0 1 0 35874383 120131584 18001 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 29329 18001 2400 1147 0 16756 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 75076 KiB

[startup+51.1057 s]
/proc/loadavg: 4.04 4.07 4.08 5/268 26392
/proc/meminfo: memFree=125562900/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=141732 memory=89668 CPUtime=50.93 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 19817 0 0 0 4970 123 0 0 20 0 1 0 35874383 145133568 22417 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 35433 22417 2400 1147 0 22860 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 145924 KiB
Current children cumulated memory: 92740 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/268 26406
/proc/meminfo: memFree=125500872/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=183864 memory=124828 CPUtime=101.99 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 27074 0 0 0 9994 205 0 0 20 0 1 0 35874383 188276736 31207 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 45966 31207 2400 1147 0 33393 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 188056 KiB
Current children cumulated memory: 127900 KiB

[startup+162.3 s]
/proc/loadavg: 4.44 4.18 4.12 5/269 26409
/proc/meminfo: memFree=125474104/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=207084 memory=151252 CPUtime=161.85 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 32604 0 0 0 15904 281 0 0 20 0 1 0 35874383 212054016 37813 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 51771 37813 2496 1147 0 39198 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 211276 KiB
Current children cumulated memory: 154324 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.16 4.12 5/268 26411
/proc/meminfo: memFree=125429532/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=235352 memory=181048 CPUtime=221.7 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 39031 0 0 0 21803 367 0 0 20 0 1 0 35874383 241000448 45262 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 58838 45262 2496 1147 0 46265 0

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

/proc/26391/statm: 173713 149943 2496 1147 0 161140 0
Current children cumulated CPU time: 3094.46 s
Current children cumulated vsize: 699044 KiB
Current children cumulated memory: 602844 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/267 26743
/proc/meminfo: memFree=127852008/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=694852 memory=599772 CPUtime=3154.3 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 115956 0 0 0 312831 2599 0 0 20 0 1 0 35874383 711528448 149943 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 173713 149943 2496 1147 0 161140 0
Current children cumulated CPU time: 3154.31 s
Current children cumulated vsize: 699044 KiB
Current children cumulated memory: 602844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/267 26745
/proc/meminfo: memFree=127831604/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=694852 memory=599772 CPUtime=3214.16 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 115965 0 0 0 318796 2620 0 0 20 0 1 0 35874383 711528448 149943 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 173713 149943 2496 1147 0 161140 0
Current children cumulated CPU time: 3214.17 s
Current children cumulated vsize: 699044 KiB
Current children cumulated memory: 602844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/267 26746
/proc/meminfo: memFree=127809280/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=702312 memory=607996 CPUtime=3274.01 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 117517 0 0 0 324761 2640 0 0 20 0 1 0 35874383 719167488 151999 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 175578 151999 2496 1147 0 163005 0
Current children cumulated CPU time: 3274.02 s
Current children cumulated vsize: 706504 KiB
Current children cumulated memory: 611068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.11 5/268 26751
/proc/meminfo: memFree=127774628/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=711108 memory=620244 CPUtime=3333.87 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 119036 0 0 0 330734 2653 0 0 20 0 1 0 35874383 728174592 155061 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 177777 155061 2496 1147 0 165204 0
Current children cumulated CPU time: 3333.88 s
Current children cumulated vsize: 715300 KiB
Current children cumulated memory: 623316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/267 26753
/proc/meminfo: memFree=127738980/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=745572 memory=646868 CPUtime=3393.72 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 125698 0 0 0 336698 2674 0 0 20 0 1 0 35874383 763465728 161717 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 186393 161717 2496 1147 0 173820 0
Current children cumulated CPU time: 3393.73 s
Current children cumulated vsize: 749764 KiB
Current children cumulated memory: 649940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.11 5/269 26761
/proc/meminfo: memFree=127688548/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=752996 memory=651988 CPUtime=3453.58 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 126982 0 0 0 342669 2689 0 0 20 0 1 0 35874383 771067904 162997 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 188249 162997 2496 1147 0 175676 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 757188 KiB
Current children cumulated memory: 655060 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/269 26763
/proc/meminfo: memFree=127665816/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=760168 memory=656340 CPUtime=3513.44 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 128085 0 0 0 348638 2706 0 0 20 0 1 0 35874383 778412032 164085 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 190042 164085 2496 1147 0 177469 0
Current children cumulated CPU time: 3513.45 s
Current children cumulated vsize: 764360 KiB
Current children cumulated memory: 659412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/269 26765
/proc/meminfo: memFree=127655492/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=768696 memory=663636 CPUtime=3573.29 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 129923 0 0 0 354604 2725 0 0 20 0 1 0 35874383 787144704 165909 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 192174 165909 2496 1147 0 179601 0
Current children cumulated CPU time: 3573.3 s
Current children cumulated vsize: 772888 KiB
Current children cumulated memory: 666708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.10 4.11 4.10 5/270 26768
/proc/meminfo: memFree=127660860/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=769064 memory=664020 CPUtime=3600.03 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 130002 0 0 0 357268 2735 0 0 20 0 1 0 35874383 787521536 166005 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 192266 166005 2496 1147 0 179693 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 773256 KiB
Current children cumulated memory: 667092 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.014869 s, system=0.007646 s

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

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

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

[startup+3609.11 s]
/proc/loadavg: 4.10 4.11 4.10 5/270 26768
/proc/meminfo: memFree=127660860/131250000 swapFree=33010684/33010684
[pid=26388] ppid=26385 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/26388/stat : 26388 (run-dec-break.s) S 26385 26388 23358 0 -1 4194304 238 3333 0 0 0 0 1 0 20 0 1 0 35874380 4292608 768 18446744073709551615 94557622620160 94557623514693 140722065283680 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94557623753744 94557623801488 94557652529152 140722065291617 140722065291746 140722065291746 140722065297348 0
/proc/26388/statm: 1048 768 704 219 0 110 0
[pid=26391] ppid=26388 vsize=769064 memory=664020 CPUtime=3600.03 cores=1,3
/proc/26391/stat : 26391 (roundingsat) R 26388 26388 23358 0 -1 4194304 130002 0 0 0 357268 2735 0 0 20 0 1 0 35874383 787521536 166005 18446744073709551615 4227072 8923433 140722718479120 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 33972224 140722718484804 140722718485032 140722718485032 140722718490602 0
/proc/26391/statm: 192266 166005 2496 1147 0 179693 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 773256 KiB
Current children cumulated memory: 667092 KiB

Child status: 2

Real time (s): 3609.11
CPU time (s): 3600.07
CPU user time (s): 3572.7
CPU system time (s): 27.3689
CPU usage (%): 99.7495
Max. virtual memory (cumulated for all children) (KiB): 773256
Max. memory (cumulated for all children) (KiB): 667092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.7
system time used= 27.3689
maximum resident set size= 664148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133591
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= 334
involuntary context switches= 5955


# summary of solver processes directly reported to runsolver:
#   pid: 26388,26391
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3572.7
#   total CPU system time (s): 27.3689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32267 second user time and 15.5538 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 14:59:29
IDJOB=4512866
IDBENCH=162182
IDSOLVER=3357
FILE ID=nodeC019/4512866-1751201969
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 432776 MiB

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

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

MD5SUM BENCH= 94dee3519407525a3e2f33fb04ced940
RANDOM SEED=2139129738

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125657768 kB
MemAvailable:   125824720 kB
Buffers:            3280 kB
Cached:           976484 kB
SwapCached:            0 kB
Active:          4276868 kB
Inactive:         719736 kB
Active(anon):    4034904 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   719736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7508 kB
Writeback:            12 kB
AnonPages:       4019356 kB
Mapped:           116760 kB
Shmem:             18064 kB
KReclaimable:      88984 kB
Slab:             174656 kB
SReclaimable:      88984 kB
SUnreclaim:        85672 kB
KernelStack:        4252 kB
PageTables:        11188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4563284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3821568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC019 at 2025-06-29 15:59:38