Trace number 4512975

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
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 constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
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-4512975-1751203660.opb'
0.00/0.01	c 	read 0.42MB  (5.69ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9456 #duplicates 0 #arr 40966]
0.00/0.01	c output proof to 'PROOFDIR/proof-4512975-1751203660'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.38ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 found row 30x2, generating row predicate
0.00/0.02	c 	 found row 34x2, generating row predicate
0.00/0.02	c 	 (0.83ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26294 #edges 107032]
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.01ms)
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-4512975-1751203660.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.04ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.38ms 37.25% approx_orbits
0.00/0.02	c                   5.69ms 33.17% parse
0.00/0.02	c                   2.01ms 11.73% detect_generic
0.00/0.02	c                   1.06ms  6.16% other
0.00/0.02	c                   1.04ms  6.06% output
0.00/0.02	c                   0.83ms  4.86% detect_special
0.00/0.02	c                   0.13ms  0.78% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  17.14ms   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.07/0.11	c #variables 4288 #constraints 9864
15.42/15.53	c #Conflicts:       1000 | #Constraints:      10864
15.42/15.53	c #Conflicts:       2000 | #Constraints:      11864
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:       3000 | #Constraints:      11171
15.42/15.53	c #Conflicts:       4000 | #Constraints:      12171
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:       5000 | #Constraints:      11600
15.42/15.53	c #Conflicts:       6000 | #Constraints:      12600
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:       7000 | #Constraints:      11629
15.42/15.53	c #Conflicts:       8000 | #Constraints:      12629
15.42/15.53	c #Conflicts:       9000 | #Constraints:      13629
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      10000 | #Constraints:      12352
15.42/15.53	c #Conflicts:      11000 | #Constraints:      13352
15.42/15.53	c #Conflicts:      12000 | #Constraints:      14352
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      13000 | #Constraints:      12810
15.42/15.53	c #Conflicts:      14000 | #Constraints:      13810
15.42/15.53	c #Conflicts:      15000 | #Constraints:      14810
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      16000 | #Constraints:      13081
15.42/15.53	c #Conflicts:      17000 | #Constraints:      14081
15.42/15.53	c #Conflicts:      18000 | #Constraints:      15081
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      19000 | #Constraints:      13119
15.42/15.53	c #Conflicts:      20000 | #Constraints:      14120
15.42/15.53	c #Conflicts:      21000 | #Constraints:      15120
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      22000 | #Constraints:      12931
15.42/15.53	c #Conflicts:      23000 | #Constraints:      13931
15.42/15.53	c #Conflicts:      24000 | #Constraints:      14931
15.42/15.53	c #Conflicts:      25000 | #Constraints:      15931
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      26000 | #Constraints:      13540
15.42/15.53	c #Conflicts:      27000 | #Constraints:      14540
15.42/15.53	c #Conflicts:      28000 | #Constraints:      15540
15.42/15.53	c #Conflicts:      29000 | #Constraints:      16540
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      30000 | #Constraints:      13925
15.42/15.53	c #Conflicts:      31000 | #Constraints:      14925
15.42/15.53	c #Conflicts:      32000 | #Constraints:      15925
15.42/15.53	c #Conflicts:      33000 | #Constraints:      16925
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      34000 | #Constraints:      14147
15.42/15.53	c #Conflicts:      35000 | #Constraints:      15147
15.42/15.53	c #Conflicts:      36000 | #Constraints:      16147
15.42/15.53	c #Conflicts:      37000 | #Constraints:      17147
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      38000 | #Constraints:      14178
15.42/15.53	c #Conflicts:      39000 | #Constraints:      15178
15.42/15.53	c #Conflicts:      40000 | #Constraints:      16178
15.42/15.53	c #Conflicts:      41000 | #Constraints:      17178
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      42000 | #Constraints:      13991
15.42/15.53	c #Conflicts:      43000 | #Constraints:      14991
15.42/15.53	c #Conflicts:      44000 | #Constraints:      15991
15.42/15.53	c #Conflicts:      45000 | #Constraints:      16991
15.42/15.53	c #Conflicts:      46000 | #Constraints:      17991
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      47000 | #Constraints:      14565
15.42/15.53	c #Conflicts:      48000 | #Constraints:      15565
15.42/15.53	c #Conflicts:      49000 | #Constraints:      16565
15.42/15.53	c #Conflicts:      50000 | #Constraints:      17565
15.42/15.53	c #Conflicts:      51000 | #Constraints:      18565
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      52000 | #Constraints:      14985
15.42/15.53	c #Conflicts:      53000 | #Constraints:      15985
15.42/15.53	c #Conflicts:      54000 | #Constraints:      16985
15.42/15.53	c #Conflicts:      55000 | #Constraints:      17985
15.42/15.53	c #Conflicts:      56000 | #Constraints:      18985
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      57000 | #Constraints:      15168
15.42/15.53	c #Conflicts:      58000 | #Constraints:      16168
15.42/15.53	c #Conflicts:      59000 | #Constraints:      17168
15.42/15.53	c #Conflicts:      60000 | #Constraints:      18168
15.42/15.53	c #Conflicts:      61000 | #Constraints:      19168
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      62000 | #Constraints:      15193
15.42/15.53	c #Conflicts:      63000 | #Constraints:      16193
15.42/15.53	c #Conflicts:      64000 | #Constraints:      17193
15.42/15.53	c #Conflicts:      65000 | #Constraints:      18193
15.42/15.53	c #Conflicts:      66000 | #Constraints:      19193
15.42/15.53	c INPROCESSING
15.42/15.53	c GARBAGE COLLECT
15.42/15.53	c #Conflicts:      67000 | #Constraints:      14958
15.42/15.53	c #Conflicts:      68000 | #Constraints:      15958
38.53/38.80	c #Conflicts:      69000 | #Constraints:      16958
38.53/38.80	c #Conflicts:      70000 | #Constraints:      17958
38.53/38.80	c #Conflicts:      71000 | #Constraints:      18958
38.53/38.80	c #Conflicts:      72000 | #Constraints:      19958
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:      73000 | #Constraints:      15554
38.53/38.80	c #Conflicts:      74000 | #Constraints:      16554
38.53/38.80	c #Conflicts:      75000 | #Constraints:      17554
38.53/38.80	c #Conflicts:      76000 | #Constraints:      18554
38.53/38.80	c #Conflicts:      77000 | #Constraints:      19554
38.53/38.80	c #Conflicts:      78000 | #Constraints:      20554
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:      79000 | #Constraints:      15977
38.53/38.80	c #Conflicts:      80000 | #Constraints:      16977
38.53/38.80	c #Conflicts:      81000 | #Constraints:      17977
38.53/38.80	c #Conflicts:      82000 | #Constraints:      18977
38.53/38.80	c #Conflicts:      83000 | #Constraints:      19977
38.53/38.80	c #Conflicts:      84000 | #Constraints:      20977
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:      85000 | #Constraints:      16189
38.53/38.80	c #Conflicts:      86000 | #Constraints:      17189
38.53/38.80	c #Conflicts:      87000 | #Constraints:      18189
38.53/38.80	c #Conflicts:      88000 | #Constraints:      19189
38.53/38.80	c #Conflicts:      89000 | #Constraints:      20189
38.53/38.80	c #Conflicts:      90000 | #Constraints:      21189
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:      91000 | #Constraints:      16210
38.53/38.80	c #Conflicts:      92000 | #Constraints:      17210
38.53/38.80	c #Conflicts:      93000 | #Constraints:      18210
38.53/38.80	c #Conflicts:      94000 | #Constraints:      19210
38.53/38.80	c #Conflicts:      95000 | #Constraints:      20210
38.53/38.80	c #Conflicts:      96000 | #Constraints:      21210
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:      97000 | #Constraints:      16015
38.53/38.80	c #Conflicts:      98000 | #Constraints:      17015
38.53/38.80	c #Conflicts:      99000 | #Constraints:      18015
38.53/38.80	c #Conflicts:     100000 | #Constraints:      19015
38.53/38.80	c #Conflicts:     101000 | #Constraints:      20015
38.53/38.80	c #Conflicts:     102000 | #Constraints:      21015
38.53/38.80	c #Conflicts:     103000 | #Constraints:      22015
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     104000 | #Constraints:      16605
38.53/38.80	c #Conflicts:     105000 | #Constraints:      17605
38.53/38.80	c #Conflicts:     106000 | #Constraints:      18605
38.53/38.80	c #Conflicts:     107000 | #Constraints:      19605
38.53/38.80	c #Conflicts:     108000 | #Constraints:      20605
38.53/38.80	c #Conflicts:     109000 | #Constraints:      21605
38.53/38.80	c #Conflicts:     110000 | #Constraints:      22605
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     111000 | #Constraints:      17024
38.53/38.80	c #Conflicts:     112000 | #Constraints:      18024
38.53/38.80	c #Conflicts:     113000 | #Constraints:      19024
38.53/38.80	c #Conflicts:     114000 | #Constraints:      20024
38.53/38.80	c #Conflicts:     115000 | #Constraints:      21024
38.53/38.80	c #Conflicts:     116000 | #Constraints:      22024
38.53/38.80	c #Conflicts:     117000 | #Constraints:      23024
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     118000 | #Constraints:      17212
38.53/38.80	c #Conflicts:     119000 | #Constraints:      18212
38.53/38.80	c #Conflicts:     120000 | #Constraints:      19212
38.53/38.80	c #Conflicts:     121000 | #Constraints:      20212
38.53/38.80	c #Conflicts:     122000 | #Constraints:      21212
38.53/38.80	c #Conflicts:     123000 | #Constraints:      22212
38.53/38.80	c #Conflicts:     124000 | #Constraints:      23212
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     125000 | #Constraints:      17217
38.53/38.80	c #Conflicts:     126000 | #Constraints:      18217
38.53/38.80	c #Conflicts:     127000 | #Constraints:      19217
38.53/38.80	c #Conflicts:     128000 | #Constraints:      20217
38.53/38.80	c #Conflicts:     129000 | #Constraints:      21217
38.53/38.80	c #Conflicts:     130000 | #Constraints:      22217
38.53/38.80	c #Conflicts:     131000 | #Constraints:      23217
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     132000 | #Constraints:      16988
38.53/38.80	c #Conflicts:     133000 | #Constraints:      17988
38.53/38.80	c #Conflicts:     134000 | #Constraints:      18988
38.53/38.80	c #Conflicts:     135000 | #Constraints:      19988
38.53/38.80	c #Conflicts:     136000 | #Constraints:      20988
38.53/38.80	c #Conflicts:     137000 | #Constraints:      21988
38.53/38.80	c #Conflicts:     138000 | #Constraints:      22988
38.53/38.80	c #Conflicts:     139000 | #Constraints:      23988
38.53/38.80	c INPROCESSING
38.53/38.80	c GARBAGE COLLECT
38.53/38.80	c #Conflicts:     140000 | #Constraints:      17626
43.91/44.21	c #Conflicts:     141000 | #Constraints:      18626
43.91/44.21	c #Conflicts:     142000 | #Constraints:      19626
43.91/44.21	c #Conflicts:     143000 | #Constraints:      20626
43.91/44.21	c #Conflicts:     144000 | #Constraints:      21626
43.91/44.21	c #Conflicts:     145000 | #Constraints:      22626
43.91/44.21	c #Conflicts:     146000 | #Constraints:      23626
43.91/44.21	c #Conflicts:     147000 | #Constraints:      24626
43.91/44.21	c INPROCESSING
43.91/44.21	c GARBAGE COLLECT
43.91/44.21	c #Conflicts:     148000 | #Constraints:      18057
43.91/44.21	c #Conflicts:     149000 | #Constraints:      19057
43.91/44.21	c #Conflicts:     150000 | #Constraints:      20057
43.91/44.21	c #Conflicts:     151000 | #Constraints:      21057
43.91/44.21	c #Conflicts:     152000 | #Constraints:      22057
43.91/44.21	c #Conflicts:     153000 | #Constraints:      23057
43.91/44.21	c #Conflicts:     154000 | #Constraints:      24057
43.91/44.21	c #Conflicts:     155000 | #Constraints:      25057
43.91/44.21	c INPROCESSING
43.91/44.21	c GARBAGE COLLECT
43.91/44.21	c rational objective 576.217
70.81/71.30	c #Conflicts:     156000 | #Constraints:      18301
70.81/71.30	c #Conflicts:     157000 | #Constraints:      19301
70.81/71.30	c #Conflicts:     158000 | #Constraints:      20301
70.81/71.30	c #Conflicts:     159000 | #Constraints:      21301
70.81/71.30	c #Conflicts:     160000 | #Constraints:      22301
70.81/71.30	c #Conflicts:     161000 | #Constraints:      23301
70.81/71.30	c #Conflicts:     162000 | #Constraints:      24301
70.81/71.30	c #Conflicts:     163000 | #Constraints:      25301
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     164000 | #Constraints:      18274
70.81/71.30	c #Conflicts:     165000 | #Constraints:      19274
70.81/71.30	c #Conflicts:     166000 | #Constraints:      20274
70.81/71.30	c #Conflicts:     167000 | #Constraints:      21274
70.81/71.30	c #Conflicts:     168000 | #Constraints:      22274
70.81/71.30	c #Conflicts:     169000 | #Constraints:      23274
70.81/71.30	c #Conflicts:     170000 | #Constraints:      24274
70.81/71.30	c #Conflicts:     171000 | #Constraints:      25274
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     172000 | #Constraints:      18062
70.81/71.30	c #Conflicts:     173000 | #Constraints:      19062
70.81/71.30	c #Conflicts:     174000 | #Constraints:      20062
70.81/71.30	c #Conflicts:     175000 | #Constraints:      21062
70.81/71.30	c #Conflicts:     176000 | #Constraints:      22062
70.81/71.30	c #Conflicts:     177000 | #Constraints:      23062
70.81/71.30	c #Conflicts:     178000 | #Constraints:      24062
70.81/71.30	c #Conflicts:     179000 | #Constraints:      25062
70.81/71.30	c #Conflicts:     180000 | #Constraints:      26062
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     181000 | #Constraints:      18664
70.81/71.30	c #Conflicts:     182000 | #Constraints:      19664
70.81/71.30	c #Conflicts:     183000 | #Constraints:      20664
70.81/71.30	c #Conflicts:     184000 | #Constraints:      21664
70.81/71.30	c #Conflicts:     185000 | #Constraints:      22664
70.81/71.30	c #Conflicts:     186000 | #Constraints:      23664
70.81/71.30	c #Conflicts:     187000 | #Constraints:      24664
70.81/71.30	c #Conflicts:     188000 | #Constraints:      25664
70.81/71.30	c #Conflicts:     189000 | #Constraints:      26664
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     190000 | #Constraints:      19067
70.81/71.30	c #Conflicts:     191000 | #Constraints:      20067
70.81/71.30	c #Conflicts:     192000 | #Constraints:      21067
70.81/71.30	c #Conflicts:     193000 | #Constraints:      22067
70.81/71.30	c #Conflicts:     194000 | #Constraints:      23067
70.81/71.30	c #Conflicts:     195000 | #Constraints:      24067
70.81/71.30	c #Conflicts:     196000 | #Constraints:      25067
70.81/71.30	c #Conflicts:     197000 | #Constraints:      26067
70.81/71.30	c #Conflicts:     198000 | #Constraints:      27067
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     199000 | #Constraints:      19293
70.81/71.30	c #Conflicts:     200000 | #Constraints:      20293
70.81/71.30	c #Conflicts:     201000 | #Constraints:      21293
70.81/71.30	c #Conflicts:     202000 | #Constraints:      22293
70.81/71.30	c #Conflicts:     203000 | #Constraints:      23293
70.81/71.30	c #Conflicts:     204000 | #Constraints:      24293
70.81/71.30	c #Conflicts:     205000 | #Constraints:      25293
70.81/71.30	c #Conflicts:     206000 | #Constraints:      26293
70.81/71.30	c #Conflicts:     207000 | #Constraints:      27293
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     208000 | #Constraints:      19288
70.81/71.30	c #Conflicts:     209000 | #Constraints:      20288
70.81/71.30	c #Conflicts:     210000 | #Constraints:      21288
70.81/71.30	c #Conflicts:     211000 | #Constraints:      22288
70.81/71.30	c #Conflicts:     212000 | #Constraints:      23288
70.81/71.30	c #Conflicts:     213000 | #Constraints:      24288
70.81/71.30	c #Conflicts:     214000 | #Constraints:      25288
70.81/71.30	c #Conflicts:     215000 | #Constraints:      26288
70.81/71.30	c #Conflicts:     216000 | #Constraints:      27288
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     217000 | #Constraints:      19096
70.81/71.30	c #Conflicts:     218000 | #Constraints:      20096
70.81/71.30	c #Conflicts:     219000 | #Constraints:      21096
70.81/71.30	c #Conflicts:     220000 | #Constraints:      22096
70.81/71.30	c #Conflicts:     221000 | #Constraints:      23096
70.81/71.30	c #Conflicts:     222000 | #Constraints:      24096
70.81/71.30	c #Conflicts:     223000 | #Constraints:      25096
70.81/71.30	c #Conflicts:     224000 | #Constraints:      26096
70.81/71.30	c #Conflicts:     225000 | #Constraints:      27096
70.81/71.30	c #Conflicts:     226000 | #Constraints:      28096
70.81/71.30	c INPROCESSING
70.81/71.30	c GARBAGE COLLECT
70.81/71.30	c #Conflicts:     227000 | #Constraints:      19688
70.81/71.30	c #Conflicts:     228000 | #Constraints:      20688
70.81/71.30	c #Conflicts:     229000 | #Constraints:      21688
94.85/95.44	c #Conflicts:     230000 | #Constraints:      22688
94.85/95.44	c #Conflicts:     231000 | #Constraints:      23688
94.85/95.44	c #Conflicts:     232000 | #Constraints:      24688
94.85/95.44	c #Conflicts:     233000 | #Constraints:      25688
94.85/95.44	c #Conflicts:     234000 | #Constraints:      26688
94.85/95.44	c #Conflicts:     235000 | #Constraints:      27688
94.85/95.44	c #Conflicts:     236000 | #Constraints:      28688
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     237000 | #Constraints:      20073
94.85/95.44	c #Conflicts:     238000 | #Constraints:      21073
94.85/95.44	c #Conflicts:     239000 | #Constraints:      22073
94.85/95.44	c #Conflicts:     240000 | #Constraints:      23073
94.85/95.44	c #Conflicts:     241000 | #Constraints:      24073
94.85/95.44	c #Conflicts:     242000 | #Constraints:      25073
94.85/95.44	c #Conflicts:     243000 | #Constraints:      26073
94.85/95.44	c #Conflicts:     244000 | #Constraints:      27073
94.85/95.44	c #Conflicts:     245000 | #Constraints:      28073
94.85/95.44	c #Conflicts:     246000 | #Constraints:      29073
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     247000 | #Constraints:      20250
94.85/95.44	c #Conflicts:     248000 | #Constraints:      21250
94.85/95.44	c #Conflicts:     249000 | #Constraints:      22250
94.85/95.44	c #Conflicts:     250000 | #Constraints:      23250
94.85/95.44	c #Conflicts:     251000 | #Constraints:      24250
94.85/95.44	c #Conflicts:     252000 | #Constraints:      25250
94.85/95.44	c #Conflicts:     253000 | #Constraints:      26250
94.85/95.44	c #Conflicts:     254000 | #Constraints:      27250
94.85/95.44	c #Conflicts:     255000 | #Constraints:      28250
94.85/95.44	c #Conflicts:     256000 | #Constraints:      29250
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     257000 | #Constraints:      20235
94.85/95.44	c #Conflicts:     258000 | #Constraints:      21235
94.85/95.44	c #Conflicts:     259000 | #Constraints:      22235
94.85/95.44	c #Conflicts:     260000 | #Constraints:      23235
94.85/95.44	c #Conflicts:     261000 | #Constraints:      24235
94.85/95.44	c #Conflicts:     262000 | #Constraints:      25235
94.85/95.44	c #Conflicts:     263000 | #Constraints:      26235
94.85/95.44	c #Conflicts:     264000 | #Constraints:      27235
94.85/95.44	c #Conflicts:     265000 | #Constraints:      28235
94.85/95.44	c #Conflicts:     266000 | #Constraints:      29235
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     267000 | #Constraints:      20057
94.85/95.44	c #Conflicts:     268000 | #Constraints:      21057
94.85/95.44	c #Conflicts:     269000 | #Constraints:      22057
94.85/95.44	c #Conflicts:     270000 | #Constraints:      23057
94.85/95.44	c #Conflicts:     271000 | #Constraints:      24057
94.85/95.44	c #Conflicts:     272000 | #Constraints:      25057
94.85/95.44	c #Conflicts:     273000 | #Constraints:      26057
94.85/95.44	c #Conflicts:     274000 | #Constraints:      27057
94.85/95.44	c #Conflicts:     275000 | #Constraints:      28057
94.85/95.44	c #Conflicts:     276000 | #Constraints:      29057
94.85/95.44	c #Conflicts:     277000 | #Constraints:      30057
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     278000 | #Constraints:      20651
94.85/95.44	c #Conflicts:     279000 | #Constraints:      21651
94.85/95.44	c #Conflicts:     280000 | #Constraints:      22651
94.85/95.44	c #Conflicts:     281000 | #Constraints:      23651
94.85/95.44	c #Conflicts:     282000 | #Constraints:      24651
94.85/95.44	c #Conflicts:     283000 | #Constraints:      25651
94.85/95.44	c #Conflicts:     284000 | #Constraints:      26651
94.85/95.44	c #Conflicts:     285000 | #Constraints:      27651
94.85/95.44	c #Conflicts:     286000 | #Constraints:      28651
94.85/95.44	c #Conflicts:     287000 | #Constraints:      29651
94.85/95.44	c #Conflicts:     288000 | #Constraints:      30651
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     289000 | #Constraints:      21057
94.85/95.44	c #Conflicts:     290000 | #Constraints:      22057
94.85/95.44	c #Conflicts:     291000 | #Constraints:      23057
94.85/95.44	c #Conflicts:     292000 | #Constraints:      24057
94.85/95.44	c #Conflicts:     293000 | #Constraints:      25057
94.85/95.44	c #Conflicts:     294000 | #Constraints:      26057
94.85/95.44	c #Conflicts:     295000 | #Constraints:      27057
94.85/95.44	c #Conflicts:     296000 | #Constraints:      28057
94.85/95.44	c #Conflicts:     297000 | #Constraints:      29057
94.85/95.44	c #Conflicts:     298000 | #Constraints:      30057
94.85/95.44	c #Conflicts:     299000 | #Constraints:      31057
94.85/95.44	c INPROCESSING
94.85/95.44	c GARBAGE COLLECT
94.85/95.44	c #Conflicts:     300000 | #Constraints:      21289
94.85/95.44	c #Conflicts:     301000 | #Constraints:      22289
94.85/95.44	c #Conflicts:     302000 | #Constraints:      23289
94.85/95.44	c #Conflicts:     303000 | #Constraints:      24289
94.85/95.44	c #Conflicts:     304000 | #Constraints:      25289
114.30/115.06	c #Conflicts:     305000 | #Constraints:      26289
114.30/115.06	c #Conflicts:     306000 | #Constraints:      27289
114.30/115.06	c #Conflicts:     307000 | #Constraints:      28289
114.30/115.06	c #Conflicts:     308000 | #Constraints:      29289
114.30/115.06	c #Conflicts:     309000 | #Constraints:      30289
114.30/115.06	c #Conflicts:     310000 | #Constraints:      31289
114.30/115.06	c INPROCESSING
114.30/115.06	c GARBAGE COLLECT
114.30/115.06	c #Conflicts:     311000 | #Constraints:      21304
114.30/115.06	c #Conflicts:     312000 | #Constraints:      22304
114.30/115.06	c #Conflicts:     313000 | #Constraints:      23304
114.30/115.06	c #Conflicts:     314000 | #Constraints:      24304
114.30/115.06	c #Conflicts:     315000 | #Constraints:      25304
114.30/115.06	c #Conflicts:     316000 | #Constraints:      26304
114.30/115.06	c #Conflicts:     317000 | #Constraints:      27304
114.30/115.06	c #Conflicts:     318000 | #Constraints:      28304
114.30/115.06	c #Conflicts:     319000 | #Constraints:      29304
114.30/115.06	c #Conflicts:     320000 | #Constraints:      30304
114.30/115.06	c #Conflicts:     321000 | #Constraints:      31304
114.30/115.06	c INPROCESSING
114.30/115.06	c GARBAGE COLLECT
114.30/115.06	c #Conflicts:     322000 | #Constraints:      21087
114.30/115.06	c #Conflicts:     323000 | #Constraints:      22087
114.30/115.06	c #Conflicts:     324000 | #Constraints:      23087
114.30/115.06	c #Conflicts:     325000 | #Constraints:      24087
114.30/115.06	c #Conflicts:     326000 | #Constraints:      25087
114.30/115.06	c #Conflicts:     327000 | #Constraints:      26087
114.30/115.06	c #Conflicts:     328000 | #Constraints:      27087
114.30/115.06	c #Conflicts:     329000 | #Constraints:      28087
114.30/115.06	c #Conflicts:     330000 | #Constraints:      29087
114.30/115.06	c #Conflicts:     331000 | #Constraints:      30087
114.30/115.06	c #Conflicts:     332000 | #Constraints:      31087
114.30/115.06	c #Conflicts:     333000 | #Constraints:      32087
114.30/115.06	c INPROCESSING
114.30/115.06	c GARBAGE COLLECT
114.30/115.06	c #Conflicts:     334000 | #Constraints:      21653
114.30/115.06	c #Conflicts:     335000 | #Constraints:      22653
114.30/115.06	c #Conflicts:     336000 | #Constraints:      23654
114.30/115.06	c #Conflicts:     337000 | #Constraints:      24654
114.30/115.06	c #Conflicts:     338000 | #Constraints:      25654
114.30/115.06	c #Conflicts:     339000 | #Constraints:      26654
114.30/115.06	c #Conflicts:     340000 | #Constraints:      27654
114.30/115.06	c #Conflicts:     341000 | #Constraints:      28654
114.30/115.06	c #Conflicts:     342000 | #Constraints:      29654
114.30/115.06	c #Conflicts:     343000 | #Constraints:      30654
114.30/115.06	c #Conflicts:     344000 | #Constraints:      31655
114.30/115.06	c #Conflicts:     345000 | #Constraints:      32655
114.30/115.06	c INPROCESSING
114.30/115.06	c GARBAGE COLLECT
114.30/115.06	c #Conflicts:     346000 | #Constraints:      22061
114.30/115.06	c #Conflicts:     347000 | #Constraints:      23061
114.30/115.06	c #Conflicts:     348000 | #Constraints:      24061
114.30/115.06	c #Conflicts:     349000 | #Constraints:      25061
114.30/115.06	c #Conflicts:     350000 | #Constraints:      26061
114.30/115.06	c #Conflicts:     351000 | #Constraints:      27061
114.30/115.06	c #Conflicts:     352000 | #Constraints:      28061
114.30/115.06	c #Conflicts:     353000 | #Constraints:      29061
114.30/115.06	c #Conflicts:     354000 | #Constraints:      30061
114.30/115.06	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[77]: 6 -1.00098 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[78]: 6 -1.0039 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[83]: 6 -1.03119 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[116]: 6 -1.03145 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[117]: 6 -1.0156 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[147]: 6 -0.937613 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[150]: 6 -0.998649 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[174]: 6 -0.999998 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[267]: 6 -1.00024 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[276]: 6 -1.0156 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[305]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[333]: 6 -1.00098 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[341]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[367]: 6 -1.00098 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[438]: 6 -0.998649 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[468]: 6 -0.999748 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[489]: 6 -1.00009 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[491]: 6 -1.00037 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[493]: 6 -1.00098 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[497]: 6 -1.0234 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[499]: 6 -1.06239 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[523]: 6 -1.00024 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[525]: 6 -0.999998 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[587]: 6 -1.00037 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[623]: 6 -1.00098 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1005]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1111]: 6 -0.46875 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1164]: 6 -0.999999 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1166]: 6 -0.999992 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1168]: 6 -0.999969 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1174]: 6 -11.9682 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1195]: 6 -1.00037 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1298]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1741]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1745]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1987]: 6 -0.84375 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1991]: 6 0 0.5 shouldn't be
114.30/115.06	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2191]: 6 -1.25 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2380]: 6 -1.3125 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2513]: 6 -0.995945 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2858]: 6 -0.5 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
114.30/115.06	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
140.02/140.97	c #Conflicts:     355000 | #Constraints:      31061
140.02/140.97	c #Conflicts:     356000 | #Constraints:      32061
140.02/140.97	c #Conflicts:     357000 | #Constraints:      33061
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     358000 | #Constraints:      22253
140.02/140.97	c #Conflicts:     359000 | #Constraints:      23253
140.02/140.97	c #Conflicts:     360000 | #Constraints:      24253
140.02/140.97	c #Conflicts:     361000 | #Constraints:      25253
140.02/140.97	c #Conflicts:     362000 | #Constraints:      26253
140.02/140.97	c #Conflicts:     363000 | #Constraints:      27253
140.02/140.97	c #Conflicts:     364000 | #Constraints:      28253
140.02/140.97	c #Conflicts:     365000 | #Constraints:      29253
140.02/140.97	c #Conflicts:     366000 | #Constraints:      30253
140.02/140.97	c #Conflicts:     367000 | #Constraints:      31253
140.02/140.97	c #Conflicts:     368000 | #Constraints:      32253
140.02/140.97	c #Conflicts:     369000 | #Constraints:      33253
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     370000 | #Constraints:      22299
140.02/140.97	c #Conflicts:     371000 | #Constraints:      23299
140.02/140.97	c #Conflicts:     372000 | #Constraints:      24299
140.02/140.97	c #Conflicts:     373000 | #Constraints:      25299
140.02/140.97	c #Conflicts:     374000 | #Constraints:      26299
140.02/140.97	c #Conflicts:     375000 | #Constraints:      27299
140.02/140.97	c #Conflicts:     376000 | #Constraints:      28299
140.02/140.97	c #Conflicts:     377000 | #Constraints:      29299
140.02/140.97	c #Conflicts:     378000 | #Constraints:      30299
140.02/140.97	c #Conflicts:     379000 | #Constraints:      31299
140.02/140.97	c #Conflicts:     380000 | #Constraints:      32299
140.02/140.97	c #Conflicts:     381000 | #Constraints:      33299
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     382000 | #Constraints:      22064
140.02/140.97	c #Conflicts:     383000 | #Constraints:      23064
140.02/140.97	c #Conflicts:     384000 | #Constraints:      24064
140.02/140.97	c #Conflicts:     385000 | #Constraints:      25064
140.02/140.97	c #Conflicts:     386000 | #Constraints:      26064
140.02/140.97	c #Conflicts:     387000 | #Constraints:      27064
140.02/140.97	c #Conflicts:     388000 | #Constraints:      28064
140.02/140.97	c #Conflicts:     389000 | #Constraints:      29064
140.02/140.97	c #Conflicts:     390000 | #Constraints:      30064
140.02/140.97	c #Conflicts:     391000 | #Constraints:      31064
140.02/140.97	c #Conflicts:     392000 | #Constraints:      32064
140.02/140.97	c #Conflicts:     393000 | #Constraints:      33064
140.02/140.97	c #Conflicts:     394000 | #Constraints:      34064
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     395000 | #Constraints:      22687
140.02/140.97	c #Conflicts:     396000 | #Constraints:      23687
140.02/140.97	c #Conflicts:     397000 | #Constraints:      24687
140.02/140.97	c #Conflicts:     398000 | #Constraints:      25687
140.02/140.97	c #Conflicts:     399000 | #Constraints:      26687
140.02/140.97	c #Conflicts:     400000 | #Constraints:      27687
140.02/140.97	c #Conflicts:     401000 | #Constraints:      28687
140.02/140.97	c #Conflicts:     402000 | #Constraints:      29687
140.02/140.97	c #Conflicts:     403000 | #Constraints:      30687
140.02/140.97	c #Conflicts:     404000 | #Constraints:      31687
140.02/140.97	c #Conflicts:     405000 | #Constraints:      32687
140.02/140.97	c #Conflicts:     406000 | #Constraints:      33687
140.02/140.97	c #Conflicts:     407000 | #Constraints:      34687
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     408000 | #Constraints:      23081
140.02/140.97	c #Conflicts:     409000 | #Constraints:      24082
140.02/140.97	c #Conflicts:     410000 | #Constraints:      25082
140.02/140.97	c #Conflicts:     411000 | #Constraints:      26082
140.02/140.97	c #Conflicts:     412000 | #Constraints:      27082
140.02/140.97	c #Conflicts:     413000 | #Constraints:      28082
140.02/140.97	c #Conflicts:     414000 | #Constraints:      29082
140.02/140.97	c #Conflicts:     415000 | #Constraints:      30082
140.02/140.97	c #Conflicts:     416000 | #Constraints:      31082
140.02/140.97	c #Conflicts:     417000 | #Constraints:      32082
140.02/140.97	c #Conflicts:     418000 | #Constraints:      33082
140.02/140.97	c #Conflicts:     419000 | #Constraints:      34083
140.02/140.97	c #Conflicts:     420000 | #Constraints:      35083
140.02/140.97	c INPROCESSING
140.02/140.97	c GARBAGE COLLECT
140.02/140.97	c #Conflicts:     421000 | #Constraints:      23331
140.02/140.97	c #Conflicts:     422000 | #Constraints:      24331
140.02/140.97	c #Conflicts:     423000 | #Constraints:      25331
140.02/140.97	c #Conflicts:     424000 | #Constraints:      26331
140.02/140.97	c #Conflicts:     425000 | #Constraints:      27331
140.02/140.97	c #Conflicts:     426000 | #Constraints:      28331
140.02/140.97	c #Conflicts:     427000 | #Constraints:      29331
140.02/140.97	c #Conflicts:     428000 | #Constraints:      30331
140.02/140.97	c #Conflicts:     429000 | #Constraints:      31331
151.78/152.76	c #Conflicts:     430000 | #Constraints:      32331
151.78/152.76	c #Conflicts:     431000 | #Constraints:      33331
151.78/152.76	c #Conflicts:     432000 | #Constraints:      34331
151.78/152.76	c #Conflicts:     433000 | #Constraints:      35331
151.78/152.76	c INPROCESSING
151.78/152.76	c GARBAGE COLLECT
151.78/152.76	c #Conflicts:     434000 | #Constraints:      23333
151.78/152.76	c #Conflicts:     435000 | #Constraints:      24333
151.78/152.76	c #Conflicts:     436000 | #Constraints:      25333
151.78/152.76	c #Conflicts:     437000 | #Constraints:      26333
151.78/152.76	c #Conflicts:     438000 | #Constraints:      27333
151.78/152.76	c #Conflicts:     439000 | #Constraints:      28333
151.78/152.76	c #Conflicts:     440000 | #Constraints:      29333
151.78/152.76	c #Conflicts:     441000 | #Constraints:      30333
151.78/152.76	c #Conflicts:     442000 | #Constraints:      31333
151.78/152.76	c #Conflicts:     443000 | #Constraints:      32333
151.78/152.76	c #Conflicts:     444000 | #Constraints:      33333
151.78/152.76	c #Conflicts:     445000 | #Constraints:      34333
151.78/152.76	c #Conflicts:     446000 | #Constraints:      35333
151.78/152.76	c INPROCESSING
151.78/152.76	c GARBAGE COLLECT
151.78/152.76	c rational objective 642.025
198.78/200.00	c #Conflicts:     447000 | #Constraints:      23155
198.78/200.00	c #Conflicts:     448000 | #Constraints:      24155
198.78/200.00	c #Conflicts:     449000 | #Constraints:      25155
198.78/200.00	c #Conflicts:     450000 | #Constraints:      26155
198.78/200.00	c #Conflicts:     451000 | #Constraints:      27155
198.78/200.00	c #Conflicts:     452000 | #Constraints:      28155
198.78/200.00	c #Conflicts:     453000 | #Constraints:      29155
198.78/200.00	c #Conflicts:     454000 | #Constraints:      30155
198.78/200.00	c #Conflicts:     455000 | #Constraints:      31155
198.78/200.00	c #Conflicts:     456000 | #Constraints:      32155
198.78/200.00	c #Conflicts:     457000 | #Constraints:      33155
198.78/200.00	c #Conflicts:     458000 | #Constraints:      34155
198.78/200.00	c #Conflicts:     459000 | #Constraints:      35155
198.78/200.00	c #Conflicts:     460000 | #Constraints:      36155
198.78/200.00	c INPROCESSING
198.78/200.00	c GARBAGE COLLECT
198.78/200.00	c #Conflicts:     461000 | #Constraints:      23765
198.78/200.00	c #Conflicts:     462000 | #Constraints:      24765
198.78/200.00	c #Conflicts:     463000 | #Constraints:      25765
198.78/200.00	c #Conflicts:     464000 | #Constraints:      26765
198.78/200.00	c #Conflicts:     465000 | #Constraints:      27765
198.78/200.00	c #Conflicts:     466000 | #Constraints:      28765
198.78/200.00	c #Conflicts:     467000 | #Constraints:      29765
198.78/200.00	c #Conflicts:     468000 | #Constraints:      30765
198.78/200.00	c #Conflicts:     469000 | #Constraints:      31765
198.78/200.00	c #Conflicts:     470000 | #Constraints:      32765
198.78/200.00	c #Conflicts:     471000 | #Constraints:      33765
198.78/200.00	c #Conflicts:     472000 | #Constraints:      34765
198.78/200.00	c #Conflicts:     473000 | #Constraints:      35765
198.78/200.00	c #Conflicts:     474000 | #Constraints:      36765
198.78/200.00	c INPROCESSING
198.78/200.00	c GARBAGE COLLECT
198.78/200.00	c #Conflicts:     475000 | #Constraints:      24126
198.78/200.00	c #Conflicts:     476000 | #Constraints:      25126
198.78/200.00	c #Conflicts:     477000 | #Constraints:      26126
198.78/200.00	c #Conflicts:     478000 | #Constraints:      27126
198.78/200.00	c #Conflicts:     479000 | #Constraints:      28126
198.78/200.00	c #Conflicts:     480000 | #Constraints:      29126
198.78/200.00	c #Conflicts:     481000 | #Constraints:      30126
198.78/200.00	c #Conflicts:     482000 | #Constraints:      31126
198.78/200.00	c #Conflicts:     483000 | #Constraints:      32126
198.78/200.00	c #Conflicts:     484000 | #Constraints:      33126
198.78/200.00	c #Conflicts:     485000 | #Constraints:      34126
198.78/200.00	c #Conflicts:     486000 | #Constraints:      35126
198.78/200.00	c #Conflicts:     487000 | #Constraints:      36126
198.78/200.00	c #Conflicts:     488000 | #Constraints:      37126
198.78/200.00	c INPROCESSING
198.78/200.00	c GARBAGE COLLECT
198.78/200.00	c #Conflicts:     489000 | #Constraints:      24351
198.78/200.00	c #Conflicts:     490000 | #Constraints:      25351
198.78/200.00	c #Conflicts:     491000 | #Constraints:      26351
198.78/200.00	c #Conflicts:     492000 | #Constraints:      27351
198.78/200.00	c #Conflicts:     493000 | #Constraints:      28351
198.78/200.00	c #Conflicts:     494000 | #Constraints:      29351
198.78/200.00	c #Conflicts:     495000 | #Constraints:      30351
198.78/200.00	c #Conflicts:     496000 | #Constraints:      31351
198.78/200.00	c #Conflicts:     497000 | #Constraints:      32351
198.78/200.00	c #Conflicts:     498000 | #Constraints:      33351
198.78/200.00	c #Conflicts:     499000 | #Constraints:      34351
198.78/200.00	c #Conflicts:     500000 | #Constraints:      35351
198.78/200.00	c #Conflicts:     501000 | #Constraints:      36351
198.78/200.00	c #Conflicts:     502000 | #Constraints:      37351
198.78/200.00	c INPROCESSING
198.78/200.00	c GARBAGE COLLECT
198.78/200.00	c #Conflicts:     503000 | #Constraints:      24367
198.78/200.00	c #Conflicts:     504000 | #Constraints:      25367
198.78/200.00	c #Conflicts:     505000 | #Constraints:      26367
198.78/200.00	c #Conflicts:     506000 | #Constraints:      27367
198.78/200.00	c #Conflicts:     507000 | #Constraints:      28367
198.78/200.00	c #Conflicts:     508000 | #Constraints:      29367
198.78/200.00	c #Conflicts:     509000 | #Constraints:      30367
198.78/200.00	c #Conflicts:     510000 | #Constraints:      31367
198.78/200.00	c #Conflicts:     511000 | #Constraints:      32367
198.78/200.00	c #Conflicts:     512000 | #Constraints:      33367
198.78/200.00	c #Conflicts:     513000 | #Constraints:      34367
198.78/200.00	c #Conflicts:     514000 | #Constraints:      35367
198.78/200.00	c #Conflicts:     515000 | #Constraints:      36367
198.78/200.00	c #Conflicts:     516000 | #Constraints:      37367
198.78/200.00	c INPROCESSING
198.78/200.00	c GARBAGE COLLECT
198.78/200.00	c #Conflicts:     517000 | #Constraints:      24114
198.78/200.00	c #Conflicts:     518000 | #Constraints:      25114
198.78/200.00	c #Conflicts:     519000 | #Constraints:      26114
198.78/200.00	c #Conflicts:     520000 | #Constraints:      27114
198.78/200.00	c #Conflicts:     521000 | #Constraints:      28114
198.78/200.00	c #Conflicts:     522000 | #Constraints:      29114
226.11/227.53	c #Conflicts:     523000 | #Constraints:      30114
226.11/227.53	c #Conflicts:     524000 | #Constraints:      31114
226.11/227.53	c #Conflicts:     525000 | #Constraints:      32114
226.11/227.53	c #Conflicts:     526000 | #Constraints:      33114
226.11/227.53	c #Conflicts:     527000 | #Constraints:      34115
226.11/227.53	c #Conflicts:     528000 | #Constraints:      35115
226.11/227.53	c #Conflicts:     529000 | #Constraints:      36115
226.11/227.53	c #Conflicts:     530000 | #Constraints:      37115
226.11/227.53	c #Conflicts:     531000 | #Constraints:      38115
226.11/227.53	c INPROCESSING
226.11/227.53	c GARBAGE COLLECT
226.11/227.53	c #Conflicts:     532000 | #Constraints:      24727
226.11/227.53	c #Conflicts:     533000 | #Constraints:      25727
226.11/227.53	c #Conflicts:     534000 | #Constraints:      26727
226.11/227.53	c #Conflicts:     535000 | #Constraints:      27727
226.11/227.53	c #Conflicts:     536000 | #Constraints:      28727
226.11/227.53	c #Conflicts:     537000 | #Constraints:      29727
226.11/227.53	c #Conflicts:     538000 | #Constraints:      30727
226.11/227.53	c #Conflicts:     539000 | #Constraints:      31727
226.11/227.53	c #Conflicts:     540000 | #Constraints:      32727
226.11/227.53	c #Conflicts:     541000 | #Constraints:      33727
226.11/227.53	c #Conflicts:     542000 | #Constraints:      34727
226.11/227.53	c #Conflicts:     543000 | #Constraints:      35727
226.11/227.53	c #Conflicts:     544000 | #Constraints:      36727
226.11/227.53	c #Conflicts:     545000 | #Constraints:      37727
226.11/227.53	c #Conflicts:     546000 | #Constraints:      38727
226.11/227.53	c INPROCESSING
226.11/227.53	c GARBAGE COLLECT
226.11/227.53	c #Conflicts:     547000 | #Constraints:      25130
226.11/227.53	c #Conflicts:     548000 | #Constraints:      26130
226.11/227.53	c #Conflicts:     549000 | #Constraints:      27130
226.11/227.53	c #Conflicts:     550000 | #Constraints:      28130
226.11/227.53	c #Conflicts:     551000 | #Constraints:      29130
226.11/227.53	c #Conflicts:     552000 | #Constraints:      30130
226.11/227.53	c #Conflicts:     553000 | #Constraints:      31130
226.11/227.53	c #Conflicts:     554000 | #Constraints:      32130
226.11/227.53	c #Conflicts:     555000 | #Constraints:      33130
226.11/227.53	c #Conflicts:     556000 | #Constraints:      34130
226.11/227.53	c #Conflicts:     557000 | #Constraints:      35130
226.11/227.53	c #Conflicts:     558000 | #Constraints:      36130
226.11/227.53	c #Conflicts:     559000 | #Constraints:      37130
226.11/227.53	c #Conflicts:     560000 | #Constraints:      38130
226.11/227.53	c #Conflicts:     561000 | #Constraints:      39130
226.11/227.53	c INPROCESSING
226.11/227.53	c GARBAGE COLLECT
226.11/227.53	c #Conflicts:     562000 | #Constraints:      25323
226.11/227.53	c #Conflicts:     563000 | #Constraints:      26323
226.11/227.53	c #Conflicts:     564000 | #Constraints:      27323
226.11/227.53	c #Conflicts:     565000 | #Constraints:      28323
226.11/227.53	c #Conflicts:     566000 | #Constraints:      29323
226.11/227.53	c #Conflicts:     567000 | #Constraints:      30323
226.11/227.53	c #Conflicts:     568000 | #Constraints:      31323
226.11/227.53	c #Conflicts:     569000 | #Constraints:      32323
226.11/227.53	c #Conflicts:     570000 | #Constraints:      33323
226.11/227.53	c #Conflicts:     571000 | #Constraints:      34323
226.11/227.53	c #Conflicts:     572000 | #Constraints:      35323
226.11/227.53	c #Conflicts:     573000 | #Constraints:      36323
226.11/227.53	c #Conflicts:     574000 | #Constraints:      37323
226.11/227.53	c #Conflicts:     575000 | #Constraints:      38323
226.11/227.53	c #Conflicts:     576000 | #Constraints:      39323
226.11/227.53	c INPROCESSING
226.11/227.53	c GARBAGE COLLECT
226.11/227.53	c #Conflicts:     577000 | #Constraints:      25372
226.11/227.53	c #Conflicts:     578000 | #Constraints:      26372
226.11/227.53	c #Conflicts:     579000 | #Constraints:      27372
226.11/227.53	c #Conflicts:     580000 | #Constraints:      28372
226.11/227.53	c #Conflicts:     581000 | #Constraints:      29372
226.11/227.53	c #Conflicts:     582000 | #Constraints:      30372
226.11/227.53	c #Conflicts:     583000 | #Constraints:      31372
226.11/227.53	c #Conflicts:     584000 | #Constraints:      32372
226.11/227.53	c #Conflicts:     585000 | #Constraints:      33372
226.11/227.53	c #Conflicts:     586000 | #Constraints:      34372
226.11/227.53	c #Conflicts:     587000 | #Constraints:      35372
226.11/227.53	c #Conflicts:     588000 | #Constraints:      36372
226.11/227.53	c #Conflicts:     589000 | #Constraints:      37372
226.11/227.53	c #Conflicts:     590000 | #Constraints:      38372
226.11/227.53	c #Conflicts:     591000 | #Constraints:      39372
226.11/227.53	c INPROCESSING
226.11/227.53	c GARBAGE COLLECT
226.11/227.53	c #Conflicts:     592000 | #Constraints:      25142
226.11/227.53	c #Conflicts:     593000 | #Constraints:      26142
226.11/227.53	c #Conflicts:     594000 | #Constraints:      27142
226.11/227.53	c #Conflicts:     595000 | #Constraints:      28142
226.11/227.53	c #Conflicts:     596000 | #Constraints:      29142
226.11/227.53	c #Conflicts:     597000 | #Constraints:      30142
226.11/227.53	c #Conflicts:     598000 | #Constraints:      31142
247.96/249.48	c #Conflicts:     599000 | #Constraints:      32142
247.96/249.48	c #Conflicts:     600000 | #Constraints:      33142
247.96/249.48	c #Conflicts:     601000 | #Constraints:      34142
247.96/249.48	c #Conflicts:     602000 | #Constraints:      35142
247.96/249.48	c #Conflicts:     603000 | #Constraints:      36142
247.96/249.48	c #Conflicts:     604000 | #Constraints:      37142
247.96/249.48	c #Conflicts:     605000 | #Constraints:      38142
247.96/249.48	c #Conflicts:     606000 | #Constraints:      39142
247.96/249.48	c #Conflicts:     607000 | #Constraints:      40142
247.96/249.48	c INPROCESSING
247.96/249.48	c GARBAGE COLLECT
247.96/249.48	c #Conflicts:     608000 | #Constraints:      25760
247.96/249.48	c #Conflicts:     609000 | #Constraints:      26760
247.96/249.48	c #Conflicts:     610000 | #Constraints:      27760
247.96/249.48	c #Conflicts:     611000 | #Constraints:      28760
247.96/249.48	c #Conflicts:     612000 | #Constraints:      29760
247.96/249.48	c #Conflicts:     613000 | #Constraints:      30760
247.96/249.48	c #Conflicts:     614000 | #Constraints:      31760
247.96/249.48	c #Conflicts:     615000 | #Constraints:      32760
247.96/249.48	c #Conflicts:     616000 | #Constraints:      33760
247.96/249.48	c #Conflicts:     617000 | #Constraints:      34760
247.96/249.48	c #Conflicts:     618000 | #Constraints:      35760
247.96/249.48	c #Conflicts:     619000 | #Constraints:      36760
247.96/249.48	c #Conflicts:     620000 | #Constraints:      37760
247.96/249.48	c #Conflicts:     621000 | #Constraints:      38760
247.96/249.48	c #Conflicts:     622000 | #Constraints:      39760
247.96/249.48	c #Conflicts:     623000 | #Constraints:      40760
247.96/249.48	c INPROCESSING
247.96/249.48	c GARBAGE COLLECT
247.96/249.48	c #Conflicts:     624000 | #Constraints:      26187
247.96/249.48	c #Conflicts:     625000 | #Constraints:      27187
247.96/249.48	c #Conflicts:     626000 | #Constraints:      28188
247.96/249.48	c #Conflicts:     627000 | #Constraints:      29188
247.96/249.48	c #Conflicts:     628000 | #Constraints:      30188
247.96/249.48	c #Conflicts:     629000 | #Constraints:      31188
247.96/249.48	c #Conflicts:     630000 | #Constraints:      32188
247.96/249.48	c #Conflicts:     631000 | #Constraints:      33188
247.96/249.48	c #Conflicts:     632000 | #Constraints:      34188
247.96/249.48	c #Conflicts:     633000 | #Constraints:      35189
247.96/249.48	c #Conflicts:     634000 | #Constraints:      36189
247.96/249.48	c #Conflicts:     635000 | #Constraints:      37189
247.96/249.48	c #Conflicts:     636000 | #Constraints:      38189
247.96/249.48	c #Conflicts:     637000 | #Constraints:      39189
247.96/249.48	c #Conflicts:     638000 | #Constraints:      40189
247.96/249.48	c #Conflicts:     639000 | #Constraints:      41189
247.96/249.48	c INPROCESSING
247.96/249.48	c GARBAGE COLLECT
247.96/249.48	c #Conflicts:     640000 | #Constraints:      26376
247.96/249.48	c #Conflicts:     641000 | #Constraints:      27377
247.96/249.48	c #Conflicts:     642000 | #Constraints:      28377
247.96/249.48	c #Conflicts:     643000 | #Constraints:      29377
247.96/249.48	c #Conflicts:     644000 | #Constraints:      30377
247.96/249.48	c #Conflicts:     645000 | #Constraints:      31377
247.96/249.48	c #Conflicts:     646000 | #Constraints:      32377
247.96/249.48	c #Conflicts:     647000 | #Constraints:      33377
247.96/249.48	c #Conflicts:     648000 | #Constraints:      34377
247.96/249.48	c #Conflicts:     649000 | #Constraints:      35377
247.96/249.48	c #Conflicts:     650000 | #Constraints:      36377
247.96/249.48	WSVECS04 Frhs2[5]: 6 0 1.35547 shouldn't be
247.96/249.48	WSVECS04 Frhs2[40]: 6 -1.13555 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[137]: 6 0 1.5 shouldn't be
247.96/249.48	WSVECS04 Frhs2[202]: 6 -0.250001 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[262]: 6 -1.32813 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[293]: 6 -1.15361 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[358]: 6 -2.66797 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[649]: 6 0 0.250001 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1126]: 6 0 1.09375 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1452]: 6 -0.271094 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[1477]: 6 0 0.65625 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2070]: 6 0 1 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2454]: 6 -5.02861 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2630]: 6 -3.8125 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2836]: 6 -19.1688 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[3030]: 6 -3.75 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[3122]: 6 -6 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[3404]: 6 -5 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[3790]: 6 -12 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[3947]: 6 -238.364 0 shouldn't be
247.96/249.48	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
283.37/285.05	c #Conflicts:     651000 | #Constraints:      37378
283.37/285.05	c #Conflicts:     652000 | #Constraints:      38378
283.37/285.05	c #Conflicts:     653000 | #Constraints:      39378
283.37/285.05	c #Conflicts:     654000 | #Constraints:      40378
283.37/285.05	c #Conflicts:     655000 | #Constraints:      41378
283.37/285.05	c INPROCESSING
283.37/285.05	c GARBAGE COLLECT
283.37/285.05	c #Conflicts:     656000 | #Constraints:      26381
283.37/285.05	c #Conflicts:     657000 | #Constraints:      27381
283.37/285.05	c #Conflicts:     658000 | #Constraints:      28381
283.37/285.05	c #Conflicts:     659000 | #Constraints:      29381
283.37/285.05	c #Conflicts:     660000 | #Constraints:      30381
283.37/285.05	c #Conflicts:     661000 | #Constraints:      31381
283.37/285.05	c #Conflicts:     662000 | #Constraints:      32381
283.37/285.05	c #Conflicts:     663000 | #Constraints:      33381
283.37/285.05	c #Conflicts:     664000 | #Constraints:      34381
283.37/285.05	c #Conflicts:     665000 | #Constraints:      35381
283.37/285.05	c #Conflicts:     666000 | #Constraints:      36381
283.37/285.05	c #Conflicts:     667000 | #Constraints:      37381
283.37/285.05	c #Conflicts:     668000 | #Constraints:      38381
283.37/285.05	c #Conflicts:     669000 | #Constraints:      39381
283.37/285.05	c #Conflicts:     670000 | #Constraints:      40381
283.37/285.05	c #Conflicts:     671000 | #Constraints:      41381
283.37/285.05	c INPROCESSING
283.37/285.05	c GARBAGE COLLECT
283.37/285.05	c #Conflicts:     672000 | #Constraints:      26171
283.37/285.05	c #Conflicts:     673000 | #Constraints:      27171
283.37/285.05	c #Conflicts:     674000 | #Constraints:      28171
283.37/285.05	c #Conflicts:     675000 | #Constraints:      29171
283.37/285.05	c #Conflicts:     676000 | #Constraints:      30171
283.37/285.05	c #Conflicts:     677000 | #Constraints:      31171
283.37/285.05	c #Conflicts:     678000 | #Constraints:      32171
283.37/285.05	c #Conflicts:     679000 | #Constraints:      33171
283.37/285.05	c #Conflicts:     680000 | #Constraints:      34171
283.37/285.05	c #Conflicts:     681000 | #Constraints:      35171
283.37/285.05	c #Conflicts:     682000 | #Constraints:      36171
283.37/285.05	c #Conflicts:     683000 | #Constraints:      37171
283.37/285.05	c #Conflicts:     684000 | #Constraints:      38171
283.37/285.05	c #Conflicts:     685000 | #Constraints:      39171
283.37/285.05	c #Conflicts:     686000 | #Constraints:      40171
283.37/285.05	c #Conflicts:     687000 | #Constraints:      41171
283.37/285.05	c #Conflicts:     688000 | #Constraints:      42171
283.37/285.05	c INPROCESSING
283.37/285.05	c GARBAGE COLLECT
283.37/285.05	c #Conflicts:     689000 | #Constraints:      26727
283.37/285.05	c #Conflicts:     690000 | #Constraints:      27727
283.37/285.05	c #Conflicts:     691000 | #Constraints:      28727
283.37/285.05	c #Conflicts:     692000 | #Constraints:      29727
283.37/285.05	c #Conflicts:     693000 | #Constraints:      30727
283.37/285.05	c #Conflicts:     694000 | #Constraints:      31727
283.37/285.05	c #Conflicts:     695000 | #Constraints:      32727
283.37/285.05	c #Conflicts:     696000 | #Constraints:      33727
283.37/285.05	c #Conflicts:     697000 | #Constraints:      34727
283.37/285.05	c #Conflicts:     698000 | #Constraints:      35727
283.37/285.05	c #Conflicts:     699000 | #Constraints:      36727
283.37/285.05	c #Conflicts:     700000 | #Constraints:      37727
283.37/285.05	c #Conflicts:     701000 | #Constraints:      38727
283.37/285.05	c #Conflicts:     702000 | #Constraints:      39727
283.37/285.05	c #Conflicts:     703000 | #Constraints:      40727
283.37/285.05	c #Conflicts:     704000 | #Constraints:      41727
283.37/285.05	c #Conflicts:     705000 | #Constraints:      42727
283.37/285.05	c INPROCESSING
283.37/285.05	c GARBAGE COLLECT
283.37/285.05	c #Conflicts:     706000 | #Constraints:      27172
283.37/285.05	c #Conflicts:     707000 | #Constraints:      28172
283.37/285.05	c #Conflicts:     708000 | #Constraints:      29172
283.37/285.05	c #Conflicts:     709000 | #Constraints:      30172
283.37/285.05	c #Conflicts:     710000 | #Constraints:      31172
283.37/285.05	c #Conflicts:     711000 | #Constraints:      32172
283.37/285.05	c #Conflicts:     712000 | #Constraints:      33172
283.37/285.05	c #Conflicts:     713000 | #Constraints:      34172
283.37/285.05	c #Conflicts:     714000 | #Constraints:      35172
283.37/285.05	c #Conflicts:     715000 | #Constraints:      36172
283.37/285.05	c #Conflicts:     716000 | #Constraints:      37172
283.37/285.05	c #Conflicts:     717000 | #Constraints:      38172
283.37/285.05	c #Conflicts:     718000 | #Constraints:      39172
283.37/285.05	c #Conflicts:     719000 | #Constraints:      40172
283.37/285.05	c #Conflicts:     720000 | #Constraints:      41172
283.37/285.05	c #Conflicts:     721000 | #Constraints:      42173
283.37/285.05	c #Conflicts:     722000 | #Constraints:      43173
283.37/285.05	c INPROCESSING
283.37/285.05	c GARBAGE COLLECT
283.37/285.05	c #Conflicts:     723000 | #Constraints:      27391
283.37/285.05	c #Conflicts:     724000 | #Constraints:      28391
283.37/285.05	c #Conflicts:     725000 | #Constraints:      29391
283.37/285.05	c #Conflicts:     726000 | #Constraints:      30391
303.01/304.79	c #Conflicts:     727000 | #Constraints:      31391
303.01/304.79	c #Conflicts:     728000 | #Constraints:      32391
303.01/304.79	c #Conflicts:     729000 | #Constraints:      33391
303.01/304.79	c #Conflicts:     730000 | #Constraints:      34391
303.01/304.79	c #Conflicts:     731000 | #Constraints:      35560
303.01/304.79	c #Conflicts:     732000 | #Constraints:      37075
303.01/304.79	c #Conflicts:     733000 | #Constraints:      38594
303.01/304.79	c #Conflicts:     734000 | #Constraints:      40094
303.01/304.79	c #Conflicts:     735000 | #Constraints:      41604
303.01/304.79	c #Conflicts:     736000 | #Constraints:      43116
303.01/304.79	c #Conflicts:     737000 | #Constraints:      44608
303.01/304.79	c #Conflicts:     738000 | #Constraints:      46107
303.01/304.79	c #Conflicts:     739000 | #Constraints:      47627
303.01/304.79	c INPROCESSING
303.01/304.79	c GARBAGE COLLECT
303.01/304.79	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[9]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[70]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[71]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[73]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[81]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[87]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[99]: 6 -0.250072 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[117]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[134]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[139]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[152]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[159]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[166]: 6 -15.6876 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[213]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[243]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[253]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[274]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[275]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[373]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[387]: 6 -1.32814 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[399]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[408]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[414]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[419]: 6 -5.81256 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[432]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[433]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[470]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[511]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[526]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[558]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[568]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[587]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[623]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[629]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[641]: 6 -0.921922 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[643]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[649]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[650]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[652]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[655]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[669]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[670]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[699]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[735]: 6 -1.25005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[923]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[935]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[941]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[943]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[957]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1012]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1017]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1025]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1051]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1064]: 6 -1.2501 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1075]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1079]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1082]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1096]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1105]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1119]: 6 -1.25004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1120]: 6 -1.25005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1137]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1138]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1144]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1152]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1156]: 6 -1.22228 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1163]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1169]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1181]: 6 0 1.15629 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1199]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1260]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1283]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1309]: 6 -1.22227 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1315]: 6 -0.55558 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1318]: 6 -1.25007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1320]: 6 -1.23533 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1321]: 6 -1.47066 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1329]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1330]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1337]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1352]: 6 -15.4376 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1369]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1370]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1371]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1375]: 6 -1.2501 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1416]: 6 -1.25002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1420]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1449]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1493]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1525]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1543]: 6 -0.753916 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1549]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1569]: 6 -0.281279 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1580]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1587]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1588]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1606]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1625]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1645]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1653]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1656]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1658]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1664]: 6 0 0.250066 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1665]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1668]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1684]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1691]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1695]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1701]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1720]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1722]: 6 -1.25006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1743]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1751]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1755]: 6 -1.25003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1763]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1970]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1974]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1978]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1981]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1984]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[1999]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2001]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2004]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2014]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2049]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2062]: 6 -1.2501 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2064]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2072]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2076]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2107]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2118]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2122]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2156]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2158]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2160]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2162]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2166]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2170]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2174]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2186]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2196]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2199]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2202]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2203]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2206]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2207]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2214]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2215]: 6 -1.06254 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2220]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2225]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2233]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2236]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2237]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2240]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2244]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2248]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2249]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2253]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2256]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2257]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2259]: 6 -0.500089 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2264]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2274]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2277]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2280]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2281]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2284]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2285]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2293]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2298]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2304]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2315]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2319]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2321]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2332]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2342]: 6 -22.25 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2346]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2350]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2351]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2354]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2358]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2359]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2363]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2373]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2379]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2381]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2384]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2388]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2392]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2393]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2394]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2398]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2401]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2405]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2414]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2415]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2420]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2432]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2434]: 6 -1.15632 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2437]: 6 -0.687543 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2439]: 6 -0.500037 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2447]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2451]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2467]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2470]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2472]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2479]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2482]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2490]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2491]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2495]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2504]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2505]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2506]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2518]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2519]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2520]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2526]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2529]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2531]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2533]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2536]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2537]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2539]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2541]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2548]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2563]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2566]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2574]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2575]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2577]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2579]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2581]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2587]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2590]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2591]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2596]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2597]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2603]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2607]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2612]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2614]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2621]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2625]: 6 -0.500079 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2627]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2632]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2633]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2641]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2644]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2655]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2664]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2668]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2672]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2676]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2677]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2683]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2686]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2695]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2696]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2697]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2698]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2709]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2710]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2711]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2717]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2725]: 6 -0.111198 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2728]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2736]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2741]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2755]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2758]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2760]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2762]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2764]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2767]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2768]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2771]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2781]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2785]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2787]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2794]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2795]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2796]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2798]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2812]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2813]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2817]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2819]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2822]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2823]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2826]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2828]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2830]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2834]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2836]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2838]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2844]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2849]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2851]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2854]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2868]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2872]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2873]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2876]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2883]: 6 -1.55557 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2903]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2904]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2907]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2908]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2921]: 6 -0.500032 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2924]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2925]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2927]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2930]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2938]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2944]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2951]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2960]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2962]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2964]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2966]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2968]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2976]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2979]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2983]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2984]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2985]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2991]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[2995]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3001]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3008]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3009]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3014]: 6 -1.25003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3017]: 6 -0.500022 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3020]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3023]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3026]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3034]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3035]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3039]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3042]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3054]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3057]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3061]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3063]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3067]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3070]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3075]: 6 -1.32818 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3080]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3084]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3088]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3093]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3095]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3097]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3098]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3099]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3101]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3103]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3105]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3107]: 6 -1.32817 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3111]: 6 -1.31253 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3120]: 6 -1.25006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3121]: 6 -1.25009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3123]: 6 -0.500087 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3125]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3128]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3129]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3134]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3137]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3145]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3149]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3160]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3163]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3170]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3174]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3181]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3187]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3202]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3206]: 6 -0.500058 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3207]: 6 -0.500073 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3215]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3218]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3222]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3223]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3226]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3234]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3238]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3244]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3245]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3248]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3253]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3257]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3273]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3280]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3284]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3286]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3287]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3295]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3297]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3301]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3303]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3305]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3317]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3320]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3321]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3324]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3328]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3329]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3332]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3336]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3337]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3343]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3345]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3348]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3361]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3366]: 6 -1.12314 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3367]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3377]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3381]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3386]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3395]: 6 -1.25005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3399]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3401]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3403]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3413]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3415]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3417]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3419]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3425]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3433]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3437]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3446]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3450]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3451]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3454]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3455]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3462]: 6 -1.25001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3464]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3466]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3467]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3468]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3473]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3476]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3482]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3484]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3488]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3489]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3493]: 6 -5.50002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3495]: 6 -5.43755 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3502]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3505]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3507]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3509]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3513]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3516]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3517]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3524]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3525]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3534]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3535]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3538]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3539]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3542]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3543]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3546]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3551]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3565]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3568]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3575]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3584]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3591]: 6 -3.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3593]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3595]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3603]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3605]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3610]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3614]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3615]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3622]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3624]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3630]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3634]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3636]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3638]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3642]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3643]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3646]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3647]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3649]: 6 -1.25004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3701]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3704]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3709]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3712]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3713]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3715]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3719]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3724]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3729]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3736]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3737]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3739]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3741]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3747]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3749]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3761]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3766]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3770]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3772]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3779]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3783]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3792]: 6 -5.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3793]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3797]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3801]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3804]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3806]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3810]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3812]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3820]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3821]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3825]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3828]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3832]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3834]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3835]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3838]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3839]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3847]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3848]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3853]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3855]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3861]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3866]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3872]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3875]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3884]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3889]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3892]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3894]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3896]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3900]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3901]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3905]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3908]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3912]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3916]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3919]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3922]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3924]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3928]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3932]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3933]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3938]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3941]: 6 -0.921938 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3948]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3949]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3950]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3955]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3956]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3962]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3963]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3971]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3973]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3975]: 6 -0.921931 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3981]: 6 -3.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3983]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3986]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3988]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3990]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3994]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[3998]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4002]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4006]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4007]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4015]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4020]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4022]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4024]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4025]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4028]: 6 -1.25007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4035]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4038]: 6 -1.31259 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4044]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4048]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4049]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4050]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4051]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4054]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4055]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4056]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4058]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4060]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4074]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4082]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4085]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4088]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4090]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4091]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4094]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4098]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4105]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4107]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4110]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4116]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4117]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4120]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4122]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4124]: 6 -1.25009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4126]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4131]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4137]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4142]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4143]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4145]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4151]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4152]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4153]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4154]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4164]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4172]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4176]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4177]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4183]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4184]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4185]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4186]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4187]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4188]: 6 -1.00001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4191]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4192]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4194]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4195]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4203]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4211]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4212]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4214]: 6 -1.0001 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4221]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4227]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4228]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4229]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4230]: 6 -1.00002 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4242]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4243]: 6 -1.00007 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4246]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4253]: 6 -1.00003 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4254]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4255]: 6 -1.00005 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4261]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4262]: 6 -1.00004 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4263]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4264]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4266]: 6 -1.00006 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4267]: 6 -1.00009 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4277]: 6 -1.00008 0 shouldn't be
303.01/304.79	WSVECS04 Frhs2[4278]: 6 -1.00006 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[99]: 6 -0.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[102]: 6 -15.4375 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[124]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[225]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[304]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[513]: 6 -0.375 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[641]: 6 -0.921875 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[735]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[988]: 6 0 1.5 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1090]: 6 -1.15625 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1118]: 6 -1.3125 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1119]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1162]: 6 -0.750001 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1289]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1321]: 6 -1.47059 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1371]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1405]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1416]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1450]: 6 -0.750001 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1462]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1560]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1569]: 6 -0.28125 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1601]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1640]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1643]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1650]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1653]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1655]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1656]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1662]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1665]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1684]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1687]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1697]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1726]: 6 -2.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1735]: 6 -2 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1957]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2062]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2147]: 6 -1.3125 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2215]: 6 -1.0625 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2246]: 6 0 1 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2259]: 6 -0.5 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2304]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2342]: 6 -22.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2434]: 6 -1.15625 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2725]: 6 -0.111112 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2883]: 6 -1.55556 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3014]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3107]: 6 -1.32813 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3111]: 6 -1.3125 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3120]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3121]: 6 -1.25 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3206]: 6 -0.500001 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
303.81/305.54	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3395]: 6 -1.25 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3462]: 6 -1.25 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3649]: 6 -1.25 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3737]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3792]: 6 -5 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3975]: 6 -0.921875 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3981]: 6 -3 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4028]: 6 -1.25 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4051]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4058]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4060]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4078]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4124]: 6 -1.25 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4151]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4152]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4153]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4229]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4242]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4243]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4246]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4261]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4263]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4265]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
303.81/305.55	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
334.56/336.48	c #Conflicts:     740000 | #Constraints:      29563
334.56/336.48	c #Conflicts:     741000 | #Constraints:      30563
334.56/336.48	c #Conflicts:     742000 | #Constraints:      31563
334.56/336.48	c #Conflicts:     743000 | #Constraints:      32563
334.56/336.48	c #Conflicts:     744000 | #Constraints:      33563
334.56/336.48	c #Conflicts:     745000 | #Constraints:      34563
334.56/336.48	c #Conflicts:     746000 | #Constraints:      35563
334.56/336.48	c #Conflicts:     747000 | #Constraints:      36563
334.56/336.48	c #Conflicts:     748000 | #Constraints:      37563
334.56/336.48	c #Conflicts:     749000 | #Constraints:      38563
334.56/336.48	c #Conflicts:     750000 | #Constraints:      39563
334.56/336.48	c #Conflicts:     751000 | #Constraints:      40563
334.56/336.48	c #Conflicts:     752000 | #Constraints:      41563
334.56/336.48	c #Conflicts:     753000 | #Constraints:      42563
334.56/336.48	c #Conflicts:     754000 | #Constraints:      43563
334.56/336.48	c #Conflicts:     755000 | #Constraints:      44563
334.56/336.48	c #Conflicts:     756000 | #Constraints:      45563
334.56/336.48	c INPROCESSING
334.56/336.48	c GARBAGE COLLECT
334.56/336.48	c #Conflicts:     757000 | #Constraints:      28261
334.56/336.48	c #Conflicts:     758000 | #Constraints:      29261
334.56/336.48	c #Conflicts:     759000 | #Constraints:      30261
334.56/336.48	c #Conflicts:     760000 | #Constraints:      31261
334.56/336.48	c #Conflicts:     761000 | #Constraints:      32261
334.56/336.48	c #Conflicts:     762000 | #Constraints:      33261
334.56/336.48	c #Conflicts:     763000 | #Constraints:      34261
334.56/336.48	c #Conflicts:     764000 | #Constraints:      35261
334.56/336.48	c #Conflicts:     765000 | #Constraints:      36261
334.56/336.48	c #Conflicts:     766000 | #Constraints:      37261
334.56/336.48	c #Conflicts:     767000 | #Constraints:      38261
334.56/336.48	c #Conflicts:     768000 | #Constraints:      39261
334.56/336.48	c #Conflicts:     769000 | #Constraints:      40261
334.56/336.48	c #Conflicts:     770000 | #Constraints:      41261
334.56/336.48	c #Conflicts:     771000 | #Constraints:      42261
334.56/336.48	c #Conflicts:     772000 | #Constraints:      43261
334.56/336.48	c #Conflicts:     773000 | #Constraints:      44261
334.56/336.48	c #Conflicts:     774000 | #Constraints:      45261
334.56/336.48	c INPROCESSING
334.56/336.48	c GARBAGE COLLECT
334.56/336.48	c #Conflicts:     775000 | #Constraints:      28295
334.56/336.48	c #Conflicts:     776000 | #Constraints:      29295
334.56/336.48	c #Conflicts:     777000 | #Constraints:      30295
334.56/336.48	c #Conflicts:     778000 | #Constraints:      31295
334.56/336.48	c #Conflicts:     779000 | #Constraints:      32295
334.56/336.48	c #Conflicts:     780000 | #Constraints:      33295
334.56/336.48	c #Conflicts:     781000 | #Constraints:      34295
334.56/336.48	c #Conflicts:     782000 | #Constraints:      35295
334.56/336.48	c #Conflicts:     783000 | #Constraints:      36295
334.56/336.48	c #Conflicts:     784000 | #Constraints:      37295
334.56/336.48	c #Conflicts:     785000 | #Constraints:      38295
334.56/336.48	c #Conflicts:     786000 | #Constraints:      39295
334.56/336.48	c #Conflicts:     787000 | #Constraints:      40295
334.56/336.48	c #Conflicts:     788000 | #Constraints:      41295
334.56/336.48	c #Conflicts:     789000 | #Constraints:      42295
334.56/336.48	c #Conflicts:     790000 | #Constraints:      43295
334.56/336.48	c #Conflicts:     791000 | #Constraints:      44295
334.56/336.48	c #Conflicts:     792000 | #Constraints:      45295
334.56/336.48	c INPROCESSING
334.56/336.48	c GARBAGE COLLECT
334.56/336.48	c #Conflicts:     793000 | #Constraints:      28428
334.56/336.48	c #Conflicts:     794000 | #Constraints:      29428
334.56/336.48	c #Conflicts:     795000 | #Constraints:      30428
334.56/336.48	c #Conflicts:     796000 | #Constraints:      31428
334.56/336.48	c #Conflicts:     797000 | #Constraints:      32428
334.56/336.48	c #Conflicts:     798000 | #Constraints:      33428
334.56/336.48	c #Conflicts:     799000 | #Constraints:      34428
334.56/336.48	c #Conflicts:     800000 | #Constraints:      35428
334.56/336.48	c #Conflicts:     801000 | #Constraints:      36428
334.56/336.48	c #Conflicts:     802000 | #Constraints:      37428
334.56/336.48	c #Conflicts:     803000 | #Constraints:      38428
334.56/336.48	c #Conflicts:     804000 | #Constraints:      39428
334.56/336.48	c #Conflicts:     805000 | #Constraints:      40428
334.56/336.48	c #Conflicts:     806000 | #Constraints:      41428
334.56/336.48	c #Conflicts:     807000 | #Constraints:      42428
334.56/336.48	c #Conflicts:     808000 | #Constraints:      43428
334.56/336.48	c #Conflicts:     809000 | #Constraints:      44428
334.56/336.48	c #Conflicts:     810000 | #Constraints:      45428
334.56/336.48	c INPROCESSING
334.56/336.48	c GARBAGE COLLECT
334.56/336.48	c #Conflicts:     811000 | #Constraints:      28485
334.56/336.48	c #Conflicts:     812000 | #Constraints:      29486
334.56/336.48	c #Conflicts:     813000 | #Constraints:      30486
334.56/336.48	c #Conflicts:     814000 | #Constraints:      31486
334.56/336.48	c #Conflicts:     815000 | #Constraints:      32486
334.56/336.48	c #Conflicts:     816000 | #Constraints:      33486
360.89/363.15	c #Conflicts:     817000 | #Constraints:      34486
360.89/363.15	c #Conflicts:     818000 | #Constraints:      35486
360.89/363.15	c #Conflicts:     819000 | #Constraints:      36486
360.89/363.15	c #Conflicts:     820000 | #Constraints:      37486
360.89/363.15	c #Conflicts:     821000 | #Constraints:      38486
360.89/363.15	c #Conflicts:     822000 | #Constraints:      39486
360.89/363.15	c #Conflicts:     823000 | #Constraints:      40486
360.89/363.15	c #Conflicts:     824000 | #Constraints:      41571
360.89/363.15	c #Conflicts:     825000 | #Constraints:      42571
360.89/363.15	c #Conflicts:     826000 | #Constraints:      43571
360.89/363.15	c #Conflicts:     827000 | #Constraints:      44571
360.89/363.15	c #Conflicts:     828000 | #Constraints:      45571
360.89/363.15	c INPROCESSING
360.89/363.15	c GARBAGE COLLECT
360.89/363.15	c #Conflicts:     829000 | #Constraints:      28473
360.89/363.15	c #Conflicts:     830000 | #Constraints:      29473
360.89/363.15	c #Conflicts:     831000 | #Constraints:      30473
360.89/363.15	c #Conflicts:     832000 | #Constraints:      31473
360.89/363.15	c #Conflicts:     833000 | #Constraints:      32473
360.89/363.15	c #Conflicts:     834000 | #Constraints:      33473
360.89/363.15	c #Conflicts:     835000 | #Constraints:      34473
360.89/363.15	c #Conflicts:     836000 | #Constraints:      35473
360.89/363.15	c #Conflicts:     837000 | #Constraints:      36473
360.89/363.15	c #Conflicts:     838000 | #Constraints:      37473
360.89/363.15	c #Conflicts:     839000 | #Constraints:      38473
360.89/363.15	c #Conflicts:     840000 | #Constraints:      39473
360.89/363.15	c #Conflicts:     841000 | #Constraints:      40474
360.89/363.15	c #Conflicts:     842000 | #Constraints:      41474
360.89/363.15	c #Conflicts:     843000 | #Constraints:      42474
360.89/363.15	c #Conflicts:     844000 | #Constraints:      43474
360.89/363.15	c #Conflicts:     845000 | #Constraints:      44474
360.89/363.15	c #Conflicts:     846000 | #Constraints:      45475
360.89/363.15	c INPROCESSING
360.89/363.15	c GARBAGE COLLECT
360.89/363.15	c #Conflicts:     847000 | #Constraints:      28203
360.89/363.15	c #Conflicts:     848000 | #Constraints:      29203
360.89/363.15	c #Conflicts:     849000 | #Constraints:      30203
360.89/363.15	c #Conflicts:     850000 | #Constraints:      31203
360.89/363.15	c #Conflicts:     851000 | #Constraints:      32203
360.89/363.15	c #Conflicts:     852000 | #Constraints:      33203
360.89/363.15	c #Conflicts:     853000 | #Constraints:      34203
360.89/363.15	c #Conflicts:     854000 | #Constraints:      35203
360.89/363.15	c #Conflicts:     855000 | #Constraints:      36203
360.89/363.15	c #Conflicts:     856000 | #Constraints:      37203
360.89/363.15	c #Conflicts:     857000 | #Constraints:      38203
360.89/363.15	c #Conflicts:     858000 | #Constraints:      39203
360.89/363.15	c #Conflicts:     859000 | #Constraints:      40203
360.89/363.15	c #Conflicts:     860000 | #Constraints:      41203
360.89/363.15	c #Conflicts:     861000 | #Constraints:      42203
360.89/363.15	c #Conflicts:     862000 | #Constraints:      43203
360.89/363.15	c #Conflicts:     863000 | #Constraints:      44204
360.89/363.15	c #Conflicts:     864000 | #Constraints:      45204
360.89/363.15	c #Conflicts:     865000 | #Constraints:      46204
360.89/363.15	c INPROCESSING
360.89/363.15	c GARBAGE COLLECT
360.89/363.15	c rational objective 673.556
371.46/373.72	c #Conflicts:     866000 | #Constraints:      28795
371.46/373.72	c #Conflicts:     867000 | #Constraints:      29795
371.46/373.72	c #Conflicts:     868000 | #Constraints:      30795
371.46/373.72	c #Conflicts:     869000 | #Constraints:      31795
371.46/373.72	c #Conflicts:     870000 | #Constraints:      32796
371.46/373.72	c #Conflicts:     871000 | #Constraints:      33796
371.46/373.72	c #Conflicts:     872000 | #Constraints:      34796
371.46/373.72	c #Conflicts:     873000 | #Constraints:      35796
371.46/373.72	c #Conflicts:     874000 | #Constraints:      36796
371.46/373.72	c #Conflicts:     875000 | #Constraints:      37796
371.46/373.72	c #Conflicts:     876000 | #Constraints:      38796
371.46/373.72	c #Conflicts:     877000 | #Constraints:      39796
371.46/373.72	c #Conflicts:     878000 | #Constraints:      40797
371.46/373.72	c #Conflicts:     879000 | #Constraints:      41798
371.46/373.72	c #Conflicts:     880000 | #Constraints:      42798
371.46/373.72	c #Conflicts:     881000 | #Constraints:      43798
371.46/373.72	c #Conflicts:     882000 | #Constraints:      45095
371.46/373.72	c #Conflicts:     883000 | #Constraints:      46606
371.46/373.72	c #Conflicts:     884000 | #Constraints:      48129
371.46/373.72	c INPROCESSING
371.46/373.72	c GARBAGE COLLECT
371.46/373.72	WSVECS04 Frhs2[15]: 6 -2.59543 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[75]: 6 -0.00771792 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[77]: 6 -0.397583 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[108]: 6 -0.853569 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[110]: 6 -0.696941 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[141]: 6 -0.245097 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[200]: 6 -1.65106 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[215]: 6 -0.981461 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[241]: 6 -0.962225 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[275]: 6 -4.81437e-07 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[279]: 6 -0.585051 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[358]: 6 0 2.32898 shouldn't be
371.46/373.72	WSVECS04 Frhs2[417]: 6 -1.16524 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[459]: 6 -0.996465 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[464]: 6 -0.667969 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[465]: 6 -1.73862 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[475]: 6 -0.999867 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[493]: 6 -0.697551 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[500]: 6 -0.935749 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[513]: 6 -0.998106 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[518]: 6 -0.994294 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[522]: 6 -0.47442 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[556]: 6 -0.75424 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[562]: 6 -1.00536 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[578]: 6 -0.999173 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[581]: 6 -2.16562 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[593]: 6 0 1.32384 shouldn't be
371.46/373.72	WSVECS04 Frhs2[595]: 6 -0.99197 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[596]: 6 -1.06425 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[620]: 6 -0.904469 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[621]: 6 -1.59522 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[652]: 6 -0.955596 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[653]: 6 -0.357367 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[659]: 6 -0.983934 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[704]: 6 -0.999981 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[705]: 6 -0.999767 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[717]: 6 -0.904911 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[994]: 6 -0.99978 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1084]: 6 -15.6249 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1087]: 6 -0.998547 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1088]: 6 -0.671557 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1091]: 6 -1.08911 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1104]: 6 -2.93427 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1133]: 6 -2.53235 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1144]: 6 -0.611256 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1160]: 6 -1.40357 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1169]: 6 0 2.68767e-05 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1171]: 6 -0.972581 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1187]: 6 0 1.81244 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1200]: 6 -0.552812 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1201]: 6 -0.808726 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1218]: 6 -1.27051 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1248]: 6 -1.49663 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1256]: 6 0 3.61732 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1270]: 6 -0.722601 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1279]: 6 -1.45702 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1324]: 6 -0.332227 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1328]: 6 -1.12633 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1347]: 6 -2.2485 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1382]: 6 -0.812575 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1405]: 6 -1.125 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1430]: 6 -0.999997 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1467]: 6 -0.999985 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1470]: 6 -2.66406 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1481]: 6 -1.23705 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1487]: 6 -0.501423 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1493]: 6 -0.999999 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1542]: 6 -0.999943 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1569]: 6 -0.999523 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1588]: 6 -0.250001 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1604]: 6 -0.355743 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1605]: 6 -0.99951 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1634]: 6 -0.604025 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1635]: 6 -0.999772 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1646]: 6 -0.547546 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1666]: 6 -0.998326 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1674]: 6 -1.20096 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1677]: 6 -2.02495 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1752]: 6 -0.5 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[1989]: 6 -1.49016 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2011]: 6 -0.999838 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2052]: 6 -0.999844 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2098]: 6 -0.996333 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2149]: 6 -1.6238 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2158]: 6 0 0.995014 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2178]: 6 -5.75981 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2179]: 6 -0.727689 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2186]: 6 -0.749976 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2319]: 6 -0.999948 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2320]: 6 -1.17264 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2353]: 6 0 2.50803 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2358]: 6 0 1 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2362]: 6 -1.39211 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2363]: 6 -0.99993 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2377]: 6 -0.999957 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2381]: 6 -0.222665 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2418]: 6 -0.999913 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2524]: 6 -0.995134 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2529]: 6 -0.5 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2578]: 6 -9.5 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2606]: 6 -0.99999 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2696]: 6 -3.2106 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2702]: 6 -0.80684 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2753]: 6 -5.49964 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2849]: 6 -5 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2892]: 6 -0.80698 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2914]: 6 0 1.99857 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3078]: 6 -1.06221 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3127]: 6 -1.25452 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3135]: 6 -2.92766 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3220]: 6 -2.89901 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3221]: 6 -4.89901 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3407]: 6 -0.999341 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3496]: 6 -0.562936 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3533]: 6 -0.999985 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3537]: 6 -0.99994 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3620]: 6 -0.999998 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3643]: 6 -1.49988 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3708]: 6 -0.985861 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3709]: 6 -0.985862 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3782]: 6 -0.999988 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3786]: 6 -0.750001 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3875]: 6 -0.999833 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3877]: 6 -1.00003 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3880]: 6 -0.999901 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3881]: 6 -0.999845 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3886]: 6 -0.998671 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3889]: 6 -0.999117 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3969]: 6 -0.999944 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[3972]: 6 -0.999891 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[4000]: 6 -5 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
371.46/373.72	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4064]: 6 -0.998363 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4065]: 6 -0.999768 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4068]: 6 -1.49534 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4088]: 6 -5.04688 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4104]: 6 -9 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4164]: 6 -0.943443 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4203]: 6 -0.985861 0 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4220]: 6 0 1.2493 shouldn't be
371.46/373.73	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
414.53/417.36	c #Conflicts:     885000 | #Constraints:      29873
414.53/417.36	c #Conflicts:     886000 | #Constraints:      30873
414.53/417.36	c #Conflicts:     887000 | #Constraints:      31873
414.53/417.36	c #Conflicts:     888000 | #Constraints:      32873
414.53/417.36	c #Conflicts:     889000 | #Constraints:      33873
414.53/417.36	c #Conflicts:     890000 | #Constraints:      34873
414.53/417.36	c #Conflicts:     891000 | #Constraints:      35873
414.53/417.36	c #Conflicts:     892000 | #Constraints:      36873
414.53/417.36	c #Conflicts:     893000 | #Constraints:      37873
414.53/417.36	c #Conflicts:     894000 | #Constraints:      38873
414.53/417.36	c #Conflicts:     895000 | #Constraints:      39873
414.53/417.36	c #Conflicts:     896000 | #Constraints:      40873
414.53/417.36	c #Conflicts:     897000 | #Constraints:      41873
414.53/417.36	c #Conflicts:     898000 | #Constraints:      42873
414.53/417.36	c #Conflicts:     899000 | #Constraints:      43873
414.53/417.36	c #Conflicts:     900000 | #Constraints:      44873
414.53/417.36	c #Conflicts:     901000 | #Constraints:      45873
414.53/417.36	c #Conflicts:     902000 | #Constraints:      46873
414.53/417.36	c #Conflicts:     903000 | #Constraints:      47873
414.53/417.36	c INPROCESSING
414.53/417.36	c GARBAGE COLLECT
414.53/417.36	c #Conflicts:     904000 | #Constraints:      29723
414.53/417.36	c #Conflicts:     905000 | #Constraints:      30723
414.53/417.36	c #Conflicts:     906000 | #Constraints:      31723
414.53/417.36	c #Conflicts:     907000 | #Constraints:      32723
414.53/417.36	c #Conflicts:     908000 | #Constraints:      33723
414.53/417.36	c #Conflicts:     909000 | #Constraints:      34723
414.53/417.36	c #Conflicts:     910000 | #Constraints:      35723
414.53/417.36	c #Conflicts:     911000 | #Constraints:      36723
414.53/417.36	c #Conflicts:     912000 | #Constraints:      37723
414.53/417.36	c #Conflicts:     913000 | #Constraints:      38723
414.53/417.36	c #Conflicts:     914000 | #Constraints:      39723
414.53/417.36	c #Conflicts:     915000 | #Constraints:      40723
414.53/417.36	c #Conflicts:     916000 | #Constraints:      41723
414.53/417.36	c #Conflicts:     917000 | #Constraints:      42723
414.53/417.36	c #Conflicts:     918000 | #Constraints:      43723
414.53/417.36	c #Conflicts:     919000 | #Constraints:      44723
414.53/417.36	c #Conflicts:     920000 | #Constraints:      45723
414.53/417.36	c #Conflicts:     921000 | #Constraints:      46723
414.53/417.36	c #Conflicts:     922000 | #Constraints:      47723
414.53/417.36	c INPROCESSING
414.53/417.36	c GARBAGE COLLECT
414.53/417.36	c #Conflicts:     923000 | #Constraints:      29536
414.53/417.36	c #Conflicts:     924000 | #Constraints:      30536
414.53/417.36	c #Conflicts:     925000 | #Constraints:      31536
414.53/417.36	c #Conflicts:     926000 | #Constraints:      32536
414.53/417.36	c #Conflicts:     927000 | #Constraints:      33536
414.53/417.36	c #Conflicts:     928000 | #Constraints:      34536
414.53/417.36	c #Conflicts:     929000 | #Constraints:      35536
414.53/417.36	c #Conflicts:     930000 | #Constraints:      36536
414.53/417.36	c #Conflicts:     931000 | #Constraints:      37536
414.53/417.36	c #Conflicts:     932000 | #Constraints:      38536
414.53/417.36	c #Conflicts:     933000 | #Constraints:      39536
414.53/417.36	c #Conflicts:     934000 | #Constraints:      40536
414.53/417.36	c #Conflicts:     935000 | #Constraints:      41536
414.53/417.36	c #Conflicts:     936000 | #Constraints:      42537
414.53/417.36	c #Conflicts:     937000 | #Constraints:      43537
414.53/417.36	c #Conflicts:     938000 | #Constraints:      44537
414.53/417.36	c #Conflicts:     939000 | #Constraints:      45537
414.53/417.36	c #Conflicts:     940000 | #Constraints:      46537
414.53/417.36	c #Conflicts:     941000 | #Constraints:      47537
414.53/417.36	c INPROCESSING
414.53/417.36	c GARBAGE COLLECT
414.53/417.36	c #Conflicts:     942000 | #Constraints:      29254
414.53/417.36	c #Conflicts:     943000 | #Constraints:      30254
414.53/417.36	c #Conflicts:     944000 | #Constraints:      31254
414.53/417.36	c #Conflicts:     945000 | #Constraints:      32254
414.53/417.36	c #Conflicts:     946000 | #Constraints:      33254
414.53/417.36	c #Conflicts:     947000 | #Constraints:      34254
414.53/417.36	c #Conflicts:     948000 | #Constraints:      35255
414.53/417.36	c #Conflicts:     949000 | #Constraints:      36255
414.53/417.36	c #Conflicts:     950000 | #Constraints:      37255
414.53/417.36	c #Conflicts:     951000 | #Constraints:      38255
414.53/417.36	c #Conflicts:     952000 | #Constraints:      39255
414.53/417.36	c #Conflicts:     953000 | #Constraints:      40255
414.53/417.36	c #Conflicts:     954000 | #Constraints:      41423
414.53/417.36	c #Conflicts:     955000 | #Constraints:      42952
414.53/417.36	c #Conflicts:     956000 | #Constraints:      44490
414.53/417.36	c #Conflicts:     957000 | #Constraints:      46000
414.53/417.36	c #Conflicts:     958000 | #Constraints:      47502
414.53/417.36	c #Conflicts:     959000 | #Constraints:      49027
414.53/417.36	c #Conflicts:     960000 | #Constraints:      50537
414.53/417.36	c #Conflicts:     961000 | #Constraints:      52057
415.82/418.67	c INPROCESSING
415.82/418.67	c GARBAGE COLLECT
415.82/418.67	WSVECS04 Frhs2[35]: 6 -2 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[41]: 6 -0.150757 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[45]: 6 -2.42188 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[46]: 6 -0.156251 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[65]: 6 -1.06885 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[103]: 6 -1.16919 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[196]: 6 -0.9375 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[297]: 6 -1.32813 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[361]: 6 -0.078126 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[388]: 6 -0.875001 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[423]: 6 0 0.203125 shouldn't be
415.82/418.67	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[461]: 6 -2.17188 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[641]: 6 -0.977679 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[651]: 6 0 0.447266 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1163]: 6 -1.65625 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1319]: 6 -0.578126 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1414]: 6 -0.984375 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1418]: 6 -0.0625004 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1482]: 6 -0.75 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1513]: 6 -1.5 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1633]: 6 -2.79517 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1664]: 6 -0.763306 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2926]: 6 -0.687501 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[2937]: 6 -3 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3036]: 6 -1.25 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3464]: 6 -0.375001 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[3933]: 6 -0.343751 0 shouldn't be
415.82/418.67	WSVECS04 Frhs2[4062]: 6 -0.5625 0 shouldn't be
479.51/483.06	c #Conflicts:     962000 | #Constraints:      31788
479.51/483.06	c #Conflicts:     963000 | #Constraints:      32788
479.51/483.06	c #Conflicts:     964000 | #Constraints:      33788
479.51/483.06	c #Conflicts:     965000 | #Constraints:      34788
479.51/483.06	c #Conflicts:     966000 | #Constraints:      35788
479.51/483.06	c #Conflicts:     967000 | #Constraints:      36788
479.51/483.06	c #Conflicts:     968000 | #Constraints:      37788
479.51/483.06	c #Conflicts:     969000 | #Constraints:      38788
479.51/483.06	c #Conflicts:     970000 | #Constraints:      39788
479.51/483.06	c #Conflicts:     971000 | #Constraints:      40788
479.51/483.06	c #Conflicts:     972000 | #Constraints:      41788
479.51/483.06	c #Conflicts:     973000 | #Constraints:      42788
479.51/483.06	c #Conflicts:     974000 | #Constraints:      43788
479.51/483.06	c #Conflicts:     975000 | #Constraints:      44788
479.51/483.06	c #Conflicts:     976000 | #Constraints:      45788
479.51/483.06	c #Conflicts:     977000 | #Constraints:      46788
479.51/483.06	c #Conflicts:     978000 | #Constraints:      47788
479.51/483.06	c #Conflicts:     979000 | #Constraints:      48788
479.51/483.06	c #Conflicts:     980000 | #Constraints:      49788
479.51/483.06	c #Conflicts:     981000 | #Constraints:      50788
479.51/483.06	c INPROCESSING
479.51/483.06	c GARBAGE COLLECT
479.51/483.06	c #Conflicts:     982000 | #Constraints:      31204
479.51/483.06	c #Conflicts:     983000 | #Constraints:      32204
479.51/483.06	c #Conflicts:     984000 | #Constraints:      33204
479.51/483.06	c #Conflicts:     985000 | #Constraints:      34204
479.51/483.06	c #Conflicts:     986000 | #Constraints:      35204
479.51/483.06	c #Conflicts:     987000 | #Constraints:      36204
479.51/483.06	c #Conflicts:     988000 | #Constraints:      37204
479.51/483.06	c #Conflicts:     989000 | #Constraints:      38204
479.51/483.06	c #Conflicts:     990000 | #Constraints:      39204
479.51/483.06	c #Conflicts:     991000 | #Constraints:      40204
479.51/483.06	c #Conflicts:     992000 | #Constraints:      41204
479.51/483.06	c #Conflicts:     993000 | #Constraints:      42204
479.51/483.06	c #Conflicts:     994000 | #Constraints:      43204
479.51/483.06	c #Conflicts:     995000 | #Constraints:      44204
479.51/483.06	c #Conflicts:     996000 | #Constraints:      45204
479.51/483.06	c #Conflicts:     997000 | #Constraints:      46204
479.51/483.06	c #Conflicts:     998000 | #Constraints:      47204
479.51/483.06	c #Conflicts:     999000 | #Constraints:      48204
479.51/483.06	c #Conflicts:    1000000 | #Constraints:      49204
479.51/483.06	c #Conflicts:    1001000 | #Constraints:      50204
479.51/483.06	c INPROCESSING
479.51/483.06	c GARBAGE COLLECT
479.51/483.06	c #Conflicts:    1002000 | #Constraints:      30897
479.51/483.06	c #Conflicts:    1003000 | #Constraints:      31897
479.51/483.06	c #Conflicts:    1004000 | #Constraints:      32897
479.51/483.06	c #Conflicts:    1005000 | #Constraints:      33897
479.51/483.06	c #Conflicts:    1006000 | #Constraints:      34897
479.51/483.06	c #Conflicts:    1007000 | #Constraints:      35897
479.51/483.06	c #Conflicts:    1008000 | #Constraints:      36897
479.51/483.06	c #Conflicts:    1009000 | #Constraints:      37897
479.51/483.06	c #Conflicts:    1010000 | #Constraints:      38897
479.51/483.06	c #Conflicts:    1011000 | #Constraints:      39897
479.51/483.06	c #Conflicts:    1012000 | #Constraints:      40897
479.51/483.06	c #Conflicts:    1013000 | #Constraints:      41897
479.51/483.06	c #Conflicts:    1014000 | #Constraints:      42897
479.51/483.06	c #Conflicts:    1015000 | #Constraints:      43897
479.51/483.06	c #Conflicts:    1016000 | #Constraints:      44897
479.51/483.06	c #Conflicts:    1017000 | #Constraints:      45897
479.51/483.06	c #Conflicts:    1018000 | #Constraints:      46898
479.51/483.06	c #Conflicts:    1019000 | #Constraints:      47898
479.51/483.06	c #Conflicts:    1020000 | #Constraints:      48898
479.51/483.06	c #Conflicts:    1021000 | #Constraints:      49898
479.51/483.06	c INPROCESSING
479.51/483.06	c GARBAGE COLLECT
479.51/483.06	c #Conflicts:    1022000 | #Constraints:      30685
479.51/483.06	c #Conflicts:    1023000 | #Constraints:      31685
479.51/483.06	c #Conflicts:    1024000 | #Constraints:      32685
479.51/483.06	c #Conflicts:    1025000 | #Constraints:      33685
479.51/483.06	c #Conflicts:    1026000 | #Constraints:      34685
479.51/483.06	c #Conflicts:    1027000 | #Constraints:      35685
479.51/483.06	c #Conflicts:    1028000 | #Constraints:      36685
479.51/483.06	c #Conflicts:    1029000 | #Constraints:      37685
479.51/483.06	c #Conflicts:    1030000 | #Constraints:      38685
479.51/483.06	c #Conflicts:    1031000 | #Constraints:      39685
479.51/483.06	c #Conflicts:    1032000 | #Constraints:      40685
479.51/483.06	c #Conflicts:    1033000 | #Constraints:      41685
479.51/483.06	c #Conflicts:    1034000 | #Constraints:      42685
479.51/483.06	c #Conflicts:    1035000 | #Constraints:      43685
479.51/483.06	c #Conflicts:    1036000 | #Constraints:      44685
479.51/483.06	c #Conflicts:    1037000 | #Constraints:      45685
479.51/483.06	c #Conflicts:    1038000 | #Constraints:      46685
553.40/558.03	c #Conflicts:    1039000 | #Constraints:      47685
553.40/558.03	c #Conflicts:    1040000 | #Constraints:      48685
553.40/558.03	c #Conflicts:    1041000 | #Constraints:      49685
553.40/558.03	c INPROCESSING
553.40/558.03	c GARBAGE COLLECT
553.40/558.03	c #Conflicts:    1042000 | #Constraints:      30371
553.40/558.03	c #Conflicts:    1043000 | #Constraints:      31371
553.40/558.03	c #Conflicts:    1044000 | #Constraints:      32371
553.40/558.03	c #Conflicts:    1045000 | #Constraints:      33371
553.40/558.03	c #Conflicts:    1046000 | #Constraints:      34371
553.40/558.03	c #Conflicts:    1047000 | #Constraints:      35371
553.40/558.03	c #Conflicts:    1048000 | #Constraints:      36371
553.40/558.03	c #Conflicts:    1049000 | #Constraints:      37371
553.40/558.03	c #Conflicts:    1050000 | #Constraints:      38371
553.40/558.03	c #Conflicts:    1051000 | #Constraints:      39371
553.40/558.03	c #Conflicts:    1052000 | #Constraints:      40371
553.40/558.03	c #Conflicts:    1053000 | #Constraints:      41371
553.40/558.03	c #Conflicts:    1054000 | #Constraints:      42371
553.40/558.03	c #Conflicts:    1055000 | #Constraints:      43371
553.40/558.03	c #Conflicts:    1056000 | #Constraints:      44371
553.40/558.03	c #Conflicts:    1057000 | #Constraints:      45371
553.40/558.03	c #Conflicts:    1058000 | #Constraints:      46371
553.40/558.03	c #Conflicts:    1059000 | #Constraints:      47371
553.40/558.03	c #Conflicts:    1060000 | #Constraints:      48371
553.40/558.03	c #Conflicts:    1061000 | #Constraints:      49372
553.40/558.03	c #Conflicts:    1062000 | #Constraints:      50372
553.40/558.03	c INPROCESSING
553.40/558.03	c GARBAGE COLLECT
553.40/558.03	c #Conflicts:    1063000 | #Constraints:      30881
553.40/558.03	c #Conflicts:    1064000 | #Constraints:      31882
553.40/558.03	c #Conflicts:    1065000 | #Constraints:      32886
553.40/558.03	c #Conflicts:    1066000 | #Constraints:      33891
553.40/558.03	c #Conflicts:    1067000 | #Constraints:      34896
553.40/558.03	c #Conflicts:    1068000 | #Constraints:      35901
553.40/558.03	c #Conflicts:    1069000 | #Constraints:      36905
553.40/558.03	c #Conflicts:    1070000 | #Constraints:      37910
553.40/558.03	c #Conflicts:    1071000 | #Constraints:      38913
553.40/558.03	c #Conflicts:    1072000 | #Constraints:      39919
553.40/558.03	c #Conflicts:    1073000 | #Constraints:      40924
553.40/558.03	c #Conflicts:    1074000 | #Constraints:      41930
553.40/558.03	c #Conflicts:    1075000 | #Constraints:      42932
553.40/558.03	c #Conflicts:    1076000 | #Constraints:      43938
553.40/558.03	c #Conflicts:    1077000 | #Constraints:      44941
553.40/558.03	c #Conflicts:    1078000 | #Constraints:      45941
553.40/558.03	c #Conflicts:    1079000 | #Constraints:      46942
553.40/558.03	c #Conflicts:    1080000 | #Constraints:      47942
553.40/558.03	c #Conflicts:    1081000 | #Constraints:      48943
553.40/558.03	c #Conflicts:    1082000 | #Constraints:      49944
553.40/558.03	c #Conflicts:    1083000 | #Constraints:      51430
553.40/558.03	c INPROCESSING
553.40/558.03	c GARBAGE COLLECT
553.40/558.03	c #Conflicts:    1084000 | #Constraints:      31524
553.40/558.03	c #Conflicts:    1085000 | #Constraints:      32524
553.40/558.03	c #Conflicts:    1086000 | #Constraints:      33524
553.40/558.03	c #Conflicts:    1087000 | #Constraints:      34524
553.40/558.03	c #Conflicts:    1088000 | #Constraints:      35524
553.40/558.03	c #Conflicts:    1089000 | #Constraints:      36524
553.40/558.03	c #Conflicts:    1090000 | #Constraints:      37524
553.40/558.03	c #Conflicts:    1091000 | #Constraints:      38524
553.40/558.03	c #Conflicts:    1092000 | #Constraints:      39524
553.40/558.03	c #Conflicts:    1093000 | #Constraints:      40524
553.40/558.03	c #Conflicts:    1094000 | #Constraints:      41524
553.40/558.03	c #Conflicts:    1095000 | #Constraints:      42524
553.40/558.03	c #Conflicts:    1096000 | #Constraints:      43524
553.40/558.03	c #Conflicts:    1097000 | #Constraints:      44524
553.40/558.03	c #Conflicts:    1098000 | #Constraints:      45524
553.40/558.03	c #Conflicts:    1099000 | #Constraints:      46524
553.40/558.03	c #Conflicts:    1100000 | #Constraints:      47524
553.40/558.03	c #Conflicts:    1101000 | #Constraints:      48524
553.40/558.03	c #Conflicts:    1102000 | #Constraints:      49524
553.40/558.03	c #Conflicts:    1103000 | #Constraints:      50524
553.40/558.03	c #Conflicts:    1104000 | #Constraints:      51524
553.40/558.03	c INPROCESSING
553.40/558.03	c GARBAGE COLLECT
553.40/558.03	c #Conflicts:    1105000 | #Constraints:      31583
553.40/558.03	c #Conflicts:    1106000 | #Constraints:      32583
553.40/558.03	c #Conflicts:    1107000 | #Constraints:      33583
553.40/558.03	c #Conflicts:    1108000 | #Constraints:      34583
553.40/558.03	c #Conflicts:    1109000 | #Constraints:      35583
553.40/558.03	c #Conflicts:    1110000 | #Constraints:      36583
553.40/558.03	c #Conflicts:    1111000 | #Constraints:      37583
553.40/558.03	c #Conflicts:    1112000 | #Constraints:      38583
553.40/558.03	c #Conflicts:    1113000 | #Constraints:      39583
553.40/558.03	c #Conflicts:    1114000 | #Constraints:      40583
553.40/558.03	c #Conflicts:    1115000 | #Constraints:      41583
599.59/604.63	c #Conflicts:    1116000 | #Constraints:      42583
599.59/604.63	c #Conflicts:    1117000 | #Constraints:      43583
599.59/604.63	c #Conflicts:    1118000 | #Constraints:      44583
599.59/604.63	c #Conflicts:    1119000 | #Constraints:      45583
599.59/604.63	c #Conflicts:    1120000 | #Constraints:      46583
599.59/604.63	c #Conflicts:    1121000 | #Constraints:      47583
599.59/604.63	c #Conflicts:    1122000 | #Constraints:      48583
599.59/604.63	c #Conflicts:    1123000 | #Constraints:      49583
599.59/604.63	c #Conflicts:    1124000 | #Constraints:      50584
599.59/604.63	c #Conflicts:    1125000 | #Constraints:      51584
599.59/604.63	c INPROCESSING
599.59/604.63	c GARBAGE COLLECT
599.59/604.63	c #Conflicts:    1126000 | #Constraints:      31499
599.59/604.63	c #Conflicts:    1127000 | #Constraints:      32499
599.59/604.63	c #Conflicts:    1128000 | #Constraints:      33499
599.59/604.63	c #Conflicts:    1129000 | #Constraints:      34499
599.59/604.63	c #Conflicts:    1130000 | #Constraints:      35499
599.59/604.63	c #Conflicts:    1131000 | #Constraints:      36499
599.59/604.63	c #Conflicts:    1132000 | #Constraints:      37499
599.59/604.63	c #Conflicts:    1133000 | #Constraints:      38499
599.59/604.63	c #Conflicts:    1134000 | #Constraints:      39499
599.59/604.63	c #Conflicts:    1135000 | #Constraints:      40499
599.59/604.63	c #Conflicts:    1136000 | #Constraints:      41499
599.59/604.63	c #Conflicts:    1137000 | #Constraints:      42499
599.59/604.63	c #Conflicts:    1138000 | #Constraints:      43499
599.59/604.63	c #Conflicts:    1139000 | #Constraints:      44499
599.59/604.63	c #Conflicts:    1140000 | #Constraints:      45499
599.59/604.63	c #Conflicts:    1141000 | #Constraints:      46499
599.59/604.63	c #Conflicts:    1142000 | #Constraints:      47499
599.59/604.63	c #Conflicts:    1143000 | #Constraints:      48500
599.59/604.63	c #Conflicts:    1144000 | #Constraints:      49500
599.59/604.63	c #Conflicts:    1145000 | #Constraints:      50500
599.59/604.63	c #Conflicts:    1146000 | #Constraints:      51500
599.59/604.63	c INPROCESSING
599.59/604.63	c GARBAGE COLLECT
599.59/604.63	c #Conflicts:    1147000 | #Constraints:      31253
599.59/604.63	c #Conflicts:    1148000 | #Constraints:      32253
599.59/604.63	c #Conflicts:    1149000 | #Constraints:      33253
599.59/604.63	c #Conflicts:    1150000 | #Constraints:      34253
599.59/604.63	c #Conflicts:    1151000 | #Constraints:      35253
599.59/604.63	c #Conflicts:    1152000 | #Constraints:      36253
599.59/604.63	c #Conflicts:    1153000 | #Constraints:      37253
599.59/604.63	c #Conflicts:    1154000 | #Constraints:      38253
599.59/604.63	c #Conflicts:    1155000 | #Constraints:      39253
599.59/604.63	c #Conflicts:    1156000 | #Constraints:      40253
599.59/604.63	c #Conflicts:    1157000 | #Constraints:      41253
599.59/604.63	c #Conflicts:    1158000 | #Constraints:      42253
599.59/604.63	c #Conflicts:    1159000 | #Constraints:      43253
599.59/604.63	c #Conflicts:    1160000 | #Constraints:      44253
599.59/604.63	c #Conflicts:    1161000 | #Constraints:      45253
599.59/604.63	c #Conflicts:    1162000 | #Constraints:      46253
599.59/604.63	c #Conflicts:    1163000 | #Constraints:      47253
599.59/604.63	c #Conflicts:    1164000 | #Constraints:      48253
599.59/604.63	c #Conflicts:    1165000 | #Constraints:      49253
599.59/604.63	c #Conflicts:    1166000 | #Constraints:      50253
599.59/604.63	c #Conflicts:    1167000 | #Constraints:      51253
599.59/604.63	c #Conflicts:    1168000 | #Constraints:      52253
599.59/604.63	c INPROCESSING
599.59/604.63	c GARBAGE COLLECT
599.59/604.63	c #Conflicts:    1169000 | #Constraints:      31831
599.59/604.63	c #Conflicts:    1170000 | #Constraints:      32831
599.59/604.63	c #Conflicts:    1171000 | #Constraints:      33831
599.59/604.63	c #Conflicts:    1172000 | #Constraints:      34831
599.59/604.63	c #Conflicts:    1173000 | #Constraints:      35831
599.59/604.63	c #Conflicts:    1174000 | #Constraints:      36831
599.59/604.63	c #Conflicts:    1175000 | #Constraints:      37831
599.59/604.63	c #Conflicts:    1176000 | #Constraints:      38831
599.59/604.63	c #Conflicts:    1177000 | #Constraints:      39831
599.59/604.63	c #Conflicts:    1178000 | #Constraints:      40831
599.59/604.63	c #Conflicts:    1179000 | #Constraints:      41831
599.59/604.63	c #Conflicts:    1180000 | #Constraints:      42831
599.59/604.63	c #Conflicts:    1181000 | #Constraints:      43831
599.59/604.63	c #Conflicts:    1182000 | #Constraints:      44831
599.59/604.63	c #Conflicts:    1183000 | #Constraints:      45831
599.59/604.63	c #Conflicts:    1184000 | #Constraints:      46831
599.59/604.63	c #Conflicts:    1185000 | #Constraints:      47831
599.59/604.63	c #Conflicts:    1186000 | #Constraints:      48831
599.59/604.63	c #Conflicts:    1187000 | #Constraints:      49831
599.59/604.63	c #Conflicts:    1188000 | #Constraints:      50831
599.59/604.63	c #Conflicts:    1189000 | #Constraints:      51831
599.59/604.63	c #Conflicts:    1190000 | #Constraints:      52831
599.59/604.63	c INPROCESSING
599.59/604.63	c GARBAGE COLLECT
599.59/604.63	c #Conflicts:    1191000 | #Constraints:      32244
637.03/642.47	c #Conflicts:    1192000 | #Constraints:      33244
637.03/642.47	c #Conflicts:    1193000 | #Constraints:      34244
637.03/642.47	c #Conflicts:    1194000 | #Constraints:      35244
637.03/642.47	c #Conflicts:    1195000 | #Constraints:      36244
637.03/642.47	c #Conflicts:    1196000 | #Constraints:      37244
637.03/642.47	c #Conflicts:    1197000 | #Constraints:      38244
637.03/642.47	c #Conflicts:    1198000 | #Constraints:      39244
637.03/642.47	c #Conflicts:    1199000 | #Constraints:      40244
637.03/642.47	c #Conflicts:    1200000 | #Constraints:      41244
637.03/642.47	c #Conflicts:    1201000 | #Constraints:      42244
637.03/642.47	c #Conflicts:    1202000 | #Constraints:      43244
637.03/642.47	c #Conflicts:    1203000 | #Constraints:      44244
637.03/642.47	c #Conflicts:    1204000 | #Constraints:      45244
637.03/642.47	c #Conflicts:    1205000 | #Constraints:      46244
637.03/642.47	c #Conflicts:    1206000 | #Constraints:      47244
637.03/642.47	c #Conflicts:    1207000 | #Constraints:      48244
637.03/642.47	c #Conflicts:    1208000 | #Constraints:      49244
637.03/642.47	c #Conflicts:    1209000 | #Constraints:      50244
637.03/642.47	c #Conflicts:    1210000 | #Constraints:      51244
637.03/642.47	c #Conflicts:    1211000 | #Constraints:      52244
637.03/642.47	c #Conflicts:    1212000 | #Constraints:      53244
637.03/642.47	c INPROCESSING
637.03/642.47	c GARBAGE COLLECT
637.03/642.47	c #Conflicts:    1213000 | #Constraints:      32410
637.03/642.47	c #Conflicts:    1214000 | #Constraints:      33410
637.03/642.47	c #Conflicts:    1215000 | #Constraints:      34410
637.03/642.47	c #Conflicts:    1216000 | #Constraints:      35410
637.03/642.47	c #Conflicts:    1217000 | #Constraints:      36410
637.03/642.47	c #Conflicts:    1218000 | #Constraints:      37410
637.03/642.47	c #Conflicts:    1219000 | #Constraints:      38410
637.03/642.47	c #Conflicts:    1220000 | #Constraints:      39410
637.03/642.47	c #Conflicts:    1221000 | #Constraints:      40410
637.03/642.47	c #Conflicts:    1222000 | #Constraints:      41410
637.03/642.47	c #Conflicts:    1223000 | #Constraints:      42410
637.03/642.47	c #Conflicts:    1224000 | #Constraints:      43410
637.03/642.47	c #Conflicts:    1225000 | #Constraints:      44410
637.03/642.47	c #Conflicts:    1226000 | #Constraints:      45410
637.03/642.47	c #Conflicts:    1227000 | #Constraints:      46410
637.03/642.47	c #Conflicts:    1228000 | #Constraints:      47410
637.03/642.47	c #Conflicts:    1229000 | #Constraints:      48410
637.03/642.47	c #Conflicts:    1230000 | #Constraints:      49410
637.03/642.47	c #Conflicts:    1231000 | #Constraints:      50410
637.03/642.47	c #Conflicts:    1232000 | #Constraints:      51410
637.03/642.47	c #Conflicts:    1233000 | #Constraints:      52410
637.03/642.47	c #Conflicts:    1234000 | #Constraints:      53410
637.03/642.47	c INPROCESSING
637.03/642.47	c GARBAGE COLLECT
637.03/642.47	c #Conflicts:    1235000 | #Constraints:      32397
637.03/642.47	c #Conflicts:    1236000 | #Constraints:      33397
637.03/642.47	c #Conflicts:    1237000 | #Constraints:      34397
637.03/642.47	c #Conflicts:    1238000 | #Constraints:      35397
637.03/642.47	c #Conflicts:    1239000 | #Constraints:      36397
637.03/642.47	c #Conflicts:    1240000 | #Constraints:      37397
637.03/642.47	c #Conflicts:    1241000 | #Constraints:      38397
637.03/642.47	c #Conflicts:    1242000 | #Constraints:      39397
637.03/642.47	c #Conflicts:    1243000 | #Constraints:      40397
637.03/642.47	c #Conflicts:    1244000 | #Constraints:      41397
637.03/642.47	c #Conflicts:    1245000 | #Constraints:      42397
637.03/642.47	c #Conflicts:    1246000 | #Constraints:      43397
637.03/642.47	c #Conflicts:    1247000 | #Constraints:      44397
637.03/642.47	c #Conflicts:    1248000 | #Constraints:      45398
637.03/642.47	c #Conflicts:    1249000 | #Constraints:      46399
637.03/642.47	c #Conflicts:    1250000 | #Constraints:      47399
637.03/642.47	c #Conflicts:    1251000 | #Constraints:      48399
637.03/642.47	c #Conflicts:    1252000 | #Constraints:      49399
637.03/642.47	c #Conflicts:    1253000 | #Constraints:      50403
637.03/642.47	c #Conflicts:    1254000 | #Constraints:      51403
637.03/642.47	c #Conflicts:    1255000 | #Constraints:      52403
637.03/642.47	c #Conflicts:    1256000 | #Constraints:      53403
637.03/642.47	c INPROCESSING
637.03/642.47	c GARBAGE COLLECT
637.03/642.47	c #Conflicts:    1257000 | #Constraints:      32208
637.03/642.47	c #Conflicts:    1258000 | #Constraints:      33208
637.03/642.47	c #Conflicts:    1259000 | #Constraints:      34208
637.03/642.47	c #Conflicts:    1260000 | #Constraints:      35208
637.03/642.47	c #Conflicts:    1261000 | #Constraints:      36208
637.03/642.47	c #Conflicts:    1262000 | #Constraints:      37208
637.03/642.47	c #Conflicts:    1263000 | #Constraints:      38208
637.03/642.47	c #Conflicts:    1264000 | #Constraints:      39208
637.03/642.47	c #Conflicts:    1265000 | #Constraints:      40208
637.03/642.47	c #Conflicts:    1266000 | #Constraints:      41208
637.03/642.47	c #Conflicts:    1267000 | #Constraints:      42208
637.03/642.47	c #Conflicts:    1268000 | #Constraints:      43260
644.96/650.64	c #Conflicts:    1269000 | #Constraints:      44509
644.96/650.64	c #Conflicts:    1270000 | #Constraints:      45509
644.96/650.64	c #Conflicts:    1271000 | #Constraints:      46509
644.96/650.64	c #Conflicts:    1272000 | #Constraints:      47509
644.96/650.64	c #Conflicts:    1273000 | #Constraints:      48509
644.96/650.64	c #Conflicts:    1274000 | #Constraints:      49509
644.96/650.64	c #Conflicts:    1275000 | #Constraints:      50509
644.96/650.64	c #Conflicts:    1276000 | #Constraints:      51509
644.96/650.64	c #Conflicts:    1277000 | #Constraints:      52509
644.96/650.64	c #Conflicts:    1278000 | #Constraints:      53509
644.96/650.64	c #Conflicts:    1279000 | #Constraints:      54509
644.96/650.64	c INPROCESSING
644.96/650.64	c GARBAGE COLLECT
644.96/650.64	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[7]: 6 -0.756148 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[9]: 6 -1.76491 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[10]: 6 -0.776622 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[17]: 6 0 1.76957 shouldn't be
644.96/650.64	WSVECS04 Frhs2[19]: 6 -0.976825 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[23]: 6 -7.01242 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[35]: 6 -0.452472 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[44]: 6 0 0.710671 shouldn't be
644.96/650.64	WSVECS04 Frhs2[48]: 6 -0.877269 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[52]: 6 -0.647821 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[57]: 6 -1.24834 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[59]: 6 -1 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[69]: 6 -0.901828 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[73]: 6 0 0.411563 shouldn't be
644.96/650.64	WSVECS04 Frhs2[81]: 6 0 0.143938 shouldn't be
644.96/650.64	WSVECS04 Frhs2[84]: 6 -0.231749 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[95]: 6 -2.49455 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[108]: 6 0 1.29903 shouldn't be
644.96/650.64	WSVECS04 Frhs2[109]: 6 0 1.05962 shouldn't be
644.96/650.64	WSVECS04 Frhs2[110]: 6 -0.361362 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[118]: 6 -1.08269 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[119]: 6 -0.770767 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[120]: 6 -7.71131 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[121]: 6 -0.727457 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[125]: 6 0 1.79339 shouldn't be
644.96/650.64	WSVECS04 Frhs2[127]: 6 -1.62283 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[130]: 6 0 0.18458 shouldn't be
644.96/650.64	WSVECS04 Frhs2[135]: 6 -0.821503 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[163]: 6 -0.471788 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[164]: 6 -0.232239 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[170]: 6 0 0.524371 shouldn't be
644.96/650.64	WSVECS04 Frhs2[177]: 6 -0.466842 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[183]: 6 -2.97376 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[199]: 6 -0.977294 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[219]: 6 -1.12965 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[226]: 6 0 0.200133 shouldn't be
644.96/650.64	WSVECS04 Frhs2[228]: 6 -1.21218 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[246]: 6 -1.09466 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[271]: 6 -1.01915 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[272]: 6 -0.791771 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[273]: 6 0 1.49647 shouldn't be
644.96/650.64	WSVECS04 Frhs2[276]: 6 -0.246112 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[281]: 6 -1.12892 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[282]: 6 -0.899243 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[293]: 6 -0.993575 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[310]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[319]: 6 -1.74807 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[327]: 6 -0.870623 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[329]: 6 -0.988103 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[344]: 6 0 0.584176 shouldn't be
644.96/650.64	WSVECS04 Frhs2[355]: 6 -0.899802 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[375]: 6 -0.239318 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[391]: 6 -0.801277 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[418]: 6 -1.65196 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[420]: 6 -0.987153 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[426]: 6 -0.421552 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[439]: 6 -5.92953 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[447]: 6 -1.24732 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[452]: 6 0 1.11217 shouldn't be
644.96/650.64	WSVECS04 Frhs2[460]: 6 0 0.710677 shouldn't be
644.96/650.64	WSVECS04 Frhs2[475]: 6 -1.28162 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[493]: 6 -0.778961 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[497]: 6 -1.28924 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[519]: 6 -1.13666 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[520]: 6 -0.537357 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[531]: 6 -0.917384 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[534]: 6 -0.0177647 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[572]: 6 0 0.427721 shouldn't be
644.96/650.64	WSVECS04 Frhs2[584]: 6 -0.932059 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[585]: 6 -0.216666 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[589]: 6 0 0.161337 shouldn't be
644.96/650.64	WSVECS04 Frhs2[592]: 6 -1.14826 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[604]: 6 -2.04857 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[614]: 6 0 0.362945 shouldn't be
644.96/650.64	WSVECS04 Frhs2[621]: 6 0 0.425095 shouldn't be
644.96/650.64	WSVECS04 Frhs2[631]: 6 0 0.0227536 shouldn't be
644.96/650.64	WSVECS04 Frhs2[646]: 6 -1.28742 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[647]: 6 -0.867026 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[658]: 6 -0.705099 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[682]: 6 -0.117504 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[684]: 6 -0.966365 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[688]: 6 -1.14696 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[697]: 6 0 0.767537 shouldn't be
644.96/650.64	WSVECS04 Frhs2[704]: 6 -1.17406 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[905]: 6 -0.941141 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[913]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[920]: 6 -0.258253 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[946]: 6 -0.987823 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[957]: 6 -0.750058 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[962]: 6 -0.585869 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[971]: 6 -0.613413 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1013]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1057]: 6 -1.09406 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1058]: 6 -1.36521 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1060]: 6 -1.39942 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1064]: 6 -1.25431 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1067]: 6 -0.119224 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1075]: 6 0 0.461991 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1078]: 6 -0.418858 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1082]: 6 -8.04262 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1083]: 6 -1.07571 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1093]: 6 -0.713933 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1094]: 6 -1.01099 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1098]: 6 -0.200062 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1100]: 6 -0.437599 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1102]: 6 0 0.133339 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1107]: 6 -1.75527 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1109]: 6 -0.833918 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1113]: 6 -1.47028 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1114]: 6 -1.09382 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1126]: 6 -1.37881 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1130]: 6 -0.536209 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1131]: 6 -0.726858 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1133]: 6 0 0.109838 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1139]: 6 -0.653771 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1151]: 6 -1.18595 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1157]: 6 -1.17061 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1160]: 6 0 0.174937 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1165]: 6 0 1.09688 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1170]: 6 -0.952582 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1171]: 6 -8.444 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1172]: 6 -1.00067 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1189]: 6 -0.877852 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1192]: 6 -0.769535 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1195]: 6 -0.502179 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1197]: 6 -0.500024 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1200]: 6 -2.63154 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1202]: 6 -5.30065 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1204]: 6 -2.49485 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1222]: 6 -0.904982 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1224]: 6 -0.872126 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1234]: 6 -1.2202 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1245]: 6 -0.286732 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1246]: 6 0 1.81672 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1248]: 6 0 9.911 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1250]: 6 -0.980686 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1251]: 6 -0.911658 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1252]: 6 -0.638818 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1253]: 6 -0.918578 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1261]: 6 -0.742855 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1265]: 6 -1.16692 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1268]: 6 -1.32665 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1274]: 6 -2.1242 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1280]: 6 -0.991214 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1285]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1303]: 6 -1.91412 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1317]: 6 -0.793004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1320]: 6 -0.900491 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1337]: 6 -1.37502 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1365]: 6 -0.631877 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1367]: 6 0 1.5981 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1398]: 6 -3.38805 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1404]: 6 -3.6563 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1414]: 6 0 0.0273694 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1417]: 6 -0.762325 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1428]: 6 -3.03433 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1432]: 6 -0.667151 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1435]: 6 -0.999878 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1443]: 6 -0.602195 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1444]: 6 -0.96249 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1454]: 6 -1.01464 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1462]: 6 -4.97285 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1464]: 6 -0.187541 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1465]: 6 -1.13971 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1473]: 6 -1.70687 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1474]: 6 -1.49972 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1478]: 6 -0.898856 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1481]: 6 -1.25412 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1490]: 6 -1.26643 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1492]: 6 -1.55601 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1493]: 6 -1.57412 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1509]: 6 -0.982082 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1515]: 6 -1.2367 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1524]: 6 -0.732034 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1528]: 6 -0.687567 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1535]: 6 0 0.283909 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1540]: 6 -1.22305 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1543]: 6 -2.55962 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1545]: 6 -0.879048 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1552]: 6 -0.344616 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1556]: 6 -1.05974 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1572]: 6 0 0.0932187 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1582]: 6 -0.351914 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1586]: 6 -0.734 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1587]: 6 -1.03808 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1589]: 6 0 0.0273603 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1592]: 6 -4.39887 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1596]: 6 -0.189567 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1600]: 6 -0.74504 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1606]: 6 -0.0788623 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1607]: 6 -0.328052 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1616]: 6 -1.11886 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1618]: 6 -0.47213 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1622]: 6 -2.11249 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1623]: 6 -1.16215 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1626]: 6 -1.91492 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1629]: 6 -1.11555 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1641]: 6 -0.437927 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1644]: 6 -0.517854 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1645]: 6 -0.578555 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1648]: 6 -0.717135 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1649]: 6 -0.758593 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1652]: 6 -0.332052 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1655]: 6 -0.156135 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1657]: 6 0 5.0099 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1661]: 6 -0.0683549 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1666]: 6 -1.62433 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1674]: 6 -0.847841 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1675]: 6 -1.20265 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1676]: 6 0 0.0811454 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1680]: 6 -0.985304 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1681]: 6 -1.32203 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1683]: 6 -0.834789 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1684]: 6 -0.951053 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1685]: 6 -1.24069 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1686]: 6 -1.25992 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1704]: 6 -0.962837 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1717]: 6 -0.651162 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1718]: 6 -0.500789 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1720]: 6 -2.3656 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1723]: 6 -1.21557 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1734]: 6 -0.832865 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1738]: 6 -1.05379 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1750]: 6 -0.788169 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1770]: 6 -0.882185 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1774]: 6 0 0.0743899 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1776]: 6 -1.23239 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1778]: 6 -0.100589 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1779]: 6 -0.0865148 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1957]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1964]: 6 -0.873252 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1966]: 6 -0.628819 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1970]: 6 0 0.5297 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1971]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1980]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1983]: 6 -1.23298 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1991]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1994]: 6 -0.228334 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1996]: 6 0 0.519533 shouldn't be
644.96/650.64	WSVECS04 Frhs2[1998]: 6 -1.33971 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2001]: 6 -0.321148 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2004]: 6 -0.997919 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2008]: 6 -2.4156 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2010]: 6 0 2.35475 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2014]: 6 0 1.00005 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2016]: 6 -0.986818 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2057]: 6 -0.988188 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2058]: 6 -0.476292 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2064]: 6 -1.77552 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2066]: 6 -1.9308 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2068]: 6 0 2.0392 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2070]: 6 0 1.12225 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2074]: 6 0 0.353258 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2078]: 6 -0.734774 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2080]: 6 -2.52971 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2084]: 6 -0.297081 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2088]: 6 -2.57196 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2089]: 6 -1.28982 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2093]: 6 -0.99924 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2096]: 6 -2.50791 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2097]: 6 -0.975147 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2104]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2107]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2111]: 6 -0.500052 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2118]: 6 -0.677603 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2122]: 6 -0.991788 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2142]: 6 -1.31253 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2148]: 6 0 0.64788 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2150]: 6 -1.74039 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2154]: 6 -1.76488 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2155]: 6 -1.69462 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2160]: 6 -0.964684 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2162]: 6 -2.33288 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2163]: 6 -0.999979 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2166]: 6 -0.998404 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2168]: 6 -0.993672 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2170]: 6 -0.978515 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2171]: 6 -0.712406 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2176]: 6 0 0.2669 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2177]: 6 0 0.553115 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2184]: 6 -0.896327 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2186]: 6 0 2.03761 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2188]: 6 -1.50442 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2189]: 6 -1.43026 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2193]: 6 -0.673886 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2198]: 6 0 0.241508 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2202]: 6 -1.25009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2214]: 6 -0.99394 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2215]: 6 -0.61066 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2216]: 6 -0.598454 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2223]: 6 -0.997567 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2232]: 6 -0.23522 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2233]: 6 -1.37508 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2234]: 6 -1.68519 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2238]: 6 -0.812577 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2239]: 6 -1.59987 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2252]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2254]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2256]: 6 -0.974978 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2258]: 6 -2.39367 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2260]: 6 -3.88743 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2263]: 6 -1.27712 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2264]: 6 -2.92083 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2270]: 6 -1.00997 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2271]: 6 -1.00988 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2274]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2275]: 6 -0.999528 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2277]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2279]: 6 -0.998007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2282]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2283]: 6 -0.991906 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2286]: 6 -0.129712 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2288]: 6 -2.25381 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2298]: 6 -3.54859 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2303]: 6 -0.500055 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2307]: 6 -1.36986 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2316]: 6 -0.923287 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2318]: 6 -1.07201 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2320]: 6 0 0.0274528 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2334]: 6 -1.50005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2344]: 6 0 0.875156 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2345]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2354]: 6 0 0.0810006 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2355]: 6 -0.941272 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2358]: 6 0 0.349145 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2360]: 6 -1.28934 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2364]: 6 0 0.0274954 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2374]: 6 -3.5615 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2382]: 6 -1.14103 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2386]: 6 -1.04557 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2392]: 6 -2.93781 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2398]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2399]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2405]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2408]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2413]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2414]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2415]: 6 -1.25003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2419]: 6 -0.99863 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2421]: 6 -0.974808 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2428]: 6 -1.40059 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2429]: 6 -1.30113 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2432]: 6 -1.50007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2441]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2443]: 6 -0.810918 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2451]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2458]: 6 -1.25009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2460]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2465]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2469]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2472]: 6 -2.49826 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2474]: 6 -2.99818 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2492]: 6 0 0.959397 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2498]: 6 -0.988321 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2505]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2510]: 6 -0.0611071 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2512]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2519]: 6 -1.42195 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2529]: 6 -1.76485 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2532]: 6 -1.23496 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2533]: 6 -1.07319 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2544]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2545]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2548]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2549]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2554]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2570]: 6 -5.22197 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2571]: 6 -1.22196 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2581]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2585]: 6 -1.31257 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2589]: 6 -0.750072 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2595]: 6 -1.62023 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2597]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2598]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2604]: 6 -0.99874 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2612]: 6 -1.23389 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2614]: 6 -1.17065 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2619]: 6 -1.35939 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2620]: 6 -0.718825 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2623]: 6 -1.73424 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2625]: 6 -1.31254 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2631]: 6 -0.500014 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2634]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2635]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2641]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2644]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2650]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2653]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2656]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2660]: 6 -0.888331 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2661]: 6 -0.888293 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2664]: 6 -0.235203 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2668]: 6 -0.605882 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2671]: 6 -0.750091 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2680]: 6 -3.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2691]: 6 -0.992193 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2692]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2694]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2700]: 6 0 0.130732 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2702]: 6 0 1.88643 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2704]: 6 -0.99499 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2706]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2708]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2715]: 6 -1.40633 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2728]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2732]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2735]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2737]: 6 -1.00016 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2740]: 6 0 0.130721 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2741]: 6 0 0.130724 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2744]: 6 -5.52142 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2745]: 6 -0.998762 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2748]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2750]: 6 -1.00896 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2752]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2753]: 6 -0.982283 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2756]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2759]: 6 -1.41414 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2764]: 6 -1.31257 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2767]: 6 -0.375011 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2769]: 6 -1.25006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2773]: 6 -0.187585 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2775]: 6 -1.62506 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2783]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2788]: 6 -0.998983 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2789]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2790]: 6 -0.975964 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2808]: 6 -1.33518 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2810]: 6 -1.34052 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2811]: 6 -0.0287088 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2816]: 6 -1.50003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2817]: 6 -0.931331 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2820]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2822]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2823]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2825]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2828]: 6 -1.00601 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2838]: 6 -0.808957 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2840]: 6 -0.617879 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2842]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2844]: 6 -0.3859 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2848]: 6 -3.4566 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2852]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2856]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2859]: 6 -1.25004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2861]: 6 -0.83518 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2863]: 6 -0.329846 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2870]: 6 -4.7237 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2874]: 6 -1.34054 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2882]: 6 -0.860252 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2883]: 6 -1.01862 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2888]: 6 -0.992128 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2894]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2898]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2906]: 6 -0.664102 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2907]: 6 -1.32822 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2908]: 6 0 1.3438 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2909]: 6 -1.30249 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2912]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2914]: 6 0 0.107207 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2924]: 6 -1.20283 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2925]: 6 -1.20282 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2929]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2932]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2936]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2937]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2942]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2943]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2945]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2952]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2955]: 6 -0.0312272 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2958]: 6 -5.20747 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2967]: 6 -6.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2976]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2979]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2987]: 6 -1.01434 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[2999]: 6 -1.33252 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3003]: 6 -1.32822 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3005]: 6 -1.31258 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3007]: 6 -1.25002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3010]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3011]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3014]: 6 -1.00028 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3015]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3018]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3021]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3024]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3025]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3027]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3030]: 6 -0.93582 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3031]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3034]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3049]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3053]: 6 -1.08421 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3060]: 6 -2.65631 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3063]: 6 -0.687547 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3067]: 6 -0.750099 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3071]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3075]: 6 -0.996856 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3082]: 6 -1.21263 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3084]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3103]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3111]: 6 -0.99859 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3114]: 6 -0.823825 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3118]: 6 -1.70189 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3122]: 6 0 1.08323 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3132]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3135]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3140]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3146]: 6 -1.90627 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3155]: 6 -0.500067 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3157]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3163]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3168]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3171]: 6 -0.970165 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3173]: 6 -1.00034 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3187]: 6 -0.99672 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3191]: 6 -0.447379 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3192]: 6 -1.32822 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3206]: 6 -1.11983 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3210]: 6 -0.998946 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3214]: 6 0 0.0222904 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3216]: 6 -1.82665 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3217]: 6 -1.76483 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3230]: 6 -1.00869 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3237]: 6 -1.06911 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3239]: 6 -0.861887 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3246]: 6 -1.57139 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3249]: 6 -1.31258 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3253]: 6 -1.25008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3258]: 6 -1.25005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3260]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3269]: 6 -0.829782 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3271]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3274]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3275]: 6 -0.999887 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3278]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3282]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3284]: 6 -0.893272 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3286]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3288]: 6 -1.31254 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3289]: 6 -1.62495 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3298]: 6 0 1.00004 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3299]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3303]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3307]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3311]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3314]: 6 -0.999842 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3324]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3327]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3334]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3340]: 6 -1.3126 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3341]: 6 -1.31254 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3349]: 6 -0.171901 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3352]: 6 -1.31257 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3362]: 6 -0.993827 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3367]: 6 -1.20302 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3381]: 6 -0.351129 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3382]: 6 -1.33203 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3384]: 6 -1.3276 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3385]: 6 -0.999889 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3387]: 6 -1.2501 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3389]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3416]: 6 -0.95683 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3420]: 6 -1.15694 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3426]: 6 0 0.680481 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3430]: 6 0 1.32581 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3431]: 6 -0.313519 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3434]: 6 -3.14193 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3435]: 6 -0.586016 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3441]: 6 -1.31258 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3445]: 6 -0.750052 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3454]: 6 -5.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3457]: 6 -0.991974 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3463]: 6 -0.999996 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3478]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3480]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3483]: 6 -1.3123 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3496]: 6 0 0.473104 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3498]: 6 0 0.46765 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3499]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3504]: 6 0 0.639317 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3509]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3512]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3513]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3515]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3520]: 6 -1.05563 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3521]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3532]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3536]: 6 -1.34384 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3543]: 6 -0.50008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3557]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3583]: 6 -0.399249 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3596]: 6 0 0.529728 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3597]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3600]: 6 0 0.173725 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3606]: 6 -1.02926 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3608]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3609]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3612]: 6 -0.766267 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3614]: 6 -0.532557 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3619]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3635]: 6 -1.06211 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3640]: 6 0 1.25002 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3643]: 6 -0.500074 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3653]: 6 -0.995934 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3657]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3663]: 6 -1.30681 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3666]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3680]: 6 -1.49955 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3681]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3684]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3689]: 6 -0.999524 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3692]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3696]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3699]: 6 -0.999107 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3700]: 6 -0.9865 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3706]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3708]: 6 -0.970557 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3709]: 6 -0.970548 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3712]: 6 0 0.252982 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3719]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3722]: 6 -1.03937 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3738]: 6 0 0.731872 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3749]: 6 0 1.06674 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3752]: 6 -1.04005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3758]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3759]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3765]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3776]: 6 -1.50007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3777]: 6 -1.51503 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3779]: 6 -1.586 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3782]: 6 0 1.61492 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3784]: 6 -3.13326 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3792]: 6 -0.455465 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3795]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3798]: 6 -1.19153 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3800]: 6 0 0.96696 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3802]: 6 -1.01663 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3807]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3810]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3811]: 6 -1.00001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3815]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3825]: 6 -0.374597 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3828]: 6 -0.501911 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3830]: 6 0 1.00002 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3844]: 6 -1.03918 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3851]: 6 -0.855185 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3855]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3861]: 6 -0.888785 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3869]: 6 -1.13803 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3870]: 6 -1.09195 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3871]: 6 -0.78065 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3875]: 6 -0.0492797 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3888]: 6 -1.53152 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3890]: 6 0 1.04128 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3892]: 6 -0.910139 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3893]: 6 -0.992628 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3898]: 6 -0.941124 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3902]: 6 -0.852594 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3904]: 6 -0.705113 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3906]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3908]: 6 -1.41503 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3909]: 6 -1.41504 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3912]: 6 -1.7649 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3917]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3919]: 6 -1.55254 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3925]: 6 -0.431103 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3928]: 6 -1.31029 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3929]: 6 -1.02853 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3933]: 6 -0.739758 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3939]: 6 -0.229114 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3949]: 6 -0.48857 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3950]: 6 -1.94607 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3969]: 6 -0.30263 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3971]: 6 -0.234657 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3974]: 6 -2.61328 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3976]: 6 -1.16723 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3979]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3984]: 6 -1.35303 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3985]: 6 -1.76484 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3996]: 6 0 3.23438 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3998]: 6 -2.44498 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[3999]: 6 -2.44499 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4004]: 6 0 1.07851 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4008]: 6 0 1.00002 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4012]: 6 0 1.27552 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4034]: 6 -0.0999815 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4039]: 6 -0.985218 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4043]: 6 -1.0001 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4045]: 6 -0.9978 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4052]: 6 -1.77428 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4071]: 6 -1.7675 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4074]: 6 -0.974784 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4076]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4080]: 6 -0.916502 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4090]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4112]: 6 0 0.550509 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4114]: 6 -1.39911 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4122]: 6 0 4.14798 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4131]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4147]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4172]: 6 -0.822925 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4173]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4174]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4177]: 6 -0.99618 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4192]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4211]: 6 -1.00005 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4212]: 6 -0.668681 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4213]: 6 -0.999972 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4214]: 6 -1.56075 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4220]: 6 -0.50004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4232]: 6 -0.877875 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4234]: 6 -1.00008 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4238]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4239]: 6 -1.00007 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4240]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4241]: 6 -0.443997 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4242]: 6 -1.64956 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4243]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4244]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4245]: 6 -1.00006 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4246]: 6 -1.50004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4254]: 6 0 0.529668 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4261]: 6 -1.00003 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4262]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4263]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4264]: 6 -1.12015 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4266]: 6 0 0.184048 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4267]: 6 -1.19629 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4270]: 6 -0.969536 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4271]: 6 -1.00009 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4274]: 6 -1.00948 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4277]: 6 -1.00004 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4278]: 6 -1.00002 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4287]: 6 -1.12981 0 shouldn't be
644.96/650.64	WSVECS04 Frhs2[4288]: 6 -1.00004 0 shouldn't be
671.99/677.72	c #Conflicts:    1280000 | #Constraints:      32925
671.99/677.72	c #Conflicts:    1281000 | #Constraints:      33925
671.99/677.72	c #Conflicts:    1282000 | #Constraints:      34925
671.99/677.72	c #Conflicts:    1283000 | #Constraints:      35925
671.99/677.72	c #Conflicts:    1284000 | #Constraints:      36925
671.99/677.72	c #Conflicts:    1285000 | #Constraints:      37925
671.99/677.72	c #Conflicts:    1286000 | #Constraints:      38925
671.99/677.72	c #Conflicts:    1287000 | #Constraints:      39925
671.99/677.72	c #Conflicts:    1288000 | #Constraints:      40925
671.99/677.72	c #Conflicts:    1289000 | #Constraints:      41925
671.99/677.72	c #Conflicts:    1290000 | #Constraints:      42925
671.99/677.72	c #Conflicts:    1291000 | #Constraints:      43925
671.99/677.72	c #Conflicts:    1292000 | #Constraints:      44925
671.99/677.72	c #Conflicts:    1293000 | #Constraints:      45925
671.99/677.72	c #Conflicts:    1294000 | #Constraints:      46925
671.99/677.72	c #Conflicts:    1295000 | #Constraints:      47925
671.99/677.72	c #Conflicts:    1296000 | #Constraints:      48925
671.99/677.72	c #Conflicts:    1297000 | #Constraints:      49925
671.99/677.72	c #Conflicts:    1298000 | #Constraints:      50925
671.99/677.72	c #Conflicts:    1299000 | #Constraints:      51925
671.99/677.72	c #Conflicts:    1300000 | #Constraints:      52925
671.99/677.72	c #Conflicts:    1301000 | #Constraints:      53925
671.99/677.72	c #Conflicts:    1302000 | #Constraints:      54925
671.99/677.72	c INPROCESSING
671.99/677.72	c GARBAGE COLLECT
671.99/677.72	c #Conflicts:    1303000 | #Constraints:      33278
671.99/677.72	c #Conflicts:    1304000 | #Constraints:      34278
671.99/677.72	c #Conflicts:    1305000 | #Constraints:      35278
671.99/677.72	c #Conflicts:    1306000 | #Constraints:      36278
671.99/677.72	c #Conflicts:    1307000 | #Constraints:      37278
671.99/677.72	c #Conflicts:    1308000 | #Constraints:      38278
671.99/677.72	c #Conflicts:    1309000 | #Constraints:      39278
671.99/677.72	c #Conflicts:    1310000 | #Constraints:      40278
671.99/677.72	c #Conflicts:    1311000 | #Constraints:      41278
671.99/677.72	c #Conflicts:    1312000 | #Constraints:      42278
671.99/677.72	c #Conflicts:    1313000 | #Constraints:      43278
671.99/677.72	c #Conflicts:    1314000 | #Constraints:      44278
671.99/677.72	c #Conflicts:    1315000 | #Constraints:      45278
671.99/677.72	c #Conflicts:    1316000 | #Constraints:      46278
671.99/677.72	c #Conflicts:    1317000 | #Constraints:      47278
671.99/677.72	c #Conflicts:    1318000 | #Constraints:      48278
671.99/677.72	c #Conflicts:    1319000 | #Constraints:      49278
671.99/677.72	c #Conflicts:    1320000 | #Constraints:      50278
671.99/677.72	c #Conflicts:    1321000 | #Constraints:      51278
671.99/677.72	c #Conflicts:    1322000 | #Constraints:      52278
671.99/677.72	c #Conflicts:    1323000 | #Constraints:      53572
671.99/677.72	c #Conflicts:    1324000 | #Constraints:      55095
671.99/677.72	c #Conflicts:    1325000 | #Constraints:      56612
671.99/677.72	c INPROCESSING
671.99/677.72	c GARBAGE COLLECT
671.99/677.72	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[23]: 6 -1.06257 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[42]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[52]: 6 -0.99976 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[59]: 6 -1.29691 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[70]: 6 -1.1251 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[71]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[73]: 6 -2.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[82]: 6 -1.07821 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[84]: 6 -1.3125 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[88]: 6 -1.62506 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[102]: 6 -13.8959 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[109]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[124]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[135]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[136]: 6 -1.31255 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[145]: 6 -1.00011 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[152]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[157]: 6 -1.27209 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[173]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[187]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[189]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[190]: 6 -0.78319 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[234]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[257]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[262]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[266]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[268]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[289]: 6 -0.562533 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[309]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[319]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[321]: 6 -0.786618 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[342]: 6 -0.998723 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[344]: 6 -1.0834 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[349]: 6 -0.804503 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[358]: 6 -14.6459 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[380]: 6 -1.21765 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[386]: 6 -0.109406 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[413]: 6 -0.967568 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[417]: 6 -1.04693 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[418]: 6 -0.593774 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[422]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[451]: 6 -0.833323 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[483]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[517]: 6 -14.8959 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[519]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[542]: 6 -1.25009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[566]: 6 -0.997096 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[576]: 6 -1.42731 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[577]: 6 -0.78664 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[581]: 6 -1.04466 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[582]: 6 -1.08931 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[600]: 6 -0.958432 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[605]: 6 -0.761832 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[608]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[610]: 6 -1.31058 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[612]: 6 -1.24228 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[613]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[617]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[622]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[641]: 6 -1.04259 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[646]: 6 -1.17194 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[647]: 6 -0.906293 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[669]: 6 -0.967597 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[672]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[674]: 6 -0.937525 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[680]: 6 -1.03128 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[682]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[687]: 6 -1.25009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[697]: 6 -1.05673 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[699]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[719]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[940]: 6 -0.933354 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[956]: 6 -0.750075 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[971]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[991]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1008]: 6 -0.843792 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1019]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1057]: 6 -1.32427 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1063]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1076]: 6 -1.168 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1078]: 6 -1.29694 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1091]: 6 -0.462969 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1099]: 6 -0.750026 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1100]: 6 -0.750093 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1102]: 6 -1.15626 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1104]: 6 -1.2501 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1105]: 6 -1.40634 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1111]: 6 -0.958068 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1112]: 6 -0.724877 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1114]: 6 -1.17281 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1117]: 6 -0.687563 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1125]: 6 -0.875036 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1126]: 6 -0.875053 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1130]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1134]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1150]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1155]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1160]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1163]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1164]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1172]: 6 -0.999504 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1176]: 6 -0.694535 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1177]: 6 -0.843784 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1183]: 6 -1.31253 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1184]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1188]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1193]: 6 0 0.250011 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1196]: 6 -0.41606 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1201]: 6 -0.995867 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1208]: 6 -0.50007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1221]: 6 -1.2501 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1222]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1229]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1234]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1246]: 6 -1.31254 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1247]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1252]: 6 -0.750053 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1253]: 6 -0.750095 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1255]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1270]: 6 -1.1912 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1272]: 6 -0.764799 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1278]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1295]: 6 -0.750098 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1302]: 6 -1.83317 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1304]: 6 -0.937595 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1310]: 6 -1.2501 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1328]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1337]: 6 -1.12508 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1339]: 6 -0.671935 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1350]: 6 -2.23199 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1351]: 6 -2.21396 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1378]: 6 -0.875091 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1381]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1382]: 6 -2.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1384]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1399]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1401]: 6 -0.750044 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1411]: 6 -1.93753 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1432]: 6 -0.500036 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1443]: 6 -1.32821 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1473]: 6 -0.380886 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1478]: 6 -1.2612 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1482]: 6 -0.750027 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1485]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1514]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1534]: 6 -1.3824 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1536]: 6 -0.779435 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1545]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1546]: 6 -1.31253 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1557]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1567]: 6 -5.97232 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1571]: 6 -0.750016 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1572]: 6 -5.84209 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1575]: 6 -1.31452 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1578]: 6 -1.32034 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1579]: 6 -1.03131 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1580]: 6 -1.60944 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1583]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1584]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1585]: 6 -1.12504 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1586]: 6 -1.25009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1587]: 6 -1.43757 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1594]: 6 -1.51424 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1596]: 6 -1.38485 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1601]: 6 -1.00133 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1602]: 6 -0.261233 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1603]: 6 -0.437578 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1606]: 6 -0.750038 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1608]: 6 -1.31252 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1611]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1612]: 6 -1.33206 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1614]: 6 -1.32819 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1616]: 6 -1.43757 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1617]: 6 -1.10945 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1618]: 6 -1.12504 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1625]: 6 -0.875053 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1630]: 6 -0.750051 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1631]: 6 -1.01125 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1642]: 6 -3.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1649]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1652]: 6 -0.750051 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1655]: 6 -1.21877 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1656]: 6 -0.937549 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1659]: 6 -0.750017 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1661]: 6 -0.750058 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1663]: 6 -1.59727 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1672]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1677]: 6 -1.25001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1681]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1685]: 6 -0.750064 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1687]: 6 -1.30558 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1690]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1691]: 6 -0.888985 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1692]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1694]: 6 -0.750095 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1697]: 6 -0.750013 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1704]: 6 -0.687588 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1722]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1755]: 6 -0.687549 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1763]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1774]: 6 -0.750011 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1957]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1968]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1971]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1975]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1978]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1980]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1981]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1984]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1989]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1995]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[1998]: 6 -0.750053 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2001]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2004]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2008]: 6 -1.75008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2076]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2078]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2082]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2084]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2088]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2092]: 6 -1.29202 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2101]: 6 -0.656314 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2111]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2118]: 6 -1.12508 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2126]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2130]: 6 -1.07817 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2138]: 6 -1.31254 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2150]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2154]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2162]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2168]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2172]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2174]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2176]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2178]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2189]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2193]: 6 -0.648474 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2208]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2216]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2223]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2231]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2233]: 6 -1.15627 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2234]: 6 -1.31256 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2247]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2249]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2253]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2256]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2260]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2274]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2278]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2290]: 6 -0.375068 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2316]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2318]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2330]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2335]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2339]: 6 -6.65632 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2346]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2350]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2352]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2361]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2363]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2364]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2371]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2376]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2386]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2388]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2396]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2399]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2405]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2408]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2414]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2421]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2428]: 6 -1.25009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2431]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2433]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2435]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2437]: 6 -0.500063 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2439]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2442]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2449]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2452]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2456]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2457]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2460]: 6 -0.708035 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2462]: 6 -0.416114 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2463]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2466]: 6 -3.33599 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2467]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2471]: 6 -1.25001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2473]: 6 -0.500056 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2476]: 6 -1.32821 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2477]: 6 -1.32814 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2481]: 6 -1.31253 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2485]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2490]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2494]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2495]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2499]: 6 -1.31256 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2501]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2506]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2527]: 6 -1.18757 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2542]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2543]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2546]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2548]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2549]: 6 -0.500036 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2553]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2561]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2564]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2567]: 6 -0.500029 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2570]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2574]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2575]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2582]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2586]: 6 -1.18756 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2590]: 6 -0.250017 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2591]: 6 -0.500052 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2598]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2600]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2611]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2617]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2623]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2624]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2628]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2629]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2632]: 6 -1.25009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2633]: 6 -0.750084 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2637]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2644]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2645]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2652]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2661]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2671]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2673]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2683]: 6 -1.25001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2687]: 6 -0.500076 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2695]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2698]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2712]: 6 -1.32817 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2718]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2720]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2721]: 6 -0.500086 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2724]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2725]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2728]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2730]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2733]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2737]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2745]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2748]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2759]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2761]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2764]: 6 -1.32817 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2765]: 6 -1.32819 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2769]: 6 -1.31256 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2780]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2784]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2788]: 6 -0.812569 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2795]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2798]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2816]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2817]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2821]: 6 -0.812581 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2828]: 6 -6.71098 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2832]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2836]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2837]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2846]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2847]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2855]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2860]: 6 -1.32817 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2865]: 6 -1.31252 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2869]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2871]: 6 -0.500021 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2875]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2879]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2882]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2883]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2894]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2895]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2900]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2907]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2917]: 6 -0.500062 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2924]: 6 -5.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2926]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2927]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2934]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2935]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2940]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2942]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2945]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2948]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2949]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2953]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2957]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2964]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2968]: 6 -0.111137 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2974]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2978]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2991]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2996]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[2998]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3000]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3003]: 6 -1.12504 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3009]: 6 -0.50007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3012]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3016]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3021]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3024]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3027]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3029]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3031]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3033]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3037]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3040]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3041]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3044]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3052]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3053]: 6 -1.25007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3061]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3069]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3071]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3086]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3099]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3103]: 6 -0.250075 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3117]: 6 -3.93753 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3127]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3134]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3140]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3143]: 6 -0.500092 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3145]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3147]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3149]: 6 -1.32815 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3153]: 6 -1.31251 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3158]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3159]: 6 -0.500025 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3167]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3173]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3182]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3194]: 6 -1.25004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3195]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3196]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3199]: 6 -1.25003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3208]: 6 -11.5 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3217]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3219]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3221]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3228]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3235]: 6 -1.25008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3237]: 6 -0.500031 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3246]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3247]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3249]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3253]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3257]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3259]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3263]: 6 -0.500058 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3265]: 6 -1.25005 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3272]: 6 0 2.28908 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3273]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3276]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3278]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3279]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3281]: 6 -1.0001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3289]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3299]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3301]: 6 -1.10703 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3312]: 6 -14.1563 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3316]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3318]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3322]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3323]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3325]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3332]: 6 -1.25002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3333]: 6 -1.25006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3335]: 6 -0.500053 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3337]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3339]: 6 -1.00003 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3348]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3349]: 6 -1.00008 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3352]: 6 -1.11774 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3353]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3359]: 6 -0.0589194 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3361]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3380]: 6 -1.00002 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3382]: 6 -1.00007 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3385]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3388]: 6 -1.00009 0 shouldn't be
671.99/677.72	WSVECS04 Frhs2[3389]: 6 -1.75008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3393]: 6 -1.18755 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3402]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3406]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3408]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3416]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3417]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3422]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3426]: 6 -1.25002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3435]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3439]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3443]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3445]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3448]: 6 -1.50003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3454]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3457]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3459]: 6 0 1.18063 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3464]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3465]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3471]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3480]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3483]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3486]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3487]: 6 -1.25002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3506]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3511]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3514]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3515]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3527]: 6 -0.500047 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3531]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3533]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3544]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3548]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3552]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3563]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3581]: 6 -1.18758 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3582]: 6 -1.25008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3584]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3595]: 6 -0.500081 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3597]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3601]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3604]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3608]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3611]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3614]: 6 -1.2969 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3620]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3630]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3633]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3635]: 6 -0.50002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3638]: 6 -1.18758 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3647]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3649]: 6 -1.25005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3653]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3657]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3663]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3664]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3665]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3667]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3675]: 6 -0.816219 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3679]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3680]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3683]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3695]: 6 -1.50006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3699]: 6 -5.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3702]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3707]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3710]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3712]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3713]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3716]: 6 -1.25006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3719]: 6 -0.50009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3726]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3736]: 6 -0.750099 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3740]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3743]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3749]: 6 -1.24227 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3751]: 6 -0.968767 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3756]: 6 -1.12505 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3757]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3772]: 6 0 0.125025 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3773]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3791]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3794]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3796]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3798]: 6 -0.750049 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3800]: 6 -0.500047 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3802]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3804]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3806]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3807]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3811]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3834]: 6 -0.500093 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3839]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3843]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3844]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3845]: 6 -1.16409 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3848]: 6 -1.31257 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3855]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3858]: 6 -1.25002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3866]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3869]: 6 -1.11117 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3873]: 6 -0.500041 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3875]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3877]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3880]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3889]: 6 -0.625035 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3896]: 6 -0.500028 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3899]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3902]: 6 -1.12508 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3904]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3905]: 6 -0.750052 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3909]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3924]: 6 -1.30561 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3925]: 6 -1.30557 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3936]: 6 -1.44447 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3941]: 6 -1.25002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3945]: 6 -1.03129 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3955]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3962]: 6 -1.40043 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3977]: 6 -0.500095 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3980]: 6 -0.804719 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3981]: 6 -0.804748 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3986]: 6 -0.875035 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3994]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3996]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3998]: 6 -0.687561 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[3999]: 6 -0.687547 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4017]: 6 -1.05672 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4021]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4029]: 6 -0.500036 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4041]: 6 -1.25003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4044]: 6 -1.32819 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4045]: 6 -1.25002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4048]: 6 -1.25003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4049]: 6 -1.25001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4052]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4056]: 6 -1.31254 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4057]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4059]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4060]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4068]: 6 -3.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4072]: 6 -1.31252 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4073]: 6 -1.31255 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4077]: 6 -1.2501 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4085]: 6 -1.3282 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4094]: 6 -0.750025 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4104]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4120]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4122]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4124]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4125]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4128]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4131]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4142]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4143]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4164]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4184]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4185]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4189]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4190]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4192]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4216]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4221]: 6 -1.00005 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4230]: 6 -1.0001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4238]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4239]: 6 -1.00001 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4242]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4243]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4244]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4245]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4246]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4247]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4249]: 6 -1.00007 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4250]: 6 -1.00002 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4253]: 6 -1.04303 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4254]: 6 -1.1641 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4255]: 6 -1.00006 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4264]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4266]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4267]: 6 -1.00008 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4271]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4274]: 6 -1.00009 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4277]: 6 -1.00003 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4278]: 6 -1.00004 0 shouldn't be
671.99/677.73	WSVECS04 Frhs2[4283]: 6 -1.00003 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[24]: 6 -0.958333 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[73]: 6 -2 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[85]: 6 -1.25 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[88]: 6 -1.625 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[102]: 6 -13.8958 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[116]: 6 -1.00019 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[121]: 6 -1.15625 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[126]: 6 -1.25956 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[136]: 6 -1.3125 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[156]: 6 -1.25 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[157]: 6 -1.272 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[190]: 6 -0.783107 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[194]: 6 -0.265626 0 shouldn't be
672.90/678.66	WSVECS04 Frhs2[196]: 6 -1.08325 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[215]: 6 -0.997063 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[216]: 6 -0.833334 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[252]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[289]: 6 -0.5625 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[349]: 6 -0.804442 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[358]: 6 -14.6458 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[372]: 6 -0.999937 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[385]: 6 -1.2925 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[386]: 6 -0.109376 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[392]: 6 -1.625 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[417]: 6 -1.04688 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[468]: 6 -1.24975 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[517]: 6 -14.8958 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[547]: 6 -0.979005 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[567]: 6 -1.16667 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[574]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[576]: 6 -1.42729 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[581]: 6 -1.04464 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[605]: 6 -0.761772 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[610]: 6 -1.31055 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[612]: 6 -1.24219 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[641]: 6 -1.0425 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[647]: 6 -0.906251 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[652]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[698]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[727]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[971]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1013]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1057]: 6 -1.32422 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1076]: 6 -1.16797 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1112]: 6 -0.724839 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1114]: 6 -1.17279 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1115]: 6 -0.640626 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1155]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1176]: 6 -0.694522 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1182]: 6 -0.730874 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1190]: 6 -0.812501 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1211]: 6 -0.902221 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1221]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1222]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1252]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1253]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1283]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1302]: 6 -1.83311 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1306]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1310]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1341]: 6 -0.6875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1345]: 6 -0.196232 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1350]: 6 -2.23193 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1372]: 6 -0.625001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1373]: 6 -0.875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1375]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1378]: 6 -0.875001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1382]: 6 -2.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1411]: 6 -1.9375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1459]: 6 -1.29688 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1466]: 6 -1.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1503]: 6 -1.10693 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1505]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1529]: 6 -1.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1534]: 6 -1.38235 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1545]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1567]: 6 -5.97222 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1571]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1572]: 6 -5.84201 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1580]: 6 -1.60938 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1581]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1582]: 6 -1.4375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1586]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1594]: 6 -1.51416 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1596]: 6 -1.38477 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1597]: 6 -1.01563 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1598]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1602]: 6 -0.261161 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1603]: 6 -0.4375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1606]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1616]: 6 -1.4375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1618]: 6 -1.125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1625]: 6 -0.875001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1630]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1642]: 6 -3 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1652]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1655]: 6 -1.21875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1656]: 6 -0.9375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1659]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1661]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1663]: 6 -1.59722 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1672]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1677]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1680]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1685]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1686]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1689]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1691]: 6 -0.88889 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1697]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1702]: 6 -0.875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1704]: 6 -0.6875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1721]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1734]: 6 -0.871095 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1755]: 6 -0.6875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1756]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1758]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1991]: 6 -0.75 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[1998]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2092]: 6 -1.29199 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2096]: 6 0 1.33594 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2281]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2290]: 6 -0.375001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2339]: 6 -6.65625 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2376]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2377]: 6 -1.24694 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2381]: 6 -0.987778 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2388]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2403]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2422]: 6 -0.991889 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2435]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2462]: 6 -0.416016 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2466]: 6 -3.33594 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2471]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2473]: 6 -0.500001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2476]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2477]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2499]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2531]: 6 -0.687501 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2546]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2586]: 6 -1.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2590]: 6 -0.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2623]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2632]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2644]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2645]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2651]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2719]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2764]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2769]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2788]: 6 -0.8125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2789]: 6 -0.625 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2815]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2821]: 6 -0.812501 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2828]: 6 -6.71094 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2860]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2869]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2871]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2900]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2924]: 6 -5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2948]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2949]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2956]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2957]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2968]: 6 -0.111111 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3000]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3052]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3053]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3103]: 6 -0.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3117]: 6 -3.9375 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3149]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3153]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3171]: 6 -0.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3199]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3201]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3208]: 6 -11.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3265]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3301]: 6 -1.10693 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3312]: 6 -14.1563 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3332]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3333]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3343]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3352]: 6 -1.11765 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3359]: 6 -0.0588238 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3393]: 6 -1.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3426]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3427]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3460]: 6 -5.86111 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3581]: 6 -1.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3583]: 6 -14.8958 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3614]: 6 -1.29688 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3638]: 6 -1.1875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3645]: 6 -0.500001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3670]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3675]: 6 -0.816177 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3690]: 6 -1.08929 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3716]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3746]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3751]: 6 -0.968751 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3756]: 6 -1.125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3761]: 6 -1.07813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3798]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3800]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3834]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3845]: 6 -1.16406 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3850]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3858]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3860]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3869]: 6 -1.11111 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3896]: 6 -0.5 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3902]: 6 -1.125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3924]: 6 -1.30556 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3936]: 6 -1.44445 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3962]: 6 -1.40039 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3980]: 6 -0.804688 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3986]: 6 -0.875 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[3998]: 6 -0.687501 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4013]: 6 -1.26416 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4017]: 6 -1.05664 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4044]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4049]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4059]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4072]: 6 -1.3125 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4077]: 6 -1.25 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4085]: 6 -1.32813 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4091]: 6 -0.500001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4094]: 6 -0.750001 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4143]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4164]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4189]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4190]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4221]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4243]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4245]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4247]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4249]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4250]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4265]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4277]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4278]: 6 -1 0 shouldn't be
672.90/678.67	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
719.02/725.55	c #Conflicts:    1326000 | #Constraints:      34117
719.02/725.55	c #Conflicts:    1327000 | #Constraints:      35117
719.02/725.55	c #Conflicts:    1328000 | #Constraints:      36117
719.02/725.55	c #Conflicts:    1329000 | #Constraints:      37117
719.02/725.55	c #Conflicts:    1330000 | #Constraints:      38117
719.02/725.55	c #Conflicts:    1331000 | #Constraints:      39117
719.02/725.55	c #Conflicts:    1332000 | #Constraints:      40117
719.02/725.55	c #Conflicts:    1333000 | #Constraints:      41117
719.02/725.55	c #Conflicts:    1334000 | #Constraints:      42117
719.02/725.55	c #Conflicts:    1335000 | #Constraints:      43117
719.02/725.55	c #Conflicts:    1336000 | #Constraints:      44117
719.02/725.55	c #Conflicts:    1337000 | #Constraints:      45117
719.02/725.55	c #Conflicts:    1338000 | #Constraints:      46117
719.02/725.55	c #Conflicts:    1339000 | #Constraints:      47117
719.02/725.55	c #Conflicts:    1340000 | #Constraints:      48117
719.02/725.55	c #Conflicts:    1341000 | #Constraints:      49117
719.02/725.55	c #Conflicts:    1342000 | #Constraints:      50117
719.02/725.55	c #Conflicts:    1343000 | #Constraints:      51117
719.02/725.55	c #Conflicts:    1344000 | #Constraints:      52117
719.02/725.55	c #Conflicts:    1345000 | #Constraints:      53117
719.02/725.55	c #Conflicts:    1346000 | #Constraints:      54117
719.02/725.55	c #Conflicts:    1347000 | #Constraints:      55117
719.02/725.55	c #Conflicts:    1348000 | #Constraints:      56117
719.02/725.55	c INPROCESSING
719.02/725.55	c GARBAGE COLLECT
719.02/725.55	c #Conflicts:    1349000 | #Constraints:      33773
719.02/725.55	c #Conflicts:    1350000 | #Constraints:      34773
719.02/725.55	c #Conflicts:    1351000 | #Constraints:      35773
719.02/725.55	c #Conflicts:    1352000 | #Constraints:      36773
719.02/725.55	c #Conflicts:    1353000 | #Constraints:      37773
719.02/725.55	c #Conflicts:    1354000 | #Constraints:      38773
719.02/725.55	c #Conflicts:    1355000 | #Constraints:      39773
719.02/725.55	c #Conflicts:    1356000 | #Constraints:      40773
719.02/725.55	c #Conflicts:    1357000 | #Constraints:      41773
719.02/725.55	c #Conflicts:    1358000 | #Constraints:      42773
719.02/725.55	c #Conflicts:    1359000 | #Constraints:      43773
719.02/725.55	c #Conflicts:    1360000 | #Constraints:      44773
719.02/725.55	c #Conflicts:    1361000 | #Constraints:      45773
719.02/725.55	c #Conflicts:    1362000 | #Constraints:      46773
719.02/725.55	c #Conflicts:    1363000 | #Constraints:      47773
719.02/725.55	c #Conflicts:    1364000 | #Constraints:      48773
719.02/725.55	c #Conflicts:    1365000 | #Constraints:      49773
719.02/725.55	c #Conflicts:    1366000 | #Constraints:      50773
719.02/725.55	c #Conflicts:    1367000 | #Constraints:      51773
719.02/725.55	c #Conflicts:    1368000 | #Constraints:      52773
719.02/725.55	c #Conflicts:    1369000 | #Constraints:      53773
719.02/725.55	c #Conflicts:    1370000 | #Constraints:      54773
719.02/725.55	c #Conflicts:    1371000 | #Constraints:      55773
719.02/725.55	c INPROCESSING
719.02/725.55	c GARBAGE COLLECT
719.02/725.55	c #Conflicts:    1372000 | #Constraints:      33366
719.02/725.55	c #Conflicts:    1373000 | #Constraints:      34366
719.02/725.55	c #Conflicts:    1374000 | #Constraints:      35366
719.02/725.55	c #Conflicts:    1375000 | #Constraints:      36366
719.02/725.55	c #Conflicts:    1376000 | #Constraints:      37366
719.02/725.55	c #Conflicts:    1377000 | #Constraints:      38366
719.02/725.55	c #Conflicts:    1378000 | #Constraints:      39366
719.02/725.55	c #Conflicts:    1379000 | #Constraints:      40366
719.02/725.55	c #Conflicts:    1380000 | #Constraints:      41366
719.02/725.55	c #Conflicts:    1381000 | #Constraints:      42366
719.02/725.55	c #Conflicts:    1382000 | #Constraints:      43366
719.02/725.55	c #Conflicts:    1383000 | #Constraints:      44366
719.02/725.55	c #Conflicts:    1384000 | #Constraints:      45366
719.02/725.55	c #Conflicts:    1385000 | #Constraints:      46366
719.02/725.55	c #Conflicts:    1386000 | #Constraints:      47366
719.02/725.55	c #Conflicts:    1387000 | #Constraints:      48366
719.02/725.55	c #Conflicts:    1388000 | #Constraints:      49366
719.02/725.55	c #Conflicts:    1389000 | #Constraints:      50366
719.02/725.55	c #Conflicts:    1390000 | #Constraints:      51366
719.02/725.55	c #Conflicts:    1391000 | #Constraints:      52366
719.02/725.55	c #Conflicts:    1392000 | #Constraints:      53366
719.02/725.55	c #Conflicts:    1393000 | #Constraints:      54366
719.02/725.55	c #Conflicts:    1394000 | #Constraints:      55366
719.02/725.55	c #Conflicts:    1395000 | #Constraints:      56366
719.02/725.55	c INPROCESSING
719.02/725.55	c GARBAGE COLLECT
719.02/725.55	c #Conflicts:    1396000 | #Constraints:      33856
719.02/725.55	c #Conflicts:    1397000 | #Constraints:      34856
719.02/725.55	c #Conflicts:    1398000 | #Constraints:      35856
719.02/725.55	c #Conflicts:    1399000 | #Constraints:      36856
719.02/725.55	c #Conflicts:    1400000 | #Constraints:      37856
719.02/725.55	c #Conflicts:    1401000 | #Constraints:      38856
719.02/725.55	c #Conflicts:    1402000 | #Constraints:      39856
760.45/767.31	c #Conflicts:    1403000 | #Constraints:      40856
760.45/767.31	c #Conflicts:    1404000 | #Constraints:      41856
760.45/767.31	c #Conflicts:    1405000 | #Constraints:      42856
760.45/767.31	c #Conflicts:    1406000 | #Constraints:      43856
760.45/767.31	c #Conflicts:    1407000 | #Constraints:      44856
760.45/767.31	c #Conflicts:    1408000 | #Constraints:      45856
760.45/767.31	c #Conflicts:    1409000 | #Constraints:      46856
760.45/767.31	c #Conflicts:    1410000 | #Constraints:      47856
760.45/767.31	c #Conflicts:    1411000 | #Constraints:      48856
760.45/767.31	c #Conflicts:    1412000 | #Constraints:      49856
760.45/767.31	c #Conflicts:    1413000 | #Constraints:      50856
760.45/767.31	c #Conflicts:    1414000 | #Constraints:      51856
760.45/767.31	c #Conflicts:    1415000 | #Constraints:      52856
760.45/767.31	c #Conflicts:    1416000 | #Constraints:      53856
760.45/767.31	c #Conflicts:    1417000 | #Constraints:      54856
760.45/767.31	c #Conflicts:    1418000 | #Constraints:      55856
760.45/767.31	c #Conflicts:    1419000 | #Constraints:      56856
760.45/767.31	c INPROCESSING
760.45/767.31	c GARBAGE COLLECT
760.45/767.31	c #Conflicts:    1420000 | #Constraints:      34214
760.45/767.31	c #Conflicts:    1421000 | #Constraints:      35214
760.45/767.31	c #Conflicts:    1422000 | #Constraints:      36214
760.45/767.31	c #Conflicts:    1423000 | #Constraints:      37214
760.45/767.31	c #Conflicts:    1424000 | #Constraints:      38214
760.45/767.31	c #Conflicts:    1425000 | #Constraints:      39214
760.45/767.31	c #Conflicts:    1426000 | #Constraints:      40214
760.45/767.31	c #Conflicts:    1427000 | #Constraints:      41214
760.45/767.31	c #Conflicts:    1428000 | #Constraints:      42214
760.45/767.31	c #Conflicts:    1429000 | #Constraints:      43214
760.45/767.31	c #Conflicts:    1430000 | #Constraints:      44214
760.45/767.31	c #Conflicts:    1431000 | #Constraints:      45214
760.45/767.31	c #Conflicts:    1432000 | #Constraints:      46214
760.45/767.31	c #Conflicts:    1433000 | #Constraints:      47214
760.45/767.31	c #Conflicts:    1434000 | #Constraints:      48214
760.45/767.31	c #Conflicts:    1435000 | #Constraints:      49214
760.45/767.31	c #Conflicts:    1436000 | #Constraints:      50214
760.45/767.31	c #Conflicts:    1437000 | #Constraints:      51214
760.45/767.31	c #Conflicts:    1438000 | #Constraints:      52214
760.45/767.31	c #Conflicts:    1439000 | #Constraints:      53214
760.45/767.31	c #Conflicts:    1440000 | #Constraints:      54214
760.45/767.31	c #Conflicts:    1441000 | #Constraints:      55214
760.45/767.31	c #Conflicts:    1442000 | #Constraints:      56214
760.45/767.31	c #Conflicts:    1443000 | #Constraints:      57214
760.45/767.31	c INPROCESSING
760.45/767.31	c GARBAGE COLLECT
760.45/767.31	c #Conflicts:    1444000 | #Constraints:      34420
760.45/767.31	c #Conflicts:    1445000 | #Constraints:      35420
760.45/767.31	c #Conflicts:    1446000 | #Constraints:      36420
760.45/767.31	c #Conflicts:    1447000 | #Constraints:      37420
760.45/767.31	c #Conflicts:    1448000 | #Constraints:      38420
760.45/767.31	c #Conflicts:    1449000 | #Constraints:      39420
760.45/767.31	c #Conflicts:    1450000 | #Constraints:      40420
760.45/767.31	c #Conflicts:    1451000 | #Constraints:      41421
760.45/767.31	c #Conflicts:    1452000 | #Constraints:      42421
760.45/767.31	c #Conflicts:    1453000 | #Constraints:      43421
760.45/767.31	c #Conflicts:    1454000 | #Constraints:      44421
760.45/767.31	c #Conflicts:    1455000 | #Constraints:      45421
760.45/767.31	c #Conflicts:    1456000 | #Constraints:      46421
760.45/767.31	c #Conflicts:    1457000 | #Constraints:      47422
760.45/767.31	c #Conflicts:    1458000 | #Constraints:      48422
760.45/767.31	c #Conflicts:    1459000 | #Constraints:      49422
760.45/767.31	c #Conflicts:    1460000 | #Constraints:      50422
760.45/767.31	c #Conflicts:    1461000 | #Constraints:      51422
760.45/767.31	c #Conflicts:    1462000 | #Constraints:      52422
760.45/767.31	c #Conflicts:    1463000 | #Constraints:      53422
760.45/767.31	c #Conflicts:    1464000 | #Constraints:      54422
760.45/767.31	c #Conflicts:    1465000 | #Constraints:      55422
760.45/767.31	c #Conflicts:    1466000 | #Constraints:      56422
760.45/767.31	c #Conflicts:    1467000 | #Constraints:      57422
760.45/767.31	c INPROCESSING
760.45/767.31	c GARBAGE COLLECT
760.45/767.31	c #Conflicts:    1468000 | #Constraints:      34417
760.45/767.31	c #Conflicts:    1469000 | #Constraints:      35417
760.45/767.31	c #Conflicts:    1470000 | #Constraints:      36417
760.45/767.31	c #Conflicts:    1471000 | #Constraints:      37417
760.45/767.31	c #Conflicts:    1472000 | #Constraints:      38417
760.45/767.31	c #Conflicts:    1473000 | #Constraints:      39417
760.45/767.31	c #Conflicts:    1474000 | #Constraints:      40417
760.45/767.31	c #Conflicts:    1475000 | #Constraints:      41417
760.45/767.31	c #Conflicts:    1476000 | #Constraints:      42417
760.45/767.31	c #Conflicts:    1477000 | #Constraints:      43417
760.45/767.31	c #Conflicts:    1478000 | #Constraints:      44417
760.45/767.31	c #Conflicts:    1479000 | #Constraints:      45417
791.39/798.55	c #Conflicts:    1480000 | #Constraints:      46417
791.39/798.55	c #Conflicts:    1481000 | #Constraints:      47417
791.39/798.55	c #Conflicts:    1482000 | #Constraints:      48417
791.39/798.55	c #Conflicts:    1483000 | #Constraints:      49417
791.39/798.55	c #Conflicts:    1484000 | #Constraints:      50426
791.39/798.55	c #Conflicts:    1485000 | #Constraints:      51426
791.39/798.55	c #Conflicts:    1486000 | #Constraints:      52426
791.39/798.55	c #Conflicts:    1487000 | #Constraints:      53426
791.39/798.55	c #Conflicts:    1488000 | #Constraints:      54426
791.39/798.55	c #Conflicts:    1489000 | #Constraints:      55426
791.39/798.55	c #Conflicts:    1490000 | #Constraints:      56426
791.39/798.55	c #Conflicts:    1491000 | #Constraints:      57426
791.39/798.55	c INPROCESSING
791.39/798.55	c GARBAGE COLLECT
791.39/798.55	c #Conflicts:    1492000 | #Constraints:      34208
791.39/798.55	c #Conflicts:    1493000 | #Constraints:      35208
791.39/798.55	c #Conflicts:    1494000 | #Constraints:      36208
791.39/798.55	c #Conflicts:    1495000 | #Constraints:      37208
791.39/798.55	c #Conflicts:    1496000 | #Constraints:      38208
791.39/798.55	c #Conflicts:    1497000 | #Constraints:      39208
791.39/798.55	c #Conflicts:    1498000 | #Constraints:      40208
791.39/798.55	c #Conflicts:    1499000 | #Constraints:      41208
791.39/798.55	c #Conflicts:    1500000 | #Constraints:      42208
791.39/798.55	c #Conflicts:    1501000 | #Constraints:      43208
791.39/798.55	c #Conflicts:    1502000 | #Constraints:      44208
791.39/798.55	c #Conflicts:    1503000 | #Constraints:      45208
791.39/798.55	c #Conflicts:    1504000 | #Constraints:      46208
791.39/798.55	c #Conflicts:    1505000 | #Constraints:      47208
791.39/798.55	c #Conflicts:    1506000 | #Constraints:      48208
791.39/798.55	c #Conflicts:    1507000 | #Constraints:      49208
791.39/798.55	c #Conflicts:    1508000 | #Constraints:      50208
791.39/798.55	c #Conflicts:    1509000 | #Constraints:      51208
791.39/798.55	c #Conflicts:    1510000 | #Constraints:      52208
791.39/798.55	c #Conflicts:    1511000 | #Constraints:      53208
791.39/798.55	c #Conflicts:    1512000 | #Constraints:      54208
791.39/798.55	c #Conflicts:    1513000 | #Constraints:      55208
791.39/798.55	c #Conflicts:    1514000 | #Constraints:      56208
791.39/798.55	c #Conflicts:    1515000 | #Constraints:      57208
791.39/798.55	c #Conflicts:    1516000 | #Constraints:      58208
791.39/798.55	c INPROCESSING
791.39/798.55	c GARBAGE COLLECT
791.39/798.55	c #Conflicts:    1517000 | #Constraints:      34805
791.39/798.55	c #Conflicts:    1518000 | #Constraints:      35805
791.39/798.55	c #Conflicts:    1519000 | #Constraints:      36805
791.39/798.55	c #Conflicts:    1520000 | #Constraints:      37805
791.39/798.55	c #Conflicts:    1521000 | #Constraints:      38805
791.39/798.55	c #Conflicts:    1522000 | #Constraints:      39805
791.39/798.55	c #Conflicts:    1523000 | #Constraints:      40805
791.39/798.55	c #Conflicts:    1524000 | #Constraints:      41805
791.39/798.55	c #Conflicts:    1525000 | #Constraints:      42805
791.39/798.55	c #Conflicts:    1526000 | #Constraints:      43805
791.39/798.55	c #Conflicts:    1527000 | #Constraints:      44805
791.39/798.55	c #Conflicts:    1528000 | #Constraints:      45805
791.39/798.55	c #Conflicts:    1529000 | #Constraints:      46805
791.39/798.55	c #Conflicts:    1530000 | #Constraints:      47805
791.39/798.55	c #Conflicts:    1531000 | #Constraints:      48805
791.39/798.55	c #Conflicts:    1532000 | #Constraints:      49805
791.39/798.55	c #Conflicts:    1533000 | #Constraints:      50805
791.39/798.55	c #Conflicts:    1534000 | #Constraints:      51805
791.39/798.55	c #Conflicts:    1535000 | #Constraints:      52805
791.39/798.55	c #Conflicts:    1536000 | #Constraints:      53806
791.39/798.55	c #Conflicts:    1537000 | #Constraints:      54844
791.39/798.55	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[11]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[31]: 6 -0.625016 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[55]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[67]: 6 0 1.73967 shouldn't be
791.39/798.55	WSVECS04 Frhs2[71]: 6 -6.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[73]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[81]: 6 -0.999975 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[113]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[123]: 6 -2.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[125]: 6 -1.31252 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[133]: 6 -2.25008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[135]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[151]: 6 -1.00263 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[152]: 6 -0.200448 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[155]: 6 -0.531321 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[173]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[184]: 6 -2.50009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[205]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[220]: 6 -0.875048 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[248]: 6 0 0.500068 shouldn't be
791.39/798.55	WSVECS04 Frhs2[251]: 6 -0.67197 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[255]: 6 -2.25007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[264]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[275]: 6 -0.999981 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[277]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[281]: 6 -2.33208 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[286]: 6 -0.250068 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[287]: 6 -0.62505 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[289]: 6 -1.25007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[296]: 6 -1.50002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[298]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[347]: 6 -1.1719 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[350]: 6 -0.375076 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[351]: 6 -0.125093 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[355]: 6 -1.68759 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[383]: 6 -1.25006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[405]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[416]: 6 -1.25007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[422]: 6 0 1.00005 shouldn't be
791.39/798.55	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[430]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[435]: 6 -0.999968 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[443]: 6 -1.02351 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[446]: 6 -0.0625918 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[452]: 6 -0.156283 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[476]: 6 -1.32815 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[480]: 6 0 2.00006 shouldn't be
791.39/798.55	WSVECS04 Frhs2[497]: 6 -0.999995 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[504]: 6 -0.200407 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[516]: 6 -0.500012 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[517]: 6 -2.12505 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[520]: 6 0 12.0001 shouldn't be
791.39/798.55	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[532]: 6 -0.999979 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[536]: 6 -3.88363 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[569]: 6 0 0.328157 shouldn't be
791.39/798.55	WSVECS04 Frhs2[575]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[597]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[599]: 6 -2.50004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[604]: 6 -2.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[605]: 6 -2.43759 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[606]: 6 0 1.25005 shouldn't be
791.39/798.55	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[634]: 6 -1.65108 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[648]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[661]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[663]: 6 -0.997491 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[669]: 6 -0.343783 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[695]: 6 -2.31252 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[699]: 6 -0.921958 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[727]: 6 -3.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[953]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1058]: 6 -1.25002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1062]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1083]: 6 -1.33207 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1112]: 6 -1.02108 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1117]: 6 -1.3594 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1122]: 6 0 1.55476 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1139]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1164]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1201]: 6 -0.999975 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1204]: 6 -1.3321 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1206]: 6 -1.32815 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1207]: 6 -1.32426 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1217]: 6 -0.750069 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1221]: 6 -0.375023 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1229]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1238]: 6 -1.35947 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1248]: 6 -1.12507 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1250]: 6 -1.25007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1256]: 6 -1.5001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1280]: 6 -0.812552 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1281]: 6 -1.62507 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1284]: 6 -0.906289 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1285]: 6 -1.8126 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1302]: 6 -1.41411 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1307]: 6 -0.250047 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1310]: 6 -2.07822 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1312]: 6 -4.36724 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1314]: 6 -1.87501 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1320]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1341]: 6 -1.21102 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1342]: 6 -1.01564 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1345]: 6 -2.90635 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1346]: 6 -0.87505 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1347]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1349]: 6 -2.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1352]: 6 -2.87502 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1356]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1371]: 6 -1.50003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1375]: 6 -2.65628 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1381]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1384]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1406]: 6 -1.31255 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1411]: 6 -0.31258 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1414]: 6 -1.22919 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1415]: 6 -0.500058 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1433]: 6 -0.812525 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1443]: 6 -0.837914 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1445]: 6 -1.53129 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1447]: 6 0 0.906323 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1454]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1470]: 6 -0.687596 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1471]: 6 -1.3751 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1474]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1482]: 6 -1.25003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1503]: 6 -0.375094 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1512]: 6 -1.31253 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1568]: 6 -1.15635 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1572]: 6 -1.73964 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1573]: 6 -0.87503 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1575]: 6 -4.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1577]: 6 -14.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1602]: 6 0 0.875016 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1610]: 6 -1.62508 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1617]: 6 -0.500034 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1621]: 6 -0.0104571 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1627]: 6 -1.66611 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1628]: 6 -3.65432 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1643]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1661]: 6 -4.89069 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1662]: 6 0 0.500053 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1666]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1673]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1676]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1679]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1694]: 6 -1.28133 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1722]: 6 -1.334 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1728]: 6 -1.37508 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1741]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1748]: 6 -1.66607 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1787]: 6 -0.00399801 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1964]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1977]: 6 -1.0001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1985]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1989]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[1997]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2011]: 6 -1.00001 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2049]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2052]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2053]: 6 -1.00007 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2058]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2062]: 6 -1.00005 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2064]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2068]: 6 -1.00004 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2072]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2073]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2082]: 6 -1.00003 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2092]: 6 -1.00008 0 shouldn't be
791.39/798.55	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2100]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2104]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2110]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2111]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2122]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2148]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2152]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2154]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2160]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2162]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2166]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2170]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2174]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2187]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2190]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2207]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2215]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2220]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2222]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2224]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2225]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2232]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2233]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2240]: 6 -1.50003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2247]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2251]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2265]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2272]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2282]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2286]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2288]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2290]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2296]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2298]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2299]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2302]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2316]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2320]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2327]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2329]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2333]: 6 -1.25007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2350]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2352]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2357]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2380]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2384]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2388]: 6 -1.25007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2398]: 6 -5.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2399]: 6 -3.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2406]: 6 -1.25007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2416]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2428]: 6 -1.32815 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2433]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2439]: 6 -1.50005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2442]: 6 0 1.5001 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2443]: 6 -0.500061 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2446]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2460]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2464]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2469]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2480]: 6 -1.33207 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2495]: 6 -0.500026 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2507]: 6 -1.50001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2514]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2517]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2540]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2544]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2548]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2554]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2556]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2557]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2560]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2562]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2564]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2572]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2578]: 6 0 0.325694 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2580]: 6 -1.2188 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2587]: 6 -2.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2593]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2602]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2630]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2634]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2641]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2650]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2660]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2665]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2669]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2672]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2675]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2684]: 6 0 1.55473 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2691]: 6 -1.75004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2695]: 6 -2.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2704]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2705]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2706]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2708]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2713]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2716]: 6 -1.32815 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2717]: 6 -1.65633 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2718]: 6 -1.31254 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2723]: 6 -3.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2739]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2748]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2750]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2752]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2756]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2760]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2762]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2766]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2768]: 6 -9.87041 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2769]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2771]: 6 -1.41416 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2775]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2778]: 6 0 1.62503 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2791]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2806]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2811]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2813]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2816]: 6 -1.50007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2819]: 6 -0.750049 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2823]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2826]: 6 -5.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2830]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2832]: 6 0 1.00007 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2839]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2842]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2846]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2853]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2858]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2862]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2877]: 6 -1.50004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2883]: 6 -2.68759 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2889]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2895]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2898]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2916]: 6 -1.25001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2921]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2924]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2926]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2930]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2946]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2952]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2962]: 6 -7.27508 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2970]: 6 -2.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2974]: 6 -2.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2980]: 6 -1.37504 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2983]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2984]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[2992]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3005]: 6 -1.31255 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3024]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3026]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3032]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3040]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3043]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3044]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3047]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3051]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3053]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3064]: 6 -5.31255 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3082]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3084]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3100]: 6 -1.32819 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3104]: 6 -1.25002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3120]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3122]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3126]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3127]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3140]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3147]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3152]: 6 -1.33205 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3154]: 6 -5.20317 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3161]: 6 -1.68753 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3170]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3180]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3183]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3188]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3196]: 6 -1.32818 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3198]: 6 -1.31254 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3208]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3212]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3218]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3220]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3225]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3228]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3236]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3237]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3241]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3243]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3248]: 6 -22.9563 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3250]: 6 -5.35159 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3279]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3287]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3289]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3290]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3292]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3294]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3295]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3300]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3306]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3308]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3312]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3315]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3326]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3330]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3335]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3337]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3339]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3343]: 6 -3.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3349]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3355]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3358]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3361]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3362]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3391]: 6 -1.25004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3394]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3398]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3402]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3404]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3420]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3427]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3431]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3442]: 6 -3.64845 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3446]: 6 -6.40633 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3450]: 6 -1.25005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3451]: 6 -3.25008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3459]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3471]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3473]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3478]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3480]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3483]: 6 -1.66408 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3494]: 6 0 0.958402 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3506]: 6 -53.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3511]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3514]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3522]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3524]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3530]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3531]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3535]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3538]: 6 -1.66411 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3539]: 6 -1.66409 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3547]: 6 -0.625039 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3551]: 6 -0.500092 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3553]: 6 -1.65041 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3559]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3588]: 6 0 1.06257 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3590]: 6 -1.21876 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3598]: 6 -0.687576 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3600]: 6 -0.375083 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3604]: 6 -3.50005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3607]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3614]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3620]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3630]: 6 0 0.0468928 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3639]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3642]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3664]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3666]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3687]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3689]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3691]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3693]: 6 -1.25008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3697]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3700]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3701]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3705]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3709]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3712]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3716]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3717]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3724]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3728]: 6 -0.0104828 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3729]: 6 -0.0104914 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3732]: 6 -4.95843 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3734]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3740]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3750]: 6 -1.31255 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3755]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3771]: 6 -1.67194 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3774]: 6 -1.37506 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3776]: 6 -1.50004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3784]: 6 -1.31253 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3785]: 6 -1.31257 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3789]: 6 -2.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3797]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3803]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3808]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3817]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3823]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3828]: 6 -10.6563 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3833]: 6 -0.750059 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3840]: 6 0 1.00002 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3842]: 6 -1.23439 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3859]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3861]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3873]: 6 -2.64067 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3876]: 6 -2.75008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3882]: 6 0 1.50002 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3885]: 6 -1.0001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3888]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3893]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3896]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3897]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3901]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3904]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3906]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3907]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3910]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3912]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3916]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3920]: 6 -1.32228 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3969]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3972]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3975]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3978]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3981]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3988]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3989]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[3999]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4005]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4007]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4018]: 6 0 0.750052 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4020]: 6 -1.25007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4033]: 6 0 0.750094 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4034]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4039]: 6 -1.00001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4044]: 6 -1.50007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4060]: 6 -1.32818 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4076]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4080]: 6 -1.00004 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4082]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4085]: 6 -1.5001 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4089]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4093]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4098]: 6 -1.00003 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4106]: 6 -1.00008 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4110]: 6 -1.66604 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4177]: 6 -1.00006 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4245]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4254]: 6 0 1.00004 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4266]: 6 -1.00007 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4267]: 6 -1.00005 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4270]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4283]: 6 -1.00009 0 shouldn't be
791.39/798.56	WSVECS04 Frhs2[4288]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[19]: 6 -0.999992 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[34]: 6 -2.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[66]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[68]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[80]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[116]: 6 -0.99995 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[147]: 6 -1.00018 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[153]: 6 -1.05736 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[180]: 6 -0.999982 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[196]: 6 0 0.625034 shouldn't be
792.49/799.63	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[212]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[219]: 6 -1.32816 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[244]: 6 -0.999887 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[269]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[294]: 6 0 2.00002 shouldn't be
792.49/799.63	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[346]: 6 0 0.801627 shouldn't be
792.49/799.63	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[411]: 6 -1.17197 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[414]: 6 -1.31255 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[421]: 6 0 0.625088 shouldn't be
792.49/799.63	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[505]: 6 0 0.0104595 shouldn't be
792.49/799.63	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[576]: 6 0 6.59962 shouldn't be
792.49/799.63	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[591]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[595]: 6 -0.999868 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[602]: 6 -1.32819 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[603]: 6 -0.648464 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[623]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[664]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[675]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[684]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[688]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[731]: 6 -1.32821 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1005]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1064]: 6 -1.25007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1073]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1085]: 6 -1.32822 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1154]: 6 -1.25005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1163]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1165]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1169]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1175]: 6 -1.25001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1187]: 6 -1.25004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1202]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1211]: 6 -1.12506 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1239]: 6 -1.21877 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1240]: 6 -1.43752 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1282]: 6 -2.25003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1291]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1293]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1344]: 6 -2.68755 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1366]: 6 -1.67194 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1377]: 6 -2.57821 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1380]: 6 -0.750047 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1409]: 6 -1.25006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1418]: 6 0 5.00005 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1435]: 6 -1.25003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1444]: 6 -0.375048 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1486]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1500]: 6 0 0.317788 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1502]: 6 -0.687553 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1515]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1518]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1544]: 6 -1.25008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1570]: 6 -1.06774 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1588]: 6 0 0.0469233 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1604]: 6 -3.65634 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1616]: 6 -0.750084 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1622]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1626]: 6 -0.687576 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1648]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1657]: 6 -1.37508 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1688]: 6 0 1.00004 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1697]: 6 -2.50007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1702]: 6 -0.750029 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1710]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1744]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2107]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2178]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2249]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2256]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2311]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2313]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2325]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2412]: 6 -0.999901 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2418]: 6 -0.992238 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2421]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2427]: 6 -1.32822 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2550]: 6 0 1.00009 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2625]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2627]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2639]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2670]: 6 0 1.00007 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2742]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2744]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2815]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2910]: 6 -1.37502 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2982]: 6 -1.50006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3008]: 6 -1.25002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3029]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3083]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3086]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3119]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3178]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3232]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3253]: 6 -0.625056 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3319]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3327]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3369]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3381]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3407]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3430]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3458]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3467]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3487]: 6 -1.25003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3491]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3526]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3527]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3534]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3567]: 6 -1.00002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3594]: 6 -8.62505 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3595]: 6 -1.00001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3608]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3623]: 6 -1.0001 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3651]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3669]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3685]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3720]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3777]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3779]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3796]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3824]: 6 0 1.32822 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3847]: 6 -1.00003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3856]: 6 -1.00004 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3860]: 6 -1.00007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3867]: 6 -1.32816 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3872]: 6 -0.625038 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3878]: 6 0 1.00005 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3889]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3929]: 6 -0.53129 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[3966]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4014]: 6 -1.50003 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4049]: 6 -1.00009 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4061]: 6 -2.12503 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4062]: 6 -1.31254 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4064]: 6 -1.25007 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4065]: 6 -4.50002 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4101]: 6 -1.00006 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4164]: 6 -1.00005 0 shouldn't be
792.49/799.63	WSVECS04 Frhs2[4248]: 6 0 1.00007 shouldn't be
794.68/801.82	WSVECS04 Frhs2[15]: 6 -1.00002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[72]: 6 -1.00009 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[139]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[195]: 6 0 0.812518 shouldn't be
794.68/801.82	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[348]: 6 -1.34384 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[365]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[404]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[442]: 6 -1.42195 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[557]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[589]: 6 -1.00001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[642]: 6 -1.65634 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[946]: 6 -1.00001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[971]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1059]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1077]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1087]: 6 -1.06256 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1108]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1120]: 6 -0.875024 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1121]: 6 0 2.00006 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1184]: 6 -0.81259 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1220]: 6 -0.875076 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1225]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1232]: 6 -1.00001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1246]: 6 -1.0313 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1259]: 6 -0.500039 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1261]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1313]: 6 0 1.75005 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1343]: 6 -0.906261 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1357]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1365]: 6 0 0.801619 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1417]: 6 0 2.00003 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1431]: 6 -1.32821 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1442]: 6 -0.593828 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1469]: 6 -1.18751 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1473]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1514]: 6 -1.25002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1553]: 6 -1.00002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1576]: 6 -7.50005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1603]: 6 -0.0312645 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[1991]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2229]: 6 -1.00009 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2369]: 6 -0.99983 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2447]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2620]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2647]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2699]: 6 -1.00005 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2701]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2735]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2787]: 6 -1.00009 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2798]: 6 -1.00009 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2841]: 6 -1.00002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2911]: 6 -0.750078 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2917]: 6 -1.25002 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3014]: 6 0 1.75005 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3194]: 6 -1.42193 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3215]: 6 -1.00003 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3257]: 6 -0.500039 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3262]: 6 0 1.50001 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3364]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3606]: 6 -10.0001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3619]: 6 -1.00007 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3649]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3660]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3805]: 6 -1.0001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3837]: 6 -1.00009 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3843]: 6 -1.65633 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3849]: 6 -1.00006 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[3921]: 6 -1.32233 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4023]: 6 -0.500096 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4031]: 6 -0.500047 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4038]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4058]: 6 -1.33208 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4125]: 6 -0.750047 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4152]: 6 0 1.00005 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4176]: 6 -1.0001 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4246]: 6 -1.00008 0 shouldn't be
794.68/801.82	WSVECS04 Frhs2[4271]: 6 -1.00006 0 shouldn't be
799.07/806.20	c #Conflicts:    1538000 | #Constraints:      55994
799.07/806.20	c #Conflicts:    1539000 | #Constraints:      56994
799.07/806.20	c #Conflicts:    1540000 | #Constraints:      57994
799.07/806.20	c #Conflicts:    1541000 | #Constraints:      58994
799.07/806.20	c INPROCESSING
799.07/806.20	c GARBAGE COLLECT
799.07/806.20	WSVECS04 Frhs2[71]: 6 -1.94699 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[87]: 6 0 0.671136 shouldn't be
799.07/806.20	WSVECS04 Frhs2[104]: 6 0 3.75208 shouldn't be
799.07/806.20	WSVECS04 Frhs2[113]: 6 0 1.10709 shouldn't be
799.07/806.20	WSVECS04 Frhs2[153]: 6 -1.00248 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[168]: 6 0 4.76619 shouldn't be
799.07/806.20	WSVECS04 Frhs2[216]: 6 0 0.103267 shouldn't be
799.07/806.20	WSVECS04 Frhs2[226]: 6 0 2.31436 shouldn't be
799.07/806.20	WSVECS04 Frhs2[253]: 6 -1.10832 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[268]: 6 -2.43828 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[273]: 6 0 5.21371 shouldn't be
799.07/806.20	WSVECS04 Frhs2[360]: 6 0 4.77997 shouldn't be
799.07/806.20	WSVECS04 Frhs2[369]: 6 0 2.0848 shouldn't be
799.07/806.20	WSVECS04 Frhs2[422]: 6 0 1.28522 shouldn't be
799.07/806.20	WSVECS04 Frhs2[442]: 6 -1.40829 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[449]: 6 -0.250832 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[481]: 6 0 0.937474 shouldn't be
799.07/806.20	WSVECS04 Frhs2[525]: 6 0 0.168369 shouldn't be
799.07/806.20	WSVECS04 Frhs2[534]: 6 0 2.25673 shouldn't be
799.07/806.20	WSVECS04 Frhs2[596]: 6 0 3.44475 shouldn't be
799.07/806.20	WSVECS04 Frhs2[614]: 6 0 0.620777 shouldn't be
799.07/806.20	WSVECS04 Frhs2[625]: 6 0 1.80029 shouldn't be
799.07/806.20	WSVECS04 Frhs2[635]: 6 0 0.162663 shouldn't be
799.07/806.20	WSVECS04 Frhs2[637]: 6 0 1.41415 shouldn't be
799.07/806.20	WSVECS04 Frhs2[661]: 6 -1.25688 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[695]: 6 -0.837138 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[711]: 6 0 1.02355 shouldn't be
799.07/806.20	WSVECS04 Frhs2[734]: 6 0 0.0613371 shouldn't be
799.07/806.20	WSVECS04 Frhs2[941]: 6 -0.996647 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[953]: 6 -0.982467 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1000]: 6 -0.622089 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1062]: 6 -5.33783 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1081]: 6 -1.28433 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1107]: 6 -1.77755 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1118]: 6 0 0.846687 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1141]: 6 0 0.740416 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1144]: 6 -0.567198 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1163]: 6 -1.11673 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1171]: 6 -0.863573 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1182]: 6 -2.55133 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1186]: 6 0 0.310401 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1187]: 6 0 0.254329 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1207]: 6 -1.83035 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1216]: 6 -1.24089 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1224]: 6 -0.592074 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1233]: 6 -0.759015 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1240]: 6 -0.75499 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1256]: 6 -1.4728 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1268]: 6 -5.61998e-06 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1278]: 6 -0.547223 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1320]: 6 -1.24753 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1347]: 6 -1.22071 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1350]: 6 -1.73578 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1372]: 6 -1.0455 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1373]: 6 -3.25986 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1406]: 6 -1.0625 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1515]: 6 -6.23446 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1576]: 6 -4.74499 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1611]: 6 -0.980223 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1625]: 6 -1.90029 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1659]: 6 0 0.92014 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1758]: 6 0 0.334215 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1966]: 6 0 0.152251 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1970]: 6 0 3.74793 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1989]: 6 0 7.88404 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[1996]: 6 0 1.92989 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2053]: 6 -1.00064 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2060]: 6 0 0.852639 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2072]: 6 -0.656867 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2078]: 6 -0.176657 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2084]: 6 0 1.18191 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2092]: 6 0 2.68234 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2158]: 6 0 1.97301 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2160]: 6 -1.44956 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2162]: 6 -5.69643 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2163]: 6 -0.999648 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2170]: 6 -0.933149 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2174]: 6 -0.959059 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2178]: 6 0 5.33652 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2180]: 6 0 0.350552 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2183]: 6 0 1.10123 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2260]: 6 0 0.616988 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2326]: 6 0 0.644176 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2328]: 6 0 1.82663 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2333]: 6 -0.282239 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2358]: 6 0 3.99897 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2363]: 6 0 4.15368 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2365]: 6 0 17.7682 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2376]: 6 0 3.06888 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2384]: 6 -0.541556 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2388]: 6 -0.521934 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2393]: 6 0 1.11814 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2406]: 6 -1.25 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2439]: 6 0 8.65244 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2442]: 6 0 1.5 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2486]: 6 0 0.40336 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2580]: 6 -1.52726 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2603]: 6 -1.00064 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2657]: 6 -0.999995 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2660]: 6 -0.653145 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2668]: 6 0 1.11842 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2671]: 6 0 3.52943e-07 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2672]: 6 -0.929825 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2687]: 6 -0.943007 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2723]: 6 -2.95986 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2746]: 6 -0.992116 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2750]: 6 -1.02759 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2764]: 6 -1.25 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2790]: 6 -0.0148004 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2826]: 6 -4.86339 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2883]: 6 -2.42661 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2888]: 6 -0.95514 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2963]: 6 -2.8178 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2966]: 6 -2.04132 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2968]: 6 0 1 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2981]: 6 -0.997681 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3108]: 6 0 1.32018 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3113]: 6 -3.42068 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3120]: 6 0 0.303018 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3154]: 6 -5.25571 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3212]: 6 0 0.234907 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3216]: 6 -3.56566 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3218]: 6 -1.00042 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3224]: 6 -0.996648 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3325]: 6 -0.999998 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3416]: 6 -0.865724 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3423]: 6 -0.414696 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3448]: 6 -0.0278448 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3451]: 6 -3.19431 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3473]: 6 -0.999967 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3489]: 6 -0.454304 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3493]: 6 -1.18492 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3526]: 6 0 0.379348 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3530]: 6 -4.14342 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3586]: 6 -17.4091 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3612]: 6 -0.274448 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3619]: 6 -0.999947 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3700]: 6 -0.957981 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3708]: 6 -0.999998 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3724]: 6 -0.877745 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3734]: 6 -0.999921 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3738]: 6 0 4.45799 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3784]: 6 -0.665159 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3785]: 6 -0.656509 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3789]: 6 -1.9654 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3794]: 6 0 20.1033 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3805]: 6 -0.935181 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3828]: 6 -0.538296 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3878]: 6 0 0.67935 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3886]: 6 0 10.9462 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3889]: 6 -1.63169 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3892]: 6 -0.720948 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3903]: 6 -0.542254 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3918]: 6 -2.71481 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3920]: 6 -4.84977 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3929]: 6 -1.51088 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3934]: 6 0 1.42527 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3973]: 6 0 0.517153 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3975]: 6 -9.04167 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[3996]: 6 -0.61046 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4005]: 6 -0.99975 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4067]: 6 -2.00882 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4080]: 6 -0.740567 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4085]: 6 -0.468748 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4092]: 6 -1.0046 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4096]: 6 0 1.21884 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4098]: 6 -0.20667 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4112]: 6 0 1.47229 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4164]: 6 -0.998523 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4188]: 6 -0.537109 0 shouldn't be
799.07/806.20	WSVECS04 Frhs2[4248]: 6 0 0.998975 shouldn't be
864.06/871.72	c #Conflicts:    1542000 | #Constraints:      35306
864.06/871.72	c #Conflicts:    1543000 | #Constraints:      36306
864.06/871.72	c #Conflicts:    1544000 | #Constraints:      37306
864.06/871.72	c #Conflicts:    1545000 | #Constraints:      38306
864.06/871.72	c #Conflicts:    1546000 | #Constraints:      39306
864.06/871.72	c #Conflicts:    1547000 | #Constraints:      40306
864.06/871.72	c #Conflicts:    1548000 | #Constraints:      41306
864.06/871.72	c #Conflicts:    1549000 | #Constraints:      42306
864.06/871.72	c #Conflicts:    1550000 | #Constraints:      43306
864.06/871.72	c #Conflicts:    1551000 | #Constraints:      44306
864.06/871.72	c #Conflicts:    1552000 | #Constraints:      45306
864.06/871.72	c #Conflicts:    1553000 | #Constraints:      46306
864.06/871.72	c #Conflicts:    1554000 | #Constraints:      47306
864.06/871.72	c #Conflicts:    1555000 | #Constraints:      48306
864.06/871.72	c #Conflicts:    1556000 | #Constraints:      49306
864.06/871.72	c #Conflicts:    1557000 | #Constraints:      50306
864.06/871.72	c #Conflicts:    1558000 | #Constraints:      51306
864.06/871.72	c #Conflicts:    1559000 | #Constraints:      52306
864.06/871.72	c #Conflicts:    1560000 | #Constraints:      53306
864.06/871.72	c #Conflicts:    1561000 | #Constraints:      54306
864.06/871.72	c #Conflicts:    1562000 | #Constraints:      55306
864.06/871.72	c #Conflicts:    1563000 | #Constraints:      56306
864.06/871.72	c #Conflicts:    1564000 | #Constraints:      57306
864.06/871.72	c #Conflicts:    1565000 | #Constraints:      58306
864.06/871.72	c #Conflicts:    1566000 | #Constraints:      59306
864.06/871.72	c INPROCESSING
864.06/871.72	c GARBAGE COLLECT
864.06/871.72	c #Conflicts:    1567000 | #Constraints:      35443
864.06/871.72	c #Conflicts:    1568000 | #Constraints:      36443
864.06/871.72	c #Conflicts:    1569000 | #Constraints:      37443
864.06/871.72	c #Conflicts:    1570000 | #Constraints:      38443
864.06/871.72	c #Conflicts:    1571000 | #Constraints:      39443
864.06/871.72	c #Conflicts:    1572000 | #Constraints:      40443
864.06/871.72	c #Conflicts:    1573000 | #Constraints:      41443
864.06/871.72	c #Conflicts:    1574000 | #Constraints:      42443
864.06/871.72	c #Conflicts:    1575000 | #Constraints:      43443
864.06/871.72	c #Conflicts:    1576000 | #Constraints:      44443
864.06/871.72	c #Conflicts:    1577000 | #Constraints:      45443
864.06/871.72	c #Conflicts:    1578000 | #Constraints:      46443
864.06/871.72	c #Conflicts:    1579000 | #Constraints:      47443
864.06/871.72	c #Conflicts:    1580000 | #Constraints:      48443
864.06/871.72	c #Conflicts:    1581000 | #Constraints:      49443
864.06/871.72	c #Conflicts:    1582000 | #Constraints:      50443
864.06/871.72	c #Conflicts:    1583000 | #Constraints:      51443
864.06/871.72	c #Conflicts:    1584000 | #Constraints:      52443
864.06/871.72	c #Conflicts:    1585000 | #Constraints:      53443
864.06/871.72	c #Conflicts:    1586000 | #Constraints:      54443
864.06/871.72	c #Conflicts:    1587000 | #Constraints:      55443
864.06/871.72	c #Conflicts:    1588000 | #Constraints:      56443
864.06/871.72	c #Conflicts:    1589000 | #Constraints:      57443
864.06/871.72	c #Conflicts:    1590000 | #Constraints:      58443
864.06/871.72	c #Conflicts:    1591000 | #Constraints:      59443
864.06/871.72	c INPROCESSING
864.06/871.72	c GARBAGE COLLECT
864.06/871.72	c #Conflicts:    1592000 | #Constraints:      35431
864.06/871.72	c #Conflicts:    1593000 | #Constraints:      36431
864.06/871.72	c #Conflicts:    1594000 | #Constraints:      37431
864.06/871.72	c #Conflicts:    1595000 | #Constraints:      38431
864.06/871.72	c #Conflicts:    1596000 | #Constraints:      39431
864.06/871.72	c #Conflicts:    1597000 | #Constraints:      40431
864.06/871.72	c #Conflicts:    1598000 | #Constraints:      41431
864.06/871.72	c #Conflicts:    1599000 | #Constraints:      42431
864.06/871.72	c #Conflicts:    1600000 | #Constraints:      43431
864.06/871.72	c #Conflicts:    1601000 | #Constraints:      44431
864.06/871.72	c #Conflicts:    1602000 | #Constraints:      45431
864.06/871.72	c #Conflicts:    1603000 | #Constraints:      46431
864.06/871.72	c #Conflicts:    1604000 | #Constraints:      47431
864.06/871.72	c #Conflicts:    1605000 | #Constraints:      48431
864.06/871.72	c #Conflicts:    1606000 | #Constraints:      49431
864.06/871.72	c #Conflicts:    1607000 | #Constraints:      50431
864.06/871.72	c #Conflicts:    1608000 | #Constraints:      51431
864.06/871.72	c #Conflicts:    1609000 | #Constraints:      52431
864.06/871.72	c #Conflicts:    1610000 | #Constraints:      53431
864.06/871.72	c #Conflicts:    1611000 | #Constraints:      54431
864.06/871.72	c #Conflicts:    1612000 | #Constraints:      55431
864.06/871.72	c #Conflicts:    1613000 | #Constraints:      56431
864.06/871.72	c #Conflicts:    1614000 | #Constraints:      57431
864.06/871.72	c #Conflicts:    1615000 | #Constraints:      58431
864.06/871.72	c #Conflicts:    1616000 | #Constraints:      59431
864.06/871.72	c INPROCESSING
864.06/871.72	c GARBAGE COLLECT
864.06/871.72	c #Conflicts:    1617000 | #Constraints:      35239
864.06/871.72	c #Conflicts:    1618000 | #Constraints:      36239
917.29/925.27	c #Conflicts:    1619000 | #Constraints:      37239
917.29/925.27	c #Conflicts:    1620000 | #Constraints:      38239
917.29/925.27	c #Conflicts:    1621000 | #Constraints:      39239
917.29/925.27	c #Conflicts:    1622000 | #Constraints:      40239
917.29/925.27	c #Conflicts:    1623000 | #Constraints:      41239
917.29/925.27	c #Conflicts:    1624000 | #Constraints:      42239
917.29/925.27	c #Conflicts:    1625000 | #Constraints:      43239
917.29/925.27	c #Conflicts:    1626000 | #Constraints:      44239
917.29/925.27	c #Conflicts:    1627000 | #Constraints:      45239
917.29/925.27	c #Conflicts:    1628000 | #Constraints:      46239
917.29/925.27	c #Conflicts:    1629000 | #Constraints:      47239
917.29/925.27	c #Conflicts:    1630000 | #Constraints:      48239
917.29/925.27	c #Conflicts:    1631000 | #Constraints:      49239
917.29/925.27	c #Conflicts:    1632000 | #Constraints:      50239
917.29/925.27	c #Conflicts:    1633000 | #Constraints:      51239
917.29/925.27	c #Conflicts:    1634000 | #Constraints:      52239
917.29/925.27	c #Conflicts:    1635000 | #Constraints:      53239
917.29/925.27	c #Conflicts:    1636000 | #Constraints:      54239
917.29/925.27	c #Conflicts:    1637000 | #Constraints:      55239
917.29/925.27	c #Conflicts:    1638000 | #Constraints:      56239
917.29/925.27	c #Conflicts:    1639000 | #Constraints:      57239
917.29/925.27	c #Conflicts:    1640000 | #Constraints:      58239
917.29/925.27	c #Conflicts:    1641000 | #Constraints:      59239
917.29/925.27	c #Conflicts:    1642000 | #Constraints:      60239
917.29/925.27	c INPROCESSING
917.29/925.27	c GARBAGE COLLECT
917.29/925.27	c #Conflicts:    1643000 | #Constraints:      35832
917.29/925.27	c #Conflicts:    1644000 | #Constraints:      36832
917.29/925.27	c #Conflicts:    1645000 | #Constraints:      37832
917.29/925.27	c #Conflicts:    1646000 | #Constraints:      38832
917.29/925.27	c #Conflicts:    1647000 | #Constraints:      39832
917.29/925.27	c #Conflicts:    1648000 | #Constraints:      40832
917.29/925.27	c #Conflicts:    1649000 | #Constraints:      41832
917.29/925.27	c #Conflicts:    1650000 | #Constraints:      42832
917.29/925.27	c #Conflicts:    1651000 | #Constraints:      43832
917.29/925.27	c #Conflicts:    1652000 | #Constraints:      44832
917.29/925.27	c #Conflicts:    1653000 | #Constraints:      45832
917.29/925.27	c #Conflicts:    1654000 | #Constraints:      46832
917.29/925.27	c #Conflicts:    1655000 | #Constraints:      47832
917.29/925.27	c #Conflicts:    1656000 | #Constraints:      48832
917.29/925.27	c #Conflicts:    1657000 | #Constraints:      49832
917.29/925.27	c #Conflicts:    1658000 | #Constraints:      50832
917.29/925.27	c #Conflicts:    1659000 | #Constraints:      51832
917.29/925.27	c #Conflicts:    1660000 | #Constraints:      52832
917.29/925.27	c #Conflicts:    1661000 | #Constraints:      53832
917.29/925.27	c #Conflicts:    1662000 | #Constraints:      54832
917.29/925.27	c #Conflicts:    1663000 | #Constraints:      55832
917.29/925.27	c #Conflicts:    1664000 | #Constraints:      56832
917.29/925.27	c #Conflicts:    1665000 | #Constraints:      57832
917.29/925.27	c #Conflicts:    1666000 | #Constraints:      58832
917.29/925.27	c #Conflicts:    1667000 | #Constraints:      59832
917.29/925.27	c #Conflicts:    1668000 | #Constraints:      60832
917.29/925.27	c INPROCESSING
917.29/925.27	c GARBAGE COLLECT
917.29/925.27	c #Conflicts:    1669000 | #Constraints:      36177
917.29/925.27	c #Conflicts:    1670000 | #Constraints:      37177
917.29/925.27	c #Conflicts:    1671000 | #Constraints:      38177
917.29/925.27	c #Conflicts:    1672000 | #Constraints:      39177
917.29/925.27	c #Conflicts:    1673000 | #Constraints:      40177
917.29/925.27	c #Conflicts:    1674000 | #Constraints:      41177
917.29/925.27	c #Conflicts:    1675000 | #Constraints:      42177
917.29/925.27	c #Conflicts:    1676000 | #Constraints:      43177
917.29/925.27	c #Conflicts:    1677000 | #Constraints:      44177
917.29/925.27	c #Conflicts:    1678000 | #Constraints:      45177
917.29/925.27	c #Conflicts:    1679000 | #Constraints:      46177
917.29/925.27	c #Conflicts:    1680000 | #Constraints:      47177
917.29/925.27	c #Conflicts:    1681000 | #Constraints:      48177
917.29/925.27	c #Conflicts:    1682000 | #Constraints:      49177
917.29/925.27	c #Conflicts:    1683000 | #Constraints:      50177
917.29/925.27	c #Conflicts:    1684000 | #Constraints:      51177
917.29/925.27	c #Conflicts:    1685000 | #Constraints:      52177
917.29/925.27	c #Conflicts:    1686000 | #Constraints:      53177
917.29/925.27	c #Conflicts:    1687000 | #Constraints:      54177
917.29/925.27	c #Conflicts:    1688000 | #Constraints:      55177
917.29/925.27	c #Conflicts:    1689000 | #Constraints:      56177
917.29/925.27	c #Conflicts:    1690000 | #Constraints:      57177
917.29/925.27	c #Conflicts:    1691000 | #Constraints:      58177
917.29/925.27	c #Conflicts:    1692000 | #Constraints:      59177
917.29/925.27	c #Conflicts:    1693000 | #Constraints:      60177
917.29/925.27	c #Conflicts:    1694000 | #Constraints:      61177
917.29/925.27	c INPROCESSING
917.29/925.27	c GARBAGE COLLECT
917.29/925.27	c #Conflicts:    1695000 | #Constraints:      36404
959.09/967.52	c #Conflicts:    1696000 | #Constraints:      37404
959.09/967.52	c #Conflicts:    1697000 | #Constraints:      38404
959.09/967.52	c #Conflicts:    1698000 | #Constraints:      39404
959.09/967.52	c #Conflicts:    1699000 | #Constraints:      40404
959.09/967.52	c #Conflicts:    1700000 | #Constraints:      41404
959.09/967.52	c #Conflicts:    1701000 | #Constraints:      42404
959.09/967.52	c #Conflicts:    1702000 | #Constraints:      43404
959.09/967.52	c #Conflicts:    1703000 | #Constraints:      44404
959.09/967.52	c #Conflicts:    1704000 | #Constraints:      45404
959.09/967.52	c #Conflicts:    1705000 | #Constraints:      46404
959.09/967.52	c #Conflicts:    1706000 | #Constraints:      47404
959.09/967.52	c #Conflicts:    1707000 | #Constraints:      48404
959.09/967.52	c #Conflicts:    1708000 | #Constraints:      49404
959.09/967.52	c #Conflicts:    1709000 | #Constraints:      50404
959.09/967.52	c #Conflicts:    1710000 | #Constraints:      51404
959.09/967.52	c #Conflicts:    1711000 | #Constraints:      52404
959.09/967.52	c #Conflicts:    1712000 | #Constraints:      53404
959.09/967.52	c #Conflicts:    1713000 | #Constraints:      54404
959.09/967.52	c #Conflicts:    1714000 | #Constraints:      55404
959.09/967.52	c #Conflicts:    1715000 | #Constraints:      56404
959.09/967.52	c #Conflicts:    1716000 | #Constraints:      57404
959.09/967.52	c #Conflicts:    1717000 | #Constraints:      58404
959.09/967.52	c #Conflicts:    1718000 | #Constraints:      59404
959.09/967.52	c #Conflicts:    1719000 | #Constraints:      60404
959.09/967.52	c #Conflicts:    1720000 | #Constraints:      61404
959.09/967.52	c INPROCESSING
959.09/967.52	c GARBAGE COLLECT
959.09/967.52	c #Conflicts:    1721000 | #Constraints:      36415
959.09/967.52	c #Conflicts:    1722000 | #Constraints:      37415
959.09/967.52	c #Conflicts:    1723000 | #Constraints:      38415
959.09/967.52	c #Conflicts:    1724000 | #Constraints:      39415
959.09/967.52	c #Conflicts:    1725000 | #Constraints:      40415
959.09/967.52	c #Conflicts:    1726000 | #Constraints:      41415
959.09/967.52	c #Conflicts:    1727000 | #Constraints:      42415
959.09/967.52	c #Conflicts:    1728000 | #Constraints:      43415
959.09/967.52	c #Conflicts:    1729000 | #Constraints:      44415
959.09/967.52	c #Conflicts:    1730000 | #Constraints:      45415
959.09/967.52	c #Conflicts:    1731000 | #Constraints:      46415
959.09/967.52	c #Conflicts:    1732000 | #Constraints:      47415
959.09/967.52	c #Conflicts:    1733000 | #Constraints:      48415
959.09/967.52	c #Conflicts:    1734000 | #Constraints:      49415
959.09/967.52	c #Conflicts:    1735000 | #Constraints:      50415
959.09/967.52	c #Conflicts:    1736000 | #Constraints:      51415
959.09/967.52	c #Conflicts:    1737000 | #Constraints:      52415
959.09/967.52	c #Conflicts:    1738000 | #Constraints:      53415
959.09/967.52	c #Conflicts:    1739000 | #Constraints:      54415
959.09/967.52	c #Conflicts:    1740000 | #Constraints:      55415
959.09/967.52	c #Conflicts:    1741000 | #Constraints:      56415
959.09/967.52	c #Conflicts:    1742000 | #Constraints:      57415
959.09/967.52	c #Conflicts:    1743000 | #Constraints:      58416
959.09/967.52	c #Conflicts:    1744000 | #Constraints:      59416
959.09/967.52	c #Conflicts:    1745000 | #Constraints:      60416
959.09/967.52	c #Conflicts:    1746000 | #Constraints:      61416
959.09/967.52	c INPROCESSING
959.09/967.52	c GARBAGE COLLECT
959.09/967.52	c #Conflicts:    1747000 | #Constraints:      36225
959.09/967.52	c #Conflicts:    1748000 | #Constraints:      37225
959.09/967.52	c #Conflicts:    1749000 | #Constraints:      38225
959.09/967.52	c #Conflicts:    1750000 | #Constraints:      39225
959.09/967.52	c #Conflicts:    1751000 | #Constraints:      40225
959.09/967.52	c #Conflicts:    1752000 | #Constraints:      41225
959.09/967.52	c #Conflicts:    1753000 | #Constraints:      42225
959.09/967.52	c #Conflicts:    1754000 | #Constraints:      43225
959.09/967.52	c #Conflicts:    1755000 | #Constraints:      44225
959.09/967.52	c #Conflicts:    1756000 | #Constraints:      45225
959.09/967.52	c #Conflicts:    1757000 | #Constraints:      46225
959.09/967.52	c #Conflicts:    1758000 | #Constraints:      47225
959.09/967.52	c #Conflicts:    1759000 | #Constraints:      48225
959.09/967.52	c #Conflicts:    1760000 | #Constraints:      49225
959.09/967.52	c #Conflicts:    1761000 | #Constraints:      50225
959.09/967.52	c #Conflicts:    1762000 | #Constraints:      51225
959.09/967.52	c #Conflicts:    1763000 | #Constraints:      52225
959.09/967.52	c #Conflicts:    1764000 | #Constraints:      53225
959.09/967.52	c #Conflicts:    1765000 | #Constraints:      54225
959.09/967.52	c #Conflicts:    1766000 | #Constraints:      55225
959.09/967.52	c #Conflicts:    1767000 | #Constraints:      56225
959.09/967.52	c #Conflicts:    1768000 | #Constraints:      57225
959.09/967.52	c #Conflicts:    1769000 | #Constraints:      58225
959.09/967.52	c #Conflicts:    1770000 | #Constraints:      59225
959.09/967.52	c #Conflicts:    1771000 | #Constraints:      60225
959.09/967.52	c #Conflicts:    1772000 | #Constraints:      61225
959.09/967.52	c #Conflicts:    1773000 | #Constraints:      62225
976.94/985.49	c INPROCESSING
976.94/985.49	c GARBAGE COLLECT
976.94/985.49	c #Conflicts:    1774000 | #Constraints:      36832
976.94/985.49	c #Conflicts:    1775000 | #Constraints:      37832
976.94/985.49	c #Conflicts:    1776000 | #Constraints:      38832
976.94/985.49	c #Conflicts:    1777000 | #Constraints:      39832
976.94/985.49	c #Conflicts:    1778000 | #Constraints:      40832
976.94/985.49	c #Conflicts:    1779000 | #Constraints:      41832
976.94/985.49	c #Conflicts:    1780000 | #Constraints:      42832
976.94/985.49	c #Conflicts:    1781000 | #Constraints:      43832
976.94/985.49	c #Conflicts:    1782000 | #Constraints:      44832
976.94/985.49	c #Conflicts:    1783000 | #Constraints:      45832
976.94/985.49	c #Conflicts:    1784000 | #Constraints:      46832
976.94/985.49	c #Conflicts:    1785000 | #Constraints:      47832
976.94/985.49	c #Conflicts:    1786000 | #Constraints:      48832
976.94/985.49	c #Conflicts:    1787000 | #Constraints:      49832
976.94/985.49	c #Conflicts:    1788000 | #Constraints:      50832
976.94/985.49	c #Conflicts:    1789000 | #Constraints:      51832
976.94/985.49	c #Conflicts:    1790000 | #Constraints:      52832
976.94/985.49	c #Conflicts:    1791000 | #Constraints:      53832
976.94/985.49	c #Conflicts:    1792000 | #Constraints:      54832
976.94/985.49	c #Conflicts:    1793000 | #Constraints:      55832
976.94/985.49	c #Conflicts:    1794000 | #Constraints:      56832
976.94/985.49	c #Conflicts:    1795000 | #Constraints:      57832
976.94/985.49	c #Conflicts:    1796000 | #Constraints:      58832
976.94/985.49	c #Conflicts:    1797000 | #Constraints:      59832
976.94/985.49	c #Conflicts:    1798000 | #Constraints:      60832
976.94/985.49	c #Conflicts:    1799000 | #Constraints:      61832
976.94/985.49	c #Conflicts:    1800000 | #Constraints:      62832
976.94/985.49	c INPROCESSING
976.94/985.49	c GARBAGE COLLECT
976.94/985.49	c rational objective 696.674
1030.65/1039.79	c #Conflicts:    1801000 | #Constraints:      37219
1030.65/1039.79	c #Conflicts:    1802000 | #Constraints:      38219
1030.65/1039.79	c #Conflicts:    1803000 | #Constraints:      39219
1030.65/1039.79	c #Conflicts:    1804000 | #Constraints:      40219
1030.65/1039.79	c #Conflicts:    1805000 | #Constraints:      41219
1030.65/1039.79	c #Conflicts:    1806000 | #Constraints:      42219
1030.65/1039.79	c #Conflicts:    1807000 | #Constraints:      43219
1030.65/1039.79	c #Conflicts:    1808000 | #Constraints:      44219
1030.65/1039.79	c #Conflicts:    1809000 | #Constraints:      45219
1030.65/1039.79	c #Conflicts:    1810000 | #Constraints:      46219
1030.65/1039.79	c #Conflicts:    1811000 | #Constraints:      47219
1030.65/1039.79	c #Conflicts:    1812000 | #Constraints:      48219
1030.65/1039.79	c #Conflicts:    1813000 | #Constraints:      49219
1030.65/1039.79	c #Conflicts:    1814000 | #Constraints:      50219
1030.65/1039.79	c #Conflicts:    1815000 | #Constraints:      51219
1030.65/1039.79	c #Conflicts:    1816000 | #Constraints:      52219
1030.65/1039.79	c #Conflicts:    1817000 | #Constraints:      53219
1030.65/1039.79	c #Conflicts:    1818000 | #Constraints:      54219
1030.65/1039.79	c #Conflicts:    1819000 | #Constraints:      55219
1030.65/1039.79	c #Conflicts:    1820000 | #Constraints:      56219
1030.65/1039.79	c #Conflicts:    1821000 | #Constraints:      57219
1030.65/1039.79	c #Conflicts:    1822000 | #Constraints:      58219
1030.65/1039.79	c #Conflicts:    1823000 | #Constraints:      59219
1030.65/1039.79	c #Conflicts:    1824000 | #Constraints:      60219
1030.65/1039.79	c #Conflicts:    1825000 | #Constraints:      61219
1030.65/1039.79	c #Conflicts:    1826000 | #Constraints:      62219
1030.65/1039.79	c #Conflicts:    1827000 | #Constraints:      63219
1030.65/1039.79	c INPROCESSING
1030.65/1039.79	c GARBAGE COLLECT
1030.65/1039.79	c #Conflicts:    1828000 | #Constraints:      37434
1030.65/1039.79	c #Conflicts:    1829000 | #Constraints:      38434
1030.65/1039.79	c #Conflicts:    1830000 | #Constraints:      39434
1030.65/1039.79	c #Conflicts:    1831000 | #Constraints:      40434
1030.65/1039.79	c #Conflicts:    1832000 | #Constraints:      41434
1030.65/1039.79	c #Conflicts:    1833000 | #Constraints:      42434
1030.65/1039.79	c #Conflicts:    1834000 | #Constraints:      43434
1030.65/1039.79	c #Conflicts:    1835000 | #Constraints:      44434
1030.65/1039.79	c #Conflicts:    1836000 | #Constraints:      45434
1030.65/1039.79	c #Conflicts:    1837000 | #Constraints:      46434
1030.65/1039.79	c #Conflicts:    1838000 | #Constraints:      47434
1030.65/1039.79	c #Conflicts:    1839000 | #Constraints:      48434
1030.65/1039.79	c #Conflicts:    1840000 | #Constraints:      49434
1030.65/1039.79	c #Conflicts:    1841000 | #Constraints:      50434
1030.65/1039.79	c #Conflicts:    1842000 | #Constraints:      51434
1030.65/1039.79	c #Conflicts:    1843000 | #Constraints:      52434
1030.65/1039.79	c #Conflicts:    1844000 | #Constraints:      53434
1030.65/1039.79	c #Conflicts:    1845000 | #Constraints:      54434
1030.65/1039.79	c #Conflicts:    1846000 | #Constraints:      55434
1030.65/1039.79	c #Conflicts:    1847000 | #Constraints:      56434
1030.65/1039.79	c #Conflicts:    1848000 | #Constraints:      57434
1030.65/1039.79	c #Conflicts:    1849000 | #Constraints:      58434
1030.65/1039.79	c #Conflicts:    1850000 | #Constraints:      59435
1030.65/1039.79	c #Conflicts:    1851000 | #Constraints:      60435
1030.65/1039.79	c #Conflicts:    1852000 | #Constraints:      61435
1030.65/1039.79	c #Conflicts:    1853000 | #Constraints:      62435
1030.65/1039.79	c #Conflicts:    1854000 | #Constraints:      63435
1030.65/1039.79	c INPROCESSING
1030.65/1039.79	c GARBAGE COLLECT
1030.65/1039.79	c #Conflicts:    1855000 | #Constraints:      37460
1030.65/1039.79	c #Conflicts:    1856000 | #Constraints:      38460
1030.65/1039.79	c #Conflicts:    1857000 | #Constraints:      39460
1030.65/1039.79	c #Conflicts:    1858000 | #Constraints:      40460
1030.65/1039.79	c #Conflicts:    1859000 | #Constraints:      41460
1030.65/1039.79	c #Conflicts:    1860000 | #Constraints:      42460
1030.65/1039.79	c #Conflicts:    1861000 | #Constraints:      43460
1030.65/1039.79	c #Conflicts:    1862000 | #Constraints:      44460
1030.65/1039.79	c #Conflicts:    1863000 | #Constraints:      45460
1030.65/1039.79	c #Conflicts:    1864000 | #Constraints:      46460
1030.65/1039.79	c #Conflicts:    1865000 | #Constraints:      47460
1030.65/1039.79	c #Conflicts:    1866000 | #Constraints:      48460
1030.65/1039.79	c #Conflicts:    1867000 | #Constraints:      49460
1030.65/1039.79	c #Conflicts:    1868000 | #Constraints:      50460
1030.65/1039.79	c #Conflicts:    1869000 | #Constraints:      51535
1030.65/1039.79	c #Conflicts:    1870000 | #Constraints:      53051
1030.65/1039.79	c #Conflicts:    1871000 | #Constraints:      54484
1030.65/1039.79	c #Conflicts:    1872000 | #Constraints:      55484
1030.65/1039.79	c #Conflicts:    1873000 | #Constraints:      56484
1030.65/1039.79	c #Conflicts:    1874000 | #Constraints:      57484
1030.65/1039.79	c #Conflicts:    1875000 | #Constraints:      58484
1030.65/1039.79	c #Conflicts:    1876000 | #Constraints:      59484
1030.65/1039.79	c #Conflicts:    1877000 | #Constraints:      60484
1030.65/1039.79	c #Conflicts:    1878000 | #Constraints:      61484
1046.82/1056.13	c #Conflicts:    1879000 | #Constraints:      62484
1046.82/1056.13	c #Conflicts:    1880000 | #Constraints:      63484
1046.82/1056.13	c #Conflicts:    1881000 | #Constraints:      64484
1046.82/1056.13	c INPROCESSING
1046.82/1056.13	c GARBAGE COLLECT
1046.82/1056.13	c #Conflicts:    1882000 | #Constraints:      37752
1046.82/1056.13	c #Conflicts:    1883000 | #Constraints:      38752
1046.82/1056.13	c #Conflicts:    1884000 | #Constraints:      39752
1046.82/1056.13	c #Conflicts:    1885000 | #Constraints:      40752
1046.82/1056.13	c #Conflicts:    1886000 | #Constraints:      41752
1046.82/1056.13	c #Conflicts:    1887000 | #Constraints:      42752
1046.82/1056.13	c #Conflicts:    1888000 | #Constraints:      43752
1046.82/1056.13	c #Conflicts:    1889000 | #Constraints:      44752
1046.82/1056.13	c #Conflicts:    1890000 | #Constraints:      45752
1046.82/1056.13	c #Conflicts:    1891000 | #Constraints:      46752
1046.82/1056.13	c #Conflicts:    1892000 | #Constraints:      47752
1046.82/1056.13	c #Conflicts:    1893000 | #Constraints:      48752
1046.82/1056.13	c #Conflicts:    1894000 | #Constraints:      49752
1046.82/1056.13	c #Conflicts:    1895000 | #Constraints:      50752
1046.82/1056.13	c #Conflicts:    1896000 | #Constraints:      51752
1046.82/1056.13	c #Conflicts:    1897000 | #Constraints:      52752
1046.82/1056.13	c #Conflicts:    1898000 | #Constraints:      53752
1046.82/1056.13	c #Conflicts:    1899000 | #Constraints:      54752
1046.82/1056.13	c #Conflicts:    1900000 | #Constraints:      55752
1046.82/1056.13	c #Conflicts:    1901000 | #Constraints:      56752
1046.82/1056.13	c #Conflicts:    1902000 | #Constraints:      57753
1046.82/1056.13	c #Conflicts:    1903000 | #Constraints:      58753
1046.82/1056.13	c #Conflicts:    1904000 | #Constraints:      59753
1046.82/1056.13	c #Conflicts:    1905000 | #Constraints:      60753
1046.82/1056.13	c #Conflicts:    1906000 | #Constraints:      61753
1046.82/1056.13	c #Conflicts:    1907000 | #Constraints:      62753
1046.82/1056.13	c #Conflicts:    1908000 | #Constraints:      63753
1046.82/1056.13	c #Conflicts:    1909000 | #Constraints:      64928
1046.82/1056.13	c INPROCESSING
1046.82/1056.13	c GARBAGE COLLECT
1046.82/1056.13	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[9]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[52]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[81]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[100]: 6 0 2.4063 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[117]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[147]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[165]: 6 -6.53128 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[185]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[186]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[220]: 6 -1.0782 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[263]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[322]: 6 -1.18754 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[323]: 6 -1.25004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[338]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[373]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[419]: 6 -2.88549 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[425]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[445]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[449]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[479]: 6 -1.25005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[481]: 6 -1.31254 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[499]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[519]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[538]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[541]: 6 -1.3126 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[548]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[551]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[557]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[574]: 6 -1.25008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[575]: 6 -1.25002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[585]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[590]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[595]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[629]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[631]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[646]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[673]: 6 -1.25006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[935]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[998]: 6 -0.875013 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1000]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1016]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1019]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1049]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1054]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1083]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1088]: 6 -1.31258 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1090]: 6 -1.25004 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1095]: 6 -0.750034 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1101]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1112]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1116]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1126]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1133]: 6 -1.00005 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
1046.82/1056.13	WSVECS04 Frhs2[1157]: 6 -7.81253 0 shouldn't be
1046.82/1056.13	WSV [...]

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

| #Constraints:      56192
1852.08/1867.38	c #Conflicts:    2777000 | #Constraints:      57192
1852.08/1867.38	c #Conflicts:    2778000 | #Constraints:      58192
1852.08/1867.38	c #Conflicts:    2779000 | #Constraints:      59201
1852.08/1867.38	c #Conflicts:    2780000 | #Constraints:      60640
1852.08/1867.38	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[43]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[71]: 6 -1.32813 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[109]: 6 0 0.250001 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[138]: 6 -2.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[246]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[299]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[347]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[388]: 6 -0.17448 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[456]: 6 -2 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[521]: 6 -1.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[616]: 6 -1.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[644]: 6 -0.42448 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[667]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[675]: 6 0 0.441407 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[709]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[728]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[733]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[945]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1059]: 6 -1.29565 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1063]: 6 0 0.101563 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1091]: 6 0 2.05208 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1096]: 6 -1.01172 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1121]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1128]: 6 -1.07813 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1214]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1240]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1283]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1288]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1335]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1344]: 6 -1.33301 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1348]: 6 -0.837403 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1372]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1381]: 6 -0.312501 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1409]: 6 -1.125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1410]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1413]: 6 -0.750001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1445]: 6 -2.08203 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1452]: 6 -0.500001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1474]: 6 -0.750001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1482]: 6 -0.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1507]: 6 -0.773438 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1539]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1568]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1594]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1963]: 6 -1.33203 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2052]: 6 -1.3313 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2066]: 6 0 1.40625 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2085]: 6 -3 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2109]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2112]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2152]: 6 -1.14844 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2153]: 6 -1.14844 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2253]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2255]: 6 -0.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2261]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2355]: 6 -1.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2456]: 6 -5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2631]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2635]: 6 -0.656251 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2820]: 6 -1.33447 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2918]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3011]: 6 -1.3125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3024]: 6 -0.625001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3029]: 6 -0.500001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3078]: 6 -1.125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3110]: 6 -13.625 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3112]: 6 -1.125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3113]: 6 -1.125 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3161]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3178]: 6 -1.75 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3179]: 6 -1.5 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3203]: 6 -0.750001 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3220]: 6 0 2 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3267]: 6 -1.22656 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3300]: 6 -0.953126 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3364]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3396]: 6 -4.9375 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3447]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3555]: 6 -1.33203 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3577]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3669]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3672]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3944]: 6 -1.4375 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3989]: 6 -2 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3992]: 6 0 15 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4047]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4124]: 6 -1.25 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4137]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4142]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4143]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4173]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4175]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4176]: 6 -1 0 shouldn't be
1852.08/1867.38	WSVECS04 Frhs2[4243]: 6 -1 0 shouldn't be
1903.81/1919.34	c #Conflicts:    2781000 | #Constraints:      61856
1903.81/1919.34	c #Conflicts:    2782000 | #Constraints:      62856
1903.81/1919.34	c #Conflicts:    2783000 | #Constraints:      63856
1903.81/1919.34	c #Conflicts:    2784000 | #Constraints:      64856
1903.81/1919.34	c #Conflicts:    2785000 | #Constraints:      65856
1903.81/1919.34	c #Conflicts:    2786000 | #Constraints:      66856
1903.81/1919.34	c #Conflicts:    2787000 | #Constraints:      67856
1903.81/1919.34	c #Conflicts:    2788000 | #Constraints:      68856
1903.81/1919.34	c #Conflicts:    2789000 | #Constraints:      69856
1903.81/1919.34	c #Conflicts:    2790000 | #Constraints:      70856
1903.81/1919.34	c #Conflicts:    2791000 | #Constraints:      71856
1903.81/1919.34	c #Conflicts:    2792000 | #Constraints:      72856
1903.81/1919.34	c #Conflicts:    2793000 | #Constraints:      73856
1903.81/1919.34	c #Conflicts:    2794000 | #Constraints:      74856
1903.81/1919.34	c #Conflicts:    2795000 | #Constraints:      75856
1903.81/1919.34	c #Conflicts:    2796000 | #Constraints:      76856
1903.81/1919.34	c INPROCESSING
1903.81/1919.34	c GARBAGE COLLECT
1903.81/1919.34	c #Conflicts:    2797000 | #Constraints:      43943
1903.81/1919.34	c #Conflicts:    2798000 | #Constraints:      44943
1903.81/1919.34	c #Conflicts:    2799000 | #Constraints:      45943
1903.81/1919.34	c #Conflicts:    2800000 | #Constraints:      46943
1903.81/1919.34	c #Conflicts:    2801000 | #Constraints:      47943
1903.81/1919.34	c #Conflicts:    2802000 | #Constraints:      48943
1903.81/1919.34	c #Conflicts:    2803000 | #Constraints:      49943
1903.81/1919.34	c #Conflicts:    2804000 | #Constraints:      50943
1903.81/1919.34	c #Conflicts:    2805000 | #Constraints:      51943
1903.81/1919.34	c #Conflicts:    2806000 | #Constraints:      52943
1903.81/1919.34	c #Conflicts:    2807000 | #Constraints:      53943
1903.81/1919.34	c #Conflicts:    2808000 | #Constraints:      54943
1903.81/1919.34	c #Conflicts:    2809000 | #Constraints:      55943
1903.81/1919.34	c #Conflicts:    2810000 | #Constraints:      56943
1903.81/1919.34	c #Conflicts:    2811000 | #Constraints:      57943
1903.81/1919.34	c #Conflicts:    2812000 | #Constraints:      58943
1903.81/1919.34	c #Conflicts:    2813000 | #Constraints:      59943
1903.81/1919.34	c #Conflicts:    2814000 | #Constraints:      60943
1903.81/1919.34	c #Conflicts:    2815000 | #Constraints:      61943
1903.81/1919.34	c #Conflicts:    2816000 | #Constraints:      62943
1903.81/1919.34	c #Conflicts:    2817000 | #Constraints:      63943
1903.81/1919.34	c #Conflicts:    2818000 | #Constraints:      64943
1903.81/1919.34	c #Conflicts:    2819000 | #Constraints:      65943
1903.81/1919.34	c #Conflicts:    2820000 | #Constraints:      66943
1903.81/1919.34	c #Conflicts:    2821000 | #Constraints:      67943
1903.81/1919.34	c #Conflicts:    2822000 | #Constraints:      68943
1903.81/1919.34	c #Conflicts:    2823000 | #Constraints:      69943
1903.81/1919.34	c #Conflicts:    2824000 | #Constraints:      70943
1903.81/1919.34	c #Conflicts:    2825000 | #Constraints:      71943
1903.81/1919.34	c #Conflicts:    2826000 | #Constraints:      72943
1903.81/1919.34	c #Conflicts:    2827000 | #Constraints:      73943
1903.81/1919.34	c #Conflicts:    2828000 | #Constraints:      74943
1903.81/1919.34	c #Conflicts:    2829000 | #Constraints:      75943
1903.81/1919.34	c #Conflicts:    2830000 | #Constraints:      76944
1903.81/1919.34	c INPROCESSING
1903.81/1919.34	c GARBAGE COLLECT
1903.81/1919.34	c #Conflicts:    2831000 | #Constraints:      44191
1903.81/1919.34	c #Conflicts:    2832000 | #Constraints:      45191
1903.81/1919.34	c #Conflicts:    2833000 | #Constraints:      46191
1903.81/1919.34	c #Conflicts:    2834000 | #Constraints:      47191
1903.81/1919.34	c #Conflicts:    2835000 | #Constraints:      48191
1903.81/1919.34	c #Conflicts:    2836000 | #Constraints:      49191
1903.81/1919.34	c #Conflicts:    2837000 | #Constraints:      50191
1903.81/1919.34	c #Conflicts:    2838000 | #Constraints:      51191
1903.81/1919.34	c #Conflicts:    2839000 | #Constraints:      52191
1903.81/1919.34	c #Conflicts:    2840000 | #Constraints:      53191
1903.81/1919.34	c #Conflicts:    2841000 | #Constraints:      54191
1903.81/1919.34	c #Conflicts:    2842000 | #Constraints:      55192
1903.81/1919.34	c #Conflicts:    2843000 | #Constraints:      56192
1903.81/1919.34	c #Conflicts:    2844000 | #Constraints:      57192
1903.81/1919.34	c #Conflicts:    2845000 | #Constraints:      58192
1903.81/1919.34	c #Conflicts:    2846000 | #Constraints:      59192
1903.81/1919.34	c #Conflicts:    2847000 | #Constraints:      60192
1903.81/1919.34	c #Conflicts:    2848000 | #Constraints:      61192
1903.81/1919.34	c #Conflicts:    2849000 | #Constraints:      62192
1903.81/1919.34	c #Conflicts:    2850000 | #Constraints:      63192
1903.81/1919.34	c #Conflicts:    2851000 | #Constraints:      64192
1903.81/1919.34	c #Conflicts:    2852000 | #Constraints:      65192
1903.81/1919.34	c #Conflicts:    2853000 | #Constraints:      66193
1903.81/1919.34	c #Conflicts:    2854000 | #Constraints:      67194
1903.81/1919.34	c #Conflicts:    2855000 | #Constraints:      68196
1903.81/1919.34	c #Conflicts:    2856000 | #Constraints:      69197
1903.81/1919.34	c #Conflicts:    2857000 | #Constraints:      70199
1903.81/1919.34	c #Conflicts:    2858000 | #Constraints:      71199
1972.10/1987.98	c #Conflicts:    2859000 | #Constraints:      72199
1972.10/1987.98	c #Conflicts:    2860000 | #Constraints:      73200
1972.10/1987.98	c #Conflicts:    2861000 | #Constraints:      74200
1972.10/1987.98	c #Conflicts:    2862000 | #Constraints:      75200
1972.10/1987.98	c #Conflicts:    2863000 | #Constraints:      76200
1972.10/1987.98	c #Conflicts:    2864000 | #Constraints:      77200
1972.10/1987.98	c INPROCESSING
1972.10/1987.98	c GARBAGE COLLECT
1972.10/1987.98	c #Conflicts:    2865000 | #Constraints:      44419
1972.10/1987.98	c #Conflicts:    2866000 | #Constraints:      45419
1972.10/1987.98	c #Conflicts:    2867000 | #Constraints:      46419
1972.10/1987.98	c #Conflicts:    2868000 | #Constraints:      47419
1972.10/1987.98	c #Conflicts:    2869000 | #Constraints:      48419
1972.10/1987.98	c #Conflicts:    2870000 | #Constraints:      49419
1972.10/1987.98	c #Conflicts:    2871000 | #Constraints:      50419
1972.10/1987.98	c #Conflicts:    2872000 | #Constraints:      51419
1972.10/1987.98	c #Conflicts:    2873000 | #Constraints:      52419
1972.10/1987.98	c #Conflicts:    2874000 | #Constraints:      53419
1972.10/1987.98	c #Conflicts:    2875000 | #Constraints:      54419
1972.10/1987.98	c #Conflicts:    2876000 | #Constraints:      55419
1972.10/1987.98	c #Conflicts:    2877000 | #Constraints:      56419
1972.10/1987.98	c #Conflicts:    2878000 | #Constraints:      57419
1972.10/1987.98	c #Conflicts:    2879000 | #Constraints:      58419
1972.10/1987.98	c #Conflicts:    2880000 | #Constraints:      59419
1972.10/1987.98	c #Conflicts:    2881000 | #Constraints:      60419
1972.10/1987.98	c #Conflicts:    2882000 | #Constraints:      61419
1972.10/1987.98	c #Conflicts:    2883000 | #Constraints:      62419
1972.10/1987.98	c #Conflicts:    2884000 | #Constraints:      63419
1972.10/1987.98	c #Conflicts:    2885000 | #Constraints:      64419
1972.10/1987.98	c #Conflicts:    2886000 | #Constraints:      65419
1972.10/1987.98	c #Conflicts:    2887000 | #Constraints:      66419
1972.10/1987.98	c #Conflicts:    2888000 | #Constraints:      67419
1972.10/1987.98	c #Conflicts:    2889000 | #Constraints:      68419
1972.10/1987.98	c #Conflicts:    2890000 | #Constraints:      69574
1972.10/1987.98	c #Conflicts:    2891000 | #Constraints:      71088
1972.10/1987.98	c #Conflicts:    2892000 | #Constraints:      72595
1972.10/1987.98	c #Conflicts:    2893000 | #Constraints:      74103
1972.10/1987.98	c #Conflicts:    2894000 | #Constraints:      75603
1972.10/1987.98	c #Conflicts:    2895000 | #Constraints:      77108
1972.10/1987.98	c #Conflicts:    2896000 | #Constraints:      78513
1972.10/1987.98	c #Conflicts:    2897000 | #Constraints:      79513
1972.10/1987.98	c #Conflicts:    2898000 | #Constraints:      80513
1972.10/1987.98	c INPROCESSING
1972.10/1987.98	c GARBAGE COLLECT
1972.10/1987.98	c #Conflicts:    2899000 | #Constraints:      46081
1972.10/1987.98	c #Conflicts:    2900000 | #Constraints:      47081
1972.10/1987.98	c #Conflicts:    2901000 | #Constraints:      48081
1972.10/1987.98	c #Conflicts:    2902000 | #Constraints:      49081
1972.10/1987.98	c #Conflicts:    2903000 | #Constraints:      50081
1972.10/1987.98	c #Conflicts:    2904000 | #Constraints:      51081
1972.10/1987.98	c #Conflicts:    2905000 | #Constraints:      52081
1972.10/1987.98	c #Conflicts:    2906000 | #Constraints:      53081
1972.10/1987.98	c #Conflicts:    2907000 | #Constraints:      54081
1972.10/1987.98	c #Conflicts:    2908000 | #Constraints:      55081
1972.10/1987.98	c #Conflicts:    2909000 | #Constraints:      56081
1972.10/1987.98	c #Conflicts:    2910000 | #Constraints:      57081
1972.10/1987.98	c #Conflicts:    2911000 | #Constraints:      58081
1972.10/1987.98	c #Conflicts:    2912000 | #Constraints:      59081
1972.10/1987.98	c #Conflicts:    2913000 | #Constraints:      60081
1972.10/1987.98	c #Conflicts:    2914000 | #Constraints:      61082
1972.10/1987.98	c #Conflicts:    2915000 | #Constraints:      62082
1972.10/1987.98	c #Conflicts:    2916000 | #Constraints:      63082
1972.10/1987.98	c #Conflicts:    2917000 | #Constraints:      64082
1972.10/1987.98	c #Conflicts:    2918000 | #Constraints:      65082
1972.10/1987.98	c #Conflicts:    2919000 | #Constraints:      66082
1972.10/1987.98	c #Conflicts:    2920000 | #Constraints:      67082
1972.10/1987.98	c #Conflicts:    2921000 | #Constraints:      68082
1972.10/1987.98	c #Conflicts:    2922000 | #Constraints:      69082
1972.10/1987.98	c #Conflicts:    2923000 | #Constraints:      70082
1972.10/1987.98	c #Conflicts:    2924000 | #Constraints:      71082
1972.10/1987.98	c #Conflicts:    2925000 | #Constraints:      72082
1972.10/1987.98	c #Conflicts:    2926000 | #Constraints:      73083
1972.10/1987.98	c #Conflicts:    2927000 | #Constraints:      74083
1972.10/1987.98	c #Conflicts:    2928000 | #Constraints:      75519
1972.10/1987.98	c #Conflicts:    2929000 | #Constraints:      77039
1972.10/1987.98	c #Conflicts:    2930000 | #Constraints:      78561
1972.10/1987.98	c #Conflicts:    2931000 | #Constraints:      80057
1972.10/1987.98	c #Conflicts:    2932000 | #Constraints:      81555
1972.10/1987.98	c INPROCESSING
1972.10/1987.98	c GARBAGE COLLECT
1972.10/1987.98	WSVECS04 Frhs2[7]: 6 -0.00940038 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[9]: 6 -0.474558 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[16]: 6 -2.26336 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[22]: 6 -1.2152 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[23]: 6 -30.9245 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[49]: 6 -0.306805 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[50]: 6 -1.23255 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[51]: 6 -0.323015 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[52]: 6 -0.943609 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[56]: 6 -0.993337 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[58]: 6 -1.27207 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[59]: 6 -1.62481 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[63]: 6 -1.14449 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[66]: 6 -0.106784 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[84]: 6 -0.194016 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[96]: 6 -1.23316 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[104]: 6 0 0.0928936 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[114]: 6 -1.32883 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[122]: 6 -1.25179 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[132]: 6 -1.46533 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[135]: 6 0 3.01697 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[150]: 6 -1.623 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[158]: 6 -2.50204 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[159]: 6 -1.24562 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[161]: 6 -2.01536 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[162]: 6 -2.89751 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[180]: 6 0 0.0979355 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[184]: 6 -39.7915 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[193]: 6 0 2.60513 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[214]: 6 -0.99288 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[244]: 6 -0.741052 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[246]: 6 -1.23794 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[248]: 6 -60.7326 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[271]: 6 -0.649263 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[274]: 6 -1.60855 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[278]: 6 -0.948047 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[291]: 6 -1.20363 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[307]: 6 -1.90396 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[321]: 6 0 0.392759 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[326]: 6 -0.0280439 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[329]: 6 0 0.359056 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[340]: 6 0 0.409587 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[352]: 6 -1.25099 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[356]: 6 -0.350861 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[377]: 6 -1.0047 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[383]: 6 -0.999176 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[384]: 6 -1.25454 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[402]: 6 -1.25035 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[414]: 6 -1.00085 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[438]: 6 -0.953114 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[439]: 6 -30.8316 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[451]: 6 -1.22266 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[455]: 6 -2.44682 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[456]: 6 -0.597677 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[470]: 6 -0.993083 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[474]: 6 -1.19695 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[490]: 6 0 1.41263 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[497]: 6 -1.0071 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[529]: 6 -0.917994 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[532]: 6 -1.00612 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[538]: 6 -0.495212 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[553]: 6 0 1.4933 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[554]: 6 0 0.281804 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[563]: 6 -0.106093 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[564]: 6 -1.00446 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[568]: 6 -1.00731 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[570]: 6 -1.42931 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[587]: 6 -0.250139 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[593]: 6 -1.24999 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[595]: 6 0 1.55799 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[645]: 6 -2.28415 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[647]: 6 0 0.858769 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[658]: 6 -1.00035 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[670]: 6 0 0.0253134 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[673]: 6 -1.22882 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[687]: 6 -1.25095 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[690]: 6 -1.00046 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[691]: 6 -0.00210313 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[724]: 6 -1.00308 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[726]: 6 -0.993092 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[922]: 6 -0.997294 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[923]: 6 -0.99451 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[943]: 6 -0.466685 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[950]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[984]: 6 -0.998657 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[998]: 6 -0.171497 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1005]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1008]: 6 -0.937739 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1042]: 6 -1.00099 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1057]: 6 -1.78622 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1061]: 6 -1.23691 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1065]: 6 -1.155 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1066]: 6 0 0.670064 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1077]: 6 -1.71446 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1081]: 6 -1.31258 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1083]: 6 -1.25008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1086]: 6 -0.678148 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1088]: 6 -1.67376 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1095]: 6 -4.84822 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1111]: 6 -1.43983 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1122]: 6 -1.35161 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1128]: 6 -1.57639 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1136]: 6 -0.211998 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1139]: 6 -1.99271 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1143]: 6 -0.427584 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1150]: 6 -2.11445 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1152]: 6 -2.28172 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1157]: 6 0 0.182658 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1158]: 6 -2.21686 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1161]: 6 -1.1 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1167]: 6 0 2.70418 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1169]: 6 -1.47482 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1171]: 6 -30.089 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1174]: 6 -0.454317 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1184]: 6 -1.55101 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1185]: 6 -1.03625 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1191]: 6 0 0.246717 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1196]: 6 0 2.02413 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1202]: 6 -3.24091 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1209]: 6 0 1.05733 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1210]: 6 -0.687588 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1214]: 6 -1.41576 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1218]: 6 -0.520629 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1230]: 6 -1.31648 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1243]: 6 -1.25008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1247]: 6 -1.63645 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1251]: 6 -1.0034 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1259]: 6 -0.147151 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1261]: 6 -1.29769 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1266]: 6 -0.568346 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1270]: 6 -33.6167 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1283]: 6 0 0.535478 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1286]: 6 -1.06998 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1292]: 6 -2.50072 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1296]: 6 -1.00023 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1298]: 6 -0.347467 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1305]: 6 -0.875051 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1312]: 6 -2.58295 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1313]: 6 -1.02495 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1325]: 6 -1.37354 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1326]: 6 -1.01343 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1345]: 6 -0.528946 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1349]: 6 -0.140654 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1361]: 6 -0.937524 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1365]: 6 -1.50451 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1368]: 6 -1.00034 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1369]: 6 -1.25095 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1371]: 6 -1.00361 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1378]: 6 -4.13428 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1379]: 6 -1.08618 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1387]: 6 -0.960461 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1394]: 6 -1.03243 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1396]: 6 -1.12517 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1398]: 6 -1.12505 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1401]: 6 -1.00245 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1412]: 6 -0.700279 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1417]: 6 -3.5378 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1428]: 6 -1.25009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1430]: 6 -1.31253 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1439]: 6 -1.1821 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1440]: 6 -0.450102 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1443]: 6 0 0.107461 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1446]: 6 -1.84804 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1458]: 6 -0.750174 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1460]: 6 -1.24954 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1469]: 6 -2.79032 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1471]: 6 -1.16767 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1474]: 6 -0.236531 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1482]: 6 -0.414784 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1488]: 6 -1.50033 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1490]: 6 -0.748591 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1492]: 6 -1.25038 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1498]: 6 -0.983349 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1513]: 6 -1.08594 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1516]: 6 -0.671908 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1518]: 6 -1.40634 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1524]: 6 -1.25083 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1526]: 6 -1.29166 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1531]: 6 -1.33213 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1550]: 6 -2.31301 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1554]: 6 -1.36389 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1555]: 6 -0.991924 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1556]: 6 -0.437013 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1557]: 6 -1.25007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1570]: 6 0 2.41254 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1574]: 6 -1.12172 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1577]: 6 -2.37547 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1580]: 6 -3.5409 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1582]: 6 -1.25103 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1584]: 6 -1.25011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1585]: 6 -1.12539 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1586]: 6 -1.00092 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1587]: 6 -1.18926 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1594]: 6 -1.66938 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1604]: 6 0 0.295093 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1610]: 6 -1.57793 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1611]: 6 0 0.256426 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1612]: 6 -1.56306 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1614]: 6 -1.01562 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1615]: 6 -1.75011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1618]: 6 -1.25251 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1623]: 6 -1.2882 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1624]: 6 -0.742058 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1633]: 6 -0.927755 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1634]: 6 0 0.0097878 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1644]: 6 0 0.870147 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1646]: 6 -1.00011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1648]: 6 -0.750476 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1649]: 6 -0.56148 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1653]: 6 -1.00116 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1655]: 6 -1.36863 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1656]: 6 -1.24056 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1666]: 6 -2.81239 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1674]: 6 -0.22749 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1675]: 6 -0.749685 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1676]: 6 -1.96506 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1679]: 6 -0.750702 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1680]: 6 -0.703202 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1681]: 6 -1.00025 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1689]: 6 -0.792074 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1691]: 6 -0.917453 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1696]: 6 -3.02745 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1700]: 6 -0.474691 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1701]: 6 -0.274506 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1704]: 6 -0.767724 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1710]: 6 -0.750229 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1717]: 6 -0.887365 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1719]: 6 -1.13134 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1732]: 6 -0.566868 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1734]: 6 -1.04496 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1740]: 6 -0.874944 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1741]: 6 -0.249879 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1742]: 6 -0.874861 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1755]: 6 -2.05879 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1778]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1779]: 6 -1.00082 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1957]: 6 -0.314049 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1973]: 6 -0.374096 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1976]: 6 -0.00674166 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1987]: 6 -2.26173 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1997]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[1999]: 6 -0.687914 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2001]: 6 -1.35887 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2011]: 6 -0.254315 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2066]: 6 0 1.25005 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2080]: 6 0 1.37882 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2096]: 6 -0.885389 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2102]: 6 0 1.34402 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2122]: 6 -1.61216 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2130]: 6 -1.41009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2134]: 6 -0.0311598 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2148]: 6 0 0.788128 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2150]: 6 -1.03674 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2184]: 6 0 2.52953 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2203]: 6 -1.25003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2207]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2220]: 6 -1.34918 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2225]: 6 -1.16416 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2229]: 6 -1.28688 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2231]: 6 -1.14721 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2232]: 6 -1.29444 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2233]: 6 -1.31423 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2236]: 6 -0.710566 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2241]: 6 -1.00023 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2245]: 6 -0.000920867 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2246]: 6 0 2.9473 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2250]: 6 0 1.37542 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2261]: 6 -1.0011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2274]: 6 -0.34378 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2278]: 6 -1.2869 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2302]: 6 -4.56648 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2306]: 6 -1.44539 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2307]: 6 -1.44601 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2311]: 6 -1.43636 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2316]: 6 -3.65868 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2333]: 6 -1.23933 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2337]: 6 -1.01382 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2347]: 6 -1.30456 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2362]: 6 0 4.89791 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2374]: 6 0 1.49787 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2383]: 6 -59.367 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2390]: 6 -0.9786 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2395]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2399]: 6 -0.500077 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2405]: 6 -1.00419 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2407]: 6 -0.1197 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2421]: 6 -1.00343 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2425]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2429]: 6 -0.930028 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2432]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2442]: 6 -0.709829 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2443]: 6 -0.709902 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2446]: 6 -2.66076 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2448]: 6 -7.32152 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2459]: 6 -1.25053 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2464]: 6 0 0.620942 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2479]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2482]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2484]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2485]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2488]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2490]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2492]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2494]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2496]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2505]: 6 -1.41411 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2513]: 6 -1.10003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2515]: 6 -1.00033 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2516]: 6 -1.76005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2517]: 6 -1.50002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2519]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2524]: 6 -0.819189 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2525]: 6 -0.98016 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2526]: 6 -1.13028 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2530]: 6 0 0.00125764 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2541]: 6 0 0.52033 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2548]: 6 -7.01162 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2550]: 6 0 1.62501 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2553]: 6 -1.25009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2565]: 6 -1.75002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2571]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2573]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2576]: 6 -1.25002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2579]: 6 -0.500015 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2582]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2584]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2586]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2591]: 6 -0.500046 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2605]: 6 -2.51541 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2607]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2612]: 6 -1.58353 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2614]: 6 -1.25002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2615]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2617]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2620]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2627]: 6 -3.98091 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2640]: 6 -3.54417 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2648]: 6 -5.25004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2651]: 6 -0.500029 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2658]: 6 -1.0016 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2670]: 6 -1.00016 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2671]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2680]: 6 -1.62508 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2687]: 6 -0.500091 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2708]: 6 -1.00017 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2709]: 6 0 1.00005 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2716]: 6 -0.914445 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2735]: 6 -3.50005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2746]: 6 0 0.994602 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2747]: 6 -0.805278 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2750]: 6 -0.187136 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2754]: 6 -1.25171 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2765]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2768]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2769]: 6 -0.250011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2771]: 6 -1.50007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2774]: 6 0 1.00002 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2776]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2778]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2780]: 6 -1.50002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2782]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2785]: 6 -1.33012 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2790]: 6 -3.50598 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2794]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2799]: 6 -1.60158 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2800]: 6 -1.32815 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2813]: 6 -1.12917 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2821]: 6 -0.671939 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2829]: 6 -0.750097 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2835]: 6 -1.35595 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2839]: 6 -1.20295 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2844]: 6 -3.62336 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2849]: 6 -1.31254 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2851]: 6 -0.375041 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2853]: 6 -1.25002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2867]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2869]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2872]: 6 -1.26651 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2874]: 6 -0.975631 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2882]: 6 -2.35155 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2894]: 6 -1.25002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2895]: 6 -1.31254 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2896]: 6 -1.62508 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2897]: 6 -1.25009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2901]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2911]: 6 -1.49075 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2922]: 6 0 2.50106 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2931]: 6 -0.343768 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2934]: 6 -1.3282 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2937]: 6 -0.593844 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2945]: 6 -0.750061 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2955]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2967]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2971]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2986]: 6 -1.32694 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2987]: 6 -1.30493 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2992]: 6 -1.00017 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[2997]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3001]: 6 -1.12524 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3026]: 6 -6.0672 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3027]: 6 -0.649369 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3037]: 6 -1.22228 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3048]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3058]: 6 -0.500082 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3059]: 6 -0.500038 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3062]: 6 -0.500024 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3066]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3070]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3075]: 6 -1.13264 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3094]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3097]: 6 -1.00245 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3098]: 6 -1.65632 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3103]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3104]: 6 -1.50073 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3107]: 6 -5.96731 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3117]: 6 -5.43731 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3124]: 6 0 0.250022 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3126]: 6 -1.50002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3137]: 6 -0.750039 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3152]: 6 -1.65634 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3153]: 6 -1.65634 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3157]: 6 -0.625016 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3164]: 6 -1.501 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3166]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3169]: 6 -1.25613 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3187]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3192]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3193]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3206]: 6 -7.2888 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3210]: 6 -1.34927 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3211]: 6 -0.85355 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3217]: 6 -0.50002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3239]: 6 -0.999972 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3241]: 6 -0.99982 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3246]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3248]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3253]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3260]: 6 -1.50002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3269]: 6 -1.5005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3270]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3275]: 6 -1.00078 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3285]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3287]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3288]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3293]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3294]: 6 -3.11675 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3295]: 6 -1.25001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3296]: 6 -0.964987 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3306]: 6 0 0.687566 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3316]: 6 -4.00034 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3318]: 6 0 1.39113 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3330]: 6 -6.55222 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3338]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3344]: 6 -1.25001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3349]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3352]: 6 -1.62506 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3354]: 6 -0.983408 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3356]: 6 0 1.00009 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3364]: 6 -1.25041 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3378]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3379]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3380]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3384]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3389]: 6 -0.999998 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3394]: 6 0 0.999585 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3399]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3409]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3422]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3423]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3427]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3430]: 6 -1.00063 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3431]: 6 -1.00064 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3433]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3438]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3440]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3441]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3444]: 6 -1.3438 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3449]: 6 -1.37509 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3454]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3458]: 6 -2.39457 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3465]: 6 -1.00001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3472]: 6 -1.00153 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3473]: 6 -1.00025 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3480]: 6 -0.991092 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3494]: 6 0 1.1642 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3498]: 6 -1.00069 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3501]: 6 -1.25141 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3513]: 6 -1.53437 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3525]: 6 -0.999621 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3528]: 6 -1.00165 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3532]: 6 -0.99113 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3550]: 6 -6.91535 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3551]: 6 -0.500047 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3558]: 6 -1.62537 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3559]: 6 -1.25019 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3562]: 6 -1.65645 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3564]: 6 -2.817 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3570]: 6 -1.25088 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3583]: 6 -0.0505087 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3584]: 6 -1.33931 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3586]: 6 -1.16775 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3601]: 6 -1.65643 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3605]: 6 -0.687557 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3614]: 6 -1.00027 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3616]: 6 -1.24957 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3618]: 6 -1.25002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3624]: 6 -1.0076 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3626]: 6 -1.00169 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3628]: 6 -1.00052 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3629]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3631]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3633]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3640]: 6 -0.999616 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3642]: 6 -0.999121 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3652]: 6 -1.50006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3655]: 6 -0.909087 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3664]: 6 -0.998622 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3665]: 6 -1.18811 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3666]: 6 -1.25044 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3667]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3668]: 6 -1.25006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3685]: 6 -0.610573 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3688]: 6 0 1.00003 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3710]: 6 -1.18883 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3711]: 6 -1.19094 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3718]: 6 -0.500314 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3724]: 6 -1.00061 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3727]: 6 -1.00296 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3734]: 6 -2.42902 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3742]: 6 -7.11068 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3758]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3767]: 6 -1.33318 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3769]: 6 -1.33246 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3773]: 6 -1.29654 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3779]: 6 -5.27163 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3782]: 6 0 1.51536 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3784]: 6 -0.504103 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3789]: 6 0 0.167348 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3792]: 6 -4.31053 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3804]: 6 -1.29702 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3809]: 6 -1.18804 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3817]: 6 -1.00011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3828]: 6 -1.65628 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3832]: 6 0 1.4972 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3841]: 6 0 1.25809 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3846]: 6 -1.52864 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3856]: 6 -1.07852 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3873]: 6 -5.66436 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3878]: 6 -4.01065 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3880]: 6 0 1.00003 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3885]: 6 -0.95363 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3889]: 6 -0.500025 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3892]: 6 -0.248343 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3894]: 6 0 0.660038 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3897]: 6 -1.25418 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3902]: 6 -0.843792 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3906]: 6 -1.00065 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3907]: 6 -2.37574 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3910]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3939]: 6 -2.19473 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3941]: 6 -0.721396 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3943]: 6 -1.49153 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3944]: 6 -1.3213 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3945]: 6 -1.03131 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3955]: 6 -1.0005 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3960]: 6 0 1.81171 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3968]: 6 0 1.27576 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3974]: 6 -1.00473 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3975]: 6 -1.00473 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3979]: 6 -0.339409 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3982]: 6 -1.0333 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3986]: 6 -1.50003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[3993]: 6 -0.750051 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4006]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4008]: 6 -0.497221 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4022]: 6 -4.98483 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4025]: 6 -0.68722 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4032]: 6 -10.0054 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4038]: 6 0 2.15202 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4046]: 6 -1.06277 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4049]: 6 -1.25043 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4060]: 6 -1.38265 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4067]: 6 -1.90096 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4069]: 6 -0.996552 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4090]: 6 0 1.00005 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4093]: 6 -1.00011 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4099]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4104]: 6 -1.00004 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4106]: 6 -1.00012 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4110]: 6 -0.996579 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4121]: 6 -1.26858 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4147]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4164]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4172]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4173]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4174]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4177]: 6 -1.00003 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4178]: 6 -0.999887 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4179]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4183]: 6 -1.00002 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4184]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4185]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4186]: 6 -0.0625503 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4189]: 6 -1.50009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4192]: 6 -5.4887 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4194]: 6 -0.999401 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4195]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4211]: 6 -0.999944 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4212]: 6 -1.00344 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4213]: 6 -0.999737 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4214]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4221]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4226]: 6 0 0.00143108 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4232]: 6 -1.00012 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4233]: 6 -1.00025 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4234]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4238]: 6 -1.00019 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4239]: 6 -1.00038 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4245]: 6 -1.00007 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4246]: 6 -0.000134943 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4247]: 6 -1.00008 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4253]: 6 -3.74835 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4254]: 6 -1.44999 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4270]: 6 -1.00017 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4271]: 6 -1.0001 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4277]: 6 -1.00006 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4278]: 6 -1.00009 0 shouldn't be
1972.10/1987.98	WSVECS04 Frhs2[4287]: 6 -1.00005 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[18]: 6 -1.0531 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[27]: 6 -0.792353 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[117]: 6 -1.25581 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[143]: 6 0 1.91602 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[145]: 6 -1.35487 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[154]: 6 -1.30335 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[186]: 6 -0.874846 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[195]: 6 0 0.0299647 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[211]: 6 -0.392638 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[212]: 6 -1.75306 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[213]: 6 -1.50412 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[215]: 6 -0.947777 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[263]: 6 -2.63711 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[269]: 6 0 2.45474 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[273]: 6 0 0.000453512 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[285]: 6 -0.694967 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[315]: 6 -0.999816 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[336]: 6 0 0.0323626 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[344]: 6 -0.672763 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[365]: 6 0 0.753468 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[375]: 6 -1.21206 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[392]: 6 0 0.818226 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[403]: 6 -0.591652 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[428]: 6 -1.28858 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[435]: 6 0 0.599097 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[442]: 6 -1.00131 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[443]: 6 -0.79326 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[469]: 6 -1.0119 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[472]: 6 -30.7008 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[475]: 6 -0.996035 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[503]: 6 -30.8753 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[504]: 6 -0.672755 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[533]: 6 -0.990689 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[558]: 6 -0.95263 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[565]: 6 -1.01541 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[597]: 6 -0.987515 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[617]: 6 -1.91248 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[663]: 6 -1.47011 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[665]: 6 -1.91438 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[694]: 6 -1.19134 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[698]: 6 -0.00451881 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1018]: 6 -0.341267 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1089]: 6 0 0.296974 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1138]: 6 -0.747398 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1140]: 6 -0.673865 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1142]: 6 -2.53239 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1148]: 6 -0.944792 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1155]: 6 0 1.84529 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1204]: 6 -0.913376 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1216]: 6 -1.12503 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1238]: 6 -2.25011 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1246]: 6 0 0.00121085 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1254]: 6 -2.76026 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1281]: 6 -0.623465 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1324]: 6 -0.618791 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1335]: 6 -0.996308 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1354]: 6 -1.31075 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1358]: 6 -1.88654 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1374]: 6 -0.970931 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1385]: 6 -1.24855 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1386]: 6 -0.0627383 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1388]: 6 -0.63109 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1414]: 6 -0.85124 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1416]: 6 -1.90562 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1420]: 6 -1.16058 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1422]: 6 -0.318993 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1459]: 6 -1.00027 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1470]: 6 0 0.57088 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1476]: 6 -1.62476 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1480]: 6 -1.21568 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1503]: 6 -1.1347 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1527]: 6 -1.34514 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1567]: 6 -1.08084 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1572]: 6 0 0.290834 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1573]: 6 -1.65872 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1581]: 6 -2.6367 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1590]: 6 -1.3595 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1596]: 6 -1.37932 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1622]: 6 -0.645784 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1687]: 6 -0.0556951 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1688]: 6 0 1.0602 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1720]: 6 -0.524068 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[1727]: 6 -0.709748 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2085]: 6 -0.500054 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2223]: 6 -1.29106 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2237]: 6 -1.02689 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2247]: 6 0 0.947309 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2265]: 6 -0.708045 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2286]: 6 -0.72542 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2367]: 6 -0.749962 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2404]: 6 -1.25009 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2422]: 6 -0.879269 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2444]: 6 0 0.58043 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2461]: 6 -1.00109 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2472]: 6 0 1.00007 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2574]: 6 -1.62505 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2578]: 6 0 1.50001 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2672]: 6 -1.00002 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2694]: 6 -0.946035 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2699]: 6 -0.99308 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2815]: 6 -1.25007 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2834]: 6 -1.35595 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2888]: 6 0 0.0986407 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2903]: 6 -1.0001 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2917]: 6 -0.197305 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[2969]: 6 0 0.083433 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3005]: 6 -1.00005 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3010]: 6 -1.32244 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3022]: 6 0 0.192538 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3041]: 6 -1.6251 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3079]: 6 0 2.63868 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3081]: 6 -1.27969 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3091]: 6 -1.00134 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3119]: 6 -1.12456 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3132]: 6 -1.62505 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3161]: 6 -0.500016 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3176]: 6 -0.997054 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3207]: 6 -1.0001 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3280]: 6 -1.00133 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3281]: 6 0 0.262198 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3283]: 6 -1.5045 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3391]: 6 -1.01669 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3460]: 6 -1.08658 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3521]: 6 -1.24994 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3543]: 6 -0.880332 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3553]: 6 -1.00007 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3555]: 6 -1.1663 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3576]: 6 -1.00083 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3599]: 6 -1.00062 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3604]: 6 0 1.31251 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3621]: 6 -0.498177 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3623]: 6 -1.00387 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3744]: 6 0 1.00008 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3756]: 6 -1.65629 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3763]: 6 -1.12799 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3805]: 6 -0.797013 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3820]: 6 -0.33382 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3825]: 6 -0.335954 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3948]: 6 -1.25024 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[3966]: 6 -0.738555 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[4056]: 6 -1.25707 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[4064]: 6 -1.18084 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[4109]: 6 -1.00008 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[4125]: 6 -0.750021 0 shouldn't be
1973.21/1989.08	WSVECS04 Frhs2[4288]: 6 -1.00003 0 shouldn't be
2043.07/2059.19	c #Conflicts:    2933000 | #Constraints:      46584
2043.07/2059.19	c #Conflicts:    2934000 | #Constraints:      47584
2043.07/2059.19	c #Conflicts:    2935000 | #Constraints:      48584
2043.07/2059.19	c #Conflicts:    2936000 | #Constraints:      49584
2043.07/2059.19	c #Conflicts:    2937000 | #Constraints:      50584
2043.07/2059.19	c #Conflicts:    2938000 | #Constraints:      51584
2043.07/2059.19	c #Conflicts:    2939000 | #Constraints:      52584
2043.07/2059.19	c #Conflicts:    2940000 | #Constraints:      53584
2043.07/2059.19	c #Conflicts:    2941000 | #Constraints:      54584
2043.07/2059.19	c #Conflicts:    2942000 | #Constraints:      55584
2043.07/2059.19	c #Conflicts:    2943000 | #Constraints:      56584
2043.07/2059.19	c #Conflicts:    2944000 | #Constraints:      57584
2043.07/2059.19	c #Conflicts:    2945000 | #Constraints:      58584
2043.07/2059.19	c #Conflicts:    2946000 | #Constraints:      59584
2043.07/2059.19	c #Conflicts:    2947000 | #Constraints:      60584
2043.07/2059.19	c #Conflicts:    2948000 | #Constraints:      61584
2043.07/2059.19	c #Conflicts:    2949000 | #Constraints:      62584
2043.07/2059.19	c #Conflicts:    2950000 | #Constraints:      63584
2043.07/2059.19	c #Conflicts:    2951000 | #Constraints:      64584
2043.07/2059.19	c #Conflicts:    2952000 | #Constraints:      65584
2043.07/2059.19	c #Conflicts:    2953000 | #Constraints:      66584
2043.07/2059.19	c #Conflicts:    2954000 | #Constraints:      67584
2043.07/2059.19	c #Conflicts:    2955000 | #Constraints:      68584
2043.07/2059.19	c #Conflicts:    2956000 | #Constraints:      69584
2043.07/2059.19	c #Conflicts:    2957000 | #Constraints:      70584
2043.07/2059.19	c #Conflicts:    2958000 | #Constraints:      71584
2043.07/2059.19	c #Conflicts:    2959000 | #Constraints:      72584
2043.07/2059.19	c #Conflicts:    2960000 | #Constraints:      73584
2043.07/2059.19	c #Conflicts:    2961000 | #Constraints:      74584
2043.07/2059.19	c #Conflicts:    2962000 | #Constraints:      75584
2043.07/2059.19	c #Conflicts:    2963000 | #Constraints:      76584
2043.07/2059.19	c #Conflicts:    2964000 | #Constraints:      77584
2043.07/2059.19	c #Conflicts:    2965000 | #Constraints:      78584
2043.07/2059.19	c #Conflicts:    2966000 | #Constraints:      79584
2043.07/2059.19	c INPROCESSING
2043.07/2059.19	c GARBAGE COLLECT
2043.07/2059.19	c #Conflicts:    2967000 | #Constraints:      45334
2043.07/2059.19	c #Conflicts:    2968000 | #Constraints:      46334
2043.07/2059.19	c #Conflicts:    2969000 | #Constraints:      47334
2043.07/2059.19	c #Conflicts:    2970000 | #Constraints:      48334
2043.07/2059.19	c #Conflicts:    2971000 | #Constraints:      49334
2043.07/2059.19	c #Conflicts:    2972000 | #Constraints:      50334
2043.07/2059.19	c #Conflicts:    2973000 | #Constraints:      51334
2043.07/2059.19	c #Conflicts:    2974000 | #Constraints:      52334
2043.07/2059.19	c #Conflicts:    2975000 | #Constraints:      53334
2043.07/2059.19	c #Conflicts:    2976000 | #Constraints:      54334
2043.07/2059.19	c #Conflicts:    2977000 | #Constraints:      55334
2043.07/2059.19	c #Conflicts:    2978000 | #Constraints:      56334
2043.07/2059.19	c #Conflicts:    2979000 | #Constraints:      57334
2043.07/2059.19	c #Conflicts:    2980000 | #Constraints:      58334
2043.07/2059.19	c #Conflicts:    2981000 | #Constraints:      59334
2043.07/2059.19	c #Conflicts:    2982000 | #Constraints:      60334
2043.07/2059.19	c #Conflicts:    2983000 | #Constraints:      61334
2043.07/2059.19	c #Conflicts:    2984000 | #Constraints:      62334
2043.07/2059.19	c #Conflicts:    2985000 | #Constraints:      63334
2043.07/2059.19	c #Conflicts:    2986000 | #Constraints:      64334
2043.07/2059.19	c #Conflicts:    2987000 | #Constraints:      65334
2043.07/2059.19	c #Conflicts:    2988000 | #Constraints:      66334
2043.07/2059.19	c #Conflicts:    2989000 | #Constraints:      67334
2043.07/2059.19	c #Conflicts:    2990000 | #Constraints:      68334
2043.07/2059.19	c #Conflicts:    2991000 | #Constraints:      69334
2043.07/2059.19	c #Conflicts:    2992000 | #Constraints:      70334
2043.07/2059.19	c #Conflicts:    2993000 | #Constraints:      71334
2043.07/2059.19	c #Conflicts:    2994000 | #Constraints:      72334
2043.07/2059.19	c #Conflicts:    2995000 | #Constraints:      73334
2043.07/2059.19	c #Conflicts:    2996000 | #Constraints:      74334
2043.07/2059.19	c #Conflicts:    2997000 | #Constraints:      75334
2043.07/2059.19	c #Conflicts:    2998000 | #Constraints:      76334
2043.07/2059.19	c #Conflicts:    2999000 | #Constraints:      77334
2043.07/2059.19	c #Conflicts:    3000000 | #Constraints:      78334
2043.07/2059.19	c #Conflicts:    3001000 | #Constraints:      79334
2043.07/2059.19	c INPROCESSING
2043.07/2059.19	c GARBAGE COLLECT
2043.07/2059.19	c #Conflicts:    3002000 | #Constraints:      45335
2043.07/2059.19	c #Conflicts:    3003000 | #Constraints:      46335
2043.07/2059.19	c #Conflicts:    3004000 | #Constraints:      47335
2043.07/2059.19	c #Conflicts:    3005000 | #Constraints:      48335
2043.07/2059.19	c #Conflicts:    3006000 | #Constraints:      49335
2043.07/2059.19	c #Conflicts:    3007000 | #Constraints:      50335
2043.07/2059.19	c #Conflicts:    3008000 | #Constraints:      51335
2043.07/2059.19	c #Conflicts:    3009000 | #Constraints:      52335
2043.07/2059.19	c #Conflicts:    3010000 | #Constraints:      53335
2093.29/2109.69	c #Conflicts:    3011000 | #Constraints:      54335
2093.29/2109.69	c #Conflicts:    3012000 | #Constraints:      55335
2093.29/2109.69	c #Conflicts:    3013000 | #Constraints:      56335
2093.29/2109.69	c #Conflicts:    3014000 | #Constraints:      57335
2093.29/2109.69	c #Conflicts:    3015000 | #Constraints:      58335
2093.29/2109.69	c #Conflicts:    3016000 | #Constraints:      59335
2093.29/2109.69	c #Conflicts:    3017000 | #Constraints:      60335
2093.29/2109.69	c #Conflicts:    3018000 | #Constraints:      61335
2093.29/2109.69	c #Conflicts:    3019000 | #Constraints:      62335
2093.29/2109.69	c #Conflicts:    3020000 | #Constraints:      63335
2093.29/2109.69	c #Conflicts:    3021000 | #Constraints:      64335
2093.29/2109.69	c #Conflicts:    3022000 | #Constraints:      65335
2093.29/2109.69	c #Conflicts:    3023000 | #Constraints:      66335
2093.29/2109.69	c #Conflicts:    3024000 | #Constraints:      67335
2093.29/2109.69	c #Conflicts:    3025000 | #Constraints:      68335
2093.29/2109.69	c #Conflicts:    3026000 | #Constraints:      69335
2093.29/2109.69	c #Conflicts:    3027000 | #Constraints:      70335
2093.29/2109.69	c #Conflicts:    3028000 | #Constraints:      71335
2093.29/2109.69	c #Conflicts:    3029000 | #Constraints:      72335
2093.29/2109.69	c #Conflicts:    3030000 | #Constraints:      73335
2093.29/2109.69	c #Conflicts:    3031000 | #Constraints:      74335
2093.29/2109.69	c #Conflicts:    3032000 | #Constraints:      75335
2093.29/2109.69	c #Conflicts:    3033000 | #Constraints:      76335
2093.29/2109.69	c #Conflicts:    3034000 | #Constraints:      77335
2093.29/2109.69	c #Conflicts:    3035000 | #Constraints:      78335
2093.29/2109.69	c #Conflicts:    3036000 | #Constraints:      79335
2093.29/2109.69	c INPROCESSING
2093.29/2109.69	c GARBAGE COLLECT
2093.29/2109.69	c #Conflicts:    3037000 | #Constraints:      45499
2093.29/2109.69	c #Conflicts:    3038000 | #Constraints:      46499
2093.29/2109.69	c #Conflicts:    3039000 | #Constraints:      47499
2093.29/2109.69	c #Conflicts:    3040000 | #Constraints:      48499
2093.29/2109.69	c #Conflicts:    3041000 | #Constraints:      49499
2093.29/2109.69	c #Conflicts:    3042000 | #Constraints:      50499
2093.29/2109.69	c #Conflicts:    3043000 | #Constraints:      51499
2093.29/2109.69	c #Conflicts:    3044000 | #Constraints:      52499
2093.29/2109.69	c #Conflicts:    3045000 | #Constraints:      53499
2093.29/2109.69	c #Conflicts:    3046000 | #Constraints:      54499
2093.29/2109.69	c #Conflicts:    3047000 | #Constraints:      55499
2093.29/2109.69	c #Conflicts:    3048000 | #Constraints:      56499
2093.29/2109.69	c #Conflicts:    3049000 | #Constraints:      57499
2093.29/2109.69	c #Conflicts:    3050000 | #Constraints:      58499
2093.29/2109.69	c #Conflicts:    3051000 | #Constraints:      59499
2093.29/2109.69	c #Conflicts:    3052000 | #Constraints:      60499
2093.29/2109.69	c #Conflicts:    3053000 | #Constraints:      61499
2093.29/2109.69	c #Conflicts:    3054000 | #Constraints:      62499
2093.29/2109.69	c #Conflicts:    3055000 | #Constraints:      63499
2093.29/2109.69	c #Conflicts:    3056000 | #Constraints:      64499
2093.29/2109.69	c #Conflicts:    3057000 | #Constraints:      65499
2093.29/2109.69	c #Conflicts:    3058000 | #Constraints:      66499
2093.29/2109.69	c #Conflicts:    3059000 | #Constraints:      67500
2093.29/2109.69	c #Conflicts:    3060000 | #Constraints:      68500
2093.29/2109.69	c #Conflicts:    3061000 | #Constraints:      69500
2093.29/2109.69	c #Conflicts:    3062000 | #Constraints:      70500
2093.29/2109.69	c #Conflicts:    3063000 | #Constraints:      71500
2093.29/2109.69	c #Conflicts:    3064000 | #Constraints:      72500
2093.29/2109.69	c #Conflicts:    3065000 | #Constraints:      73500
2093.29/2109.69	c #Conflicts:    3066000 | #Constraints:      74500
2093.29/2109.69	c #Conflicts:    3067000 | #Constraints:      75501
2093.29/2109.69	c #Conflicts:    3068000 | #Constraints:      76501
2093.29/2109.69	c #Conflicts:    3069000 | #Constraints:      77501
2093.29/2109.69	c #Conflicts:    3070000 | #Constraints:      78501
2093.29/2109.69	c #Conflicts:    3071000 | #Constraints:      79501
2093.29/2109.69	c INPROCESSING
2093.29/2109.69	c GARBAGE COLLECT
2093.29/2109.69	c #Conflicts:    3072000 | #Constraints:      45595
2093.29/2109.69	c #Conflicts:    3073000 | #Constraints:      46595
2093.29/2109.69	c #Conflicts:    3074000 | #Constraints:      47595
2093.29/2109.69	c #Conflicts:    3075000 | #Constraints:      48595
2093.29/2109.69	c #Conflicts:    3076000 | #Constraints:      49595
2093.29/2109.69	c #Conflicts:    3077000 | #Constraints:      50595
2093.29/2109.69	c #Conflicts:    3078000 | #Constraints:      51595
2093.29/2109.69	c #Conflicts:    3079000 | #Constraints:      52595
2093.29/2109.69	c #Conflicts:    3080000 | #Constraints:      53595
2093.29/2109.69	c #Conflicts:    3081000 | #Constraints:      54596
2093.29/2109.69	c #Conflicts:    3082000 | #Constraints:      55596
2093.29/2109.69	c #Conflicts:    3083000 | #Constraints:      56596
2093.29/2109.69	c #Conflicts:    3084000 | #Constraints:      57596
2093.29/2109.69	c #Conflicts:    3085000 | #Constraints:      58596
2093.29/2109.69	c #Conflicts:    3086000 | #Constraints:      59596
2093.29/2109.69	c #Conflicts:    3087000 | #Constraints:      60596
2142.66/2159.17	c #Conflicts:    3088000 | #Constraints:      61596
2142.66/2159.17	c #Conflicts:    3089000 | #Constraints:      62596
2142.66/2159.17	c #Conflicts:    3090000 | #Constraints:      63596
2142.66/2159.17	c #Conflicts:    3091000 | #Constraints:      64596
2142.66/2159.17	c #Conflicts:    3092000 | #Constraints:      65596
2142.66/2159.17	c #Conflicts:    3093000 | #Constraints:      66596
2142.66/2159.17	c #Conflicts:    3094000 | #Constraints:      67596
2142.66/2159.17	c #Conflicts:    3095000 | #Constraints:      68596
2142.66/2159.17	c #Conflicts:    3096000 | #Constraints:      69596
2142.66/2159.17	c #Conflicts:    3097000 | #Constraints:      70596
2142.66/2159.17	c #Conflicts:    3098000 | #Constraints:      71596
2142.66/2159.17	c #Conflicts:    3099000 | #Constraints:      72596
2142.66/2159.17	c #Conflicts:    3100000 | #Constraints:      73596
2142.66/2159.17	c #Conflicts:    3101000 | #Constraints:      74596
2142.66/2159.17	c #Conflicts:    3102000 | #Constraints:      75596
2142.66/2159.17	c #Conflicts:    3103000 | #Constraints:      76596
2142.66/2159.17	c #Conflicts:    3104000 | #Constraints:      77596
2142.66/2159.17	c #Conflicts:    3105000 | #Constraints:      78596
2142.66/2159.17	c #Conflicts:    3106000 | #Constraints:      79596
2142.66/2159.17	c INPROCESSING
2142.66/2159.17	c GARBAGE COLLECT
2142.66/2159.17	c #Conflicts:    3107000 | #Constraints:      45524
2142.66/2159.17	c #Conflicts:    3108000 | #Constraints:      46524
2142.66/2159.17	c #Conflicts:    3109000 | #Constraints:      47524
2142.66/2159.17	c #Conflicts:    3110000 | #Constraints:      48524
2142.66/2159.17	c #Conflicts:    3111000 | #Constraints:      49524
2142.66/2159.17	c #Conflicts:    3112000 | #Constraints:      50524
2142.66/2159.17	c #Conflicts:    3113000 | #Constraints:      51524
2142.66/2159.17	c #Conflicts:    3114000 | #Constraints:      52524
2142.66/2159.17	c #Conflicts:    3115000 | #Constraints:      53524
2142.66/2159.17	c #Conflicts:    3116000 | #Constraints:      54524
2142.66/2159.17	c #Conflicts:    3117000 | #Constraints:      55524
2142.66/2159.17	c #Conflicts:    3118000 | #Constraints:      56524
2142.66/2159.17	c #Conflicts:    3119000 | #Constraints:      57524
2142.66/2159.17	c #Conflicts:    3120000 | #Constraints:      58524
2142.66/2159.17	c #Conflicts:    3121000 | #Constraints:      59524
2142.66/2159.17	c #Conflicts:    3122000 | #Constraints:      60524
2142.66/2159.17	c #Conflicts:    3123000 | #Constraints:      61524
2142.66/2159.17	c #Conflicts:    3124000 | #Constraints:      62524
2142.66/2159.17	c #Conflicts:    3125000 | #Constraints:      63524
2142.66/2159.17	c #Conflicts:    3126000 | #Constraints:      64524
2142.66/2159.17	c #Conflicts:    3127000 | #Constraints:      65524
2142.66/2159.17	c #Conflicts:    3128000 | #Constraints:      66524
2142.66/2159.17	c #Conflicts:    3129000 | #Constraints:      67524
2142.66/2159.17	c #Conflicts:    3130000 | #Constraints:      68524
2142.66/2159.17	c #Conflicts:    3131000 | #Constraints:      69524
2142.66/2159.17	c #Conflicts:    3132000 | #Constraints:      70524
2142.66/2159.17	c #Conflicts:    3133000 | #Constraints:      71524
2142.66/2159.17	c #Conflicts:    3134000 | #Constraints:      72524
2142.66/2159.17	c #Conflicts:    3135000 | #Constraints:      73524
2142.66/2159.17	c #Conflicts:    3136000 | #Constraints:      74524
2142.66/2159.17	c #Conflicts:    3137000 | #Constraints:      75524
2142.66/2159.17	c #Conflicts:    3138000 | #Constraints:      76524
2142.66/2159.17	c #Conflicts:    3139000 | #Constraints:      77524
2142.66/2159.17	c #Conflicts:    3140000 | #Constraints:      78524
2142.66/2159.17	c #Conflicts:    3141000 | #Constraints:      79524
2142.66/2159.17	c INPROCESSING
2142.66/2159.17	c GARBAGE COLLECT
2142.66/2159.17	c #Conflicts:    3142000 | #Constraints:      45299
2142.66/2159.17	c #Conflicts:    3143000 | #Constraints:      46299
2142.66/2159.17	c #Conflicts:    3144000 | #Constraints:      47299
2142.66/2159.17	c #Conflicts:    3145000 | #Constraints:      48299
2142.66/2159.17	c #Conflicts:    3146000 | #Constraints:      49299
2142.66/2159.17	c #Conflicts:    3147000 | #Constraints:      50299
2142.66/2159.17	c #Conflicts:    3148000 | #Constraints:      51299
2142.66/2159.17	c #Conflicts:    3149000 | #Constraints:      52299
2142.66/2159.17	c #Conflicts:    3150000 | #Constraints:      53299
2142.66/2159.17	c #Conflicts:    3151000 | #Constraints:      54299
2142.66/2159.17	c #Conflicts:    3152000 | #Constraints:      55299
2142.66/2159.17	c #Conflicts:    3153000 | #Constraints:      56299
2142.66/2159.17	c #Conflicts:    3154000 | #Constraints:      57299
2142.66/2159.17	c #Conflicts:    3155000 | #Constraints:      58299
2142.66/2159.17	c #Conflicts:    3156000 | #Constraints:      59299
2142.66/2159.17	c #Conflicts:    3157000 | #Constraints:      60299
2142.66/2159.17	c #Conflicts:    3158000 | #Constraints:      61299
2142.66/2159.17	c #Conflicts:    3159000 | #Constraints:      62299
2142.66/2159.17	c #Conflicts:    3160000 | #Constraints:      63299
2142.66/2159.17	c #Conflicts:    3161000 | #Constraints:      64299
2142.66/2159.17	c #Conflicts:    3162000 | #Constraints:      65299
2142.66/2159.17	c #Conflicts:    3163000 | #Constraints:      66299
2142.66/2159.17	c #Conflicts:    3164000 | #Constraints:      67299
2142.66/2159.17	c #Conflicts:    3165000 | #Constraints:      68299
2202.35/2219.11	c #Conflicts:    3166000 | #Constraints:      69299
2202.35/2219.11	c #Conflicts:    3167000 | #Constraints:      70299
2202.35/2219.11	c #Conflicts:    3168000 | #Constraints:      71299
2202.35/2219.11	c #Conflicts:    3169000 | #Constraints:      72299
2202.35/2219.11	c #Conflicts:    3170000 | #Constraints:      73299
2202.35/2219.11	c #Conflicts:    3171000 | #Constraints:      74299
2202.35/2219.11	c #Conflicts:    3172000 | #Constraints:      75299
2202.35/2219.11	c #Conflicts:    3173000 | #Constraints:      76299
2202.35/2219.11	c #Conflicts:    3174000 | #Constraints:      77299
2202.35/2219.11	c #Conflicts:    3175000 | #Constraints:      78299
2202.35/2219.11	c #Conflicts:    3176000 | #Constraints:      79299
2202.35/2219.11	c #Conflicts:    3177000 | #Constraints:      80299
2202.35/2219.11	c INPROCESSING
2202.35/2219.11	c GARBAGE COLLECT
2202.35/2219.11	c #Conflicts:    3178000 | #Constraints:      45865
2202.35/2219.11	c #Conflicts:    3179000 | #Constraints:      46865
2202.35/2219.11	c #Conflicts:    3180000 | #Constraints:      47865
2202.35/2219.11	c #Conflicts:    3181000 | #Constraints:      48865
2202.35/2219.11	c #Conflicts:    3182000 | #Constraints:      49865
2202.35/2219.11	c #Conflicts:    3183000 | #Constraints:      50865
2202.35/2219.11	c #Conflicts:    3184000 | #Constraints:      51865
2202.35/2219.11	c #Conflicts:    3185000 | #Constraints:      52865
2202.35/2219.11	c #Conflicts:    3186000 | #Constraints:      53865
2202.35/2219.11	c #Conflicts:    3187000 | #Constraints:      54865
2202.35/2219.11	c #Conflicts:    3188000 | #Constraints:      55865
2202.35/2219.11	c #Conflicts:    3189000 | #Constraints:      56865
2202.35/2219.11	c #Conflicts:    3190000 | #Constraints:      57866
2202.35/2219.11	c #Conflicts:    3191000 | #Constraints:      58866
2202.35/2219.11	c #Conflicts:    3192000 | #Constraints:      59866
2202.35/2219.11	c #Conflicts:    3193000 | #Constraints:      60866
2202.35/2219.11	c #Conflicts:    3194000 | #Constraints:      61866
2202.35/2219.11	c #Conflicts:    3195000 | #Constraints:      62866
2202.35/2219.11	c #Conflicts:    3196000 | #Constraints:      63866
2202.35/2219.11	c #Conflicts:    3197000 | #Constraints:      64866
2202.35/2219.11	c #Conflicts:    3198000 | #Constraints:      65866
2202.35/2219.11	c #Conflicts:    3199000 | #Constraints:      66866
2202.35/2219.11	c #Conflicts:    3200000 | #Constraints:      67866
2202.35/2219.11	c #Conflicts:    3201000 | #Constraints:      68866
2202.35/2219.11	c #Conflicts:    3202000 | #Constraints:      69866
2202.35/2219.11	c #Conflicts:    3203000 | #Constraints:      70866
2202.35/2219.11	c #Conflicts:    3204000 | #Constraints:      71866
2202.35/2219.11	c #Conflicts:    3205000 | #Constraints:      72866
2202.35/2219.11	c #Conflicts:    3206000 | #Constraints:      73866
2202.35/2219.11	c #Conflicts:    3207000 | #Constraints:      74866
2202.35/2219.11	c #Conflicts:    3208000 | #Constraints:      75866
2202.35/2219.11	c #Conflicts:    3209000 | #Constraints:      76866
2202.35/2219.11	c #Conflicts:    3210000 | #Constraints:      77866
2202.35/2219.11	c #Conflicts:    3211000 | #Constraints:      78866
2202.35/2219.11	c #Conflicts:    3212000 | #Constraints:      79867
2202.35/2219.11	c #Conflicts:    3213000 | #Constraints:      80869
2202.35/2219.11	c INPROCESSING
2202.35/2219.11	c GARBAGE COLLECT
2202.35/2219.11	c #Conflicts:    3214000 | #Constraints:      46225
2202.35/2219.11	c #Conflicts:    3215000 | #Constraints:      47225
2202.35/2219.11	c #Conflicts:    3216000 | #Constraints:      48225
2202.35/2219.11	c #Conflicts:    3217000 | #Constraints:      49225
2202.35/2219.11	c #Conflicts:    3218000 | #Constraints:      50225
2202.35/2219.11	c #Conflicts:    3219000 | #Constraints:      51225
2202.35/2219.11	c #Conflicts:    3220000 | #Constraints:      52226
2202.35/2219.11	c #Conflicts:    3221000 | #Constraints:      53229
2202.35/2219.11	c #Conflicts:    3222000 | #Constraints:      54231
2202.35/2219.11	c #Conflicts:    3223000 | #Constraints:      55260
2202.35/2219.11	c #Conflicts:    3224000 | #Constraints:      56260
2202.35/2219.11	c #Conflicts:    3225000 | #Constraints:      57260
2202.35/2219.11	c #Conflicts:    3226000 | #Constraints:      58260
2202.35/2219.11	c #Conflicts:    3227000 | #Constraints:      59260
2202.35/2219.11	c #Conflicts:    3228000 | #Constraints:      60260
2202.35/2219.11	c #Conflicts:    3229000 | #Constraints:      61260
2202.35/2219.11	c #Conflicts:    3230000 | #Constraints:      62260
2202.35/2219.11	c #Conflicts:    3231000 | #Constraints:      63260
2202.35/2219.11	c #Conflicts:    3232000 | #Constraints:      64260
2202.35/2219.11	c #Conflicts:    3233000 | #Constraints:      65260
2202.35/2219.11	c #Conflicts:    3234000 | #Constraints:      66260
2202.35/2219.11	c #Conflicts:    3235000 | #Constraints:      67260
2202.35/2219.11	c #Conflicts:    3236000 | #Constraints:      68260
2202.35/2219.11	c #Conflicts:    3237000 | #Constraints:      69260
2202.35/2219.11	c #Conflicts:    3238000 | #Constraints:      70260
2202.35/2219.11	c #Conflicts:    3239000 | #Constraints:      71260
2202.35/2219.11	c #Conflicts:    3240000 | #Constraints:      72260
2202.35/2219.11	c #Conflicts:    3241000 | #Constraints:      73260
2202.35/2219.11	c #Conflicts:    3242000 | #Constraints:      74260
2229.89/2246.83	c #Conflicts:    3243000 | #Constraints:      75260
2229.89/2246.83	c #Conflicts:    3244000 | #Constraints:      76262
2229.89/2246.83	c #Conflicts:    3245000 | #Constraints:      77264
2229.89/2246.83	c #Conflicts:    3246000 | #Constraints:      78267
2229.89/2246.83	c #Conflicts:    3247000 | #Constraints:      79267
2229.89/2246.83	c #Conflicts:    3248000 | #Constraints:      80267
2229.89/2246.83	c #Conflicts:    3249000 | #Constraints:      81267
2229.89/2246.83	c INPROCESSING
2229.89/2246.83	c GARBAGE COLLECT
2229.89/2246.83	c #Conflicts:    3250000 | #Constraints:      46460
2229.89/2246.83	c #Conflicts:    3251000 | #Constraints:      47461
2229.89/2246.83	c #Conflicts:    3252000 | #Constraints:      48461
2229.89/2246.83	c #Conflicts:    3253000 | #Constraints:      49461
2229.89/2246.83	c #Conflicts:    3254000 | #Constraints:      50461
2229.89/2246.83	c #Conflicts:    3255000 | #Constraints:      51461
2229.89/2246.83	c #Conflicts:    3256000 | #Constraints:      52461
2229.89/2246.83	c #Conflicts:    3257000 | #Constraints:      53461
2229.89/2246.83	c #Conflicts:    3258000 | #Constraints:      54461
2229.89/2246.83	c #Conflicts:    3259000 | #Constraints:      55461
2229.89/2246.83	c #Conflicts:    3260000 | #Constraints:      56461
2229.89/2246.83	c #Conflicts:    3261000 | #Constraints:      57461
2229.89/2246.83	c #Conflicts:    3262000 | #Constraints:      58461
2229.89/2246.83	c #Conflicts:    3263000 | #Constraints:      59461
2229.89/2246.83	c #Conflicts:    3264000 | #Constraints:      60461
2229.89/2246.83	c #Conflicts:    3265000 | #Constraints:      61461
2229.89/2246.83	c #Conflicts:    3266000 | #Constraints:      62461
2229.89/2246.83	c #Conflicts:    3267000 | #Constraints:      63461
2229.89/2246.83	c #Conflicts:    3268000 | #Constraints:      64461
2229.89/2246.83	c #Conflicts:    3269000 | #Constraints:      65461
2229.89/2246.83	c #Conflicts:    3270000 | #Constraints:      66461
2229.89/2246.83	c #Conflicts:    3271000 | #Constraints:      67461
2229.89/2246.83	c #Conflicts:    3272000 | #Constraints:      68461
2229.89/2246.83	c #Conflicts:    3273000 | #Constraints:      69461
2229.89/2246.83	c #Conflicts:    3274000 | #Constraints:      70711
2229.89/2246.83	c #Conflicts:    3275000 | #Constraints:      71711
2229.89/2246.83	c #Conflicts:    3276000 | #Constraints:      72711
2229.89/2246.83	c #Conflicts:    3277000 | #Constraints:      73711
2229.89/2246.83	c #Conflicts:    3278000 | #Constraints:      74711
2229.89/2246.83	c #Conflicts:    3279000 | #Constraints:      75711
2229.89/2246.83	c #Conflicts:    3280000 | #Constraints:      76711
2229.89/2246.83	c #Conflicts:    3281000 | #Constraints:      77711
2229.89/2246.83	c #Conflicts:    3282000 | #Constraints:      78711
2229.89/2246.83	c #Conflicts:    3283000 | #Constraints:      79712
2229.89/2246.83	c #Conflicts:    3284000 | #Constraints:      80712
2229.89/2246.83	c #Conflicts:    3285000 | #Constraints:      81712
2229.89/2246.83	c INPROCESSING
2229.89/2246.83	c GARBAGE COLLECT
2229.89/2246.83	WSVECS04 Frhs2[3]: 6 -2 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[9]: 6 -20.1461 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[17]: 6 -0.925722 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[20]: 6 -0.938183 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[38]: 6 -1.31204 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[46]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[81]: 6 -1.47486 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[104]: 6 -1.33325 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[110]: 6 -1.20313 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[116]: 6 -0.999812 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[126]: 6 -1.32445 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[133]: 6 -0.999992 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[138]: 6 -1.0005 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[148]: 6 -0.500001 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[153]: 6 -1.06461 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[157]: 6 -1.95944 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[190]: 6 0 0.39185 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[195]: 6 -1.62497 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[202]: 6 -0.999999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[204]: 6 -1.99423 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[273]: 6 -0.925722 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[294]: 6 -1.24954 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[321]: 6 -7.83329 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[363]: 6 -2.189 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[364]: 6 -1.30078 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[368]: 6 -1.3125 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[382]: 6 -0.675547 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[389]: 6 -1.32297 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[396]: 6 -1.33809 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[417]: 6 0 2.24998 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[422]: 6 -0.843748 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[424]: 6 -2.90611 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[446]: 6 0 8.63952e-07 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[464]: 6 -1.24999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[468]: 6 -0.999684 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[481]: 6 -7.79162 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[486]: 6 -1.24999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[489]: 6 -0.999996 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[519]: 6 -1.49986 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[523]: 6 -1.31191 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[525]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[529]: 6 -0.975189 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[531]: 6 -1.3225 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[545]: 6 0 0.3125 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[547]: 6 -0.662462 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[548]: 6 -0.825 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[564]: 6 -0.999684 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[577]: 6 -7.83328 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[605]: 6 -1.06739 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[614]: 6 0 0.156248 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[615]: 6 -1.14594 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[620]: 6 -0.995986 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[649]: 6 -1.37488 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1058]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1079]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1084]: 6 -24.7971 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1085]: 6 -0.999992 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1086]: 6 -0.999986 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1090]: 6 -0.87228 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1100]: 6 -0.687498 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1114]: 6 -0.4375 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1121]: 6 -11.9062 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1125]: 6 -1.35994 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1131]: 6 -0.874019 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1139]: 6 -0.722949 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1142]: 6 -1.04842 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1155]: 6 -0.978836 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1157]: 6 -0.916756 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1186]: 6 -0.857141 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1199]: 6 -2.45322 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1200]: 6 -1.375 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1220]: 6 -1.24998 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1262]: 6 -0.800782 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1280]: 6 -0.97222 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1286]: 6 -0.564237 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1298]: 6 -1.67531 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1373]: 6 -1.49999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1374]: 6 -0.249972 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1394]: 6 -0.750001 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1397]: 6 -1.343 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1511]: 6 -0.0625006 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1565]: 6 -1.625 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1579]: 6 -3.15625 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1581]: 6 -1.625 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1622]: 6 -1.625 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1629]: 6 -0.749999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1662]: 6 -0.999995 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1717]: 6 -3.67188 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1719]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1727]: 6 -0.541989 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1745]: 6 -1.75 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1751]: 6 -1.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1786]: 6 -0.625001 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1975]: 6 -0.750001 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[1992]: 6 0 1.78065 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2058]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2068]: 6 -0.999985 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2074]: 6 0 1.1875 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2098]: 6 0 4.87617e-05 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2108]: 6 -1.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2184]: 6 0 1 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2186]: 6 -0.75 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2261]: 6 -1.33203 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2273]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2279]: 6 -0.998733 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2284]: 6 0 0.989861 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2286]: 6 -1.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2295]: 6 -0.675546 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2315]: 6 -1.23446 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2323]: 6 -1.08939 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2331]: 6 -0.999992 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2346]: 6 -1.32709 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2356]: 6 -0.995985 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2367]: 6 -1.68674 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2374]: 6 -6.24626e-07 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2409]: 6 -1.29738 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2417]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2454]: 6 -0.24197 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2513]: 6 -0.866443 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2516]: 6 -3.61384e-07 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2580]: 6 -58.3508 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2627]: 6 -1.625 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2666]: 6 -6.3125 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2702]: 6 -1.05727 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2707]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2713]: 6 -2.64655 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2725]: 6 -0.819011 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2734]: 6 0 1.08333 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2737]: 6 -0.416667 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2796]: 6 -1.34375 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2870]: 6 0 1.75 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2873]: 6 -1.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2882]: 6 -1.74999 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2929]: 6 -3.3125 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2940]: 6 -1.3125 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[2992]: 6 -1.3125 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3067]: 6 -1.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3081]: 6 -2.48519 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3106]: 6 0 0.25 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3120]: 6 -3 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3138]: 6 -42 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3212]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3230]: 6 -5.19388 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3237]: 6 -1.44894 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3327]: 6 -0.5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3343]: 6 -7 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3417]: 6 -3 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3492]: 6 -0.812502 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3537]: 6 -1.75 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3542]: 6 0 1 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3557]: 6 -0.825 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3583]: 6 -1.9375 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3636]: 6 -1.25 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3796]: 6 -1.00056 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3884]: 6 -5 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[3986]: 6 0 1 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4061]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4064]: 6 -0.999993 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4112]: 6 -5.375 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4120]: 6 0 1 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
2229.89/2246.83	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
2284.39/2301.65	c #Conflicts:    3286000 | #Constraints:      46617
2284.39/2301.65	c #Conflicts:    3287000 | #Constraints:      47618
2284.39/2301.65	c #Conflicts:    3288000 | #Constraints:      48618
2284.39/2301.65	c #Conflicts:    3289000 | #Constraints:      49618
2284.39/2301.65	c #Conflicts:    3290000 | #Constraints:      50618
2284.39/2301.65	c #Conflicts:    3291000 | #Constraints:      51618
2284.39/2301.65	c #Conflicts:    3292000 | #Constraints:      52618
2284.39/2301.65	c #Conflicts:    3293000 | #Constraints:      53618
2284.39/2301.65	c #Conflicts:    3294000 | #Constraints:      54618
2284.39/2301.65	c #Conflicts:    3295000 | #Constraints:      55618
2284.39/2301.65	c #Conflicts:    3296000 | #Constraints:      56618
2284.39/2301.65	c #Conflicts:    3297000 | #Constraints:      57618
2284.39/2301.65	c #Conflicts:    3298000 | #Constraints:      58618
2284.39/2301.65	c #Conflicts:    3299000 | #Constraints:      59618
2284.39/2301.65	c #Conflicts:    3300000 | #Constraints:      60618
2284.39/2301.65	c #Conflicts:    3301000 | #Constraints:      61619
2284.39/2301.65	c #Conflicts:    3302000 | #Constraints:      62619
2284.39/2301.65	c #Conflicts:    3303000 | #Constraints:      63619
2284.39/2301.65	c #Conflicts:    3304000 | #Constraints:      64619
2284.39/2301.65	c #Conflicts:    3305000 | #Constraints:      65619
2284.39/2301.65	c #Conflicts:    3306000 | #Constraints:      66619
2284.39/2301.65	c #Conflicts:    3307000 | #Constraints:      67619
2284.39/2301.65	c #Conflicts:    3308000 | #Constraints:      68619
2284.39/2301.65	c #Conflicts:    3309000 | #Constraints:      69619
2284.39/2301.65	c #Conflicts:    3310000 | #Constraints:      70619
2284.39/2301.65	c #Conflicts:    3311000 | #Constraints:      71620
2284.39/2301.65	c #Conflicts:    3312000 | #Constraints:      72620
2284.39/2301.65	c #Conflicts:    3313000 | #Constraints:      73620
2284.39/2301.65	c #Conflicts:    3314000 | #Constraints:      74620
2284.39/2301.65	c #Conflicts:    3315000 | #Constraints:      75620
2284.39/2301.65	c #Conflicts:    3316000 | #Constraints:      76620
2284.39/2301.65	c #Conflicts:    3317000 | #Constraints:      77620
2284.39/2301.65	c #Conflicts:    3318000 | #Constraints:      78620
2284.39/2301.65	c #Conflicts:    3319000 | #Constraints:      79620
2284.39/2301.65	c #Conflicts:    3320000 | #Constraints:      80620
2284.39/2301.65	c #Conflicts:    3321000 | #Constraints:      81620
2284.39/2301.65	c INPROCESSING
2284.39/2301.65	c GARBAGE COLLECT
2284.39/2301.65	c #Conflicts:    3322000 | #Constraints:      46332
2284.39/2301.65	c #Conflicts:    3323000 | #Constraints:      47332
2284.39/2301.65	c #Conflicts:    3324000 | #Constraints:      48332
2284.39/2301.65	c #Conflicts:    3325000 | #Constraints:      49332
2284.39/2301.65	c #Conflicts:    3326000 | #Constraints:      50332
2284.39/2301.65	c #Conflicts:    3327000 | #Constraints:      51332
2284.39/2301.65	c #Conflicts:    3328000 | #Constraints:      52332
2284.39/2301.65	c #Conflicts:    3329000 | #Constraints:      53332
2284.39/2301.65	c #Conflicts:    3330000 | #Constraints:      54332
2284.39/2301.65	c #Conflicts:    3331000 | #Constraints:      55332
2284.39/2301.65	c #Conflicts:    3332000 | #Constraints:      56332
2284.39/2301.65	c #Conflicts:    3333000 | #Constraints:      57332
2284.39/2301.65	c #Conflicts:    3334000 | #Constraints:      58332
2284.39/2301.65	c #Conflicts:    3335000 | #Constraints:      59332
2284.39/2301.65	c #Conflicts:    3336000 | #Constraints:      60332
2284.39/2301.65	c #Conflicts:    3337000 | #Constraints:      61332
2284.39/2301.65	c #Conflicts:    3338000 | #Constraints:      62332
2284.39/2301.65	c #Conflicts:    3339000 | #Constraints:      63332
2284.39/2301.65	c #Conflicts:    3340000 | #Constraints:      64332
2284.39/2301.65	c #Conflicts:    3341000 | #Constraints:      65332
2284.39/2301.65	c #Conflicts:    3342000 | #Constraints:      66332
2284.39/2301.65	c #Conflicts:    3343000 | #Constraints:      67332
2284.39/2301.65	c #Conflicts:    3344000 | #Constraints:      68332
2284.39/2301.65	c #Conflicts:    3345000 | #Constraints:      69332
2284.39/2301.65	c #Conflicts:    3346000 | #Constraints:      70332
2284.39/2301.65	c #Conflicts:    3347000 | #Constraints:      71332
2284.39/2301.65	c #Conflicts:    3348000 | #Constraints:      72332
2284.39/2301.65	c #Conflicts:    3349000 | #Constraints:      73332
2284.39/2301.65	c #Conflicts:    3350000 | #Constraints:      74332
2284.39/2301.65	c #Conflicts:    3351000 | #Constraints:      75332
2284.39/2301.65	c #Conflicts:    3352000 | #Constraints:      76332
2284.39/2301.65	c #Conflicts:    3353000 | #Constraints:      77332
2284.39/2301.65	c #Conflicts:    3354000 | #Constraints:      78332
2284.39/2301.65	c #Conflicts:    3355000 | #Constraints:      79332
2284.39/2301.65	c #Conflicts:    3356000 | #Constraints:      80332
2284.39/2301.65	c #Conflicts:    3357000 | #Constraints:      81332
2284.39/2301.65	c #Conflicts:    3358000 | #Constraints:      82332
2284.39/2301.65	c INPROCESSING
2284.39/2301.65	c GARBAGE COLLECT
2284.39/2301.65	c rational objective 711.681
2343.48/2361.67	c #Conflicts:    3359000 | #Constraints:      46904
2343.48/2361.67	c #Conflicts:    3360000 | #Constraints:      47904
2343.48/2361.67	c #Conflicts:    3361000 | #Constraints:      48904
2343.48/2361.67	c #Conflicts:    3362000 | #Constraints:      49904
2343.48/2361.67	c #Conflicts:    3363000 | #Constraints:      50904
2343.48/2361.67	c #Conflicts:    3364000 | #Constraints:      51904
2343.48/2361.67	c #Conflicts:    3365000 | #Constraints:      52904
2343.48/2361.67	c #Conflicts:    3366000 | #Constraints:      53904
2343.48/2361.67	c #Conflicts:    3367000 | #Constraints:      54904
2343.48/2361.67	c #Conflicts:    3368000 | #Constraints:      55904
2343.48/2361.67	c #Conflicts:    3369000 | #Constraints:      56904
2343.48/2361.67	c #Conflicts:    3370000 | #Constraints:      57904
2343.48/2361.67	c #Conflicts:    3371000 | #Constraints:      58904
2343.48/2361.67	c #Conflicts:    3372000 | #Constraints:      59904
2343.48/2361.67	c #Conflicts:    3373000 | #Constraints:      60904
2343.48/2361.67	c #Conflicts:    3374000 | #Constraints:      61904
2343.48/2361.67	c #Conflicts:    3375000 | #Constraints:      62904
2343.48/2361.67	c #Conflicts:    3376000 | #Constraints:      63904
2343.48/2361.67	c #Conflicts:    3377000 | #Constraints:      64904
2343.48/2361.67	c #Conflicts:    3378000 | #Constraints:      65904
2343.48/2361.67	c #Conflicts:    3379000 | #Constraints:      66904
2343.48/2361.67	c #Conflicts:    3380000 | #Constraints:      67904
2343.48/2361.67	c #Conflicts:    3381000 | #Constraints:      68904
2343.48/2361.67	c #Conflicts:    3382000 | #Constraints:      69904
2343.48/2361.67	c #Conflicts:    3383000 | #Constraints:      70904
2343.48/2361.67	c #Conflicts:    3384000 | #Constraints:      71904
2343.48/2361.67	c #Conflicts:    3385000 | #Constraints:      72904
2343.48/2361.67	c #Conflicts:    3386000 | #Constraints:      73904
2343.48/2361.67	c #Conflicts:    3387000 | #Constraints:      74904
2343.48/2361.67	c #Conflicts:    3388000 | #Constraints:      75904
2343.48/2361.67	c #Conflicts:    3389000 | #Constraints:      76904
2343.48/2361.67	c #Conflicts:    3390000 | #Constraints:      77904
2343.48/2361.67	c #Conflicts:    3391000 | #Constraints:      78904
2343.48/2361.67	c #Conflicts:    3392000 | #Constraints:      79904
2343.48/2361.67	c #Conflicts:    3393000 | #Constraints:      80904
2343.48/2361.67	c #Conflicts:    3394000 | #Constraints:      81904
2343.48/2361.67	c #Conflicts:    3395000 | #Constraints:      82904
2343.48/2361.67	c INPROCESSING
2343.48/2361.67	c GARBAGE COLLECT
2343.48/2361.67	c #Conflicts:    3396000 | #Constraints:      47298
2343.48/2361.67	c #Conflicts:    3397000 | #Constraints:      48298
2343.48/2361.67	c #Conflicts:    3398000 | #Constraints:      49298
2343.48/2361.67	c #Conflicts:    3399000 | #Constraints:      50298
2343.48/2361.67	c #Conflicts:    3400000 | #Constraints:      51298
2343.48/2361.67	c #Conflicts:    3401000 | #Constraints:      52298
2343.48/2361.67	c #Conflicts:    3402000 | #Constraints:      53298
2343.48/2361.67	c #Conflicts:    3403000 | #Constraints:      54298
2343.48/2361.67	c #Conflicts:    3404000 | #Constraints:      55298
2343.48/2361.67	c #Conflicts:    3405000 | #Constraints:      56298
2343.48/2361.67	c #Conflicts:    3406000 | #Constraints:      57298
2343.48/2361.67	c #Conflicts:    3407000 | #Constraints:      58298
2343.48/2361.67	c #Conflicts:    3408000 | #Constraints:      59298
2343.48/2361.67	c #Conflicts:    3409000 | #Constraints:      60298
2343.48/2361.67	c #Conflicts:    3410000 | #Constraints:      61298
2343.48/2361.67	c #Conflicts:    3411000 | #Constraints:      62298
2343.48/2361.67	c #Conflicts:    3412000 | #Constraints:      63298
2343.48/2361.67	c #Conflicts:    3413000 | #Constraints:      64298
2343.48/2361.67	c #Conflicts:    3414000 | #Constraints:      65298
2343.48/2361.67	c #Conflicts:    3415000 | #Constraints:      66298
2343.48/2361.67	c #Conflicts:    3416000 | #Constraints:      67298
2343.48/2361.67	c #Conflicts:    3417000 | #Constraints:      68298
2343.48/2361.67	c #Conflicts:    3418000 | #Constraints:      69298
2343.48/2361.67	c #Conflicts:    3419000 | #Constraints:      70298
2343.48/2361.67	c #Conflicts:    3420000 | #Constraints:      71298
2343.48/2361.67	c #Conflicts:    3421000 | #Constraints:      72298
2343.48/2361.67	c #Conflicts:    3422000 | #Constraints:      73298
2343.48/2361.67	c #Conflicts:    3423000 | #Constraints:      74298
2343.48/2361.67	c #Conflicts:    3424000 | #Constraints:      75298
2343.48/2361.67	c #Conflicts:    3425000 | #Constraints:      76298
2343.48/2361.67	c #Conflicts:    3426000 | #Constraints:      77298
2343.48/2361.67	c #Conflicts:    3427000 | #Constraints:      78298
2343.48/2361.67	c #Conflicts:    3428000 | #Constraints:      79298
2343.48/2361.67	c #Conflicts:    3429000 | #Constraints:      80298
2343.48/2361.67	c #Conflicts:    3430000 | #Constraints:      81298
2343.48/2361.67	c #Conflicts:    3431000 | #Constraints:      82298
2343.48/2361.67	c #Conflicts:    3432000 | #Constraints:      83298
2343.48/2361.67	c INPROCESSING
2343.48/2361.67	c GARBAGE COLLECT
2343.48/2361.67	c #Conflicts:    3433000 | #Constraints:      47519
2343.48/2361.67	c #Conflicts:    3434000 | #Constraints:      48519
2343.48/2361.67	c #Conflicts:    3435000 | #Constraints:      49519
2343.48/2361.67	c #Conflicts:    3436000 | #Constraints:      50519
2464.68/2483.37	c #Conflicts:    3437000 | #Constraints:      51519
2464.68/2483.37	c #Conflicts:    3438000 | #Constraints:      52519
2464.68/2483.37	c #Conflicts:    3439000 | #Constraints:      53519
2464.68/2483.37	c #Conflicts:    3440000 | #Constraints:      54519
2464.68/2483.37	c #Conflicts:    3441000 | #Constraints:      55519
2464.68/2483.37	c #Conflicts:    3442000 | #Constraints:      56519
2464.68/2483.37	c #Conflicts:    3443000 | #Constraints:      57519
2464.68/2483.37	c #Conflicts:    3444000 | #Constraints:      58519
2464.68/2483.37	c #Conflicts:    3445000 | #Constraints:      59519
2464.68/2483.37	c #Conflicts:    3446000 | #Constraints:      60519
2464.68/2483.37	c #Conflicts:    3447000 | #Constraints:      61519
2464.68/2483.37	c #Conflicts:    3448000 | #Constraints:      62519
2464.68/2483.37	c #Conflicts:    3449000 | #Constraints:      63519
2464.68/2483.37	c #Conflicts:    3450000 | #Constraints:      64519
2464.68/2483.37	c #Conflicts:    3451000 | #Constraints:      65519
2464.68/2483.37	c #Conflicts:    3452000 | #Constraints:      66519
2464.68/2483.37	c #Conflicts:    3453000 | #Constraints:      67519
2464.68/2483.37	c #Conflicts:    3454000 | #Constraints:      68519
2464.68/2483.37	c #Conflicts:    3455000 | #Constraints:      69519
2464.68/2483.37	c #Conflicts:    3456000 | #Constraints:      70519
2464.68/2483.37	c #Conflicts:    3457000 | #Constraints:      71519
2464.68/2483.37	c #Conflicts:    3458000 | #Constraints:      72519
2464.68/2483.37	c #Conflicts:    3459000 | #Constraints:      73519
2464.68/2483.37	c #Conflicts:    3460000 | #Constraints:      74519
2464.68/2483.37	c #Conflicts:    3461000 | #Constraints:      75519
2464.68/2483.37	c #Conflicts:    3462000 | #Constraints:      76519
2464.68/2483.37	c #Conflicts:    3463000 | #Constraints:      77519
2464.68/2483.37	c #Conflicts:    3464000 | #Constraints:      78519
2464.68/2483.37	c #Conflicts:    3465000 | #Constraints:      79519
2464.68/2483.37	c #Conflicts:    3466000 | #Constraints:      80519
2464.68/2483.37	c #Conflicts:    3467000 | #Constraints:      81519
2464.68/2483.37	c #Conflicts:    3468000 | #Constraints:      82519
2464.68/2483.37	c #Conflicts:    3469000 | #Constraints:      83519
2464.68/2483.37	c INPROCESSING
2464.68/2483.37	c GARBAGE COLLECT
2464.68/2483.37	c #Conflicts:    3470000 | #Constraints:      47500
2464.68/2483.37	c #Conflicts:    3471000 | #Constraints:      48500
2464.68/2483.37	c #Conflicts:    3472000 | #Constraints:      49500
2464.68/2483.37	c #Conflicts:    3473000 | #Constraints:      50500
2464.68/2483.37	c #Conflicts:    3474000 | #Constraints:      51500
2464.68/2483.37	c #Conflicts:    3475000 | #Constraints:      52500
2464.68/2483.37	c #Conflicts:    3476000 | #Constraints:      53500
2464.68/2483.37	c #Conflicts:    3477000 | #Constraints:      54500
2464.68/2483.37	c #Conflicts:    3478000 | #Constraints:      55500
2464.68/2483.37	c #Conflicts:    3479000 | #Constraints:      56500
2464.68/2483.37	c #Conflicts:    3480000 | #Constraints:      57500
2464.68/2483.37	c #Conflicts:    3481000 | #Constraints:      58500
2464.68/2483.37	c #Conflicts:    3482000 | #Constraints:      59500
2464.68/2483.37	c #Conflicts:    3483000 | #Constraints:      60500
2464.68/2483.37	c #Conflicts:    3484000 | #Constraints:      61500
2464.68/2483.37	c #Conflicts:    3485000 | #Constraints:      62500
2464.68/2483.37	c #Conflicts:    3486000 | #Constraints:      63500
2464.68/2483.37	c #Conflicts:    3487000 | #Constraints:      64500
2464.68/2483.37	c #Conflicts:    3488000 | #Constraints:      65500
2464.68/2483.37	c #Conflicts:    3489000 | #Constraints:      66500
2464.68/2483.37	c #Conflicts:    3490000 | #Constraints:      67500
2464.68/2483.37	c #Conflicts:    3491000 | #Constraints:      68500
2464.68/2483.37	c #Conflicts:    3492000 | #Constraints:      69500
2464.68/2483.37	c #Conflicts:    3493000 | #Constraints:      70501
2464.68/2483.37	c #Conflicts:    3494000 | #Constraints:      71501
2464.68/2483.37	c #Conflicts:    3495000 | #Constraints:      72501
2464.68/2483.37	c #Conflicts:    3496000 | #Constraints:      73501
2464.68/2483.37	c #Conflicts:    3497000 | #Constraints:      74501
2464.68/2483.37	c #Conflicts:    3498000 | #Constraints:      75501
2464.68/2483.37	c #Conflicts:    3499000 | #Constraints:      76501
2464.68/2483.37	c #Conflicts:    3500000 | #Constraints:      77501
2464.68/2483.37	c #Conflicts:    3501000 | #Constraints:      78501
2464.68/2483.37	c #Conflicts:    3502000 | #Constraints:      79501
2464.68/2483.37	c #Conflicts:    3503000 | #Constraints:      80501
2464.68/2483.37	c #Conflicts:    3504000 | #Constraints:      81508
2464.68/2483.37	c #Conflicts:    3505000 | #Constraints:      82508
2464.68/2483.37	c #Conflicts:    3506000 | #Constraints:      83508
2464.68/2483.37	c INPROCESSING
2464.68/2483.37	c GARBAGE COLLECT
2464.68/2483.37	c #Conflicts:    3507000 | #Constraints:      47308
2464.68/2483.37	c #Conflicts:    3508000 | #Constraints:      48308
2464.68/2483.37	c #Conflicts:    3509000 | #Constraints:      49308
2464.68/2483.37	c #Conflicts:    3510000 | #Constraints:      50308
2464.68/2483.37	c #Conflicts:    3511000 | #Constraints:      51308
2464.68/2483.37	c #Conflicts:    3512000 | #Constraints:      52308
2464.68/2483.37	c #Conflicts:    3513000 | #Constraints:      53308
2601.90/2621.95	c #Conflicts:    3514000 | #Constraints:      54308
2601.90/2621.95	c #Conflicts:    3515000 | #Constraints:      55308
2601.90/2621.95	c #Conflicts:    3516000 | #Constraints:      56308
2601.90/2621.95	c #Conflicts:    3517000 | #Constraints:      57308
2601.90/2621.95	c #Conflicts:    3518000 | #Constraints:      58308
2601.90/2621.95	c #Conflicts:    3519000 | #Constraints:      59308
2601.90/2621.95	c #Conflicts:    3520000 | #Constraints:      60308
2601.90/2621.95	c #Conflicts:    3521000 | #Constraints:      61308
2601.90/2621.95	c #Conflicts:    3522000 | #Constraints:      62308
2601.90/2621.95	c #Conflicts:    3523000 | #Constraints:      63308
2601.90/2621.95	c #Conflicts:    3524000 | #Constraints:      64308
2601.90/2621.95	c #Conflicts:    3525000 | #Constraints:      65308
2601.90/2621.95	c #Conflicts:    3526000 | #Constraints:      66308
2601.90/2621.95	c #Conflicts:    3527000 | #Constraints:      67308
2601.90/2621.95	c #Conflicts:    3528000 | #Constraints:      68308
2601.90/2621.95	c #Conflicts:    3529000 | #Constraints:      69309
2601.90/2621.95	c #Conflicts:    3530000 | #Constraints:      70309
2601.90/2621.95	c #Conflicts:    3531000 | #Constraints:      71309
2601.90/2621.95	c #Conflicts:    3532000 | #Constraints:      72309
2601.90/2621.95	c #Conflicts:    3533000 | #Constraints:      73309
2601.90/2621.95	c #Conflicts:    3534000 | #Constraints:      74309
2601.90/2621.95	c #Conflicts:    3535000 | #Constraints:      75309
2601.90/2621.95	c #Conflicts:    3536000 | #Constraints:      76309
2601.90/2621.95	c #Conflicts:    3537000 | #Constraints:      77309
2601.90/2621.95	c #Conflicts:    3538000 | #Constraints:      78309
2601.90/2621.95	c #Conflicts:    3539000 | #Constraints:      79309
2601.90/2621.95	c #Conflicts:    3540000 | #Constraints:      80309
2601.90/2621.95	c #Conflicts:    3541000 | #Constraints:      81310
2601.90/2621.95	c #Conflicts:    3542000 | #Constraints:      82310
2601.90/2621.95	c #Conflicts:    3543000 | #Constraints:      83310
2601.90/2621.95	c #Conflicts:    3544000 | #Constraints:      84310
2601.90/2621.95	c INPROCESSING
2601.90/2621.95	c GARBAGE COLLECT
2601.90/2621.95	c #Conflicts:    3545000 | #Constraints:      47911
2601.90/2621.95	c #Conflicts:    3546000 | #Constraints:      48911
2601.90/2621.95	c #Conflicts:    3547000 | #Constraints:      49911
2601.90/2621.95	c #Conflicts:    3548000 | #Constraints:      50911
2601.90/2621.95	c #Conflicts:    3549000 | #Constraints:      51912
2601.90/2621.95	c #Conflicts:    3550000 | #Constraints:      52912
2601.90/2621.95	c #Conflicts:    3551000 | #Constraints:      53912
2601.90/2621.95	c #Conflicts:    3552000 | #Constraints:      54912
2601.90/2621.95	c #Conflicts:    3553000 | #Constraints:      55912
2601.90/2621.95	c #Conflicts:    3554000 | #Constraints:      56912
2601.90/2621.95	c #Conflicts:    3555000 | #Constraints:      57912
2601.90/2621.95	c #Conflicts:    3556000 | #Constraints:      58912
2601.90/2621.95	c #Conflicts:    3557000 | #Constraints:      59912
2601.90/2621.95	c #Conflicts:    3558000 | #Constraints:      60912
2601.90/2621.95	c #Conflicts:    3559000 | #Constraints:      61915
2601.90/2621.95	c #Conflicts:    3560000 | #Constraints:      62920
2601.90/2621.95	c #Conflicts:    3561000 | #Constraints:      64377
2601.90/2621.95	c #Conflicts:    3562000 | #Constraints:      65865
2601.90/2621.95	c #Conflicts:    3563000 | #Constraints:      67362
2601.90/2621.95	c #Conflicts:    3564000 | #Constraints:      68856
2601.90/2621.95	c #Conflicts:    3565000 | #Constraints:      70354
2601.90/2621.95	c #Conflicts:    3566000 | #Constraints:      71854
2601.90/2621.95	c #Conflicts:    3567000 | #Constraints:      73356
2601.90/2621.95	c #Conflicts:    3568000 | #Constraints:      74853
2601.90/2621.95	c #Conflicts:    3569000 | #Constraints:      76348
2601.90/2621.95	c #Conflicts:    3570000 | #Constraints:      77844
2601.90/2621.95	c #Conflicts:    3571000 | #Constraints:      79347
2601.90/2621.95	c #Conflicts:    3572000 | #Constraints:      80846
2601.90/2621.95	c #Conflicts:    3573000 | #Constraints:      82348
2601.90/2621.95	c #Conflicts:    3574000 | #Constraints:      83854
2601.90/2621.95	c #Conflicts:    3575000 | #Constraints:      85358
2601.90/2621.95	c #Conflicts:    3576000 | #Constraints:      86861
2601.90/2621.95	c #Conflicts:    3577000 | #Constraints:      88344
2601.90/2621.95	c #Conflicts:    3578000 | #Constraints:      89842
2601.90/2621.95	c #Conflicts:    3579000 | #Constraints:      91322
2601.90/2621.95	c #Conflicts:    3580000 | #Constraints:      92824
2601.90/2621.95	c #Conflicts:    3581000 | #Constraints:      94323
2601.90/2621.95	c #Conflicts:    3582000 | #Constraints:      95830
2601.90/2621.95	c INPROCESSING
2601.90/2621.95	c GARBAGE COLLECT
2601.90/2621.95	WSVECS04 Frhs2[3]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[4]: 6 -1.31256 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[23]: 6 -1.06258 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[31]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[35]: 6 -1.14069 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[40]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[58]: 6 0 0.23364 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[83]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[109]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[117]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[124]: 6 -1.27065 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[131]: 6 -1.23444 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[147]: 6 -1.00018 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[159]: 6 -1.50009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[162]: 6 -1.45029 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[163]: 6 -1.64065 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[184]: 6 -0.997477 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[195]: 6 -2.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[214]: 6 -0.998267 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[217]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[221]: 6 -1.31255 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[223]: 6 -1.25005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[251]: 6 0 0.156304 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[260]: 6 -1.31259 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[265]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[278]: 6 -0.996554 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[287]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[309]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[346]: 6 -0.646934 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[354]: 6 -2.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[363]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[378]: 6 -1.26639 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[380]: 6 0 0.041945 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[382]: 6 -0.809617 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[390]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[412]: 6 -1.34377 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[413]: 6 -1.18718 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[426]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[435]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[440]: 6 -0.997427 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[449]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[450]: 6 -2.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[451]: 6 -1.85943 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[469]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[470]: 6 -0.99825 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[475]: 6 -1.32817 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[484]: 6 -2.43752 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[485]: 6 -2.2501 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[493]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[511]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[516]: 6 -1.31256 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[517]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[526]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[541]: 6 -0.809659 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[543]: 6 -2.35942 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[545]: 6 0 0.760247 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[573]: 6 -1.31252 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[574]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[589]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[599]: 6 -0.997441 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[611]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[612]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[614]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[629]: 6 -0.998319 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[634]: 6 -1.26632 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[638]: 6 -0.747146 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[650]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[667]: 6 -0.983746 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[669]: 6 -1.24965 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[670]: 6 -1.25008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[691]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[702]: 6 -1.40571 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[716]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[723]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[725]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[729]: 6 -1.26958 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[730]: 6 0 0.0820897 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[922]: 6 0 0.500067 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[943]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[951]: 6 -0.875023 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[952]: 6 -0.750046 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1000]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1025]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1050]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1057]: 6 -1.25007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1058]: 6 -1.25006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1063]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1077]: 6 -0.750112 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1078]: 6 -0.500267 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1079]: 6 -0.000387157 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1086]: 6 -2.38796 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1087]: 6 -1.18216 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1088]: 6 -1.31258 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1112]: 6 -1.24997 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1116]: 6 -1.68574 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1117]: 6 -1.51567 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1119]: 6 -1.31258 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1124]: 6 -0.750097 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1131]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1133]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1141]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1146]: 6 -1.71882 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1149]: 6 -1.18218 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1157]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1170]: 6 -0.999849 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1177]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1185]: 6 -1.25001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1186]: 6 -2.11723 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1188]: 6 -1.53132 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1189]: 6 -3.06253 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1204]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1209]: 6 -1.29627 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1213]: 6 -2.44307 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1214]: 6 -2.6407 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1216]: 6 -1.31252 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1217]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1241]: 6 -1.31251 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1243]: 6 -1.5735 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1247]: 6 -1.30019 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1248]: 6 -0.750072 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1249]: 6 -2.50509 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1269]: 6 -0.998044 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1270]: 6 -1.31259 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1271]: 6 -1.32816 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1273]: 6 -1.31259 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1278]: 6 -2.85322 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1279]: 6 -2.17517 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1291]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1304]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1310]: 6 -1.03134 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1312]: 6 -1.12501 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1318]: 6 0 0.312533 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1341]: 6 0 0.574911 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1342]: 6 0 1.25004 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1343]: 6 -2.25005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1366]: 6 -1.29386 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1368]: 6 -1.17514 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1379]: 6 -0.843811 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1390]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1395]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1398]: 6 -1.31251 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1401]: 6 -0.989131 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1411]: 6 -2.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1414]: 6 -0.500084 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1435]: 6 0 0.312537 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1439]: 6 -1.25009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1441]: 6 0 0.895918 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1462]: 6 0 1.50001 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1465]: 6 -0.671886 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1468]: 6 -0.656264 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1475]: 6 -1.1563 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1476]: 6 -5.56252 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1490]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1494]: 6 -1.32817 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1495]: 6 -1.31257 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1497]: 6 -1.25008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1498]: 6 -1.25004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1500]: 6 -4.7969 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1535]: 6 -1.06255 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1539]: 6 -1.12507 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1557]: 6 -1.62501 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1558]: 6 -1.25001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1559]: 6 -1.32818 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1560]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1587]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1589]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1590]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1597]: 6 0 0.179785 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1600]: 6 0 0.250084 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1602]: 6 -2.50001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1605]: 6 -1.25007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1609]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1617]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1618]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1625]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1633]: 6 -2.62507 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1653]: 6 -1.33209 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1657]: 6 -1.31254 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1666]: 6 -2.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1669]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1670]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1672]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1685]: 6 -2.2501 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1686]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1691]: 6 -2.32036 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1693]: 6 -0.687524 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1700]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1701]: 6 -0.750056 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1709]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1721]: 6 -1.31255 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1742]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1748]: 6 -1.25002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1756]: 6 -1.54692 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1964]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1969]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1978]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1981]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[1984]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2008]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2009]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2011]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2052]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2057]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2058]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2060]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2062]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2064]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2066]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2067]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2073]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2076]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2078]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2082]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2100]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2104]: 6 -4.99861 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2106]: 6 -0.750073 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2126]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2138]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2145]: 6 -0.626903 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2149]: 6 -1.25003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2155]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2164]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2178]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2180]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2189]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2192]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2196]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2207]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2216]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2231]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2233]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2234]: 6 -1.25006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2237]: 6 -1.4454 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2238]: 6 -0.89066 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2239]: 6 -1.71882 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2240]: 6 -1.50004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2251]: 6 -1.00006 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2260]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2261]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2266]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2270]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2274]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2275]: 6 -0.999568 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2279]: 6 -0.998126 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2283]: 6 -0.992241 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2290]: 6 -1.00005 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2293]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2296]: 6 -0.890708 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2301]: 6 -0.0625173 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2309]: 6 0 1.0626 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2314]: 6 -1.00008 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2321]: 6 -1.00001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2333]: 6 -1.36972 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2336]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2337]: 6 -0.132912 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2339]: 6 -2.96879 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2342]: 6 0 2.00002 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2347]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2352]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2356]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2360]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2364]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2365]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2370]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2374]: 6 -1.0001 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
2601.90/2621.95	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2382]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2384]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2385]: 6 -0.967484 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2388]: 6 -1.11968 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2392]: 6 -0.521544 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2396]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2399]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2405]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2408]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2410]: 6 -0.999995 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2422]: 6 -0.984336 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2426]: 6 -0.937208 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2433]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2440]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2445]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2450]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2452]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2455]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2457]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2463]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2468]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2470]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2473]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2476]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2507]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2512]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2517]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2521]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2528]: 6 -1.25002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2533]: 6 -1.25009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2540]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2542]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2544]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2547]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2557]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2564]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2567]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2573]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2576]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2577]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2580]: 6 -1.29695 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2591]: 6 -0.500016 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2595]: 6 -1.25006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2606]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2609]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2622]: 6 -1.31259 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2623]: 6 -1.25002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2624]: 6 -1.25008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2634]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2636]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2638]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2639]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2647]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2649]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2651]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2653]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2656]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2664]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2669]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2671]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2673]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2676]: 6 -1.32819 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2683]: 6 -0.625038 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2687]: 6 -0.500099 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2691]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2716]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2718]: 6 -1.2501 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2720]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2728]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2733]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2736]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2737]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2741]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2745]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2747]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2753]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2756]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2761]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2768]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2770]: 6 -1.31255 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2772]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2773]: 6 -0.375077 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2776]: 6 -1.25002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2781]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2784]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2791]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2801]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2812]: 6 -2.60322 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2816]: 6 -1.25008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2819]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2821]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2824]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2825]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2827]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2830]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2832]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2835]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2838]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2839]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2847]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2849]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2853]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2865]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2868]: 6 -1.32816 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2875]: 6 -0.625063 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2907]: 6 -1.29381 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2914]: 6 0 1.62508 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2915]: 6 -0.375087 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2918]: 6 0 1.17979 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2921]: 6 -3.25004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2925]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2927]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2932]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2938]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2940]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2943]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2955]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2958]: 6 -1.32353 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2959]: 6 -1.32352 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2975]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2988]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[2993]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3015]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3017]: 6 -1.50005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3020]: 6 0 1.00005 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3023]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3026]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3030]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3034]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3041]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3051]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3053]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3056]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3057]: 6 -3.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3060]: 6 -1.32819 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3076]: 6 -1.25001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3079]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3080]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3084]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3097]: 6 -1.32819 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3103]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3108]: 6 0 1.25004 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3109]: 6 -0.750019 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3113]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3117]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3121]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3124]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3133]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3135]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3138]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3142]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3143]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3147]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3150]: 6 -1.32815 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3151]: 6 -1.32817 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3159]: 6 -0.562524 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3163]: 6 -0.250071 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3201]: 6 -0.921955 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3203]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3207]: 6 -3.62506 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3216]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3220]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3221]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3225]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3229]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3231]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3243]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3250]: 6 0 1.50005 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3252]: 6 0 1.00005 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3253]: 6 -4.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3255]: 6 -5.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3259]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3281]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3284]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3292]: 6 -1.31253 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3298]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3300]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3302]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3307]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3310]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3312]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3314]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3316]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3322]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3328]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3332]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3333]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3336]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3340]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3341]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3347]: 6 -1.32816 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3359]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3361]: 6 -1.31258 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3362]: 6 -1.25005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3373]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3380]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3382]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3385]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3392]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3401]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3402]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3408]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3412]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3422]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3427]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3430]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3444]: 6 -2.2032 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3448]: 6 -12.1875 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3451]: 6 -1.25009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3455]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3457]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3458]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3459]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3475]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3480]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3481]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3482]: 6 -1.62508 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3483]: 6 -1.25008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3487]: 6 -0.62508 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3489]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3492]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3494]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3495]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3496]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3498]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3502]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3514]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3516]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3520]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3522]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3524]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3528]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3534]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3536]: 6 -1.62507 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3537]: 6 -1.62509 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3546]: 6 -0.62508 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3550]: 6 -2.50009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3555]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3567]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3569]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3578]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3589]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3593]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3596]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3597]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3600]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3604]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3605]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3613]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3615]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3619]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3622]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3625]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3637]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3640]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3647]: 6 -0.500068 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3649]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3659]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3664]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3666]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3667]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3668]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3672]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3677]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3678]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3684]: 6 0 12.0001 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3686]: 6 -8.5001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3690]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3691]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3694]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3698]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3702]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3703]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3709]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3712]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3722]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3724]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3726]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3734]: 6 -5.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3735]: 6 -0.500027 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3738]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3743]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3745]: 6 -1.10939 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3754]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3763]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3781]: 6 -7.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3785]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3788]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3793]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3807]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3810]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3811]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3815]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3819]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3821]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3825]: 6 -1.33211 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3839]: 6 -0.500031 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3842]: 6 -0.750099 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3844]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3851]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3852]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3853]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3854]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3859]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3865]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3869]: 6 -1.03133 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3871]: 6 -1.25001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3872]: 6 -1.25001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3875]: 6 -1.50005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3879]: 6 -1.25005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3881]: 6 -0.500032 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3884]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3885]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3888]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3889]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3894]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3896]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3898]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3901]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3903]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3905]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3908]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3912]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3914]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3915]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3918]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3922]: 6 -1.25004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3925]: 6 -0.50004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3928]: 6 -1.25001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3930]: 6 -1.12507 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3940]: 6 -1.25008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3942]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3943]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3947]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3949]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3959]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3960]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3971]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3977]: 6 -3.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3980]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3981]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3984]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3985]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3988]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3989]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3992]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3993]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3996]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[3997]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4000]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4001]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4005]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4008]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4012]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4013]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4017]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4025]: 6 -2.43759 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4033]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4039]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4044]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4049]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4050]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4051]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4054]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4055]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4062]: 6 -2.81252 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4064]: 6 -1.25006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4071]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4074]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4080]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4084]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4085]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4090]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4095]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4098]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4100]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4102]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4104]: 6 -1.0001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4105]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4108]: 6 -1.62505 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4109]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4121]: 6 -1.31252 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4137]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4145]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4151]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4152]: 6 -0.37502 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4153]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4172]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4173]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4174]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4194]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4195]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4203]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4227]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4228]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4229]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4230]: 6 -1.00006 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4242]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4243]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4244]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4245]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4246]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4261]: 6 -1.00007 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4262]: 6 -1.00008 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4263]: 6 -1.00003 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4264]: 6 -1.00005 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4265]: 6 -1.00001 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4266]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4267]: 6 -1.00009 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4287]: 6 -1.00004 0 shouldn't be
2601.90/2621.96	WSVECS04 Frhs2[4288]: 6 -1.00007 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[34]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[91]: 6 -1.97439 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[124]: 6 -1.27059 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[125]: 6 -1.44531 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[126]: 6 -1.39353 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[131]: 6 -1.23438 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[147]: 6 -1.00009 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[163]: 6 -1.64063 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[195]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[221]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[252]: 6 -0.328125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[354]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[378]: 6 -1.2663 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[380]: 6 0 0.0419093 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[382]: 6 -0.809596 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[412]: 6 -1.34375 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[413]: 6 -1.18714 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[414]: 6 -1.375 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[435]: 6 -0.999958 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[445]: 6 -2.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[450]: 6 -2.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[451]: 6 -1.85938 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[477]: 6 -1.24964 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[484]: 6 -2.4375 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[485]: 6 -2.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[529]: 6 -0.999919 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[541]: 6 -0.809597 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[543]: 6 -2.35938 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[547]: 6 0 0.390625 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[573]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[597]: 6 -0.997381 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[622]: 6 -0.999991 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[634]: 6 -1.2663 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[638]: 6 -0.747097 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[667]: 6 -0.983704 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[669]: 6 -1.24964 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[670]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[702]: 6 -1.40563 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1086]: 6 -2.38794 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1112]: 6 -1.24991 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1115]: 6 -1.43732 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1116]: 6 -1.68569 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1120]: 6 -2.875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1144]: 6 -1.44531 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1146]: 6 -1.71875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1180]: 6 -0.748549 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1189]: 6 -3.0625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1209]: 6 -1.2962 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1212]: 6 -0.880373 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1214]: 6 -2.64063 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1270]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1279]: 6 -2.17511 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1304]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1309]: 6 0 0.0625002 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1314]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1342]: 6 0 1.25 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1343]: 6 -2.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1366]: 6 -1.29378 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1368]: 6 -1.17511 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1411]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1500]: 6 -4.79688 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1507]: 6 -1.10938 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1557]: 6 -1.625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1568]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1600]: 6 0 0.25 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1602]: 6 -2.5 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1633]: 6 -2.625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1635]: 6 -2.875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1640]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1666]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1691]: 6 -2.32031 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2104]: 6 -4.99855 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2145]: 6 -0.626816 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2234]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2263]: 6 -0.999992 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2271]: 6 -0.999878 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2275]: 6 -0.999509 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2279]: 6 -0.998036 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2283]: 6 -0.992143 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2295]: 6 -0.94241 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2296]: 6 -0.890625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2301]: 6 -0.062501 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2337]: 6 -0.132813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2339]: 6 -2.96875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2342]: 6 0 2 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2365]: 6 -0.999969 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2388]: 6 -1.11963 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2392]: 6 -0.52149 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2422]: 6 -0.984285 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2580]: 6 -1.29688 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2595]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2622]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2676]: 6 -1.32813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2776]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2779]: 6 -0.500001 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2812]: 6 -2.60318 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2813]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2868]: 6 -1.32813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2907]: 6 -1.29378 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2915]: 6 -0.375 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2958]: 6 -1.32345 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2959]: 6 -1.32345 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2963]: 6 -2 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3013]: 6 -3 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3057]: 6 -3 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3059]: 6 -1.3125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3074]: 6 -1.625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3108]: 6 0 1.25 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3150]: 6 -1.32813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3151]: 6 -1.32813 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3201]: 6 -0.921875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3253]: 6 -4 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3444]: 6 -2.20313 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3448]: 6 -12.1875 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3537]: 6 -1.625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3546]: 6 -0.625 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3550]: 6 -2.5 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3684]: 6 0 12 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3686]: 6 -8.5 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3734]: 6 -5 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3745]: 6 -1.10938 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3842]: 6 -0.75 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3869]: 6 -1.03125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3879]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3922]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3928]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3933]: 6 -0.750001 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3940]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3977]: 6 -3 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4025]: 6 -2.4375 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4062]: 6 -2.8125 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4066]: 6 -1.25 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4229]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4262]: 6 -1 0 shouldn't be
2602.79/2622.88	WSVECS04 Frhs2[4263]: 6 -1 0 shouldn't be
2653.40/2673.62	c #Conflicts:    3583000 | #Constraints:      53766
2653.40/2673.62	c #Conflicts:    3584000 | #Constraints:      54766
2653.40/2673.62	c #Conflicts:    3585000 | #Constraints:      55766
2653.40/2673.62	c #Conflicts:    3586000 | #Constraints:      56766
2653.40/2673.62	c #Conflicts:    3587000 | #Constraints:      57766
2653.40/2673.62	c #Conflicts:    3588000 | #Constraints:      58766
2653.40/2673.62	c #Conflicts:    3589000 | #Constraints:      59766
2653.40/2673.62	c #Conflicts:    3590000 | #Constraints:      60766
2653.40/2673.62	c #Conflicts:    3591000 | #Constraints:      61766
2653.40/2673.62	c #Conflicts:    3592000 | #Constraints:      62766
2653.40/2673.62	c #Conflicts:    3593000 | #Constraints:      63766
2653.40/2673.62	c #Conflicts:    3594000 | #Constraints:      64766
2653.40/2673.62	c #Conflicts:    3595000 | #Constraints:      65766
2653.40/2673.62	c #Conflicts:    3596000 | #Constraints:      66766
2653.40/2673.62	c #Conflicts:    3597000 | #Constraints:      67766
2653.40/2673.62	c #Conflicts:    3598000 | #Constraints:      68766
2653.40/2673.62	c #Conflicts:    3599000 | #Constraints:      69766
2653.40/2673.62	c #Conflicts:    3600000 | #Constraints:      70766
2653.40/2673.62	c #Conflicts:    3601000 | #Constraints:      71766
2653.40/2673.62	c #Conflicts:    3602000 | #Constraints:      72766
2653.40/2673.62	c #Conflicts:    3603000 | #Constraints:      73766
2653.40/2673.62	c #Conflicts:    3604000 | #Constraints:      74766
2653.40/2673.62	c #Conflicts:    3605000 | #Constraints:      75766
2653.40/2673.62	c #Conflicts:    3606000 | #Constraints:      76766
2653.40/2673.62	c #Conflicts:    3607000 | #Constraints:      77766
2653.40/2673.62	c #Conflicts:    3608000 | #Constraints:      78766
2653.40/2673.62	c #Conflicts:    3609000 | #Constraints:      79766
2653.40/2673.62	c #Conflicts:    3610000 | #Constraints:      80766
2653.40/2673.62	c #Conflicts:    3611000 | #Constraints:      81766
2653.40/2673.62	c #Conflicts:    3612000 | #Constraints:      82766
2653.40/2673.62	c #Conflicts:    3613000 | #Constraints:      83766
2653.40/2673.62	c #Conflicts:    3614000 | #Constraints:      84766
2653.40/2673.62	c #Conflicts:    3615000 | #Constraints:      85766
2653.40/2673.62	c #Conflicts:    3616000 | #Constraints:      86766
2653.40/2673.62	c #Conflicts:    3617000 | #Constraints:      87766
2653.40/2673.62	c #Conflicts:    3618000 | #Constraints:      88766
2653.40/2673.62	c #Conflicts:    3619000 | #Constraints:      89766
2653.40/2673.62	c #Conflicts:    3620000 | #Constraints:      90766
2653.40/2673.62	c INPROCESSING
2653.40/2673.62	c GARBAGE COLLECT
2653.40/2673.62	c #Conflicts:    3621000 | #Constraints:      51181
2653.40/2673.62	c #Conflicts:    3622000 | #Constraints:      52181
2653.40/2673.62	c #Conflicts:    3623000 | #Constraints:      53181
2653.40/2673.62	c #Conflicts:    3624000 | #Constraints:      54181
2653.40/2673.62	c #Conflicts:    3625000 | #Constraints:      55181
2653.40/2673.62	c #Conflicts:    3626000 | #Constraints:      56181
2653.40/2673.62	c #Conflicts:    3627000 | #Constraints:      57181
2653.40/2673.62	c #Conflicts:    3628000 | #Constraints:      58181
2653.40/2673.62	c #Conflicts:    3629000 | #Constraints:      59181
2653.40/2673.62	c #Conflicts:    3630000 | #Constraints:      60181
2653.40/2673.62	c #Conflicts:    3631000 | #Constraints:      61181
2653.40/2673.62	c #Conflicts:    3632000 | #Constraints:      62181
2653.40/2673.62	c #Conflicts:    3633000 | #Constraints:      63181
2653.40/2673.62	c #Conflicts:    3634000 | #Constraints:      64181
2653.40/2673.62	c #Conflicts:    3635000 | #Constraints:      65181
2653.40/2673.62	c #Conflicts:    3636000 | #Constraints:      66181
2653.40/2673.62	c #Conflicts:    3637000 | #Constraints:      67181
2653.40/2673.62	c #Conflicts:    3638000 | #Constraints:      68181
2653.40/2673.62	c #Conflicts:    3639000 | #Constraints:      69181
2653.40/2673.62	c #Conflicts:    3640000 | #Constraints:      70181
2653.40/2673.62	c #Conflicts:    3641000 | #Constraints:      71181
2653.40/2673.62	c #Conflicts:    3642000 | #Constraints:      72181
2653.40/2673.62	c #Conflicts:    3643000 | #Constraints:      73181
2653.40/2673.62	c #Conflicts:    3644000 | #Constraints:      74181
2653.40/2673.62	c #Conflicts:    3645000 | #Constraints:      75181
2653.40/2673.62	c #Conflicts:    3646000 | #Constraints:      76181
2653.40/2673.62	c #Conflicts:    3647000 | #Constraints:      77181
2653.40/2673.62	c #Conflicts:    3648000 | #Constraints:      78181
2653.40/2673.62	c #Conflicts:    3649000 | #Constraints:      79181
2653.40/2673.62	c #Conflicts:    3650000 | #Constraints:      80181
2653.40/2673.62	c #Conflicts:    3651000 | #Constraints:      81181
2653.40/2673.62	c #Conflicts:    3652000 | #Constraints:      82181
2653.40/2673.62	c #Conflicts:    3653000 | #Constraints:      83181
2653.40/2673.62	c #Conflicts:    3654000 | #Constraints:      84181
2653.40/2673.62	c #Conflicts:    3655000 | #Constraints:      85181
2653.40/2673.62	c #Conflicts:    3656000 | #Constraints:      86181
2653.40/2673.62	c #Conflicts:    3657000 | #Constraints:      87181
2653.40/2673.62	c #Conflicts:    3658000 | #Constraints:      88181
2653.40/2673.62	c INPROCESSING
2653.40/2673.62	c GARBAGE COLLECT
2653.40/2673.62	c #Conflicts:    3659000 | #Constraints:      49820
2653.40/2673.62	c #Conflicts:    3660000 | #Constraints:      50820
2709.01/2729.57	c #Conflicts:    3661000 | #Constraints:      51820
2709.01/2729.57	c #Conflicts:    3662000 | #Constraints:      52820
2709.01/2729.57	c #Conflicts:    3663000 | #Constraints:      53820
2709.01/2729.57	c #Conflicts:    3664000 | #Constraints:      54820
2709.01/2729.57	c #Conflicts:    3665000 | #Constraints:      55820
2709.01/2729.57	c #Conflicts:    3666000 | #Constraints:      56820
2709.01/2729.57	c #Conflicts:    3667000 | #Constraints:      57820
2709.01/2729.57	c #Conflicts:    3668000 | #Constraints:      58820
2709.01/2729.57	c #Conflicts:    3669000 | #Constraints:      59821
2709.01/2729.57	c #Conflicts:    3670000 | #Constraints:      60821
2709.01/2729.57	c #Conflicts:    3671000 | #Constraints:      61821
2709.01/2729.57	c #Conflicts:    3672000 | #Constraints:      62821
2709.01/2729.57	c #Conflicts:    3673000 | #Constraints:      63821
2709.01/2729.57	c #Conflicts:    3674000 | #Constraints:      64821
2709.01/2729.57	c #Conflicts:    3675000 | #Constraints:      65821
2709.01/2729.57	c #Conflicts:    3676000 | #Constraints:      66821
2709.01/2729.57	c #Conflicts:    3677000 | #Constraints:      67821
2709.01/2729.57	c #Conflicts:    3678000 | #Constraints:      68869
2709.01/2729.57	c #Conflicts:    3679000 | #Constraints:      70367
2709.01/2729.57	c #Conflicts:    3680000 | #Constraints:      71861
2709.01/2729.57	c #Conflicts:    3681000 | #Constraints:      73371
2709.01/2729.57	c #Conflicts:    3682000 | #Constraints:      74494
2709.01/2729.57	c #Conflicts:    3683000 | #Constraints:      75494
2709.01/2729.57	c #Conflicts:    3684000 | #Constraints:      76494
2709.01/2729.57	c #Conflicts:    3685000 | #Constraints:      77494
2709.01/2729.57	c #Conflicts:    3686000 | #Constraints:      78494
2709.01/2729.57	c #Conflicts:    3687000 | #Constraints:      79494
2709.01/2729.57	c #Conflicts:    3688000 | #Constraints:      80494
2709.01/2729.57	c #Conflicts:    3689000 | #Constraints:      81494
2709.01/2729.57	c #Conflicts:    3690000 | #Constraints:      82494
2709.01/2729.57	c #Conflicts:    3691000 | #Constraints:      83494
2709.01/2729.57	c #Conflicts:    3692000 | #Constraints:      84494
2709.01/2729.57	c #Conflicts:    3693000 | #Constraints:      85494
2709.01/2729.57	c #Conflicts:    3694000 | #Constraints:      86495
2709.01/2729.57	c #Conflicts:    3695000 | #Constraints:      87495
2709.01/2729.57	c #Conflicts:    3696000 | #Constraints:      88495
2709.01/2729.57	c INPROCESSING
2709.01/2729.57	c GARBAGE COLLECT
2709.01/2729.57	c #Conflicts:    3697000 | #Constraints:      49770
2709.01/2729.57	c #Conflicts:    3698000 | #Constraints:      50770
2709.01/2729.57	c #Conflicts:    3699000 | #Constraints:      51771
2709.01/2729.57	c #Conflicts:    3700000 | #Constraints:      52771
2709.01/2729.57	c #Conflicts:    3701000 | #Constraints:      53771
2709.01/2729.57	c #Conflicts:    3702000 | #Constraints:      54771
2709.01/2729.57	c #Conflicts:    3703000 | #Constraints:      55771
2709.01/2729.57	c #Conflicts:    3704000 | #Constraints:      56771
2709.01/2729.57	c #Conflicts:    3705000 | #Constraints:      57771
2709.01/2729.57	c #Conflicts:    3706000 | #Constraints:      58771
2709.01/2729.57	c #Conflicts:    3707000 | #Constraints:      59771
2709.01/2729.57	c #Conflicts:    3708000 | #Constraints:      60771
2709.01/2729.57	c #Conflicts:    3709000 | #Constraints:      61771
2709.01/2729.57	c #Conflicts:    3710000 | #Constraints:      62771
2709.01/2729.57	c #Conflicts:    3711000 | #Constraints:      63771
2709.01/2729.57	c #Conflicts:    3712000 | #Constraints:      64771
2709.01/2729.57	c #Conflicts:    3713000 | #Constraints:      65771
2709.01/2729.57	c #Conflicts:    3714000 | #Constraints:      66771
2709.01/2729.57	c #Conflicts:    3715000 | #Constraints:      67771
2709.01/2729.57	c #Conflicts:    3716000 | #Constraints:      68771
2709.01/2729.57	c #Conflicts:    3717000 | #Constraints:      69771
2709.01/2729.57	c #Conflicts:    3718000 | #Constraints:      70771
2709.01/2729.57	c #Conflicts:    3719000 | #Constraints:      71772
2709.01/2729.57	c #Conflicts:    3720000 | #Constraints:      72772
2709.01/2729.57	c #Conflicts:    3721000 | #Constraints:      73772
2709.01/2729.57	c #Conflicts:    3722000 | #Constraints:      74772
2709.01/2729.57	c #Conflicts:    3723000 | #Constraints:      75772
2709.01/2729.57	c #Conflicts:    3724000 | #Constraints:      76772
2709.01/2729.57	c #Conflicts:    3725000 | #Constraints:      77773
2709.01/2729.57	c #Conflicts:    3726000 | #Constraints:      78774
2709.01/2729.57	c #Conflicts:    3727000 | #Constraints:      79774
2709.01/2729.57	c #Conflicts:    3728000 | #Constraints:      80775
2709.01/2729.57	c #Conflicts:    3729000 | #Constraints:      81775
2709.01/2729.57	c #Conflicts:    3730000 | #Constraints:      82775
2709.01/2729.57	c #Conflicts:    3731000 | #Constraints:      83775
2709.01/2729.57	c #Conflicts:    3732000 | #Constraints:      84775
2709.01/2729.57	c #Conflicts:    3733000 | #Constraints:      85775
2709.01/2729.57	c #Conflicts:    3734000 | #Constraints:      86775
2709.01/2729.57	c #Conflicts:    3735000 | #Constraints:      87775
2709.01/2729.57	c INPROCESSING
2709.01/2729.57	c GARBAGE COLLECT
2709.01/2729.57	c #Conflicts:    3736000 | #Constraints:      49588
2709.01/2729.57	c #Conflicts:    3737000 | #Constraints:      50589
2733.77/2754.40	c #Conflicts:    3738000 | #Constraints:      51589
2733.77/2754.40	c #Conflicts:    3739000 | #Constraints:      52589
2733.77/2754.40	c #Conflicts:    3740000 | #Constraints:      53589
2733.77/2754.40	c #Conflicts:    3741000 | #Constraints:      54590
2733.77/2754.40	c #Conflicts:    3742000 | #Constraints:      55590
2733.77/2754.40	c #Conflicts:    3743000 | #Constraints:      56590
2733.77/2754.40	c #Conflicts:    3744000 | #Constraints:      57592
2733.77/2754.40	c #Conflicts:    3745000 | #Constraints:      58592
2733.77/2754.40	c #Conflicts:    3746000 | #Constraints:      59592
2733.77/2754.40	c #Conflicts:    3747000 | #Constraints:      60592
2733.77/2754.40	c #Conflicts:    3748000 | #Constraints:      61592
2733.77/2754.40	c #Conflicts:    3749000 | #Constraints:      62594
2733.77/2754.40	c #Conflicts:    3750000 | #Constraints:      63597
2733.77/2754.40	c #Conflicts:    3751000 | #Constraints:      64601
2733.77/2754.40	c #Conflicts:    3752000 | #Constraints:      65606
2733.77/2754.40	c #Conflicts:    3753000 | #Constraints:      66612
2733.77/2754.40	c #Conflicts:    3754000 | #Constraints:      67617
2733.77/2754.40	c #Conflicts:    3755000 | #Constraints:      68617
2733.77/2754.40	c #Conflicts:    3756000 | #Constraints:      69617
2733.77/2754.40	c #Conflicts:    3757000 | #Constraints:      70617
2733.77/2754.40	c #Conflicts:    3758000 | #Constraints:      71617
2733.77/2754.40	c #Conflicts:    3759000 | #Constraints:      72618
2733.77/2754.40	c #Conflicts:    3760000 | #Constraints:      73618
2733.77/2754.40	c #Conflicts:    3761000 | #Constraints:      74618
2733.77/2754.40	c #Conflicts:    3762000 | #Constraints:      75618
2733.77/2754.40	c #Conflicts:    3763000 | #Constraints:      76618
2733.77/2754.40	c #Conflicts:    3764000 | #Constraints:      77619
2733.77/2754.40	c #Conflicts:    3765000 | #Constraints:      78661
2733.77/2754.40	c #Conflicts:    3766000 | #Constraints:      79661
2733.77/2754.40	c #Conflicts:    3767000 | #Constraints:      80661
2733.77/2754.40	c #Conflicts:    3768000 | #Constraints:      81661
2733.77/2754.40	c #Conflicts:    3769000 | #Constraints:      82661
2733.77/2754.40	c #Conflicts:    3770000 | #Constraints:      83661
2733.77/2754.40	c #Conflicts:    3771000 | #Constraints:      84661
2733.77/2754.40	c #Conflicts:    3772000 | #Constraints:      85661
2733.77/2754.40	c #Conflicts:    3773000 | #Constraints:      86661
2733.77/2754.40	c #Conflicts:    3774000 | #Constraints:      87661
2733.77/2754.40	c INPROCESSING
2733.77/2754.40	c GARBAGE COLLECT
2733.77/2754.40	WSVECS04 Frhs2[4]: 6 -0.999556 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[14]: 6 0 0.813757 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[19]: 6 0 1.44439 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[22]: 6 0 2.52277 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[30]: 6 0 0.92873 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[84]: 6 0 0.970095 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[204]: 6 0 0.307378 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[206]: 6 0 0.587793 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[218]: 6 0 0.192245 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[273]: 6 0 0.44298 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[349]: 6 0 1.51662 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[420]: 6 0 0.723058 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[440]: 6 0 0.000334997 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[562]: 6 -1.01247 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[592]: 6 -1.51311 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[616]: 6 -0.967543 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[705]: 6 0 0.309275 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[920]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[934]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[944]: 6 -0.980908 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[976]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[988]: 6 -1.54947 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[991]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1016]: 6 -0.999992 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1032]: 6 -0.921067 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1051]: 6 -0.730143 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1070]: 6 0 0.442091 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1071]: 6 0 2.24161 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1080]: 6 -4.32044 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1116]: 6 0 0.475397 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1119]: 6 0 0.795817 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1123]: 6 -0.999616 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1130]: 6 -0.669816 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1134]: 6 0 1.15219 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1150]: 6 -1.41719 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1152]: 6 -1.125 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1166]: 6 0 2.22533 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1177]: 6 -0.946996 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1190]: 6 -0.808723 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1200]: 6 -1.49847 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1206]: 6 -0.0239482 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1215]: 6 0 6.43699 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1222]: 6 -11.4923 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1242]: 6 -1.92885 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1253]: 6 0 0.3439 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1256]: 6 -0.773386 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1279]: 6 0 2.03706 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1295]: 6 0 3.19163 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1322]: 6 0 0.939109 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1331]: 6 0 1.81103 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1337]: 6 -1.625 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1346]: 6 -1.68594 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1348]: 6 -1.82859 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1350]: 6 -4.78384 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1363]: 6 -2.70868 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1414]: 6 -1.36282 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1444]: 6 0 0.744637 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1455]: 6 -1.12783 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1456]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1458]: 6 -0.999998 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1475]: 6 -0.00348152 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1484]: 6 -0.905517 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1496]: 6 -1.39063 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1510]: 6 -0.57135 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1513]: 6 -0.818453 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1518]: 6 -0.726925 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1548]: 6 -0.702404 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1556]: 6 -1.1471 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1560]: 6 -0.839038 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1584]: 6 -1.17217 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1590]: 6 -1.22716 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1598]: 6 0 0.62489 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1604]: 6 0 1.02029 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1609]: 6 -2.09724 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1611]: 6 -1.62673 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1613]: 6 -0.765087 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1617]: 6 -1.77682 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1620]: 6 -1.56145 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1622]: 6 0 0.0223747 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1623]: 6 -0.764194 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1625]: 6 -0.618963 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1639]: 6 0 0.232691 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1646]: 6 -0.999673 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1650]: 6 -1.19859 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1652]: 6 -0.750042 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1673]: 6 -1.14371 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1674]: 6 -0.470199 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1675]: 6 -0.787641 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1721]: 6 -1.32488 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1745]: 6 -0.671637 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1784]: 6 -0.987541 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1786]: 6 -2.70016 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1953]: 6 -1.00011 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1958]: 6 -1.00015 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1964]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1973]: 6 -0.881217 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1975]: 6 -0.823185 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1983]: 6 0 1.40874 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1989]: 6 -4.11714 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2009]: 6 -0.999904 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2011]: 6 0 3.29264e-05 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2049]: 6 -1.38469 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2054]: 6 0 0.501788 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2055]: 6 0 0.0642416 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2074]: 6 -0.5618 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2078]: 6 -0.884746 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2089]: 6 0 13.0851 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2091]: 6 -1.49997 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2106]: 6 -11.3697 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2108]: 6 0 1 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2122]: 6 -1.033 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2148]: 6 0 0.723454 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2155]: 6 -0.786142 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2168]: 6 -0.966191 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2172]: 6 0 0.988843 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2174]: 6 -0.999696 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2175]: 6 -0.988615 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2186]: 6 0 0.466235 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2193]: 6 0 4.56191 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2219]: 6 0 0.731792 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2243]: 6 -1.13594 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2256]: 6 -0.659932 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2260]: 6 -2.36028 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2268]: 6 -1.30194 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2270]: 6 -3.17442 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2273]: 6 0 0.160039 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2276]: 6 0 1.41548 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2284]: 6 0 0.938239 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2286]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2314]: 6 -0.62181 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2326]: 6 0 2.59711 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2328]: 6 0 4.80415 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2338]: 6 0 0.733266 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2362]: 6 0 0.369685 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2366]: 6 0 0.417776 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2382]: 6 -3.20382 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2410]: 6 -1.24981 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2448]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2449]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2465]: 6 0 1.10497 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2470]: 6 0 7.75793 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2491]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2511]: 6 -0.570854 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2517]: 6 -2.30445 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2519]: 6 -1.30177 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2561]: 6 -1.53711 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2566]: 6 0 2 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2568]: 6 0 2.94288 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2570]: 6 0 3.88577 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2625]: 6 -1.49735 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2628]: 6 0 0.739559 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2636]: 6 -1.08282 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2637]: 6 -1.08274 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2643]: 6 -1.2547 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2658]: 6 -0.889932 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2698]: 6 -0.717885 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2708]: 6 0 0.0134636 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2712]: 6 -1.33789 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2720]: 6 -0.999413 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2724]: 6 -0.962777 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2728]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2736]: 6 0 0.0115204 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2741]: 6 -1.10898 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2745]: 6 -0.435916 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2761]: 6 -1.33447 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2765]: 6 -1.33789 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2773]: 6 -1.40625 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2796]: 6 0 1.62135 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2804]: 6 -1.00044 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2822]: 6 0 0.625001 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2839]: 6 -6.24269 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2842]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2857]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2869]: 6 -0.750391 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2896]: 6 -0.976727 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2916]: 6 0 1.46524 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2926]: 6 0 1.625 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2930]: 6 -1.05509 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2935]: 6 -0.220374 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2943]: 6 -1.04655 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2962]: 6 0 1.90181 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2967]: 6 -0.0540536 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2980]: 6 -3.17804 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2984]: 6 0 0.383119 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3017]: 6 -0.993194 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3039]: 6 -1.00132 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3041]: 6 -1.32939 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3087]: 6 -1.54316 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3106]: 6 -3.29771 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3107]: 6 -0.545802 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3129]: 6 -0.937292 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3133]: 6 -0.749169 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3182]: 6 -1.3125 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3184]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3192]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3199]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3203]: 6 -0.973951 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3214]: 6 0 0.402514 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3216]: 6 0 1.44313 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3219]: 6 -12.7366 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3225]: 6 -1.22359 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3236]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3253]: 6 -1.40625 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3265]: 6 0 0.124788 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3287]: 6 -1.66406 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3290]: 6 -1.3125 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3296]: 6 -1.49997 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3297]: 6 -0.908054 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3299]: 6 -0.899102 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3306]: 6 -1.2791 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3308]: 6 0 1.50035 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3311]: 6 -1.00071 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3315]: 6 0 2.49168 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3318]: 6 0 0.47441 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3322]: 6 0 1.53667 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3325]: 6 -1.07334 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3332]: 6 -1.33301 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3349]: 6 -1.09375 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3355]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3382]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3389]: 6 -1.3125 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3393]: 6 -1.49923 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3396]: 6 0 0.993033 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3398]: 6 -1.29749 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3399]: 6 -1.28355 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3404]: 6 0 1.95117 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3409]: 6 -0.804698 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3412]: 6 0 0.192082 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3414]: 6 0 1.49992 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3418]: 6 -1.24966 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3428]: 6 -0.561118 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3440]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3447]: 6 -1.3125 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3451]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3497]: 6 -0.743435 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3506]: 6 0 0.0727952 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3507]: 6 -1.21988 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3513]: 6 -0.942495 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3521]: 6 -1.27016 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3540]: 6 -1.20188 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3546]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3592]: 6 0 2.93696 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3597]: 6 -2.37026 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3610]: 6 -1.237 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3612]: 6 -0.974001 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3613]: 6 -0.5 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3620]: 6 -0.999999 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3630]: 6 -0.52515 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3631]: 6 -1.5 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3644]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3663]: 6 -1.80891 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3678]: 6 -0.999999 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3710]: 6 -0.947786 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3713]: 6 -0.768488 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3734]: 6 -0.999999 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3736]: 6 -0.999997 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3747]: 6 -1.62499 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3748]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3750]: 6 -0.382607 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3768]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3776]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3783]: 6 -0.317639 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3794]: 6 -1.24998 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3799]: 6 -0.999938 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3803]: 6 -0.99975 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3818]: 6 -1.24821 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3834]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3855]: 6 -0.976605 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3876]: 6 0 1.09865 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3878]: 6 0 0.499988 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3896]: 6 -1.12397 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3900]: 6 -0.964786 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3906]: 6 0 0.837524 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3907]: 6 -0.661252 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3909]: 6 -4.0728 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3914]: 6 0 0.797727 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3923]: 6 -1.3357 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3938]: 6 0 0.154849 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3943]: 6 0 0.215225 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3949]: 6 -0.919772 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3950]: 6 -0.927061 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3951]: 6 -0.78283 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3955]: 6 -0.897136 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3974]: 6 0 0.0141283 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3977]: 6 -0.725396 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3982]: 6 0 0.437563 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3984]: 6 -6.33105 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[3989]: 6 -1.25 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4000]: 6 -0.985728 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4003]: 6 -0.765729 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4014]: 6 -1.51746 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4016]: 6 -1.0863 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4022]: 6 0 0.911057 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4023]: 6 -0.677888 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4033]: 6 0 0.499449 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4038]: 6 -0.436748 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4049]: 6 -1.14502 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4051]: 6 -0.622018 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4055]: 6 -0.890925 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4057]: 6 -1.26267 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4058]: 6 0 1.50831e-05 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4065]: 6 -2.69073 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4085]: 6 -0.999175 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4090]: 6 -1.28191 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4092]: 6 -1.0087 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4095]: 6 -1.12762 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4097]: 6 -0.688992 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4100]: 6 -1.08388 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4101]: 6 -1.83984 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4106]: 6 -0.329004 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4110]: 6 -1.01247 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4174]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4175]: 6 -0.998728 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4178]: 6 -0.999999 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4184]: 6 -0.945193 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4189]: 6 -0.687501 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4190]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4195]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4232]: 6 -0.942215 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4233]: 6 -0.88443 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4245]: 6 -1 0 shouldn't be
2733.77/2754.40	WSVECS04 Frhs2[4287]: 6 -1.5 0 shouldn't be
2752.83/2773.54	c #Conflicts:    3775000 | #Constraints:      49660
2752.83/2773.54	c #Conflicts:    3776000 | #Constraints:      50660
2752.83/2773.54	c #Conflicts:    3777000 | #Constraints:      51660
2752.83/2773.54	c #Conflicts:    3778000 | #Constraints:      52660
2752.83/2773.54	c #Conflicts:    3779000 | #Constraints:      53661
2752.83/2773.54	c #Conflicts:    3780000 | #Constraints:      54661
2752.83/2773.54	c #Conflicts:    3781000 | #Constraints:      55661
2752.83/2773.54	c #Conflicts:    3782000 | #Constraints:      56661
2752.83/2773.54	c #Conflicts:    3783000 | #Constraints:      57661
2752.83/2773.54	c #Conflicts:    3784000 | #Constraints:      58661
2752.83/2773.54	c #Conflicts:    3785000 | #Constraints:      59661
2752.83/2773.54	c #Conflicts:    3786000 | #Constraints:      60661
2752.83/2773.54	c #Conflicts:    3787000 | #Constraints:      61859
2752.83/2773.54	c #Conflicts:    3788000 | #Constraints:      63376
2752.83/2773.54	c #Conflicts:    3789000 | #Constraints:      64904
2752.83/2773.54	c #Conflicts:    3790000 | #Constraints:      66428
2752.83/2773.54	c #Conflicts:    3791000 | #Constraints:      67929
2752.83/2773.54	c #Conflicts:    3792000 | #Constraints:      69473
2752.83/2773.54	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[30]: 6 0 0.250001 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[60]: 6 -2.2505 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[86]: 6 0 1.32813 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[91]: 6 -1.59525 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[119]: 6 -2.33203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[125]: 6 -2.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[126]: 6 -3.75 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[150]: 6 -22.6806 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[154]: 6 -2 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[159]: 6 -0.416993 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[178]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[182]: 6 -2.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[189]: 6 -3.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[190]: 6 -2.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[218]: 6 -0.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[219]: 6 -1.26019 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[220]: 6 -0.749499 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[223]: 6 0 0.25 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[252]: 6 -0.404747 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[281]: 6 -0.0390635 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[283]: 6 -0.722679 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[284]: 6 -1.062 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[342]: 6 -21.4306 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[371]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[409]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[416]: 6 -1.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[446]: 6 0 0.25 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[474]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[504]: 6 -19.8926 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[533]: 6 -2.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[534]: 6 -2.33203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[566]: 6 -2.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[572]: 6 -0.0619996 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[604]: 6 -2.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[634]: 6 -1.32813 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[638]: 6 0 1.5 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[639]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[697]: 6 -0.0156257 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[699]: 6 -1.14012 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[703]: 6 -0.0391881 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[732]: 6 -1.062 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[733]: 6 -0.0922474 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1018]: 6 -0.671876 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1084]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1141]: 6 -0.0861883 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1142]: 6 -0.172377 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1146]: 6 -1.32813 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1176]: 6 0 0.328126 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1204]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1235]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1241]: 6 -0.6875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1273]: 6 -1.33203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1277]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1298]: 6 -0.0205085 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1336]: 6 -5.05444 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1367]: 6 -2.33203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1401]: 6 -1.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1402]: 6 -0.383815 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1407]: 6 -1.96875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1432]: 6 -0.578126 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1458]: 6 0 0.730469 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1464]: 6 -0.133019 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1467]: 6 -1.40625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1495]: 6 -2.73047 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1528]: 6 -0.687501 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1529]: 6 -1.33301 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1533]: 6 -1.32813 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1557]: 6 -1.625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1591]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1595]: 6 -0.328125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1633]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1653]: 6 -1.33203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1658]: 6 0 1.41016 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1659]: 6 0 0.0781254 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1669]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1686]: 6 -1.24219 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1688]: 6 0 0.69629 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1691]: 6 -0.921876 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1695]: 6 -0.750001 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1696]: 6 -0.750001 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1697]: 6 -2 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1718]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1719]: 6 -1.72266 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1720]: 6 -2.26563 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1722]: 6 -0.6875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1728]: 6 -0.75 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1784]: 6 -0.671875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2101]: 6 -5.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2201]: 6 0 0.738156 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2206]: 6 -14.0625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2286]: 6 -1.0431 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2288]: 6 -0.0861889 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2292]: 6 -2 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2384]: 6 -118.053 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2394]: 6 -0.5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2398]: 6 -3 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2478]: 6 -6.8125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2481]: 6 -0.687501 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2520]: 6 -59.8388 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2571]: 6 -1.65625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2582]: 6 0 0.0407721 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2623]: 6 0 0.960812 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2684]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2712]: 6 0 3.05444 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2717]: 6 -1.27173 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2766]: 6 -5.58203 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2782]: 6 -0.652345 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2863]: 6 -3 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2869]: 6 -0.500001 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2875]: 6 -3.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2878]: 6 -10 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2959]: 6 -42.0175 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2969]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2970]: 6 -0.0312503 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2973]: 6 -1.9375 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2976]: 6 -5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3003]: 6 -1.0625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3049]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3097]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3160]: 6 -5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3245]: 6 -4.46094 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3248]: 6 -1.21875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3249]: 6 -1.21875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3258]: 6 -8.71793 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3340]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3437]: 6 -0.383816 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3440]: 6 -3.46474 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3442]: 6 -9.92948 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3536]: 6 -5.625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3540]: 6 0 1.5 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3578]: 6 -0.812501 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3579]: 6 -1.625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3630]: 6 -1.40625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3632]: 6 -0.812501 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3636]: 6 -2 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3728]: 6 -5 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3743]: 6 -0.414063 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3820]: 6 -1.33301 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3920]: 6 0 1.25 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3923]: 6 -3.24219 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3932]: 6 -5.25 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3934]: 6 0 2.04738 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3963]: 6 -1.3125 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[3984]: 6 -0.875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4019]: 6 -0.65625 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4108]: 6 -1.32813 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4152]: 6 -0.671875 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4246]: 6 -2 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4248]: 6 0 1 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
2752.83/2773.54	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
2814.16/2835.10	c #Conflicts:    3793000 | #Constraints:      70905
2814.16/2835.10	c #Conflicts:    3794000 | #Constraints:      71905
2814.16/2835.10	c #Conflicts:    3795000 | #Constraints:      72905
2814.16/2835.10	c #Conflicts:    3796000 | #Constraints:      73905
2814.16/2835.10	c #Conflicts:    3797000 | #Constraints:      74905
2814.16/2835.10	c #Conflicts:    3798000 | #Constraints:      75905
2814.16/2835.10	c #Conflicts:    3799000 | #Constraints:      76905
2814.16/2835.10	c #Conflicts:    3800000 | #Constraints:      77905
2814.16/2835.10	c #Conflicts:    3801000 | #Constraints:      78905
2814.16/2835.10	c #Conflicts:    3802000 | #Constraints:      79905
2814.16/2835.10	c #Conflicts:    3803000 | #Constraints:      80905
2814.16/2835.10	c #Conflicts:    3804000 | #Constraints:      81905
2814.16/2835.10	c #Conflicts:    3805000 | #Constraints:      82905
2814.16/2835.10	c #Conflicts:    3806000 | #Constraints:      83905
2814.16/2835.10	c #Conflicts:    3807000 | #Constraints:      84905
2814.16/2835.10	c #Conflicts:    3808000 | #Constraints:      85905
2814.16/2835.10	c #Conflicts:    3809000 | #Constraints:      86905
2814.16/2835.10	c #Conflicts:    3810000 | #Constraints:      87905
2814.16/2835.10	c #Conflicts:    3811000 | #Constraints:      88905
2814.16/2835.10	c #Conflicts:    3812000 | #Constraints:      89905
2814.16/2835.11	c #Conflicts:    3813000 | #Constraints:      90905
2814.16/2835.11	c INPROCESSING
2814.16/2835.11	c GARBAGE COLLECT
2814.16/2835.11	c #Conflicts:    3814000 | #Constraints:      51286
2814.16/2835.11	c #Conflicts:    3815000 | #Constraints:      52286
2814.16/2835.11	c #Conflicts:    3816000 | #Constraints:      53286
2814.16/2835.11	c #Conflicts:    3817000 | #Constraints:      54286
2814.16/2835.11	c #Conflicts:    3818000 | #Constraints:      55286
2814.16/2835.11	c #Conflicts:    3819000 | #Constraints:      56286
2814.16/2835.11	c #Conflicts:    3820000 | #Constraints:      57286
2814.16/2835.11	c #Conflicts:    3821000 | #Constraints:      58286
2814.16/2835.11	c #Conflicts:    3822000 | #Constraints:      59286
2814.16/2835.11	c #Conflicts:    3823000 | #Constraints:      60286
2814.16/2835.11	c #Conflicts:    3824000 | #Constraints:      61286
2814.16/2835.11	c #Conflicts:    3825000 | #Constraints:      62286
2814.16/2835.11	c #Conflicts:    3826000 | #Constraints:      63286
2814.16/2835.11	c #Conflicts:    3827000 | #Constraints:      64286
2814.16/2835.11	c #Conflicts:    3828000 | #Constraints:      65286
2814.16/2835.11	c #Conflicts:    3829000 | #Constraints:      66286
2814.16/2835.11	c #Conflicts:    3830000 | #Constraints:      67286
2814.16/2835.11	c #Conflicts:    3831000 | #Constraints:      68286
2814.16/2835.11	c #Conflicts:    3832000 | #Constraints:      69286
2814.16/2835.11	c #Conflicts:    3833000 | #Constraints:      70286
2814.16/2835.11	c #Conflicts:    3834000 | #Constraints:      71286
2814.16/2835.11	c #Conflicts:    3835000 | #Constraints:      72286
2814.16/2835.11	c #Conflicts:    3836000 | #Constraints:      73286
2814.16/2835.11	c #Conflicts:    3837000 | #Constraints:      74286
2814.16/2835.11	c #Conflicts:    3838000 | #Constraints:      75286
2814.16/2835.11	c #Conflicts:    3839000 | #Constraints:      76286
2814.16/2835.11	c #Conflicts:    3840000 | #Constraints:      77286
2814.16/2835.11	c #Conflicts:    3841000 | #Constraints:      78286
2814.16/2835.11	c #Conflicts:    3842000 | #Constraints:      79287
2814.16/2835.11	c #Conflicts:    3843000 | #Constraints:      80287
2814.16/2835.11	c #Conflicts:    3844000 | #Constraints:      81287
2814.16/2835.11	c #Conflicts:    3845000 | #Constraints:      82287
2814.16/2835.11	c #Conflicts:    3846000 | #Constraints:      83287
2814.16/2835.11	c #Conflicts:    3847000 | #Constraints:      84287
2814.16/2835.11	c #Conflicts:    3848000 | #Constraints:      85287
2814.16/2835.11	c #Conflicts:    3849000 | #Constraints:      86287
2814.16/2835.11	c #Conflicts:    3850000 | #Constraints:      87288
2814.16/2835.11	c #Conflicts:    3851000 | #Constraints:      88288
2814.16/2835.11	c #Conflicts:    3852000 | #Constraints:      89288
2814.16/2835.11	c INPROCESSING
2814.16/2835.11	c GARBAGE COLLECT
2814.16/2835.11	c #Conflicts:    3853000 | #Constraints:      50358
2814.16/2835.11	c #Conflicts:    3854000 | #Constraints:      51358
2814.16/2835.11	c #Conflicts:    3855000 | #Constraints:      52358
2814.16/2835.11	c #Conflicts:    3856000 | #Constraints:      53358
2814.16/2835.11	c #Conflicts:    3857000 | #Constraints:      54358
2814.16/2835.11	c #Conflicts:    3858000 | #Constraints:      55358
2814.16/2835.11	c #Conflicts:    3859000 | #Constraints:      56358
2814.16/2835.11	c #Conflicts:    3860000 | #Constraints:      57358
2814.16/2835.11	c #Conflicts:    3861000 | #Constraints:      58358
2814.16/2835.11	c #Conflicts:    3862000 | #Constraints:      59358
2814.16/2835.11	c #Conflicts:    3863000 | #Constraints:      60358
2814.16/2835.11	c #Conflicts:    3864000 | #Constraints:      61358
2814.16/2835.11	c #Conflicts:    3865000 | #Constraints:      62358
2814.16/2835.11	c #Conflicts:    3866000 | #Constraints:      63358
2814.16/2835.11	c #Conflicts:    3867000 | #Constraints:      64359
2814.16/2835.11	c #Conflicts:    3868000 | #Constraints:      65359
2814.16/2835.11	c #Conflicts:    3869000 | #Constraints:      66359
2814.16/2835.11	c #Conflicts:    3870000 | #Constraints:      67360
2854.70/2875.95	c #Conflicts:    3871000 | #Constraints:      68360
2854.70/2875.95	c #Conflicts:    3872000 | #Constraints:      69360
2854.70/2875.95	c #Conflicts:    3873000 | #Constraints:      70360
2854.70/2875.95	c #Conflicts:    3874000 | #Constraints:      71360
2854.70/2875.95	c #Conflicts:    3875000 | #Constraints:      72360
2854.70/2875.95	c #Conflicts:    3876000 | #Constraints:      73361
2854.70/2875.95	c #Conflicts:    3877000 | #Constraints:      74361
2854.70/2875.95	c #Conflicts:    3878000 | #Constraints:      75361
2854.70/2875.95	c #Conflicts:    3879000 | #Constraints:      76361
2854.70/2875.95	c #Conflicts:    3880000 | #Constraints:      77361
2854.70/2875.95	c #Conflicts:    3881000 | #Constraints:      78361
2854.70/2875.95	c #Conflicts:    3882000 | #Constraints:      79361
2854.70/2875.95	c #Conflicts:    3883000 | #Constraints:      80361
2854.70/2875.95	c #Conflicts:    3884000 | #Constraints:      81361
2854.70/2875.95	c #Conflicts:    3885000 | #Constraints:      82361
2854.70/2875.95	c #Conflicts:    3886000 | #Constraints:      83361
2854.70/2875.95	c #Conflicts:    3887000 | #Constraints:      84361
2854.70/2875.95	c #Conflicts:    3888000 | #Constraints:      85361
2854.70/2875.95	c #Conflicts:    3889000 | #Constraints:      86361
2854.70/2875.95	c #Conflicts:    3890000 | #Constraints:      87361
2854.70/2875.95	c #Conflicts:    3891000 | #Constraints:      88361
2854.70/2875.95	c INPROCESSING
2854.70/2875.95	c GARBAGE COLLECT
2854.70/2875.95	c #Conflicts:    3892000 | #Constraints:      49711
2854.70/2875.95	c #Conflicts:    3893000 | #Constraints:      50711
2854.70/2875.95	c #Conflicts:    3894000 | #Constraints:      51711
2854.70/2875.95	c #Conflicts:    3895000 | #Constraints:      52711
2854.70/2875.95	c #Conflicts:    3896000 | #Constraints:      53712
2854.70/2875.95	c #Conflicts:    3897000 | #Constraints:      54713
2854.70/2875.95	c #Conflicts:    3898000 | #Constraints:      55713
2854.70/2875.95	c #Conflicts:    3899000 | #Constraints:      56713
2854.70/2875.95	c #Conflicts:    3900000 | #Constraints:      57713
2854.70/2875.95	c #Conflicts:    3901000 | #Constraints:      58714
2854.70/2875.95	c #Conflicts:    3902000 | #Constraints:      59714
2854.70/2875.95	c #Conflicts:    3903000 | #Constraints:      60714
2854.70/2875.95	c #Conflicts:    3904000 | #Constraints:      61714
2854.70/2875.95	c #Conflicts:    3905000 | #Constraints:      62714
2854.70/2875.95	c #Conflicts:    3906000 | #Constraints:      63714
2854.70/2875.95	c #Conflicts:    3907000 | #Constraints:      64714
2854.70/2875.95	c #Conflicts:    3908000 | #Constraints:      65714
2854.70/2875.95	c #Conflicts:    3909000 | #Constraints:      66714
2854.70/2875.95	c #Conflicts:    3910000 | #Constraints:      67714
2854.70/2875.95	c #Conflicts:    3911000 | #Constraints:      68714
2854.70/2875.95	c #Conflicts:    3912000 | #Constraints:      69714
2854.70/2875.95	c #Conflicts:    3913000 | #Constraints:      70714
2854.70/2875.95	c #Conflicts:    3914000 | #Constraints:      71715
2854.70/2875.95	c #Conflicts:    3915000 | #Constraints:      72715
2854.70/2875.95	c #Conflicts:    3916000 | #Constraints:      73715
2854.70/2875.95	c #Conflicts:    3917000 | #Constraints:      74715
2854.70/2875.95	c #Conflicts:    3918000 | #Constraints:      75715
2854.70/2875.95	c #Conflicts:    3919000 | #Constraints:      76715
2854.70/2875.95	c #Conflicts:    3920000 | #Constraints:      77715
2854.70/2875.95	c #Conflicts:    3921000 | #Constraints:      78715
2854.70/2875.95	WSVECS04 Frhs2[9]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[10]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[42]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[64]: 6 -2.1024 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[96]: 6 -2 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[102]: 6 0 0.5 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[158]: 6 0 0.500001 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[165]: 6 0 1.61892 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[266]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[326]: 6 -2 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[395]: 6 -1.3125 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[396]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[421]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[425]: 6 0 1.30615 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[480]: 6 0 0.5 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[517]: 6 0 1.32813 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[523]: 6 0 1 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[544]: 6 -2.04157 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[583]: 6 0 0.354167 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[587]: 6 -2 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[617]: 6 -2.875 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[618]: 6 -4 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[619]: 6 -1.625 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[620]: 6 -2 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[640]: 6 -1.82813 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[650]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[677]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[710]: 6 0 0.250001 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[995]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1019]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1165]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1221]: 6 0 1.27344 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1276]: 6 -1.32813 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1284]: 6 -2.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1415]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1573]: 6 -0.578126 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1599]: 6 -1.89063 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1604]: 6 0 0.459636 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1630]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1633]: 6 -0.715278 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1635]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1639]: 6 0 0.495001 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1697]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1755]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1785]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1957]: 6 -1.29688 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2049]: 6 0 0.297154 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2062]: 6 -2.6875 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2075]: 6 -3 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2165]: 6 -0.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2262]: 6 0 1 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2338]: 6 0 2 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2340]: 6 0 2 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2342]: 6 0 0.729167 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2408]: 6 -1.3125 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2542]: 6 0 0.625 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2544]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2588]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2589]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2628]: 6 0 1 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2691]: 6 0 0.0680805 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2918]: 6 0 3 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2920]: 6 -0.500001 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2932]: 6 -11.2266 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2933]: 6 -11.2266 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2968]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2972]: 6 0 1 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[2982]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3014]: 6 0 2 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3078]: 6 -1.66602 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3083]: 6 -1.3125 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3106]: 6 0 0.491002 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3202]: 6 0 1 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3206]: 6 0 5.57031 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3210]: 6 -0.985962 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3365]: 6 -1.33203 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3396]: 6 0 1.41602 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3504]: 6 0 1.5 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3556]: 6 -1.89063 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3557]: 6 -1.78125 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3592]: 6 0 2 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3602]: 6 -3 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3738]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3739]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3886]: 6 -1.5 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3986]: 6 -6 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4033]: 6 -1.32813 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4118]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4119]: 6 -1.25 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4124]: 6 -3 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4151]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4152]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4183]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4187]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4188]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
2854.70/2875.95	WSVECS04 Frhs2[4287]: 6 -1 0 shouldn't be
2906.30/2927.72	c #Conflicts:    3922000 | #Constraints:      79716
2906.30/2927.72	c #Conflicts:    3923000 | #Constraints:      80716
2906.30/2927.72	c #Conflicts:    3924000 | #Constraints:      81716
2906.30/2927.72	c #Conflicts:    3925000 | #Constraints:      82716
2906.30/2927.72	c #Conflicts:    3926000 | #Constraints:      83716
2906.30/2927.72	c #Conflicts:    3927000 | #Constraints:      84716
2906.30/2927.72	c #Conflicts:    3928000 | #Constraints:      85716
2906.30/2927.72	c #Conflicts:    3929000 | #Constraints:      86716
2906.30/2927.72	c #Conflicts:    3930000 | #Constraints:      87716
2906.30/2927.72	c #Conflicts:    3931000 | #Constraints:      88716
2906.30/2927.72	c INPROCESSING
2906.30/2927.72	c GARBAGE COLLECT
2906.30/2927.72	c #Conflicts:    3932000 | #Constraints:      50106
2906.30/2927.72	c #Conflicts:    3933000 | #Constraints:      51106
2906.30/2927.72	c #Conflicts:    3934000 | #Constraints:      52106
2906.30/2927.72	c #Conflicts:    3935000 | #Constraints:      53106
2906.30/2927.72	c #Conflicts:    3936000 | #Constraints:      54106
2906.30/2927.72	c #Conflicts:    3937000 | #Constraints:      55106
2906.30/2927.72	c #Conflicts:    3938000 | #Constraints:      56106
2906.30/2927.72	c #Conflicts:    3939000 | #Constraints:      57106
2906.30/2927.72	c #Conflicts:    3940000 | #Constraints:      58106
2906.30/2927.72	c #Conflicts:    3941000 | #Constraints:      59106
2906.30/2927.72	c #Conflicts:    3942000 | #Constraints:      60106
2906.30/2927.72	c #Conflicts:    3943000 | #Constraints:      61106
2906.30/2927.72	c #Conflicts:    3944000 | #Constraints:      62106
2906.30/2927.72	c #Conflicts:    3945000 | #Constraints:      63106
2906.30/2927.72	c #Conflicts:    3946000 | #Constraints:      64106
2906.30/2927.72	c #Conflicts:    3947000 | #Constraints:      65106
2906.30/2927.72	c #Conflicts:    3948000 | #Constraints:      66106
2906.30/2927.72	c #Conflicts:    3949000 | #Constraints:      67106
2906.30/2927.72	c #Conflicts:    3950000 | #Constraints:      68106
2906.30/2927.72	c #Conflicts:    3951000 | #Constraints:      69106
2906.30/2927.72	c #Conflicts:    3952000 | #Constraints:      70106
2906.30/2927.72	c #Conflicts:    3953000 | #Constraints:      71106
2906.30/2927.72	c #Conflicts:    3954000 | #Constraints:      72106
2906.30/2927.72	c #Conflicts:    3955000 | #Constraints:      73106
2906.30/2927.72	c #Conflicts:    3956000 | #Constraints:      74106
2906.30/2927.72	c #Conflicts:    3957000 | #Constraints:      75106
2906.30/2927.72	c #Conflicts:    3958000 | #Constraints:      76106
2906.30/2927.72	c #Conflicts:    3959000 | #Constraints:      77106
2906.30/2927.72	c #Conflicts:    3960000 | #Constraints:      78106
2906.30/2927.73	c #Conflicts:    3961000 | #Constraints:      79106
2906.30/2927.73	c #Conflicts:    3962000 | #Constraints:      80106
2906.30/2927.73	c #Conflicts:    3963000 | #Constraints:      81106
2906.30/2927.73	c #Conflicts:    3964000 | #Constraints:      82106
2906.30/2927.73	c #Conflicts:    3965000 | #Constraints:      83106
2906.30/2927.73	c #Conflicts:    3966000 | #Constraints:      84106
2906.30/2927.73	c #Conflicts:    3967000 | #Constraints:      85106
2906.30/2927.73	c #Conflicts:    3968000 | #Constraints:      86106
2906.30/2927.73	c #Conflicts:    3969000 | #Constraints:      87106
2906.30/2927.73	c #Conflicts:    3970000 | #Constraints:      88106
2906.30/2927.73	c #Conflicts:    3971000 | #Constraints:      89106
2906.30/2927.73	c INPROCESSING
2906.30/2927.73	c GARBAGE COLLECT
2906.30/2927.73	c #Conflicts:    3972000 | #Constraints:      50403
2906.30/2927.73	c #Conflicts:    3973000 | #Constraints:      51403
2906.30/2927.73	c #Conflicts:    3974000 | #Constraints:      52403
2906.30/2927.73	c #Conflicts:    3975000 | #Constraints:      53403
2906.30/2927.73	c #Conflicts:    3976000 | #Constraints:      54403
2906.30/2927.73	c #Conflicts:    3977000 | #Constraints:      55403
2906.30/2927.73	c #Conflicts:    3978000 | #Constraints:      56403
2906.30/2927.73	c #Conflicts:    3979000 | #Constraints:      57403
2906.30/2927.73	c #Conflicts:    3980000 | #Constraints:      58403
2906.30/2927.73	c #Conflicts:    3981000 | #Constraints:      59404
2906.30/2927.73	c #Conflicts:    3982000 | #Constraints:      60404
2906.30/2927.73	c #Conflicts:    3983000 | #Constraints:      61404
2906.30/2927.73	c #Conflicts:    3984000 | #Constraints:      62404
2906.30/2927.73	c #Conflicts:    3985000 | #Constraints:      63404
2906.30/2927.73	c #Conflicts:    3986000 | #Constraints:      64404
2906.30/2927.73	c #Conflicts:    3987000 | #Constraints:      65404
2906.30/2927.73	c #Conflicts:    3988000 | #Constraints:      66406
2906.30/2927.73	c #Conflicts:    3989000 | #Constraints:      67406
2906.30/2927.73	c #Conflicts:    3990000 | #Constraints:      68407
2906.30/2927.73	c #Conflicts:    3991000 | #Constraints:      69407
2906.30/2927.73	c #Conflicts:    3992000 | #Constraints:      70407
2906.30/2927.73	c #Conflicts:    3993000 | #Constraints:      71407
2906.30/2927.73	c #Conflicts:    3994000 | #Constraints:      72407
2906.30/2927.73	c #Conflicts:    3995000 | #Constraints:      73407
2906.30/2927.73	c #Conflicts:    3996000 | #Constraints:      74407
2906.30/2927.73	c #Conflicts:    3997000 | #Constraints:      75407
2906.30/2927.73	c #Conflicts:    3998000 | #Constraints:      76407
2906.30/2927.73	c #Conflicts:    3999000 | #Constraints:      77407
2923.30/2944.87	c #Conflicts:    4000000 | #Constraints:      78407
2923.30/2944.87	c #Conflicts:    4001000 | #Constraints:      79408
2923.30/2944.87	c #Conflicts:    4002000 | #Constraints:      80812
2923.30/2944.87	c #Conflicts:    4003000 | #Constraints:      82362
2923.30/2944.87	c #Conflicts:    4004000 | #Constraints:      83882
2923.30/2944.87	c #Conflicts:    4005000 | #Constraints:      85397
2923.30/2944.87	c #Conflicts:    4006000 | #Constraints:      86900
2923.30/2944.87	c #Conflicts:    4007000 | #Constraints:      88395
2923.30/2944.87	c #Conflicts:    4008000 | #Constraints:      89894
2923.30/2944.87	c #Conflicts:    4009000 | #Constraints:      91398
2923.30/2944.87	c #Conflicts:    4010000 | #Constraints:      92889
2923.30/2944.87	c #Conflicts:    4011000 | #Constraints:      94419
2923.30/2944.87	c INPROCESSING
2923.30/2944.87	c GARBAGE COLLECT
2923.30/2944.87	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[8]: 6 -0.800085 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[12]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[23]: 6 -1.99158 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[32]: 6 -1.25005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[40]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[54]: 6 -1.51565 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[62]: 6 0 0.462969 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[64]: 6 -0.818217 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[79]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[81]: 6 -0.999953 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[86]: 6 -0.998383 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[96]: 6 -1.25005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[110]: 6 -1.50007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[116]: 6 -1.00023 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[126]: 6 -1.32451 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[128]: 6 -0.818281 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[137]: 6 -1.50003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[140]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[151]: 6 -1.00301 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[157]: 6 0 0.196839 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[165]: 6 -1.58597 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[167]: 6 -1.34377 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[169]: 6 -2.3751 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[171]: 6 -1.50003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[193]: 6 -0.727343 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[202]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[205]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[220]: 6 -1.03133 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[221]: 6 -1.06254 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[248]: 6 -0.998396 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[263]: 6 -1.12504 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[285]: 6 -0.959498 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[318]: 6 -1.12507 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[331]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[342]: 6 -0.998404 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[348]: 6 -1.50005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[349]: 6 0 0.343797 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[372]: 6 -0.999925 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[379]: 6 -1.25007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[389]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[413]: 6 -0.959541 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[440]: 6 -0.915063 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[445]: 6 -1.18754 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[449]: 6 -0.562545 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[454]: 6 -1.62502 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[487]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[491]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[519]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[538]: 6 -2.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[540]: 6 -0.562525 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[553]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[579]: 6 0 0.169445 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[582]: 6 -0.580391 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[583]: 6 -1.68754 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[584]: 6 -2.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[593]: 6 -0.999939 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[599]: 6 -0.998377 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[604]: 6 -1.43759 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[617]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[618]: 6 -2.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[632]: 6 -1.32478 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[634]: 6 -1.25733 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[635]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[640]: 6 -1.50008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[647]: 6 0 2.22404 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[649]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[665]: 6 -1.32816 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[669]: 6 -0.843462 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[671]: 6 -1.25004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[681]: 6 -2.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[692]: 6 -0.999726 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[697]: 6 -0.495474 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[734]: 6 -1.25004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[951]: 6 -0.900059 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[957]: 6 -0.593762 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1049]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1057]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1058]: 6 -1.25001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1060]: 6 -1.09419 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1061]: 6 -1.33404 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1067]: 6 -1.37501 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1084]: 6 -1.10978 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1086]: 6 -2.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1091]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1092]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1096]: 6 -1.14591 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1097]: 6 -0.974024 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1104]: 6 -0.952698 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1105]: 6 -0.952658 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1109]: 6 -0.937594 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1112]: 6 -0.872766 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1124]: 6 -1.1474 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1125]: 6 -1.79469 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1127]: 6 -0.928612 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1139]: 6 -1.00516 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1146]: 6 -1.31253 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1152]: 6 -0.875043 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1161]: 6 -1.15004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1169]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1171]: 6 -1.75005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1173]: 6 -0.707876 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1174]: 6 -0.737364 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1177]: 6 -0.687576 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1178]: 6 -0.375064 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1184]: 6 -1.33492 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1193]: 6 -0.5469 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1206]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1209]: 6 -3.49538 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1216]: 6 -1.71098 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1219]: 6 -0.91603 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1226]: 6 -0.750081 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1252]: 6 -1.36988 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1271]: 6 -0.968844 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1278]: 6 -4.45092 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1282]: 6 -1.1277 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1284]: 6 -1.64496 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1286]: 6 -0.179733 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1305]: 6 -0.839879 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1314]: 6 -1.76181 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1315]: 6 -2.5235 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1316]: 6 -0.250058 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1317]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1323]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1324]: 6 -0.500015 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1347]: 6 -1.14585 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1350]: 6 -0.750026 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1352]: 6 0 0.710969 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1355]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1375]: 6 -0.0625554 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1378]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1395]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1406]: 6 -1.06258 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1409]: 6 -1.56253 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1416]: 6 -0.562511 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1443]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1446]: 6 -0.687595 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1454]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1470]: 6 -1.1876 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1473]: 6 -2.37502 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1474]: 6 -1.75004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1499]: 6 -1.04494 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1501]: 6 -0.937521 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1502]: 6 -1.10944 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1503]: 6 -1.18756 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1511]: 6 -0.750096 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1515]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1528]: 6 -1.25006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1561]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1562]: 6 -1.75005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1564]: 6 -1.32819 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1567]: 6 -1.65627 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1570]: 6 -1.25008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1574]: 6 -1.12504 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1575]: 6 -1.2501 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1578]: 6 -2.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1579]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1586]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1590]: 6 -0.796913 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1601]: 6 -1.12502 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1609]: 6 -0.750037 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1611]: 6 -0.250058 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1614]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1619]: 6 -1.08499 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1621]: 6 -1.33988 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1622]: 6 -1.25005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1623]: 6 -1.35947 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1625]: 6 -1.91409 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1627]: 6 -1.81252 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1632]: 6 -1.25006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1633]: 6 -2.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1645]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1648]: 6 -2.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1652]: 6 -1.32822 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1657]: 6 -1.0801 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1658]: 6 -0.22273 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1659]: 6 -0.312548 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1661]: 6 -1.06251 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1664]: 6 -0.500084 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1675]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1679]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1680]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1681]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1685]: 6 -1.32814 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1688]: 6 -1.41077 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1691]: 6 -0.937586 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1692]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1693]: 6 -0.750013 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1697]: 6 -1.50004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1702]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1717]: 6 -1.33212 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1722]: 6 -0.921941 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1770]: 6 -0.750071 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1783]: 6 -0.836011 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1963]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1968]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1970]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1976]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1977]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1980]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1981]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1984]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1987]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1996]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1997]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2001]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2004]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2008]: 6 -1.75009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2011]: 6 -0.250026 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2051]: 6 -1.25007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2055]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2060]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2062]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2064]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2072]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2076]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2090]: 6 0 0.813033 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2096]: 6 0 2.0001 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2098]: 6 0 1.50008 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2111]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2118]: 6 -1.81254 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2126]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2130]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2134]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2147]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2152]: 6 0 0.500059 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2153]: 6 -1.50003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2158]: 6 0 1.25004 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2167]: 6 -3.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2168]: 6 -5.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2172]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2174]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2178]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2184]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2186]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2191]: 6 -1.25008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2209]: 6 -1.50004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2215]: 6 -1.31252 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2239]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2244]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2246]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2248]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2258]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2262]: 6 0 1.50009 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2271]: 6 -0.999956 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2275]: 6 -0.999726 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2285]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2288]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2296]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2298]: 6 -1.25004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2303]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2305]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2306]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2311]: 6 -1.62509 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2312]: 6 -1.25004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2317]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2328]: 6 -1.64072 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2335]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2337]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2339]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2342]: 6 -1.33486 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2346]: 6 0 2.00007 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2354]: 6 0 1.00006 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2360]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2361]: 6 -0.999996 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2365]: 6 -0.999963 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2366]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2369]: 6 -0.999607 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2371]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2377]: 6 -0.992225 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2383]: 6 0 3.05788 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2386]: 6 -11.2315 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2388]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2389]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2398]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2402]: 6 -1.09418 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2403]: 6 -1.39655 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2408]: 6 -0.68758 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2410]: 6 -1.24996 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2431]: 6 -1.25008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2432]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2434]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2439]: 6 -1.24722 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2447]: 6 -2.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2455]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2459]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2466]: 6 0 1.00006 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2485]: 6 -0.750027 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2487]: 6 -0.500035 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2490]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2492]: 6 -1.2501 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2493]: 6 -0.750077 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2499]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2500]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2512]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2513]: 6 -0.995004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2519]: 6 -1.31255 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2520]: 6 -0.625087 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2521]: 6 -1.25007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2531]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2534]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2549]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2555]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2559]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2562]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2567]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2571]: 6 -1.31255 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2586]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2587]: 6 -3.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2591]: 6 -0.500087 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2595]: 6 -1.29467 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2599]: 6 -1.64069 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2608]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2610]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2611]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2612]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2620]: 6 -1.28128 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2622]: 6 -1.12502 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2626]: 6 -1.29471 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2631]: 6 -0.839891 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2638]: 6 0 1.56254 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2642]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2648]: 6 -3.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2660]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2664]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2673]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2678]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2683]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2691]: 6 -1.75002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2696]: 6 -1.25001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2700]: 6 -1.50009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2710]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2713]: 6 -1.2501 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2721]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2725]: 6 -4.7969 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2728]: 6 -0.625047 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2730]: 6 0 0.475036 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2731]: 6 -1.52505 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2739]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2741]: 6 -1.50004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2755]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2759]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2765]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2768]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2777]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2780]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2788]: 6 -1.31254 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2795]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2804]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2806]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2820]: 6 -0.812519 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2821]: 6 -0.812519 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2826]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2830]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2832]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2834]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2837]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2840]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2841]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2844]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2845]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2851]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2857]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2861]: 6 -1.33018 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2863]: 6 -0.339886 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2865]: 6 -1.32036 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2874]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2876]: 6 -0.500057 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2877]: 6 -0.500064 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2880]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2883]: 6 -1.31253 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2885]: 6 -1.25007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2899]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2906]: 6 -1.41409 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2912]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2920]: 6 -3.84384 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2927]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2931]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2935]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2943]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2945]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2948]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2952]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2956]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2960]: 6 -1.41415 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2961]: 6 -1.41415 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2969]: 6 -0.625084 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2977]: 6 -1.68759 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2978]: 6 -1.65633 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2981]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[2995]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3003]: 6 -1.25005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3004]: 6 -1.50002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3009]: 6 -1.65627 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3016]: 6 -2.50002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3019]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3021]: 6 -1.43753 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3028]: 6 0 2.00003 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3030]: 6 0 1.0001 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3031]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3039]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3041]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3049]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3051]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3068]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3069]: 6 -0.500048 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3073]: 6 -0.909149 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3076]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3078]: 6 -1.31258 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3094]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3100]: 6 -1.24436 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3107]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3112]: 6 -1.31253 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3113]: 6 -1.31256 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3122]: 6 -11 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3129]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3140]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3146]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3148]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3157]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3159]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3160]: 6 -0.335436 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3178]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3182]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3183]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3189]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3191]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3192]: 6 -1.25009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3201]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3207]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3209]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3211]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3218]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3220]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3224]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3226]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3231]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3238]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3243]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3249]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3252]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3257]: 6 -0.625027 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3263]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3265]: 6 -0.159125 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3267]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3270]: 6 -1.62504 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3271]: 6 -1.25008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3272]: 6 -1.50006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3280]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3281]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3292]: 6 -1.15629 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3304]: 6 -1.62509 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3313]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3316]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3318]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3328]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3332]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3333]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3336]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3337]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3340]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3347]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3349]: 6 -0.500058 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3352]: 6 -0.375052 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3353]: 6 -0.375064 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3355]: 6 -1.25009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3362]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3363]: 6 -1.50008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3366]: 6 -1.50004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3379]: 6 -1.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3390]: 6 -1.25002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3394]: 6 -1.50003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3395]: 6 -1.50007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3400]: 6 -1.50003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3406]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3409]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3412]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3413]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3417]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3424]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3428]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3429]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3432]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3435]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3443]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3446]: 6 -1.25005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3447]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3451]: 6 -0.500069 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3455]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3491]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3494]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3498]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3502]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3507]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3511]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3513]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3525]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3529]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3536]: 6 0 0.578215 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3542]: 6 -1.31255 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3543]: 6 -1.31253 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3549]: 6 -0.500025 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3553]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3555]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3572]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3581]: 6 -1.25009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3583]: 6 0 0.0859752 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3585]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3587]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3590]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3592]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3596]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3600]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3607]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3614]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3619]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3631]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3633]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3638]: 6 -1.25003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3644]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3647]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3657]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3669]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3671]: 6 -1.00009 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3672]: 6 -1.00006 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3676]: 6 -1.35943 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3678]: 6 -1.87508 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3681]: 6 -3.00001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3683]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3685]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3687]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3690]: 6 -1.00003 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3694]: 6 -1.00005 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3698]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3700]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3702]: 6 -1.00008 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3706]: 6 -1.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3709]: 6 -1.00007 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3711]: 6 -3.00004 0 shouldn't be
2923.30/2944.87	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3720]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3721]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3724]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3725]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3745]: 6 -1.50002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3746]: 6 -2.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3749]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3768]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3772]: 6 -1.0001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3773]: 6 -1.25004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3776]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3782]: 6 0 1.28134 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3784]: 6 -2.50002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3786]: 6 -1.0001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3789]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3797]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3800]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3804]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3811]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3815]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3817]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3819]: 6 -1.50002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3822]: 6 0 0.671974 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3832]: 6 -1.25008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3837]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3840]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3844]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3851]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3857]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3859]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3860]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3863]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3864]: 6 -1.50006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3866]: 6 -1.3282 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3867]: 6 -1.35273 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3870]: 6 -0.883976 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3873]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3875]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3880]: 6 -1.0001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3882]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3885]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3893]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3896]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3897]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3899]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3904]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3905]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3909]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3912]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3913]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3915]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3918]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3939]: 6 -1.0001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3940]: 6 -1.12501 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3944]: 6 -2.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3949]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3954]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3959]: 6 -1.62502 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3961]: 6 -1.1661 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3964]: 6 -1.25009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3967]: 6 -1.25008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3969]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3972]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3976]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3985]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3988]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3990]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3991]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3996]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[3998]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4003]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4008]: 6 -1.31255 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4009]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4014]: 6 0 1.50001 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4017]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4021]: 6 -0.750097 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4027]: 6 -0.625059 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4033]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4034]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4037]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4038]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4039]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4041]: 6 -1.25006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4042]: 6 -1.25003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4044]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4047]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4050]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4055]: 6 -1.16409 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4056]: 6 -1.65628 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4065]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4072]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4074]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4078]: 6 -1.25001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4086]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4088]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4090]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4091]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4096]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4098]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4102]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4104]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4106]: 6 -1.16407 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4109]: 6 -0.671924 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4120]: 6 -1.25009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4121]: 6 -1.25007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4125]: 6 -0.500071 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4128]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4131]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4151]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4172]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4178]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4184]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4185]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4186]: 6 -0.336014 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4192]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4203]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4211]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4212]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4214]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4216]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4230]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4238]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4239]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4240]: 6 -2.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4241]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4243]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4244]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4245]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4246]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4247]: 6 -1.00006 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4248]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4249]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4250]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4251]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4253]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4254]: 6 -1.00009 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4255]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4261]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4262]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4264]: 6 -1.00002 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4265]: 6 -1.00007 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4266]: 6 -1.00005 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4267]: 6 -1.00001 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4270]: 6 -1.00008 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4274]: 6 -1.00003 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4287]: 6 -1.00004 0 shouldn't be
2923.30/2944.88	WSVECS04 Frhs2[4288]: 6 -1.0001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[8]: 6 -0.800001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[23]: 6 -1.99155 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[33]: 6 -1.6875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[48]: 6 -0.999987 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[110]: 6 -1.49999 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[151]: 6 -1.00296 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[169]: 6 -2.375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[232]: 6 0 0.65625 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[248]: 6 -0.998311 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[304]: 6 -0.999987 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[321]: 6 -1.15625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[348]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[350]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[366]: 6 -0.999997 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[445]: 6 -1.1875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[454]: 6 -1.625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[485]: 6 -1.75 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[491]: 6 -0.999998 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[538]: 6 -2.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[540]: 6 -0.562501 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[554]: 6 -0.999999 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[583]: 6 -1.6875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[599]: 6 -0.998311 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[601]: 6 -1.31901 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[604]: 6 -1.4375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[640]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[663]: 6 -1.49367 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[697]: 6 -0.495443 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[988]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1060]: 6 -1.0941 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1084]: 6 -1.10972 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1093]: 6 -1.14323 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1097]: 6 -0.973959 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1100]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1104]: 6 -0.952637 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1112]: 6 -0.872684 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1123]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1124]: 6 -1.14732 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1125]: 6 -1.79464 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1128]: 6 -1.82031 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1139]: 6 -1.00507 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1145]: 6 -2.10084 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1161]: 6 -1.15 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1170]: 6 -0.999842 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1178]: 6 -0.375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1182]: 6 -0.351092 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1188]: 6 -1.08929 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1208]: 6 -0.250001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1209]: 6 -3.49537 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1211]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1214]: 6 -1.67773 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1252]: 6 -1.36979 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1276]: 6 -1.46875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1282]: 6 -1.12768 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1286]: 6 -0.179688 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1288]: 6 -1.03125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1324]: 6 -0.500001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1371]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1405]: 6 -1.34375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1409]: 6 -1.5625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1419]: 6 -0.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1446]: 6 -0.6875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1502]: 6 -1.10938 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1511]: 6 -0.75 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1531]: 6 -0.921875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1536]: 6 -2 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1567]: 6 -1.65625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1570]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1572]: 6 -0.185548 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1609]: 6 -0.75 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1611]: 6 -0.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1617]: 6 -1.04248 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1620]: 6 -1.16992 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1621]: 6 -1.33984 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1623]: 6 -1.35938 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1627]: 6 -1.8125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1639]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1648]: 6 -2 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1658]: 6 -0.222656 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1659]: 6 -0.312501 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1664]: 6 -0.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1683]: 6 -2.49995 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1688]: 6 -1.41071 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1702]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1717]: 6 -1.33203 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1718]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2051]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2090]: 6 0 0.812988 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2152]: 6 0 0.5 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2153]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2158]: 6 0 1.25 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2168]: 6 -5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2191]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2200]: 6 -6.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2209]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2262]: 6 0 1.5 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2275]: 6 -0.999684 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2312]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2342]: 6 -1.33482 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2350]: 6 0 1 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2361]: 6 -0.99997 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2365]: 6 -0.999878 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2373]: 6 -0.998048 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2377]: 6 -0.992188 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2383]: 6 0 3.05787 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2386]: 6 -11.2315 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2402]: 6 -1.0941 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2427]: 6 -1.09375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2439]: 6 -1.24721 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2447]: 6 -2 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2466]: 6 0 1 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2477]: 6 -1.32813 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2490]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2520]: 6 -0.625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2521]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2524]: 6 -1.03125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2539]: 6 -0.682292 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2571]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2587]: 6 -3.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2604]: 6 -0.500001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2626]: 6 -1.29464 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2638]: 6 0 1.5625 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2642]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2648]: 6 -3 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2700]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2725]: 6 -4.79688 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2728]: 6 -0.625001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2730]: 6 0 0.475 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2731]: 6 -1.525 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2768]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2820]: 6 -0.812501 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2865]: 6 -1.32031 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2876]: 6 -0.500001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2883]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2906]: 6 -1.41406 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2920]: 6 -3.84375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2960]: 6 -1.41406 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2977]: 6 -1.6875 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3003]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3016]: 6 -2.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3028]: 6 0 2 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3112]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3160]: 6 -0.335401 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3245]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3259]: 6 -0.75 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3265]: 6 -0.159091 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3269]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3270]: 6 -1.625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3271]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3272]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3291]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3304]: 6 -1.625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3347]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3352]: 6 -0.375001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3366]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3394]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3400]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3404]: 6 0 1 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3536]: 6 0 0.578126 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3542]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3543]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3549]: 6 -0.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3638]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3676]: 6 -1.35938 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3681]: 6 -3 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3711]: 6 -3 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3730]: 6 -0.570313 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3745]: 6 -1.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3782]: 6 0 1.28125 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3784]: 6 -2.5 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3825]: 6 -0.34375 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3832]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3870]: 6 -0.883929 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3930]: 6 0 1 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3961]: 6 -1.16602 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3962]: 6 -1.33203 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4008]: 6 -1.3125 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4021]: 6 -0.750001 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4026]: 6 -0.625 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4106]: 6 -1.16406 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4107]: 6 -1.16406 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4120]: 6 -1.25 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4186]: 6 -0.335938 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4240]: 6 -1.99995 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
2924.19/2945.77	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
3064.26/3086.38	c #Conflicts:    4012000 | #Constraints:      53053
3064.26/3086.38	c #Conflicts:    4013000 | #Constraints:      54053
3064.26/3086.38	c #Conflicts:    4014000 | #Constraints:      55053
3064.26/3086.38	c #Conflicts:    4015000 | #Constraints:      56053
3064.26/3086.38	c #Conflicts:    4016000 | #Constraints:      57053
3064.26/3086.38	c #Conflicts:    4017000 | #Constraints:      58053
3064.26/3086.38	c #Conflicts:    4018000 | #Constraints:      59053
3064.26/3086.38	c #Conflicts:    4019000 | #Constraints:      60053
3064.26/3086.38	c #Conflicts:    4020000 | #Constraints:      61053
3064.26/3086.38	c #Conflicts:    4021000 | #Constraints:      62053
3064.26/3086.38	c #Conflicts:    4022000 | #Constraints:      63053
3064.26/3086.38	c #Conflicts:    4023000 | #Constraints:      64053
3064.26/3086.38	c #Conflicts:    4024000 | #Constraints:      65053
3064.26/3086.38	c #Conflicts:    4025000 | #Constraints:      66053
3064.26/3086.38	c #Conflicts:    4026000 | #Constraints:      67053
3064.26/3086.38	c #Conflicts:    4027000 | #Constraints:      68053
3064.26/3086.38	c #Conflicts:    4028000 | #Constraints:      69053
3064.26/3086.38	c #Conflicts:    4029000 | #Constraints:      70053
3064.26/3086.38	c #Conflicts:    4030000 | #Constraints:      71053
3064.26/3086.38	c #Conflicts:    4031000 | #Constraints:      72053
3064.26/3086.38	c #Conflicts:    4032000 | #Constraints:      73053
3064.26/3086.38	c #Conflicts:    4033000 | #Constraints:      74053
3064.26/3086.38	c #Conflicts:    4034000 | #Constraints:      75053
3064.26/3086.38	c #Conflicts:    4035000 | #Constraints:      76053
3064.26/3086.38	c #Conflicts:    4036000 | #Constraints:      77053
3064.26/3086.38	c #Conflicts:    4037000 | #Constraints:      78053
3064.26/3086.38	c #Conflicts:    4038000 | #Constraints:      79053
3064.26/3086.38	c #Conflicts:    4039000 | #Constraints:      80053
3064.26/3086.38	c #Conflicts:    4040000 | #Constraints:      81053
3064.26/3086.38	c #Conflicts:    4041000 | #Constraints:      82053
3064.26/3086.38	c #Conflicts:    4042000 | #Constraints:      83053
3064.26/3086.38	c #Conflicts:    4043000 | #Constraints:      84053
3064.26/3086.38	c #Conflicts:    4044000 | #Constraints:      85053
3064.26/3086.38	c #Conflicts:    4045000 | #Constraints:      86053
3064.26/3086.38	c #Conflicts:    4046000 | #Constraints:      87053
3064.26/3086.38	c #Conflicts:    4047000 | #Constraints:      88053
3064.26/3086.38	c #Conflicts:    4048000 | #Constraints:      89053
3064.26/3086.38	c #Conflicts:    4049000 | #Constraints:      90053
3064.26/3086.38	c #Conflicts:    4050000 | #Constraints:      91053
3064.26/3086.38	c #Conflicts:    4051000 | #Constraints:      92053
3064.26/3086.38	c INPROCESSING
3064.26/3086.38	c GARBAGE COLLECT
3064.26/3086.38	c #Conflicts:    4052000 | #Constraints:      51780
3064.26/3086.38	c #Conflicts:    4053000 | #Constraints:      52780
3064.26/3086.38	c #Conflicts:    4054000 | #Constraints:      53780
3064.26/3086.38	c #Conflicts:    4055000 | #Constraints:      54780
3064.26/3086.38	c #Conflicts:    4056000 | #Constraints:      55780
3064.26/3086.38	c #Conflicts:    4057000 | #Constraints:      56780
3064.26/3086.38	c #Conflicts:    4058000 | #Constraints:      57780
3064.26/3086.38	c #Conflicts:    4059000 | #Constraints:      58780
3064.26/3086.38	c #Conflicts:    4060000 | #Constraints:      59780
3064.26/3086.38	c #Conflicts:    4061000 | #Constraints:      60780
3064.26/3086.38	c #Conflicts:    4062000 | #Constraints:      61780
3064.26/3086.38	c #Conflicts:    4063000 | #Constraints:      62780
3064.26/3086.38	c #Conflicts:    4064000 | #Constraints:      63780
3064.26/3086.38	c #Conflicts:    4065000 | #Constraints:      64780
3064.26/3086.38	c #Conflicts:    4066000 | #Constraints:      65780
3064.26/3086.38	c #Conflicts:    4067000 | #Constraints:      66780
3064.26/3086.38	c #Conflicts:    4068000 | #Constraints:      67780
3064.26/3086.38	c #Conflicts:    4069000 | #Constraints:      68780
3064.26/3086.38	c #Conflicts:    4070000 | #Constraints:      69780
3064.26/3086.38	c #Conflicts:    4071000 | #Constraints:      70780
3064.26/3086.38	c #Conflicts:    4072000 | #Constraints:      71780
3064.26/3086.38	c #Conflicts:    4073000 | #Constraints:      72780
3064.26/3086.38	c #Conflicts:    4074000 | #Constraints:      73780
3064.26/3086.38	c #Conflicts:    4075000 | #Constraints:      74780
3064.26/3086.38	c #Conflicts:    4076000 | #Constraints:      75780
3064.26/3086.38	c #Conflicts:    4077000 | #Constraints:      76780
3064.26/3086.38	c #Conflicts:    4078000 | #Constraints:      77780
3064.26/3086.38	c #Conflicts:    4079000 | #Constraints:      78780
3064.26/3086.38	c #Conflicts:    4080000 | #Constraints:      79780
3064.26/3086.38	c #Conflicts:    4081000 | #Constraints:      80780
3064.26/3086.38	c #Conflicts:    4082000 | #Constraints:      81780
3064.26/3086.38	c #Conflicts:    4083000 | #Constraints:      82780
3064.26/3086.38	c #Conflicts:    4084000 | #Constraints:      83780
3064.26/3086.38	c #Conflicts:    4085000 | #Constraints:      84780
3064.26/3086.38	c #Conflicts:    4086000 | #Constraints:      85780
3064.26/3086.38	c #Conflicts:    4087000 | #Constraints:      86780
3064.26/3086.38	c #Conflicts:    4088000 | #Constraints:      87780
3064.26/3086.38	c #Conflicts:    4089000 | #Constraints:      88780
3064.26/3086.38	c #Conflicts:    4090000 | #Constraints:      89780
3107.21/3129.47	c #Conflicts:    4091000 | #Constraints:      90780
3107.21/3129.47	c INPROCESSING
3107.21/3129.47	c GARBAGE COLLECT
3107.21/3129.47	c #Conflicts:    4092000 | #Constraints:      50946
3107.21/3129.47	c #Conflicts:    4093000 | #Constraints:      51946
3107.21/3129.47	c #Conflicts:    4094000 | #Constraints:      52946
3107.21/3129.47	c #Conflicts:    4095000 | #Constraints:      53946
3107.21/3129.47	c #Conflicts:    4096000 | #Constraints:      54946
3107.21/3129.47	c #Conflicts:    4097000 | #Constraints:      55946
3107.21/3129.47	c #Conflicts:    4098000 | #Constraints:      56946
3107.21/3129.47	c #Conflicts:    4099000 | #Constraints:      57946
3107.21/3129.47	c #Conflicts:    4100000 | #Constraints:      58946
3107.21/3129.47	c #Conflicts:    4101000 | #Constraints:      59946
3107.21/3129.47	c #Conflicts:    4102000 | #Constraints:      60946
3107.21/3129.47	c #Conflicts:    4103000 | #Constraints:      61946
3107.21/3129.47	c #Conflicts:    4104000 | #Constraints:      62946
3107.21/3129.47	c #Conflicts:    4105000 | #Constraints:      63946
3107.21/3129.47	c #Conflicts:    4106000 | #Constraints:      64946
3107.21/3129.47	c #Conflicts:    4107000 | #Constraints:      65946
3107.21/3129.47	c #Conflicts:    4108000 | #Constraints:      66946
3107.21/3129.47	c #Conflicts:    4109000 | #Constraints:      67946
3107.21/3129.47	c #Conflicts:    4110000 | #Constraints:      68946
3107.21/3129.47	c #Conflicts:    4111000 | #Constraints:      69946
3107.21/3129.47	c #Conflicts:    4112000 | #Constraints:      70946
3107.21/3129.47	c #Conflicts:    4113000 | #Constraints:      71946
3107.21/3129.47	c #Conflicts:    4114000 | #Constraints:      72946
3107.21/3129.47	c #Conflicts:    4115000 | #Constraints:      73946
3107.21/3129.47	c #Conflicts:    4116000 | #Constraints:      74946
3107.21/3129.47	c #Conflicts:    4117000 | #Constraints:      75946
3107.21/3129.47	c #Conflicts:    4118000 | #Constraints:      76946
3107.21/3129.47	c #Conflicts:    4119000 | #Constraints:      77946
3107.21/3129.47	c #Conflicts:    4120000 | #Constraints:      78946
3107.21/3129.47	c #Conflicts:    4121000 | #Constraints:      79946
3107.21/3129.47	c #Conflicts:    4122000 | #Constraints:      80946
3107.21/3129.47	c #Conflicts:    4123000 | #Constraints:      81946
3107.21/3129.47	c #Conflicts:    4124000 | #Constraints:      82946
3107.21/3129.47	c #Conflicts:    4125000 | #Constraints:      83946
3107.21/3129.47	c #Conflicts:    4126000 | #Constraints:      84946
3107.21/3129.47	c #Conflicts:    4127000 | #Constraints:      85946
3107.21/3129.47	c #Conflicts:    4128000 | #Constraints:      86946
3107.21/3129.47	c #Conflicts:    4129000 | #Constraints:      87946
3107.21/3129.47	c #Conflicts:    4130000 | #Constraints:      88946
3107.21/3129.47	c #Conflicts:    4131000 | #Constraints:      89946
3107.21/3129.47	c #Conflicts:    4132000 | #Constraints:      90947
3107.21/3129.47	c INPROCESSING
3107.21/3129.47	c GARBAGE COLLECT
3107.21/3129.47	c #Conflicts:    4133000 | #Constraints:      51225
3107.21/3129.47	c #Conflicts:    4134000 | #Constraints:      52225
3107.21/3129.47	c #Conflicts:    4135000 | #Constraints:      53225
3107.21/3129.47	c #Conflicts:    4136000 | #Constraints:      54225
3107.21/3129.47	c #Conflicts:    4137000 | #Constraints:      55225
3107.21/3129.47	c #Conflicts:    4138000 | #Constraints:      56225
3107.21/3129.47	WSVECS04 Frhs2[23]: 6 -1.41992 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[151]: 6 -1.28906 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[152]: 6 -7.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[153]: 6 -1.15625 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[215]: 6 -1.24487 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[246]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[252]: 6 -1.32813 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[254]: 6 -1.1875 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[289]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[373]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[408]: 6 -4.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[439]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[440]: 6 -3.125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[632]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[651]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[664]: 6 -4.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[690]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[700]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[702]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[726]: 6 -1.16699 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[729]: 6 -1.32813 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[938]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1083]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1084]: 6 -0.812501 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1109]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1113]: 6 -1.34644 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1139]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1176]: 6 -0.750001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1177]: 6 -0.75 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1236]: 6 -0.979493 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1247]: 6 -0.750001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1270]: 6 -1.23047 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1271]: 6 -1.23169 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1279]: 6 -0.75 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1296]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1303]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1372]: 6 -0.875001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1496]: 6 -0.500001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1560]: 6 -2 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1568]: 6 -1.0625 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1688]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1766]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[1999]: 6 -1.36719 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2012]: 6 0 0.25 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2188]: 6 -2 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2198]: 6 0 1 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2233]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2279]: 6 -1.32813 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2283]: 6 -1.1875 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2296]: 6 -5 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2330]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2378]: 6 -1.28906 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2480]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2489]: 6 -0.375 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2588]: 6 -0.500001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2758]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2759]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2768]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2864]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2872]: 6 -1.125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2973]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3049]: 6 -0.375001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3096]: 6 -1.3125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3155]: 6 -0.5 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3192]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3348]: 6 -1.125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3358]: 6 -9 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3916]: 6 -1.1875 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3930]: 6 -1.125 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3933]: 6 -0.750001 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3935]: 6 -0.5 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3960]: 6 -1.25 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4108]: 6 -1.33203 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4226]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4246]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
3107.21/3129.47	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
3166.32/3188.87	c #Conflicts:    4139000 | #Constraints:      57230
3166.32/3188.87	c #Conflicts:    4140000 | #Constraints:      58230
3166.32/3188.87	c #Conflicts:    4141000 | #Constraints:      59230
3166.32/3188.87	c #Conflicts:    4142000 | #Constraints:      60230
3166.32/3188.87	c #Conflicts:    4143000 | #Constraints:      61230
3166.32/3188.87	c #Conflicts:    4144000 | #Constraints:      62230
3166.32/3188.87	c #Conflicts:    4145000 | #Constraints:      63230
3166.32/3188.87	c #Conflicts:    4146000 | #Constraints:      64230
3166.32/3188.87	c #Conflicts:    4147000 | #Constraints:      65230
3166.32/3188.87	c #Conflicts:    4148000 | #Constraints:      66230
3166.32/3188.87	c #Conflicts:    4149000 | #Constraints:      67230
3166.32/3188.87	c #Conflicts:    4150000 | #Constraints:      68230
3166.32/3188.87	c #Conflicts:    4151000 | #Constraints:      69230
3166.32/3188.87	c #Conflicts:    4152000 | #Constraints:      70230
3166.32/3188.87	c #Conflicts:    4153000 | #Constraints:      71230
3166.32/3188.87	c #Conflicts:    4154000 | #Constraints:      72230
3166.32/3188.87	c #Conflicts:    4155000 | #Constraints:      73230
3166.32/3188.87	c #Conflicts:    4156000 | #Constraints:      74230
3166.32/3188.87	c #Conflicts:    4157000 | #Constraints:      75230
3166.32/3188.87	c #Conflicts:    4158000 | #Constraints:      76230
3166.32/3188.87	c #Conflicts:    4159000 | #Constraints:      77230
3166.32/3188.87	c #Conflicts:    4160000 | #Constraints:      78230
3166.32/3188.87	c #Conflicts:    4161000 | #Constraints:      79230
3166.32/3188.87	c #Conflicts:    4162000 | #Constraints:      80230
3166.32/3188.87	c #Conflicts:    4163000 | #Constraints:      81230
3166.32/3188.87	c #Conflicts:    4164000 | #Constraints:      82230
3166.32/3188.87	c #Conflicts:    4165000 | #Constraints:      83230
3166.32/3188.87	c #Conflicts:    4166000 | #Constraints:      84230
3166.32/3188.87	c #Conflicts:    4167000 | #Constraints:      85230
3166.32/3188.87	c #Conflicts:    4168000 | #Constraints:      86230
3166.32/3188.87	c #Conflicts:    4169000 | #Constraints:      87230
3166.32/3188.87	c #Conflicts:    4170000 | #Constraints:      88230
3166.32/3188.87	c #Conflicts:    4171000 | #Constraints:      89230
3166.32/3188.87	c #Conflicts:    4172000 | #Constraints:      90230
3166.32/3188.87	c #Conflicts:    4173000 | #Constraints:      91230
3166.32/3188.87	c INPROCESSING
3166.32/3188.87	c GARBAGE COLLECT
3166.32/3188.87	c #Conflicts:    4174000 | #Constraints:      51412
3166.32/3188.87	c #Conflicts:    4175000 | #Constraints:      52412
3166.32/3188.87	c #Conflicts:    4176000 | #Constraints:      53412
3166.32/3188.87	c #Conflicts:    4177000 | #Constraints:      54412
3166.32/3188.87	c #Conflicts:    4178000 | #Constraints:      55412
3166.32/3188.87	c #Conflicts:    4179000 | #Constraints:      56412
3166.32/3188.87	c #Conflicts:    4180000 | #Constraints:      57412
3166.32/3188.87	c #Conflicts:    4181000 | #Constraints:      58412
3166.32/3188.87	c #Conflicts:    4182000 | #Constraints:      59412
3166.32/3188.87	c #Conflicts:    4183000 | #Constraints:      60412
3166.32/3188.87	c #Conflicts:    4184000 | #Constraints:      61412
3166.32/3188.87	c #Conflicts:    4185000 | #Constraints:      62412
3166.32/3188.87	c #Conflicts:    4186000 | #Constraints:      63412
3166.32/3188.87	c #Conflicts:    4187000 | #Constraints:      64412
3166.32/3188.87	c #Conflicts:    4188000 | #Constraints:      65412
3166.32/3188.87	c #Conflicts:    4189000 | #Constraints:      66412
3166.32/3188.87	c #Conflicts:    4190000 | #Constraints:      67412
3166.32/3188.87	c #Conflicts:    4191000 | #Constraints:      68412
3166.32/3188.87	c #Conflicts:    4192000 | #Constraints:      69412
3166.32/3188.87	c #Conflicts:    4193000 | #Constraints:      70412
3166.32/3188.87	c #Conflicts:    4194000 | #Constraints:      71412
3166.32/3188.87	c #Conflicts:    4195000 | #Constraints:      72412
3166.32/3188.87	c #Conflicts:    4196000 | #Constraints:      73412
3166.32/3188.87	c #Conflicts:    4197000 | #Constraints:      74412
3166.32/3188.87	c #Conflicts:    4198000 | #Constraints:      75412
3166.32/3188.87	c #Conflicts:    4199000 | #Constraints:      76412
3166.32/3188.87	c #Conflicts:    4200000 | #Constraints:      77412
3166.32/3188.87	c #Conflicts:    4201000 | #Constraints:      78412
3166.32/3188.87	c #Conflicts:    4202000 | #Constraints:      79412
3166.32/3188.87	c #Conflicts:    4203000 | #Constraints:      80412
3166.32/3188.87	c #Conflicts:    4204000 | #Constraints:      81412
3166.32/3188.87	c #Conflicts:    4205000 | #Constraints:      82412
3166.32/3188.87	c #Conflicts:    4206000 | #Constraints:      83412
3166.32/3188.87	c #Conflicts:    4207000 | #Constraints:      84412
3166.32/3188.87	c #Conflicts:    4208000 | #Constraints:      85412
3166.32/3188.87	c #Conflicts:    4209000 | #Constraints:      86412
3166.32/3188.87	c #Conflicts:    4210000 | #Constraints:      87412
3166.32/3188.87	c #Conflicts:    4211000 | #Constraints:      88412
3166.32/3188.87	c #Conflicts:    4212000 | #Constraints:      89412
3166.32/3188.87	c #Conflicts:    4213000 | #Constraints:      90412
3166.32/3188.87	c #Conflicts:    4214000 | #Constraints:      91412
3166.32/3188.87	c INPROCESSING
3166.32/3188.87	c GARBAGE COLLECT
3166.32/3188.87	c #Conflicts:    4215000 | #Constraints:      51584
3166.32/3188.87	c #Conflicts:    4216000 | #Constraints:      52584
3219.36/3242.95	c #Conflicts:    4217000 | #Constraints:      53584
3219.36/3242.95	c #Conflicts:    4218000 | #Constraints:      54584
3219.36/3242.95	c #Conflicts:    4219000 | #Constraints:      55584
3219.36/3242.95	c #Conflicts:    4220000 | #Constraints:      56584
3219.36/3242.95	c #Conflicts:    4221000 | #Constraints:      57584
3219.36/3242.95	c #Conflicts:    4222000 | #Constraints:      58584
3219.36/3242.95	c #Conflicts:    4223000 | #Constraints:      59584
3219.36/3242.95	c #Conflicts:    4224000 | #Constraints:      60584
3219.36/3242.95	c #Conflicts:    4225000 | #Constraints:      61584
3219.36/3242.95	c #Conflicts:    4226000 | #Constraints:      62584
3219.36/3242.95	c #Conflicts:    4227000 | #Constraints:      63584
3219.36/3242.95	c #Conflicts:    4228000 | #Constraints:      64584
3219.36/3242.95	c #Conflicts:    4229000 | #Constraints:      65584
3219.36/3242.95	c #Conflicts:    4230000 | #Constraints:      66584
3219.36/3242.95	c #Conflicts:    4231000 | #Constraints:      67584
3219.36/3242.95	c #Conflicts:    4232000 | #Constraints:      68584
3219.36/3242.95	c #Conflicts:    4233000 | #Constraints:      69584
3219.36/3242.95	c #Conflicts:    4234000 | #Constraints:      70584
3219.36/3242.95	c #Conflicts:    4235000 | #Constraints:      71584
3219.36/3242.95	c #Conflicts:    4236000 | #Constraints:      72584
3219.36/3242.95	c #Conflicts:    4237000 | #Constraints:      73584
3219.36/3242.95	c #Conflicts:    4238000 | #Constraints:      74584
3219.36/3242.95	c #Conflicts:    4239000 | #Constraints:      75584
3219.36/3242.95	c #Conflicts:    4240000 | #Constraints:      76584
3219.36/3242.95	c #Conflicts:    4241000 | #Constraints:      77584
3219.36/3242.95	c #Conflicts:    4242000 | #Constraints:      78584
3219.36/3242.95	c #Conflicts:    4243000 | #Constraints:      79584
3219.36/3242.95	c #Conflicts:    4244000 | #Constraints:      80584
3219.36/3242.95	c #Conflicts:    4245000 | #Constraints:      81584
3219.36/3242.95	c #Conflicts:    4246000 | #Constraints:      82584
3219.36/3242.95	c #Conflicts:    4247000 | #Constraints:      83584
3219.36/3242.95	c #Conflicts:    4248000 | #Constraints:      84584
3219.36/3242.95	c #Conflicts:    4249000 | #Constraints:      85584
3219.36/3242.95	c #Conflicts:    4250000 | #Constraints:      86584
3219.36/3242.95	c #Conflicts:    4251000 | #Constraints:      87584
3219.36/3242.95	c #Conflicts:    4252000 | #Constraints:      88584
3219.36/3242.95	c #Conflicts:    4253000 | #Constraints:      89584
3219.36/3242.95	c #Conflicts:    4254000 | #Constraints:      90584
3219.36/3242.95	c #Conflicts:    4255000 | #Constraints:      91584
3219.36/3242.95	c INPROCESSING
3219.36/3242.95	c GARBAGE COLLECT
3219.36/3242.95	c #Conflicts:    4256000 | #Constraints:      51536
3219.36/3242.95	c #Conflicts:    4257000 | #Constraints:      52536
3219.36/3242.95	c #Conflicts:    4258000 | #Constraints:      53536
3219.36/3242.95	c #Conflicts:    4259000 | #Constraints:      54536
3219.36/3242.95	c #Conflicts:    4260000 | #Constraints:      55536
3219.36/3242.95	c #Conflicts:    4261000 | #Constraints:      56536
3219.36/3242.95	c #Conflicts:    4262000 | #Constraints:      57536
3219.36/3242.95	c #Conflicts:    4263000 | #Constraints:      58536
3219.36/3242.95	c #Conflicts:    4264000 | #Constraints:      59536
3219.36/3242.95	c #Conflicts:    4265000 | #Constraints:      60536
3219.36/3242.95	c #Conflicts:    4266000 | #Constraints:      61536
3219.36/3242.95	c #Conflicts:    4267000 | #Constraints:      62536
3219.36/3242.95	c #Conflicts:    4268000 | #Constraints:      63536
3219.36/3242.95	c #Conflicts:    4269000 | #Constraints:      64536
3219.36/3242.95	c #Conflicts:    4270000 | #Constraints:      65536
3219.36/3242.95	c #Conflicts:    4271000 | #Constraints:      66536
3219.36/3242.95	c #Conflicts:    4272000 | #Constraints:      67536
3219.36/3242.95	c #Conflicts:    4273000 | #Constraints:      68536
3219.36/3242.95	c #Conflicts:    4274000 | #Constraints:      69536
3219.36/3242.95	c #Conflicts:    4275000 | #Constraints:      70536
3219.36/3242.95	c #Conflicts:    4276000 | #Constraints:      71536
3219.36/3242.95	c #Conflicts:    4277000 | #Constraints:      72536
3219.36/3242.95	c #Conflicts:    4278000 | #Constraints:      73536
3219.36/3242.95	c #Conflicts:    4279000 | #Constraints:      74536
3219.36/3242.95	c #Conflicts:    4280000 | #Constraints:      75536
3219.36/3242.95	c #Conflicts:    4281000 | #Constraints:      76536
3219.36/3242.95	c #Conflicts:    4282000 | #Constraints:      77536
3219.36/3242.95	c #Conflicts:    4283000 | #Constraints:      78536
3219.36/3242.95	c #Conflicts:    4284000 | #Constraints:      79536
3219.36/3242.95	c #Conflicts:    4285000 | #Constraints:      80536
3219.36/3242.95	c #Conflicts:    4286000 | #Constraints:      81537
3219.36/3242.95	c #Conflicts:    4287000 | #Constraints:      82537
3219.36/3242.95	c #Conflicts:    4288000 | #Constraints:      83537
3219.36/3242.95	c #Conflicts:    4289000 | #Constraints:      84537
3219.36/3242.95	c #Conflicts:    4290000 | #Constraints:      85537
3219.36/3242.95	c #Conflicts:    4291000 | #Constraints:      86537
3219.36/3242.95	c #Conflicts:    4292000 | #Constraints:      87537
3219.36/3242.95	c #Conflicts:    4293000 | #Constraints:      88539
3219.36/3242.95	c #Conflicts:    4294000 | #Constraints:      89539
3297.97/3321.84	c #Conflicts:    4295000 | #Constraints:      90539
3297.97/3321.84	c #Conflicts:    4296000 | #Constraints:      91539
3297.97/3321.84	c INPROCESSING
3297.97/3321.84	c GARBAGE COLLECT
3297.97/3321.84	c #Conflicts:    4297000 | #Constraints:      51350
3297.97/3321.84	c #Conflicts:    4298000 | #Constraints:      52350
3297.97/3321.84	c #Conflicts:    4299000 | #Constraints:      53350
3297.97/3321.84	c #Conflicts:    4300000 | #Constraints:      54350
3297.97/3321.84	c #Conflicts:    4301000 | #Constraints:      55350
3297.97/3321.84	c #Conflicts:    4302000 | #Constraints:      56350
3297.97/3321.84	c #Conflicts:    4303000 | #Constraints:      57350
3297.97/3321.84	c #Conflicts:    4304000 | #Constraints:      58350
3297.97/3321.84	c #Conflicts:    4305000 | #Constraints:      59350
3297.97/3321.84	c #Conflicts:    4306000 | #Constraints:      60350
3297.97/3321.84	c #Conflicts:    4307000 | #Constraints:      61350
3297.97/3321.84	c #Conflicts:    4308000 | #Constraints:      62350
3297.97/3321.84	c #Conflicts:    4309000 | #Constraints:      63350
3297.97/3321.84	c #Conflicts:    4310000 | #Constraints:      64350
3297.97/3321.84	c #Conflicts:    4311000 | #Constraints:      65350
3297.97/3321.84	c #Conflicts:    4312000 | #Constraints:      66350
3297.97/3321.84	c #Conflicts:    4313000 | #Constraints:      67350
3297.97/3321.84	c #Conflicts:    4314000 | #Constraints:      68350
3297.97/3321.84	c #Conflicts:    4315000 | #Constraints:      69351
3297.97/3321.84	c #Conflicts:    4316000 | #Constraints:      70351
3297.97/3321.84	c #Conflicts:    4317000 | #Constraints:      71358
3297.97/3321.84	c #Conflicts:    4318000 | #Constraints:      72362
3297.97/3321.84	c #Conflicts:    4319000 | #Constraints:      73367
3297.97/3321.84	c #Conflicts:    4320000 | #Constraints:      74373
3297.97/3321.84	c #Conflicts:    4321000 | #Constraints:      75469
3297.97/3321.84	c #Conflicts:    4322000 | #Constraints:      76976
3297.97/3321.84	c #Conflicts:    4323000 | #Constraints:      78492
3297.97/3321.84	c #Conflicts:    4324000 | #Constraints:      80030
3297.97/3321.84	c #Conflicts:    4325000 | #Constraints:      81548
3297.97/3321.84	c #Conflicts:    4326000 | #Constraints:      83066
3297.97/3321.84	c #Conflicts:    4327000 | #Constraints:      84583
3297.97/3321.84	c #Conflicts:    4328000 | #Constraints:      86086
3297.97/3321.84	c #Conflicts:    4329000 | #Constraints:      87599
3297.97/3321.84	c #Conflicts:    4330000 | #Constraints:      89104
3297.97/3321.84	c #Conflicts:    4331000 | #Constraints:      90615
3297.97/3321.84	c #Conflicts:    4332000 | #Constraints:      91644
3297.97/3321.84	c #Conflicts:    4333000 | #Constraints:      92644
3297.97/3321.84	c #Conflicts:    4334000 | #Constraints:      93644
3297.97/3321.84	c #Conflicts:    4335000 | #Constraints:      94644
3297.97/3321.84	c #Conflicts:    4336000 | #Constraints:      95644
3297.97/3321.84	c #Conflicts:    4337000 | #Constraints:      96644
3297.97/3321.84	c #Conflicts:    4338000 | #Constraints:      97644
3297.97/3321.84	c INPROCESSING
3297.97/3321.84	c GARBAGE COLLECT
3297.97/3321.84	c #Conflicts:    4339000 | #Constraints:      54559
3297.97/3321.84	c #Conflicts:    4340000 | #Constraints:      55559
3297.97/3321.84	c #Conflicts:    4341000 | #Constraints:      56559
3297.97/3321.84	c #Conflicts:    4342000 | #Constraints:      57559
3297.97/3321.84	c #Conflicts:    4343000 | #Constraints:      58559
3297.97/3321.84	c #Conflicts:    4344000 | #Constraints:      59559
3297.97/3321.84	c #Conflicts:    4345000 | #Constraints:      60559
3297.97/3321.84	c #Conflicts:    4346000 | #Constraints:      61559
3297.97/3321.84	c #Conflicts:    4347000 | #Constraints:      62559
3297.97/3321.84	c #Conflicts:    4348000 | #Constraints:      63559
3297.97/3321.84	c #Conflicts:    4349000 | #Constraints:      64559
3297.97/3321.84	c #Conflicts:    4350000 | #Constraints:      65559
3297.97/3321.84	c #Conflicts:    4351000 | #Constraints:      66559
3297.97/3321.84	c #Conflicts:    4352000 | #Constraints:      67559
3297.97/3321.84	c #Conflicts:    4353000 | #Constraints:      68559
3297.97/3321.84	c #Conflicts:    4354000 | #Constraints:      69559
3297.97/3321.84	c #Conflicts:    4355000 | #Constraints:      70559
3297.97/3321.84	c #Conflicts:    4356000 | #Constraints:      71559
3297.97/3321.84	c #Conflicts:    4357000 | #Constraints:      72559
3297.97/3321.84	c #Conflicts:    4358000 | #Constraints:      73559
3297.97/3321.84	c #Conflicts:    4359000 | #Constraints:      74560
3297.97/3321.84	c #Conflicts:    4360000 | #Constraints:      75560
3297.97/3321.84	c #Conflicts:    4361000 | #Constraints:      76560
3297.97/3321.84	c #Conflicts:    4362000 | #Constraints:      77560
3297.97/3321.84	c #Conflicts:    4363000 | #Constraints:      78560
3297.97/3321.84	c #Conflicts:    4364000 | #Constraints:      79560
3297.97/3321.84	c #Conflicts:    4365000 | #Constraints:      80560
3297.97/3321.84	c #Conflicts:    4366000 | #Constraints:      81560
3297.97/3321.84	c #Conflicts:    4367000 | #Constraints:      82560
3297.97/3321.84	c #Conflicts:    4368000 | #Constraints:      83560
3297.97/3321.84	c #Conflicts:    4369000 | #Constraints:      84560
3297.97/3321.84	c #Conflicts:    4370000 | #Constraints:      85560
3297.97/3321.84	c #Conflicts:    4371000 | #Constraints:      86560
3297.97/3321.84	c #Conflicts:    4372000 | #Constraints:      87560
3358.39/3382.57	c #Conflicts:    4373000 | #Constraints:      88560
3358.39/3382.57	c #Conflicts:    4374000 | #Constraints:      89560
3358.39/3382.57	c #Conflicts:    4375000 | #Constraints:      90560
3358.39/3382.57	c #Conflicts:    4376000 | #Constraints:      91560
3358.39/3382.57	c #Conflicts:    4377000 | #Constraints:      92560
3358.39/3382.57	c #Conflicts:    4378000 | #Constraints:      93560
3358.39/3382.57	c #Conflicts:    4379000 | #Constraints:      94560
3358.39/3382.57	c #Conflicts:    4380000 | #Constraints:      95560
3358.39/3382.57	c INPROCESSING
3358.39/3382.57	c GARBAGE COLLECT
3358.39/3382.57	c #Conflicts:    4381000 | #Constraints:      53578
3358.39/3382.57	c #Conflicts:    4382000 | #Constraints:      54578
3358.39/3382.57	c #Conflicts:    4383000 | #Constraints:      55578
3358.39/3382.57	c #Conflicts:    4384000 | #Constraints:      56578
3358.39/3382.57	c #Conflicts:    4385000 | #Constraints:      57578
3358.39/3382.57	c #Conflicts:    4386000 | #Constraints:      58578
3358.39/3382.57	c #Conflicts:    4387000 | #Constraints:      59578
3358.39/3382.57	c #Conflicts:    4388000 | #Constraints:      60578
3358.39/3382.57	c #Conflicts:    4389000 | #Constraints:      61578
3358.39/3382.57	c #Conflicts:    4390000 | #Constraints:      62578
3358.39/3382.57	c #Conflicts:    4391000 | #Constraints:      63578
3358.39/3382.57	c #Conflicts:    4392000 | #Constraints:      64578
3358.39/3382.57	c #Conflicts:    4393000 | #Constraints:      65578
3358.39/3382.57	c #Conflicts:    4394000 | #Constraints:      66578
3358.39/3382.57	c #Conflicts:    4395000 | #Constraints:      67578
3358.39/3382.57	c #Conflicts:    4396000 | #Constraints:      68578
3358.39/3382.57	c #Conflicts:    4397000 | #Constraints:      69578
3358.39/3382.57	c #Conflicts:    4398000 | #Constraints:      70578
3358.39/3382.57	c #Conflicts:    4399000 | #Constraints:      71578
3358.39/3382.57	c #Conflicts:    4400000 | #Constraints:      72578
3358.39/3382.57	c #Conflicts:    4401000 | #Constraints:      73578
3358.39/3382.57	c #Conflicts:    4402000 | #Constraints:      74578
3358.39/3382.57	c #Conflicts:    4403000 | #Constraints:      75578
3358.39/3382.57	c #Conflicts:    4404000 | #Constraints:      76578
3358.39/3382.57	c #Conflicts:    4405000 | #Constraints:      77578
3358.39/3382.57	c #Conflicts:    4406000 | #Constraints:      78578
3358.39/3382.57	c #Conflicts:    4407000 | #Constraints:      79578
3358.39/3382.57	c #Conflicts:    4408000 | #Constraints:      80578
3358.39/3382.57	c #Conflicts:    4409000 | #Constraints:      81578
3358.39/3382.57	c #Conflicts:    4410000 | #Constraints:      82578
3358.39/3382.57	c #Conflicts:    4411000 | #Constraints:      83578
3358.39/3382.57	c #Conflicts:    4412000 | #Constraints:      84578
3358.39/3382.57	c #Conflicts:    4413000 | #Constraints:      85579
3358.39/3382.57	c #Conflicts:    4414000 | #Constraints:      86579
3358.39/3382.57	c #Conflicts:    4415000 | #Constraints:      87579
3358.39/3382.57	c #Conflicts:    4416000 | #Constraints:      88580
3358.39/3382.57	c #Conflicts:    4417000 | #Constraints:      89580
3358.39/3382.57	c #Conflicts:    4418000 | #Constraints:      90580
3358.39/3382.57	c #Conflicts:    4419000 | #Constraints:      91580
3358.39/3382.57	c #Conflicts:    4420000 | #Constraints:      92580
3358.39/3382.57	c #Conflicts:    4421000 | #Constraints:      93580
3358.39/3382.57	c #Conflicts:    4422000 | #Constraints:      94580
3358.39/3382.57	c INPROCESSING
3358.39/3382.57	c GARBAGE COLLECT
3358.39/3382.57	c #Conflicts:    4423000 | #Constraints:      53130
3358.39/3382.57	c #Conflicts:    4424000 | #Constraints:      54130
3358.39/3382.57	c #Conflicts:    4425000 | #Constraints:      55130
3358.39/3382.57	c #Conflicts:    4426000 | #Constraints:      56130
3358.39/3382.57	c #Conflicts:    4427000 | #Constraints:      57138
3358.39/3382.57	c #Conflicts:    4428000 | #Constraints:      58207
3358.39/3382.57	c #Conflicts:    4429000 | #Constraints:      59208
3358.39/3382.57	c #Conflicts:    4430000 | #Constraints:      60208
3358.39/3382.57	c #Conflicts:    4431000 | #Constraints:      61208
3358.39/3382.57	c #Conflicts:    4432000 | #Constraints:      62208
3358.39/3382.57	c #Conflicts:    4433000 | #Constraints:      63208
3358.39/3382.57	c #Conflicts:    4434000 | #Constraints:      64208
3358.39/3382.57	c #Conflicts:    4435000 | #Constraints:      65209
3358.39/3382.57	c #Conflicts:    4436000 | #Constraints:      66209
3358.39/3382.57	c #Conflicts:    4437000 | #Constraints:      67209
3358.39/3382.57	c #Conflicts:    4438000 | #Constraints:      68209
3358.39/3382.57	c #Conflicts:    4439000 | #Constraints:      69209
3358.39/3382.57	c #Conflicts:    4440000 | #Constraints:      70209
3358.39/3382.57	c #Conflicts:    4441000 | #Constraints:      71209
3358.39/3382.57	c #Conflicts:    4442000 | #Constraints:      72209
3358.39/3382.57	c #Conflicts:    4443000 | #Constraints:      73209
3358.39/3382.57	c #Conflicts:    4444000 | #Constraints:      74209
3358.39/3382.57	c #Conflicts:    4445000 | #Constraints:      75209
3358.39/3382.57	c #Conflicts:    4446000 | #Constraints:      76209
3358.39/3382.57	c #Conflicts:    4447000 | #Constraints:      77209
3358.39/3382.57	c #Conflicts:    4448000 | #Constraints:      78209
3358.39/3382.57	c #Conflicts:    4449000 | #Constraints:      79209
3420.92/3445.40	c #Conflicts:    4450000 | #Constraints:      80209
3420.92/3445.40	c #Conflicts:    4451000 | #Constraints:      81209
3420.92/3445.40	c #Conflicts:    4452000 | #Constraints:      82209
3420.92/3445.40	c #Conflicts:    4453000 | #Constraints:      83209
3420.92/3445.40	c #Conflicts:    4454000 | #Constraints:      84209
3420.92/3445.40	c #Conflicts:    4455000 | #Constraints:      85209
3420.92/3445.40	c #Conflicts:    4456000 | #Constraints:      86209
3420.92/3445.40	c #Conflicts:    4457000 | #Constraints:      87209
3420.92/3445.40	c #Conflicts:    4458000 | #Constraints:      88209
3420.92/3445.40	c #Conflicts:    4459000 | #Constraints:      89209
3420.92/3445.40	c #Conflicts:    4460000 | #Constraints:      90209
3420.92/3445.40	c #Conflicts:    4461000 | #Constraints:      91209
3420.92/3445.40	c #Conflicts:    4462000 | #Constraints:      92209
3420.92/3445.40	c #Conflicts:    4463000 | #Constraints:      93209
3420.92/3445.40	c #Conflicts:    4464000 | #Constraints:      94209
3420.92/3445.40	c INPROCESSING
3420.92/3445.40	c GARBAGE COLLECT
3420.92/3445.40	c #Conflicts:    4465000 | #Constraints:      52812
3420.92/3445.40	c #Conflicts:    4466000 | #Constraints:      53812
3420.92/3445.40	c #Conflicts:    4467000 | #Constraints:      54812
3420.92/3445.40	c #Conflicts:    4468000 | #Constraints:      55812
3420.92/3445.40	c #Conflicts:    4469000 | #Constraints:      56812
3420.92/3445.40	c #Conflicts:    4470000 | #Constraints:      57812
3420.92/3445.40	c #Conflicts:    4471000 | #Constraints:      58813
3420.92/3445.40	c #Conflicts:    4472000 | #Constraints:      59813
3420.92/3445.40	c #Conflicts:    4473000 | #Constraints:      60813
3420.92/3445.40	c #Conflicts:    4474000 | #Constraints:      61813
3420.92/3445.40	c #Conflicts:    4475000 | #Constraints:      62813
3420.92/3445.40	c #Conflicts:    4476000 | #Constraints:      63813
3420.92/3445.40	c #Conflicts:    4477000 | #Constraints:      64813
3420.92/3445.40	c #Conflicts:    4478000 | #Constraints:      65813
3420.92/3445.40	c #Conflicts:    4479000 | #Constraints:      66813
3420.92/3445.40	c #Conflicts:    4480000 | #Constraints:      67813
3420.92/3445.40	c #Conflicts:    4481000 | #Constraints:      68851
3420.92/3445.40	c #Conflicts:    4482000 | #Constraints:      69871
3420.92/3445.40	c #Conflicts:    4483000 | #Constraints:      70871
3420.92/3445.40	c #Conflicts:    4484000 | #Constraints:      71871
3420.92/3445.40	c #Conflicts:    4485000 | #Constraints:      72871
3420.92/3445.40	c #Conflicts:    4486000 | #Constraints:      73871
3420.92/3445.40	c #Conflicts:    4487000 | #Constraints:      74871
3420.92/3445.40	c #Conflicts:    4488000 | #Constraints:      75871
3420.92/3445.40	c #Conflicts:    4489000 | #Constraints:      76871
3420.92/3445.40	c #Conflicts:    4490000 | #Constraints:      77871
3420.92/3445.40	c #Conflicts:    4491000 | #Constraints:      78871
3420.92/3445.40	c #Conflicts:    4492000 | #Constraints:      79871
3420.92/3445.40	c #Conflicts:    4493000 | #Constraints:      80871
3420.92/3445.40	c #Conflicts:    4494000 | #Constraints:      81871
3420.92/3445.40	c #Conflicts:    4495000 | #Constraints:      82871
3420.92/3445.40	c #Conflicts:    4496000 | #Constraints:      83871
3420.92/3445.40	c #Conflicts:    4497000 | #Constraints:      84871
3420.92/3445.40	c #Conflicts:    4498000 | #Constraints:      85871
3420.92/3445.40	c #Conflicts:    4499000 | #Constraints:      86871
3420.92/3445.40	c #Conflicts:    4500000 | #Constraints:      87871
3420.92/3445.40	c #Conflicts:    4501000 | #Constraints:      88871
3420.92/3445.40	c #Conflicts:    4502000 | #Constraints:      89871
3420.92/3445.40	c #Conflicts:    4503000 | #Constraints:      90871
3420.92/3445.40	c #Conflicts:    4504000 | #Constraints:      91871
3420.92/3445.40	c #Conflicts:    4505000 | #Constraints:      92872
3420.92/3445.40	c #Conflicts:    4506000 | #Constraints:      93872
3420.92/3445.40	c INPROCESSING
3420.92/3445.40	c GARBAGE COLLECT
3420.92/3445.40	c #Conflicts:    4507000 | #Constraints:      52464
3420.92/3445.40	c #Conflicts:    4508000 | #Constraints:      53464
3420.92/3445.40	c #Conflicts:    4509000 | #Constraints:      54464
3420.92/3445.40	c #Conflicts:    4510000 | #Constraints:      55464
3420.92/3445.40	c #Conflicts:    4511000 | #Constraints:      56464
3420.92/3445.40	c #Conflicts:    4512000 | #Constraints:      57465
3420.92/3445.40	c #Conflicts:    4513000 | #Constraints:      58551
3420.92/3445.40	c #Conflicts:    4514000 | #Constraints:      59551
3420.92/3445.40	c #Conflicts:    4515000 | #Constraints:      60551
3420.92/3445.40	c #Conflicts:    4516000 | #Constraints:      61551
3420.92/3445.40	c #Conflicts:    4517000 | #Constraints:      62551
3420.92/3445.40	c #Conflicts:    4518000 | #Constraints:      63551
3420.92/3445.40	c #Conflicts:    4519000 | #Constraints:      64551
3420.92/3445.40	c #Conflicts:    4520000 | #Constraints:      65551
3420.92/3445.40	c #Conflicts:    4521000 | #Constraints:      66551
3420.92/3445.40	c #Conflicts:    4522000 | #Constraints:      67551
3420.92/3445.40	c #Conflicts:    4523000 | #Constraints:      68552
3420.92/3445.40	c #Conflicts:    4524000 | #Constraints:      69552
3420.92/3445.40	c #Conflicts:    4525000 | #Constraints:      70552
3420.92/3445.40	c #Conflicts:    4526000 | #Constraints:      71552
3420.92/3445.40	c #Conflicts:    4527000 | #Constraints:      72552
3446.90/3471.69	c #Conflicts:    4528000 | #Constraints:      73552
3446.90/3471.69	c #Conflicts:    4529000 | #Constraints:      74552
3446.90/3471.69	c #Conflicts:    4530000 | #Constraints:      75552
3446.90/3471.69	c #Conflicts:    4531000 | #Constraints:      76552
3446.90/3471.69	c #Conflicts:    4532000 | #Constraints:      77552
3446.90/3471.69	c #Conflicts:    4533000 | #Constraints:      78552
3446.90/3471.69	c #Conflicts:    4534000 | #Constraints:      79552
3446.90/3471.69	c #Conflicts:    4535000 | #Constraints:      80552
3446.90/3471.69	c #Conflicts:    4536000 | #Constraints:      81552
3446.90/3471.69	c #Conflicts:    4537000 | #Constraints:      82552
3446.90/3471.69	c #Conflicts:    4538000 | #Constraints:      83552
3446.90/3471.69	c #Conflicts:    4539000 | #Constraints:      84552
3446.90/3471.69	c #Conflicts:    4540000 | #Constraints:      85552
3446.90/3471.69	c #Conflicts:    4541000 | #Constraints:      86552
3446.90/3471.69	c #Conflicts:    4542000 | #Constraints:      87552
3446.90/3471.69	c #Conflicts:    4543000 | #Constraints:      88552
3446.90/3471.69	c #Conflicts:    4544000 | #Constraints:      89552
3446.90/3471.69	c #Conflicts:    4545000 | #Constraints:      90552
3446.90/3471.69	c #Conflicts:    4546000 | #Constraints:      91552
3446.90/3471.69	c #Conflicts:    4547000 | #Constraints:      92553
3446.90/3471.69	c #Conflicts:    4548000 | #Constraints:      93553
3446.90/3471.69	c #Conflicts:    4549000 | #Constraints:      94553
3446.90/3471.69	c INPROCESSING
3446.90/3471.69	c GARBAGE COLLECT
3446.90/3471.69	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[65]: 6 -3.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[77]: 6 -0.999997 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[147]: 6 -2.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[148]: 6 -2.24979 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[157]: 6 -0.321429 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[166]: 6 -0.0714287 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[174]: 6 -0.999995 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[180]: 6 -1.62479 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[190]: 6 -0.619049 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[221]: 6 -0.125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[222]: 6 -1.125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[244]: 6 -0.374895 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[259]: 6 -0.678572 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[275]: 6 -0.999896 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[278]: 6 -1.99472 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[285]: 6 -0.937501 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[325]: 6 -0.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[332]: 6 -1.625 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[340]: 6 -2.24979 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[366]: 6 -0.999996 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[382]: 6 -0.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[482]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[510]: 6 -1.92857 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[533]: 6 -2.2474 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[541]: 6 -0.500001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[562]: 6 -1.4166 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[564]: 6 -1.99902 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[580]: 6 0 0.5 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[581]: 6 -2.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[591]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[723]: 6 -1.6249 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[734]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1066]: 6 0 2 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1070]: 6 -0.44974 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1075]: 6 -0.9375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1087]: 6 -0.678572 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1116]: 6 -0.75 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1132]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1137]: 6 -0.808594 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1142]: 6 0 0.249791 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1149]: 6 -0.678572 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1154]: 6 -1.03571 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1162]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1184]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1196]: 6 -1.17083 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1197]: 6 -0.591658 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1198]: 6 -0.750001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1199]: 6 -0.749981 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1202]: 6 -1.5625 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1214]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1232]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1234]: 6 -0.750001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1248]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1259]: 6 -0.250001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1276]: 6 -0.968751 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1278]: 6 -1.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1350]: 6 -1.3125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1352]: 6 -0.285715 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1374]: 6 -0.875001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1379]: 6 -1.75 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1380]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1441]: 6 -5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1446]: 6 -1.23529 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1447]: 6 -1.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1479]: 6 -1.30556 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1512]: 6 -2.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1515]: 6 -1.16363 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1553]: 6 -1.28125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1556]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1570]: 6 -3.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1596]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1599]: 6 -0.750001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1600]: 6 -1.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1605]: 6 -0.529412 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1660]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1690]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1720]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1727]: 6 -0.750001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1756]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1981]: 6 -1.57813 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2078]: 6 -13.2111 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2182]: 6 0 1 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2267]: 6 -0.99997 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2271]: 6 -0.999878 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2275]: 6 -0.999512 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2284]: 6 0 0.984376 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2291]: 6 -0.875 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2343]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2377]: 6 -0.994978 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2389]: 6 -0.678572 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2415]: 6 -1.24583 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2417]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2454]: 6 -1.31146 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2464]: 6 -1.96667 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2470]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2476]: 6 -5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2507]: 6 -1.75 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2524]: 6 -1.03125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2643]: 6 -0.500001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2658]: 6 0 0.125001 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2663]: 6 -3.49958 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2701]: 6 -0.999981 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2744]: 6 -5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2750]: 6 -0.500001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2835]: 6 -3 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2836]: 6 -5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2840]: 6 -1.39063 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2845]: 6 0 0.3125 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2872]: 6 -1.125 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2876]: 6 -0.500001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2899]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2918]: 6 -0.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2928]: 6 -1.40625 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2940]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3361]: 6 -2.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3496]: 6 0 0.285715 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3548]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3583]: 6 -0.0357146 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3592]: 6 -0.0588237 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3600]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3608]: 6 -1.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3679]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3734]: 6 -1.25 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3736]: 6 -1.5 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3784]: 6 -0.750001 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3789]: 6 -2 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3791]: 6 -1.16363 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3966]: 6 -1.875 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[3968]: 6 -2.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4144]: 6 -2.375 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4188]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
3446.90/3471.69	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
3538.72/3564.15	c #Conflicts:    4550000 | #Constraints:      53067
3538.72/3564.15	c #Conflicts:    4551000 | #Constraints:      54067
3538.72/3564.15	c #Conflicts:    4552000 | #Constraints:      55067
3538.72/3564.15	c #Conflicts:    4553000 | #Constraints:      56067
3538.72/3564.15	c #Conflicts:    4554000 | #Constraints:      57067
3538.72/3564.15	c #Conflicts:    4555000 | #Constraints:      58067
3538.72/3564.15	c #Conflicts:    4556000 | #Constraints:      59067
3538.72/3564.15	c #Conflicts:    4557000 | #Constraints:      60067
3538.72/3564.15	c #Conflicts:    4558000 | #Constraints:      61067
3538.72/3564.15	c #Conflicts:    4559000 | #Constraints:      62067
3538.72/3564.15	c #Conflicts:    4560000 | #Constraints:      63067
3538.72/3564.15	c #Conflicts:    4561000 | #Constraints:      64067
3538.72/3564.15	c #Conflicts:    4562000 | #Constraints:      65067
3538.72/3564.15	c #Conflicts:    4563000 | #Constraints:      66067
3538.72/3564.15	c #Conflicts:    4564000 | #Constraints:      67067
3538.72/3564.15	c #Conflicts:    4565000 | #Constraints:      68067
3538.72/3564.15	c #Conflicts:    4566000 | #Constraints:      69067
3538.72/3564.15	c #Conflicts:    4567000 | #Constraints:      70067
3538.72/3564.15	c #Conflicts:    4568000 | #Constraints:      71067
3538.72/3564.15	c #Conflicts:    4569000 | #Constraints:      72067
3538.72/3564.15	c #Conflicts:    4570000 | #Constraints:      73067
3538.72/3564.15	c #Conflicts:    4571000 | #Constraints:      74067
3538.72/3564.15	c #Conflicts:    4572000 | #Constraints:      75067
3538.72/3564.15	c #Conflicts:    4573000 | #Constraints:      76067
3538.72/3564.15	c #Conflicts:    4574000 | #Constraints:      77067
3538.72/3564.15	c #Conflicts:    4575000 | #Constraints:      78067
3538.72/3564.15	c #Conflicts:    4576000 | #Constraints:      79067
3538.72/3564.15	c #Conflicts:    4577000 | #Constraints:      80067
3538.72/3564.15	c #Conflicts:    4578000 | #Constraints:      81067
3538.72/3564.15	c #Conflicts:    4579000 | #Constraints:      82067
3538.72/3564.15	c #Conflicts:    4580000 | #Constraints:      83067
3538.72/3564.15	c #Conflicts:    4581000 | #Constraints:      84067
3538.72/3564.15	c #Conflicts:    4582000 | #Constraints:      85067
3538.72/3564.15	c #Conflicts:    4583000 | #Constraints:      86067
3538.72/3564.15	c #Conflicts:    4584000 | #Constraints:      87067
3538.72/3564.15	c #Conflicts:    4585000 | #Constraints:      88067
3538.72/3564.15	c #Conflicts:    4586000 | #Constraints:      89067
3538.72/3564.15	c #Conflicts:    4587000 | #Constraints:      90067
3538.72/3564.15	c #Conflicts:    4588000 | #Constraints:      91067
3538.72/3564.15	c #Conflicts:    4589000 | #Constraints:      92067
3538.72/3564.15	c #Conflicts:    4590000 | #Constraints:      93067
3538.72/3564.15	c #Conflicts:    4591000 | #Constraints:      94067
3538.72/3564.15	c #Conflicts:    4592000 | #Constraints:      95067
3538.72/3564.15	c INPROCESSING
3538.72/3564.15	c GARBAGE COLLECT
3538.72/3564.15	c #Conflicts:    4593000 | #Constraints:      53409
3538.72/3564.15	c #Conflicts:    4594000 | #Constraints:      54409
3538.72/3564.15	c #Conflicts:    4595000 | #Constraints:      55409
3538.72/3564.15	c #Conflicts:    4596000 | #Constraints:      56409
3538.72/3564.15	c #Conflicts:    4597000 | #Constraints:      57409
3538.72/3564.15	c #Conflicts:    4598000 | #Constraints:      58409
3538.72/3564.15	c #Conflicts:    4599000 | #Constraints:      59409
3538.72/3564.15	c #Conflicts:    4600000 | #Constraints:      60409
3538.72/3564.15	c #Conflicts:    4601000 | #Constraints:      61409
3538.72/3564.15	c #Conflicts:    4602000 | #Constraints:      62409
3538.72/3564.15	c #Conflicts:    4603000 | #Constraints:      63409
3538.72/3564.15	c #Conflicts:    4604000 | #Constraints:      64409
3538.72/3564.15	c #Conflicts:    4605000 | #Constraints:      65409
3538.72/3564.15	c #Conflicts:    4606000 | #Constraints:      66409
3538.72/3564.15	c #Conflicts:    4607000 | #Constraints:      67409
3538.72/3564.15	c #Conflicts:    4608000 | #Constraints:      68409
3538.72/3564.15	c #Conflicts:    4609000 | #Constraints:      69409
3538.72/3564.15	c #Conflicts:    4610000 | #Constraints:      70409
3538.72/3564.15	c #Conflicts:    4611000 | #Constraints:      71409
3538.72/3564.15	c #Conflicts:    4612000 | #Constraints:      72409
3538.72/3564.15	c #Conflicts:    4613000 | #Constraints:      73409
3538.72/3564.15	c #Conflicts:    4614000 | #Constraints:      74409
3538.72/3564.15	c #Conflicts:    4615000 | #Constraints:      75409
3538.72/3564.15	c #Conflicts:    4616000 | #Constraints:      76409
3538.72/3564.15	c #Conflicts:    4617000 | #Constraints:      77409
3538.72/3564.15	c #Conflicts:    4618000 | #Constraints:      78409
3538.72/3564.15	c #Conflicts:    4619000 | #Constraints:      79409
3538.72/3564.15	c #Conflicts:    4620000 | #Constraints:      80409
3538.72/3564.15	c #Conflicts:    4621000 | #Constraints:      81409
3538.72/3564.15	c #Conflicts:    4622000 | #Constraints:      82409
3538.72/3564.15	c #Conflicts:    4623000 | #Constraints:      83409
3538.72/3564.15	c #Conflicts:    4624000 | #Constraints:      84409
3538.72/3564.15	c #Conflicts:    4625000 | #Constraints:      85410
3538.72/3564.15	c #Conflicts:    4626000 | #Constraints:      86410
3538.72/3564.15	c #Conflicts:    4627000 | #Constraints:      87410
3538.72/3564.15	c #Conflicts:    4628000 | #Constraints:      88410
3600.05/3625.90	c #Conflicts:    4629000 | #Constraints:      89410
3600.05/3625.90	c #Conflicts:    4630000 | #Constraints:      90410
3600.05/3625.90	c #Conflicts:    4631000 | #Constraints:      91410
3600.05/3625.90	c #Conflicts:    4632000 | #Constraints:      92410
3600.05/3625.90	c #Conflicts:    4633000 | #Constraints:      93411
3600.05/3625.90	c #Conflicts:    4634000 | #Constraints:      94411
3600.05/3625.90	c #Conflicts:    4635000 | #Constraints:      95411
3600.05/3625.90	c INPROCESSING
3600.05/3625.90	c GARBAGE COLLECT
3600.05/3625.90	c #Conflicts:    4636000 | #Constraints:      53557
3600.05/3625.90	c #Conflicts:    4637000 | #Constraints:      54557
3600.05/3625.90	c #Conflicts:    4638000 | #Constraints:      55557
3600.05/3625.90	c #Conflicts:    4639000 | #Constraints:      56557
3600.05/3625.90	c #Conflicts:    4640000 | #Constraints:      57557
3600.05/3625.90	c #Conflicts:    4641000 | #Constraints:      58557
3600.05/3625.90	c #Conflicts:    4642000 | #Constraints:      59558
3600.05/3625.90	c #Conflicts:    4643000 | #Constraints:      60558
3600.05/3625.90	c #Conflicts:    4644000 | #Constraints:      61558
3600.05/3625.90	c #Conflicts:    4645000 | #Constraints:      62558
3600.05/3625.90	c #Conflicts:    4646000 | #Constraints:      63558
3600.05/3625.90	c #Conflicts:    4647000 | #Constraints:      64558
3600.05/3625.90	c #Conflicts:    4648000 | #Constraints:      65558
3600.05/3625.90	c #Conflicts:    4649000 | #Constraints:      66558
3600.05/3625.90	c #Conflicts:    4650000 | #Constraints:      67558
3600.05/3625.90	c #Conflicts:    4651000 | #Constraints:      68558
3600.05/3625.90	c #Conflicts:    4652000 | #Constraints:      69558
3600.05/3625.90	c #Conflicts:    4653000 | #Constraints:      70558
3600.05/3625.90	c #Conflicts:    4654000 | #Constraints:      71558
3600.05/3625.90	c #Conflicts:    4655000 | #Constraints:      72558
3600.05/3625.90	c #Conflicts:    4656000 | #Constraints:      73558
3600.05/3625.90	c #Conflicts:    4657000 | #Constraints:      74558
3600.05/3625.90	c #Conflicts:    4658000 | #Constraints:      75613
3600.05/3625.90	c #Conflicts:    4659000 | #Constraints:      77122
3600.05/3625.90	c #Conflicts:    4660000 | #Constraints:      78634
3600.05/3625.90	c #Conflicts:    4661000 | #Constraints:      80136
3600.05/3625.90	c #Conflicts:    4662000 | #Constraints:      81648
3600.05/3625.90	c #Conflicts:    4663000 | #Constraints:      83150
3600.05/3625.90	c #Conflicts:    4664000 | #Constraints:      84659
3600.05/3625.90	c #Conflicts:    4665000 | #Constraints:      86174
3600.05/3625.90	c #Conflicts:    4666000 | #Constraints:      87681
3600.05/3625.90	c #Conflicts:    4667000 | #Constraints:      89170
3600.05/3625.90	c cpu time 3562.86 s
3600.05/3625.90	c deterministic time 194481602139 1.94e+11
3600.05/3625.90	c optimization time 50.0653 s
3600.05/3625.90	c total solve time 3512.75 s
3600.05/3625.90	c core-guided solve time 0 s
3600.05/3625.90	c propagation time 2277.4 s
3600.05/3625.90	c conflict analysis time 1059.47 s
3600.05/3625.90	c propagations 682220566
3600.05/3625.90	c resolve steps 149593296
3600.05/3625.90	c decisions 15008301
3600.05/3625.90	c conflicts 4667101
3600.05/3625.90	c restarts 8188
3600.05/3625.90	c inprocessing phases 206
3600.05/3625.90	c garbage collections 206 ,( 100.00 )
3600.05/3625.90	c input clauses 8078 ,( 81.89 )
3600.05/3625.90	c input cardinalities 0 ,( 0.00 )
3600.05/3625.90	c input general constraints 1786 ,( 18.11 )
3600.05/3625.90	c input average constraint length 4.55
3600.05/3625.90	c input average constraint degree 1.83
3600.05/3625.90	c learned clauses 2034536 ,( 42.91 )
3600.05/3625.90	c learned cardinalities 933 ,( 0.02 )
3600.05/3625.90	c learned general constraints 2706378 ,( 57.07 )
3600.05/3625.90	c learned average constraint length 191.91
3600.05/3625.90	c learned average constraint degree 19477815.59
3600.05/3625.90	c watched  CF 32, 64, 128, Arb: 820144 , 0 , 0 , 0
3600.05/3625.90	c counting CF 32, 64, 128, Arb: 1888020 , 0 , 0 , 0
3600.05/3625.90	c watched   constraints 820144 ,( 30.28 ) 
3600.05/3625.90	c counting  constraints 1888020 ,( 69.72 ) 
3600.05/3625.90	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 957442459 , 3955553 , 21740497986 ,( 1232607954 , 20507890032 )
3600.05/3625.90	c gcd simplifications 428775
3600.05/3625.90	c detected cardinalities 48
3600.05/3625.90	c weakened non-implied lits 121337268
3600.05/3625.90	c weakened non-implying lits 1282975
3600.05/3625.90	c original variables 4288
3600.05/3625.90	c clausal propagations 163836007
3600.05/3625.90	c cardinality propagations 60062
3600.05/3625.90	c watched propagations 3033696
3600.05/3625.90	c counting propagations 510374240
3600.05/3625.90	c watch lookups 103111217595
3600.05/3625.90	c watch backjump lookups 0
3600.05/3625.90	c watch checks 48304347726
3600.05/3625.90	c propagation checks 39077164181
3600.05/3625.90	c constraint additions 2588814188
3600.05/3625.90	c trail pops 701892420
3600.05/3625.90	c formula constraints 9864
3600.05/3625.90	c learned constraints 4667097
3600.05/3625.90	c bound constraints 0
3600.05/3625.90	c core-guided constraints 0
3600.05/3625.90	c encountered formula constraints 114026088
3600.05/3625.90	c encountered learned constraints 40172789
3600.05/3625.90	c encountered bound constraints 0
3600.05/3625.90	c encountered core-guided constraints 0
3600.05/3625.90	c LP total time 296.561 s
3600.05/3625.90	c LP solve time 261.63 s
3600.05/3625.90	c LP constraints added 10482
3600.05/3625.90	c LP constraints removed 244
3600.05/3625.90	c LP pivots internal 465790
3600.05/3625.90	c LP pivots root 471371
3600.05/3625.90	c LP calls 81480
3600.05/3625.90	c LP optimalities 26
3600.05/3625.90	c LP no pivot count 0
3600.05/3625.90	c LP infeasibilities 81333
3600.05/3625.90	c LP valid Farkas constraints 74681
3600.05/3625.90	c LP learned Farkas constraints 3
3600.05/3625.90	c LP basis resets 120
3600.05/3625.90	c LP cycling count 0
3600.05/3625.90	c LP singular count 114
3600.05/3625.90	c LP no primal count 0
3600.05/3625.90	c LP no farkas count 4
3600.05/3625.90	c LP other issue count 2
3600.05/3625.90	c LP Gomory cuts 66
3600.05/3625.90	c LP learned cuts 552
3600.05/3625.90	c LP deleted cuts 244
3600.05/3625.90	c LP encountered Gomory constraints 16020
3600.05/3625.90	c LP encountered Farkas constraints 42726
3600.05/3625.90	c LP encountered learned Farkas constraints 2771
3600.05/3625.90	c CG auxiliary variables introduced 0
3600.05/3625.90	c CG solutions found 0
3600.05/3625.90	c CG cores constructed 0
3600.05/3625.90	c CG core cardinality constraints returned 0
3600.05/3625.90	c CG unit cores 0
3600.05/3625.90	c CG single cores 0
3600.05/3625.90	c CG blocks removed during cardinality reduction 0
3600.05/3625.90	c CG first core best 0
3600.05/3625.90	c CG decision core best 0
3600.05/3625.90	c CG core reduction tie 0
3600.05/3625.90	c CG core degree average 0.00
3600.05/3625.90	c CG core slack average 0.00
3600.05/3625.90	c CG core upper bound improvements 0
3600.05/3625.90	c STR number of successful calls 0
3600.05/3625.90	c STR number of unsuccessful calls 0
3600.05/3625.90	c STR number of inconclusive calls 0
3600.05/3625.90	c STR number of successful attempts 0
3600.05/3625.90	c STR number of unsuccessful attempts 0
3600.05/3625.90	c STR number of inconclusive attempts 0
3600.05/3625.90	c STR average degree increase per successful call inf
3600.05/3625.90	c STR average degree increase per successful attempt inf
3600.05/3625.90	c STR total number of conflicts for successful attempts 0
3600.05/3625.90	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3625.90	c STR total number of conflicts for inconclusive attempts 0
3600.05/3625.90	c STR average number of conflicts per successful attempt inf
3600.05/3625.90	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3625.90	c STR average number of conflicts per inconclusive attempt inf
3600.05/3625.90	c AVG.sumWPerc 55.25 
3600.05/3625.90	c bigint constraints 0 
3600.05/3625.90	s UNKNOWN
3600.05/3625.90	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=24475, runsolver pid=24472

[startup+0.100062 s]*
/proc/loadavg: 4.23 4.18 4.12 5/270 24478
/proc/meminfo: memFree=113761352/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=74840 memory=23264 CPUtime=0.06 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 3747 0 0 0 4 2 0 0 20 0 1 0 36045607 76636160 5816 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 18710 5816 2272 1147 0 6137 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 79032 KiB
Current children cumulated memory: 26208 KiB

[startup+0.205553 s]*
/proc/loadavg: 4.23 4.18 4.12 5/270 24478
/proc/meminfo: memFree=113756816/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=76788 memory=28600 CPUtime=0.16 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 5632 0 0 0 14 2 0 0 20 0 1 0 36045607 78630912 7150 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 19197 7150 2304 1147 0 6624 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80980 KiB
Current children cumulated memory: 31544 KiB

[startup+0.305496 s]*
/proc/loadavg: 4.23 4.18 4.12 5/270 24478
/proc/meminfo: memFree=113755052/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=77376 memory=29752 CPUtime=0.27 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 5914 0 0 0 24 3 0 0 20 0 1 0 36045607 79233024 7438 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 19344 7438 2336 1147 0 6771 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 81568 KiB
Current children cumulated memory: 32696 KiB

[startup+0.700159 s]
/proc/loadavg: 4.23 4.18 4.12 5/270 24478
/proc/meminfo: memFree=113744972/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=78884 memory=31800 CPUtime=0.65 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 6381 0 0 0 61 4 0 0 20 0 1 0 36045607 80777216 7950 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 19721 7950 2368 1147 0 7148 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 83076 KiB
Current children cumulated memory: 34744 KiB

[startup+1.50016 s]
/proc/loadavg: 4.23 4.18 4.12 6/270 24478
/proc/meminfo: memFree=113740700/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=80572 memory=33976 CPUtime=1.45 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 6938 0 0 0 138 7 0 0 20 0 1 0 36045607 82505728 8494 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 20143 8494 2368 1147 0 7570 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 84764 KiB
Current children cumulated memory: 36920 KiB

[startup+3.10532 s]
/proc/loadavg: 4.22 4.17 4.11 6/270 24478
/proc/meminfo: memFree=113680276/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=83304 memory=39356 CPUtime=3.05 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 7776 0 0 0 291 14 0 0 20 0 1 0 36045607 85303296 9839 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 20826 9839 2368 1147 0 8253 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 87496 KiB
Current children cumulated memory: 42300 KiB

[startup+6.30018 s]
/proc/loadavg: 4.22 4.17 4.11 6/270 24478
/proc/meminfo: memFree=113630988/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=89136 memory=43068 CPUtime=6.24 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 8700 0 0 0 599 25 0 0 20 0 1 0 36045607 91275264 10767 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 22284 10767 2368 1147 0 9711 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 93328 KiB
Current children cumulated memory: 46012 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.18 4.12 6/270 24478
/proc/meminfo: memFree=113557088/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=95420 memory=49084 CPUtime=12.62 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 10231 0 0 0 1219 43 0 0 20 0 1 0 36045607 97710080 12271 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 23855 12271 2368 1147 0 11282 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 99612 KiB
Current children cumulated memory: 52028 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.18 4.12 6/271 24479
/proc/meminfo: memFree=113359712/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=111332 memory=66252 CPUtime=25.38 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 14020 0 0 0 2463 75 0 0 20 0 1 0 36045607 114003968 16563 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 27833 16563 2368 1147 0 15260 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 115524 KiB
Current children cumulated memory: 69196 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.16 4.11 5/270 24481
/proc/meminfo: memFree=112991548/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=132400 memory=80332 CPUtime=50.79 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 17558 0 0 0 4932 147 0 0 20 0 1 0 36045607 135577600 20083 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 33100 20083 2368 1147 0 20527 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 136592 KiB
Current children cumulated memory: 83276 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.15 4.11 6/271 24486
/proc/meminfo: memFree=112254960/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=163036 memory=112548 CPUtime=101.62 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 25005 0 0 0 9911 251 0 0 20 0 1 0 36045607 166948864 28137 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 40759 28137 2464 1147 0 28186 0
Current children cumulated CPU time: 101.63 s
Current children cumulated vsize: 167228 KiB
Current children cumulated memory: 115492 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.10 6/273 24492
/proc/meminfo: memFree=111415548/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=197120 memory=139476 CPUtime=161.24 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 30705 0 0 0 15759 365 0 0 20 0 1 0 36045607 201850880 34869 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 49280 34869 2496 1147 0 36707 0
Current children cumulated CPU time: 161.25 s
Current children cumulated vsize: 201312 KiB
Current children cumulated memory: 142420 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.14 4.10 6/273 24494
/proc/meminfo: memFree=110696336/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=235192 memory=179088 CPUtime=220.92 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 39047 0 0 0 21634 458 0 0 20 0 1 0 36045607 240836608 44772 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 58798 44772 2496 1147 0 46225 0

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

/proc/24478/statm: 180562 154215 2496 1147 0 167989 0
Current children cumulated CPU time: 3080.22 s
Current children cumulated vsize: 726440 KiB
Current children cumulated memory: 619804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 24798
/proc/meminfo: memFree=98711796/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=722248 memory=616860 CPUtime=3139.95 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 121667 0 0 0 310655 3340 0 0 20 0 1 0 36045607 739581952 154215 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 180562 154215 2496 1147 0 167989 0
Current children cumulated CPU time: 3139.96 s
Current children cumulated vsize: 726440 KiB
Current children cumulated memory: 619804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 24800
/proc/meminfo: memFree=98210720/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=722248 memory=616860 CPUtime=3198.86 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 121875 0 0 0 316485 3401 0 0 20 0 1 0 36045607 739581952 154215 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 180562 154215 2496 1147 0 167989 0
Current children cumulated CPU time: 3198.87 s
Current children cumulated vsize: 726440 KiB
Current children cumulated memory: 619804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/271 24802
/proc/meminfo: memFree=97669316/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=722440 memory=616988 CPUtime=3258.58 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 121933 0 0 0 322408 3450 0 0 20 0 1 0 36045607 739778560 154247 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 180610 154247 2496 1147 0 168037 0
Current children cumulated CPU time: 3258.59 s
Current children cumulated vsize: 726632 KiB
Current children cumulated memory: 619932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/271 24804
/proc/meminfo: memFree=97162188/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=730784 memory=624284 CPUtime=3318.34 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 123780 0 0 0 328322 3512 0 0 20 0 1 0 36045607 748322816 156071 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 182696 156071 2496 1147 0 170123 0
Current children cumulated CPU time: 3318.35 s
Current children cumulated vsize: 734976 KiB
Current children cumulated memory: 627228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/271 24853
/proc/meminfo: memFree=106509548/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=731484 memory=624924 CPUtime=3378.07 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 123934 0 0 0 334245 3562 0 0 20 0 1 0 36045607 749039616 156231 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 182871 156231 2496 1147 0 170298 0
Current children cumulated CPU time: 3378.08 s
Current children cumulated vsize: 735676 KiB
Current children cumulated memory: 627868 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 24855
/proc/meminfo: memFree=105715284/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=731484 memory=625052 CPUtime=3437.61 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 123934 0 0 0 340139 3622 0 0 20 0 1 0 36045607 749039616 156263 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 182871 156263 2496 1147 0 170298 0
Current children cumulated CPU time: 3437.62 s
Current children cumulated vsize: 735676 KiB
Current children cumulated memory: 627996 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.12 4.10 5/271 24860
/proc/meminfo: memFree=104994504/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=731484 memory=646812 CPUtime=3497.16 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 123949 0 0 0 346060 3656 0 0 20 0 1 0 36045607 749039616 161703 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 182871 161703 2496 1147 0 170298 0
Current children cumulated CPU time: 3497.17 s
Current children cumulated vsize: 735676 KiB
Current children cumulated memory: 649756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/271 24862
/proc/meminfo: memFree=104322480/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=732448 memory=656028 CPUtime=3556.71 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 124214 0 0 0 351973 3698 0 0 20 0 1 0 36045607 750026752 164007 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 183112 164007 2496 1147 0 170539 0
Current children cumulated CPU time: 3556.72 s
Current children cumulated vsize: 736640 KiB
Current children cumulated memory: 658972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.9 s]
/proc/loadavg: 4.15 4.12 4.09 5/271 24863
/proc/meminfo: memFree=103852948/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=732448 memory=656028 CPUtime=3600.04 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 124214 0 0 0 356286 3718 0 0 20 0 1 0 36045607 750026752 164007 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 183112 164007 2496 1147 0 170539 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 736640 KiB
Current children cumulated memory: 658972 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.010736 s, system=0.011098 s

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

# cumulated CPU time of all completed processes:  user=3562.88 s, system=37.2015 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+3625.9 s]
/proc/loadavg: 4.15 4.12 4.09 5/271 24863
/proc/meminfo: memFree=103852948/131249996 swapFree=33010684/33010684
[pid=24475] ppid=24472 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/24475/stat : 24475 (run-dec-break-l) S 24472 24475 21214 0 -1 4194304 239 3334 0 0 0 0 1 0 20 0 1 0 36045604 4292608 736 18446744073709551615 93911931138048 93911932032581 140735355874640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93911932271632 93911932319376 93911951269888 140735355877653 140735355877854 140735355877854 140735355883456 0
/proc/24475/statm: 1048 736 672 219 0 110 0
[pid=24478] ppid=24475 vsize=732448 memory=656028 CPUtime=3600.04 cores=5,7
/proc/24478/stat : 24478 (roundingsat) R 24475 24475 21214 0 -1 4194304 124214 0 0 0 356286 3718 0 0 20 0 1 0 36045607 750026752 164007 18446744073709551615 4227072 8923433 140733524848304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24371200 140733524855028 140733524855336 140733524855336 140733524860906 0
/proc/24478/statm: 183112 164007 2496 1147 0 170539 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 736640 KiB
Current children cumulated memory: 658972 KiB

Child status: 2

Real time (s): 3625.94
CPU time (s): 3600.08
CPU user time (s): 3562.88
CPU system time (s): 37.2015
CPU usage (%): 99.2869
Max. virtual memory (cumulated for all children) (KiB): 736640
Max. memory (cumulated for all children) (KiB): 658972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.88
system time used= 37.2015
maximum resident set size= 656156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17948072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 977
involuntary context switches= 4841


# summary of solver processes directly reported to runsolver:
#   pid: 24475,24478
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3562.88
#   total CPU system time (s): 37.2015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26071 second user time and 16.9506 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 15:27:40
IDJOB=4512975
IDBENCH=162230
IDSOLVER=3358
FILE ID=nodeC030/4512975-1751203660
RUNJOBID= nodeC030-1751197546-21227
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=22723674

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113770772 kB
MemAvailable:   128602420 kB
Buffers:            3280 kB
Cached:         15622732 kB
SwapCached:            0 kB
Active:          1516888 kB
Inactive:       15365960 kB
Active(anon):    1274932 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 15365960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            191052 kB
Writeback:             0 kB
AnonPages:       1259932 kB
Mapped:           117500 kB
Shmem:             18064 kB
KReclaimable:     125544 kB
Slab:             218096 kB
SReclaimable:     125544 kB
SUnreclaim:        92552 kB
KernelStack:        4352 kB
PageTables:         5868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1696284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC030 at 2025-06-29 16:28:06