Trace number 4512974

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22ad? (TO) 3600.1 3609.71

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-4512974-1751203430.opb'
0.00/0.01	c 	read 0.42MB  (5.95ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9456 #duplicates 0 #arr 40966]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.45ms)
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.88ms)
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.04ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4512974-1751203430.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.06ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.45ms 38.30% approx_orbits
0.00/0.02	c                   5.94ms 35.29% parse
0.00/0.02	c                   2.04ms 12.11% detect_generic
0.00/0.02	c                   1.06ms  6.29% output
0.00/0.02	c                   0.88ms  5.22% detect_special
0.00/0.02	c                   0.33ms  1.98% other
0.00/0.02	c                   0.14ms  0.82% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.84ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.09	c #variables 4288 #constraints 9864
13.33/13.41	c #Conflicts:       1000 | #Constraints:      10864
13.33/13.41	c #Conflicts:       2000 | #Constraints:      11864
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:       3000 | #Constraints:      11171
13.33/13.41	c #Conflicts:       4000 | #Constraints:      12171
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:       5000 | #Constraints:      11600
13.33/13.41	c #Conflicts:       6000 | #Constraints:      12600
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:       7000 | #Constraints:      11629
13.33/13.41	c #Conflicts:       8000 | #Constraints:      12629
13.33/13.41	c #Conflicts:       9000 | #Constraints:      13629
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      10000 | #Constraints:      12352
13.33/13.41	c #Conflicts:      11000 | #Constraints:      13352
13.33/13.41	c #Conflicts:      12000 | #Constraints:      14352
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      13000 | #Constraints:      12810
13.33/13.41	c #Conflicts:      14000 | #Constraints:      13810
13.33/13.41	c #Conflicts:      15000 | #Constraints:      14810
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      16000 | #Constraints:      13081
13.33/13.41	c #Conflicts:      17000 | #Constraints:      14081
13.33/13.41	c #Conflicts:      18000 | #Constraints:      15081
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      19000 | #Constraints:      13119
13.33/13.41	c #Conflicts:      20000 | #Constraints:      14120
13.33/13.41	c #Conflicts:      21000 | #Constraints:      15120
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      22000 | #Constraints:      12931
13.33/13.41	c #Conflicts:      23000 | #Constraints:      13931
13.33/13.41	c #Conflicts:      24000 | #Constraints:      14931
13.33/13.41	c #Conflicts:      25000 | #Constraints:      15931
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      26000 | #Constraints:      13540
13.33/13.41	c #Conflicts:      27000 | #Constraints:      14540
13.33/13.41	c #Conflicts:      28000 | #Constraints:      15540
13.33/13.41	c #Conflicts:      29000 | #Constraints:      16540
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      30000 | #Constraints:      13925
13.33/13.41	c #Conflicts:      31000 | #Constraints:      14925
13.33/13.41	c #Conflicts:      32000 | #Constraints:      15925
13.33/13.41	c #Conflicts:      33000 | #Constraints:      16925
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      34000 | #Constraints:      14147
13.33/13.41	c #Conflicts:      35000 | #Constraints:      15147
13.33/13.41	c #Conflicts:      36000 | #Constraints:      16147
13.33/13.41	c #Conflicts:      37000 | #Constraints:      17147
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      38000 | #Constraints:      14178
13.33/13.41	c #Conflicts:      39000 | #Constraints:      15178
13.33/13.41	c #Conflicts:      40000 | #Constraints:      16178
13.33/13.41	c #Conflicts:      41000 | #Constraints:      17178
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      42000 | #Constraints:      13991
13.33/13.41	c #Conflicts:      43000 | #Constraints:      14991
13.33/13.41	c #Conflicts:      44000 | #Constraints:      15991
13.33/13.41	c #Conflicts:      45000 | #Constraints:      16991
13.33/13.41	c #Conflicts:      46000 | #Constraints:      17991
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      47000 | #Constraints:      14565
13.33/13.41	c #Conflicts:      48000 | #Constraints:      15565
13.33/13.41	c #Conflicts:      49000 | #Constraints:      16565
13.33/13.41	c #Conflicts:      50000 | #Constraints:      17565
13.33/13.41	c #Conflicts:      51000 | #Constraints:      18565
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      52000 | #Constraints:      14985
13.33/13.41	c #Conflicts:      53000 | #Constraints:      15985
13.33/13.41	c #Conflicts:      54000 | #Constraints:      16985
13.33/13.41	c #Conflicts:      55000 | #Constraints:      17985
13.33/13.41	c #Conflicts:      56000 | #Constraints:      18985
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      57000 | #Constraints:      15168
13.33/13.41	c #Conflicts:      58000 | #Constraints:      16168
13.33/13.41	c #Conflicts:      59000 | #Constraints:      17168
13.33/13.41	c #Conflicts:      60000 | #Constraints:      18168
13.33/13.41	c #Conflicts:      61000 | #Constraints:      19168
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      62000 | #Constraints:      15193
13.33/13.41	c #Conflicts:      63000 | #Constraints:      16193
13.33/13.41	c #Conflicts:      64000 | #Constraints:      17193
13.33/13.41	c #Conflicts:      65000 | #Constraints:      18193
13.33/13.41	c #Conflicts:      66000 | #Constraints:      19193
13.33/13.41	c INPROCESSING
13.33/13.41	c GARBAGE COLLECT
13.33/13.41	c #Conflicts:      67000 | #Constraints:      14958
13.33/13.41	c #Conflicts:      68000 | #Constraints:      15958
33.48/33.64	c #Conflicts:      69000 | #Constraints:      16958
33.48/33.64	c #Conflicts:      70000 | #Constraints:      17958
33.48/33.64	c #Conflicts:      71000 | #Constraints:      18958
33.48/33.64	c #Conflicts:      72000 | #Constraints:      19958
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:      73000 | #Constraints:      15554
33.48/33.64	c #Conflicts:      74000 | #Constraints:      16554
33.48/33.64	c #Conflicts:      75000 | #Constraints:      17554
33.48/33.64	c #Conflicts:      76000 | #Constraints:      18554
33.48/33.64	c #Conflicts:      77000 | #Constraints:      19554
33.48/33.64	c #Conflicts:      78000 | #Constraints:      20554
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:      79000 | #Constraints:      15977
33.48/33.64	c #Conflicts:      80000 | #Constraints:      16977
33.48/33.64	c #Conflicts:      81000 | #Constraints:      17977
33.48/33.64	c #Conflicts:      82000 | #Constraints:      18977
33.48/33.64	c #Conflicts:      83000 | #Constraints:      19977
33.48/33.64	c #Conflicts:      84000 | #Constraints:      20977
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:      85000 | #Constraints:      16189
33.48/33.64	c #Conflicts:      86000 | #Constraints:      17189
33.48/33.64	c #Conflicts:      87000 | #Constraints:      18189
33.48/33.64	c #Conflicts:      88000 | #Constraints:      19189
33.48/33.64	c #Conflicts:      89000 | #Constraints:      20189
33.48/33.64	c #Conflicts:      90000 | #Constraints:      21189
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:      91000 | #Constraints:      16210
33.48/33.64	c #Conflicts:      92000 | #Constraints:      17210
33.48/33.64	c #Conflicts:      93000 | #Constraints:      18210
33.48/33.64	c #Conflicts:      94000 | #Constraints:      19210
33.48/33.64	c #Conflicts:      95000 | #Constraints:      20210
33.48/33.64	c #Conflicts:      96000 | #Constraints:      21210
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:      97000 | #Constraints:      16015
33.48/33.64	c #Conflicts:      98000 | #Constraints:      17015
33.48/33.64	c #Conflicts:      99000 | #Constraints:      18015
33.48/33.64	c #Conflicts:     100000 | #Constraints:      19015
33.48/33.64	c #Conflicts:     101000 | #Constraints:      20015
33.48/33.64	c #Conflicts:     102000 | #Constraints:      21015
33.48/33.64	c #Conflicts:     103000 | #Constraints:      22015
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     104000 | #Constraints:      16605
33.48/33.64	c #Conflicts:     105000 | #Constraints:      17605
33.48/33.64	c #Conflicts:     106000 | #Constraints:      18605
33.48/33.64	c #Conflicts:     107000 | #Constraints:      19605
33.48/33.64	c #Conflicts:     108000 | #Constraints:      20605
33.48/33.64	c #Conflicts:     109000 | #Constraints:      21605
33.48/33.64	c #Conflicts:     110000 | #Constraints:      22605
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     111000 | #Constraints:      17024
33.48/33.64	c #Conflicts:     112000 | #Constraints:      18024
33.48/33.64	c #Conflicts:     113000 | #Constraints:      19024
33.48/33.64	c #Conflicts:     114000 | #Constraints:      20024
33.48/33.64	c #Conflicts:     115000 | #Constraints:      21024
33.48/33.64	c #Conflicts:     116000 | #Constraints:      22024
33.48/33.64	c #Conflicts:     117000 | #Constraints:      23024
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     118000 | #Constraints:      17212
33.48/33.64	c #Conflicts:     119000 | #Constraints:      18212
33.48/33.64	c #Conflicts:     120000 | #Constraints:      19212
33.48/33.64	c #Conflicts:     121000 | #Constraints:      20212
33.48/33.64	c #Conflicts:     122000 | #Constraints:      21212
33.48/33.64	c #Conflicts:     123000 | #Constraints:      22212
33.48/33.64	c #Conflicts:     124000 | #Constraints:      23212
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     125000 | #Constraints:      17217
33.48/33.64	c #Conflicts:     126000 | #Constraints:      18217
33.48/33.64	c #Conflicts:     127000 | #Constraints:      19217
33.48/33.64	c #Conflicts:     128000 | #Constraints:      20217
33.48/33.64	c #Conflicts:     129000 | #Constraints:      21217
33.48/33.64	c #Conflicts:     130000 | #Constraints:      22217
33.48/33.64	c #Conflicts:     131000 | #Constraints:      23217
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     132000 | #Constraints:      16988
33.48/33.64	c #Conflicts:     133000 | #Constraints:      17988
33.48/33.64	c #Conflicts:     134000 | #Constraints:      18988
33.48/33.64	c #Conflicts:     135000 | #Constraints:      19988
33.48/33.64	c #Conflicts:     136000 | #Constraints:      20988
33.48/33.64	c #Conflicts:     137000 | #Constraints:      21988
33.48/33.64	c #Conflicts:     138000 | #Constraints:      22988
33.48/33.64	c #Conflicts:     139000 | #Constraints:      23988
33.48/33.64	c INPROCESSING
33.48/33.64	c GARBAGE COLLECT
33.48/33.64	c #Conflicts:     140000 | #Constraints:      17626
38.26/38.43	c #Conflicts:     141000 | #Constraints:      18626
38.26/38.43	c #Conflicts:     142000 | #Constraints:      19626
38.26/38.43	c #Conflicts:     143000 | #Constraints:      20626
38.26/38.43	c #Conflicts:     144000 | #Constraints:      21626
38.26/38.43	c #Conflicts:     145000 | #Constraints:      22626
38.26/38.43	c #Conflicts:     146000 | #Constraints:      23626
38.26/38.43	c #Conflicts:     147000 | #Constraints:      24626
38.26/38.43	c INPROCESSING
38.26/38.43	c GARBAGE COLLECT
38.26/38.43	c #Conflicts:     148000 | #Constraints:      18057
38.26/38.43	c #Conflicts:     149000 | #Constraints:      19057
38.26/38.43	c #Conflicts:     150000 | #Constraints:      20057
38.26/38.43	c #Conflicts:     151000 | #Constraints:      21057
38.26/38.43	c #Conflicts:     152000 | #Constraints:      22057
38.26/38.43	c #Conflicts:     153000 | #Constraints:      23057
38.26/38.43	c #Conflicts:     154000 | #Constraints:      24057
38.26/38.43	c #Conflicts:     155000 | #Constraints:      25057
38.26/38.43	c INPROCESSING
38.26/38.43	c GARBAGE COLLECT
38.26/38.43	c rational objective 576.217
61.51/61.74	c #Conflicts:     156000 | #Constraints:      18301
61.51/61.74	c #Conflicts:     157000 | #Constraints:      19301
61.51/61.74	c #Conflicts:     158000 | #Constraints:      20301
61.51/61.74	c #Conflicts:     159000 | #Constraints:      21301
61.51/61.74	c #Conflicts:     160000 | #Constraints:      22301
61.51/61.74	c #Conflicts:     161000 | #Constraints:      23301
61.51/61.74	c #Conflicts:     162000 | #Constraints:      24301
61.51/61.74	c #Conflicts:     163000 | #Constraints:      25301
61.51/61.74	c INPROCESSING
61.51/61.74	c GARBAGE COLLECT
61.51/61.74	c #Conflicts:     164000 | #Constraints:      18274
61.51/61.74	c #Conflicts:     165000 | #Constraints:      19274
61.51/61.74	c #Conflicts:     166000 | #Constraints:      20274
61.51/61.74	c #Conflicts:     167000 | #Constraints:      21274
61.51/61.74	c #Conflicts:     168000 | #Constraints:      22274
61.51/61.74	c #Conflicts:     169000 | #Constraints:      23274
61.51/61.74	c #Conflicts:     170000 | #Constraints:      24274
61.51/61.74	c #Conflicts:     171000 | #Constraints:      25274
61.51/61.74	c INPROCESSING
61.51/61.74	c GARBAGE COLLECT
61.51/61.74	c #Conflicts:     172000 | #Constraints:      18062
61.51/61.74	c #Conflicts:     173000 | #Constraints:      19062
61.51/61.74	c #Conflicts:     174000 | #Constraints:      20062
61.51/61.74	c #Conflicts:     175000 | #Constraints:      21062
61.51/61.74	c #Conflicts:     176000 | #Constraints:      22062
61.51/61.74	c #Conflicts:     177000 | #Constraints:      23062
61.51/61.74	c #Conflicts:     178000 | #Constraints:      24062
61.51/61.74	c #Conflicts:     179000 | #Constraints:      25062
61.51/61.74	c #Conflicts:     180000 | #Constraints:      26062
61.51/61.74	c INPROCESSING
61.51/61.74	c GARBAGE COLLECT
61.51/61.74	c #Conflicts:     181000 | #Constraints:      18664
61.51/61.74	c #Conflicts:     182000 | #Constraints:      19664
61.51/61.74	c #Conflicts:     183000 | #Constraints:      20664
61.51/61.74	c #Conflicts:     184000 | #Constraints:      21664
61.51/61.74	c #Conflicts:     185000 | #Constraints:      22664
61.51/61.74	c #Conflicts:     186000 | #Constraints:      23664
61.51/61.74	c #Conflicts:     187000 | #Constraints:      24664
61.51/61.74	c #Conflicts:     188000 | #Constraints:      25664
61.51/61.74	c #Conflicts:     189000 | #Constraints:      26664
61.51/61.74	c INPROCESSING
61.51/61.74	c GARBAGE COLLECT
61.51/61.74	c #Conflicts:     190000 | #Constraints:      19067
61.51/61.74	c #Conflicts:     191000 | #Constraints:      20067
61.51/61.74	c #Conflicts:     192000 | #Constraints:      21067
61.51/61.75	c #Conflicts:     193000 | #Constraints:      22067
61.51/61.75	c #Conflicts:     194000 | #Constraints:      23067
61.51/61.75	c #Conflicts:     195000 | #Constraints:      24067
61.51/61.75	c #Conflicts:     196000 | #Constraints:      25067
61.51/61.75	c #Conflicts:     197000 | #Constraints:      26067
61.51/61.75	c #Conflicts:     198000 | #Constraints:      27067
61.51/61.75	c INPROCESSING
61.51/61.75	c GARBAGE COLLECT
61.51/61.75	c #Conflicts:     199000 | #Constraints:      19293
61.51/61.75	c #Conflicts:     200000 | #Constraints:      20293
61.51/61.75	c #Conflicts:     201000 | #Constraints:      21293
61.51/61.75	c #Conflicts:     202000 | #Constraints:      22293
61.51/61.75	c #Conflicts:     203000 | #Constraints:      23293
61.51/61.75	c #Conflicts:     204000 | #Constraints:      24293
61.51/61.75	c #Conflicts:     205000 | #Constraints:      25293
61.51/61.75	c #Conflicts:     206000 | #Constraints:      26293
61.51/61.75	c #Conflicts:     207000 | #Constraints:      27293
61.51/61.75	c INPROCESSING
61.51/61.75	c GARBAGE COLLECT
61.51/61.75	c #Conflicts:     208000 | #Constraints:      19288
61.51/61.75	c #Conflicts:     209000 | #Constraints:      20288
61.51/61.75	c #Conflicts:     210000 | #Constraints:      21288
61.51/61.75	c #Conflicts:     211000 | #Constraints:      22288
61.51/61.75	c #Conflicts:     212000 | #Constraints:      23288
61.51/61.75	c #Conflicts:     213000 | #Constraints:      24288
61.51/61.75	c #Conflicts:     214000 | #Constraints:      25288
61.51/61.75	c #Conflicts:     215000 | #Constraints:      26288
61.51/61.75	c #Conflicts:     216000 | #Constraints:      27288
61.51/61.75	c INPROCESSING
61.51/61.75	c GARBAGE COLLECT
61.51/61.75	c #Conflicts:     217000 | #Constraints:      19096
61.51/61.75	c #Conflicts:     218000 | #Constraints:      20096
61.51/61.75	c #Conflicts:     219000 | #Constraints:      21096
61.51/61.75	c #Conflicts:     220000 | #Constraints:      22096
61.51/61.75	c #Conflicts:     221000 | #Constraints:      23096
61.51/61.75	c #Conflicts:     222000 | #Constraints:      24096
61.51/61.75	c #Conflicts:     223000 | #Constraints:      25096
61.51/61.75	c #Conflicts:     224000 | #Constraints:      26096
61.51/61.75	c #Conflicts:     225000 | #Constraints:      27096
61.51/61.75	c #Conflicts:     226000 | #Constraints:      28096
61.51/61.75	c INPROCESSING
61.51/61.75	c GARBAGE COLLECT
61.51/61.75	c #Conflicts:     227000 | #Constraints:      19688
61.51/61.75	c #Conflicts:     228000 | #Constraints:      20688
61.51/61.75	c #Conflicts:     229000 | #Constraints:      21688
82.56/82.85	c #Conflicts:     230000 | #Constraints:      22688
82.56/82.85	c #Conflicts:     231000 | #Constraints:      23688
82.56/82.85	c #Conflicts:     232000 | #Constraints:      24688
82.56/82.85	c #Conflicts:     233000 | #Constraints:      25688
82.56/82.85	c #Conflicts:     234000 | #Constraints:      26688
82.56/82.85	c #Conflicts:     235000 | #Constraints:      27688
82.56/82.85	c #Conflicts:     236000 | #Constraints:      28688
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     237000 | #Constraints:      20073
82.56/82.85	c #Conflicts:     238000 | #Constraints:      21073
82.56/82.85	c #Conflicts:     239000 | #Constraints:      22073
82.56/82.85	c #Conflicts:     240000 | #Constraints:      23073
82.56/82.85	c #Conflicts:     241000 | #Constraints:      24073
82.56/82.85	c #Conflicts:     242000 | #Constraints:      25073
82.56/82.85	c #Conflicts:     243000 | #Constraints:      26073
82.56/82.85	c #Conflicts:     244000 | #Constraints:      27073
82.56/82.85	c #Conflicts:     245000 | #Constraints:      28073
82.56/82.85	c #Conflicts:     246000 | #Constraints:      29073
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     247000 | #Constraints:      20250
82.56/82.85	c #Conflicts:     248000 | #Constraints:      21250
82.56/82.85	c #Conflicts:     249000 | #Constraints:      22250
82.56/82.85	c #Conflicts:     250000 | #Constraints:      23250
82.56/82.85	c #Conflicts:     251000 | #Constraints:      24250
82.56/82.85	c #Conflicts:     252000 | #Constraints:      25250
82.56/82.85	c #Conflicts:     253000 | #Constraints:      26250
82.56/82.85	c #Conflicts:     254000 | #Constraints:      27250
82.56/82.85	c #Conflicts:     255000 | #Constraints:      28250
82.56/82.85	c #Conflicts:     256000 | #Constraints:      29250
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     257000 | #Constraints:      20235
82.56/82.85	c #Conflicts:     258000 | #Constraints:      21235
82.56/82.85	c #Conflicts:     259000 | #Constraints:      22235
82.56/82.85	c #Conflicts:     260000 | #Constraints:      23235
82.56/82.85	c #Conflicts:     261000 | #Constraints:      24235
82.56/82.85	c #Conflicts:     262000 | #Constraints:      25235
82.56/82.85	c #Conflicts:     263000 | #Constraints:      26235
82.56/82.85	c #Conflicts:     264000 | #Constraints:      27235
82.56/82.85	c #Conflicts:     265000 | #Constraints:      28235
82.56/82.85	c #Conflicts:     266000 | #Constraints:      29235
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     267000 | #Constraints:      20057
82.56/82.85	c #Conflicts:     268000 | #Constraints:      21057
82.56/82.85	c #Conflicts:     269000 | #Constraints:      22057
82.56/82.85	c #Conflicts:     270000 | #Constraints:      23057
82.56/82.85	c #Conflicts:     271000 | #Constraints:      24057
82.56/82.85	c #Conflicts:     272000 | #Constraints:      25057
82.56/82.85	c #Conflicts:     273000 | #Constraints:      26057
82.56/82.85	c #Conflicts:     274000 | #Constraints:      27057
82.56/82.85	c #Conflicts:     275000 | #Constraints:      28057
82.56/82.85	c #Conflicts:     276000 | #Constraints:      29057
82.56/82.85	c #Conflicts:     277000 | #Constraints:      30057
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     278000 | #Constraints:      20651
82.56/82.85	c #Conflicts:     279000 | #Constraints:      21651
82.56/82.85	c #Conflicts:     280000 | #Constraints:      22651
82.56/82.85	c #Conflicts:     281000 | #Constraints:      23651
82.56/82.85	c #Conflicts:     282000 | #Constraints:      24651
82.56/82.85	c #Conflicts:     283000 | #Constraints:      25651
82.56/82.85	c #Conflicts:     284000 | #Constraints:      26651
82.56/82.85	c #Conflicts:     285000 | #Constraints:      27651
82.56/82.85	c #Conflicts:     286000 | #Constraints:      28651
82.56/82.85	c #Conflicts:     287000 | #Constraints:      29651
82.56/82.85	c #Conflicts:     288000 | #Constraints:      30651
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     289000 | #Constraints:      21057
82.56/82.85	c #Conflicts:     290000 | #Constraints:      22057
82.56/82.85	c #Conflicts:     291000 | #Constraints:      23057
82.56/82.85	c #Conflicts:     292000 | #Constraints:      24057
82.56/82.85	c #Conflicts:     293000 | #Constraints:      25057
82.56/82.85	c #Conflicts:     294000 | #Constraints:      26057
82.56/82.85	c #Conflicts:     295000 | #Constraints:      27057
82.56/82.85	c #Conflicts:     296000 | #Constraints:      28057
82.56/82.85	c #Conflicts:     297000 | #Constraints:      29057
82.56/82.85	c #Conflicts:     298000 | #Constraints:      30057
82.56/82.85	c #Conflicts:     299000 | #Constraints:      31057
82.56/82.85	c INPROCESSING
82.56/82.85	c GARBAGE COLLECT
82.56/82.85	c #Conflicts:     300000 | #Constraints:      21289
82.56/82.85	c #Conflicts:     301000 | #Constraints:      22289
82.56/82.85	c #Conflicts:     302000 | #Constraints:      23289
82.56/82.85	c #Conflicts:     303000 | #Constraints:      24289
82.56/82.85	c #Conflicts:     304000 | #Constraints:      25289
99.51/99.85	c #Conflicts:     305000 | #Constraints:      26289
99.51/99.85	c #Conflicts:     306000 | #Constraints:      27289
99.51/99.85	c #Conflicts:     307000 | #Constraints:      28289
99.51/99.85	c #Conflicts:     308000 | #Constraints:      29289
99.51/99.85	c #Conflicts:     309000 | #Constraints:      30289
99.51/99.85	c #Conflicts:     310000 | #Constraints:      31289
99.51/99.85	c INPROCESSING
99.51/99.85	c GARBAGE COLLECT
99.51/99.85	c #Conflicts:     311000 | #Constraints:      21304
99.51/99.85	c #Conflicts:     312000 | #Constraints:      22304
99.51/99.85	c #Conflicts:     313000 | #Constraints:      23304
99.51/99.85	c #Conflicts:     314000 | #Constraints:      24304
99.51/99.85	c #Conflicts:     315000 | #Constraints:      25304
99.51/99.85	c #Conflicts:     316000 | #Constraints:      26304
99.51/99.85	c #Conflicts:     317000 | #Constraints:      27304
99.51/99.85	c #Conflicts:     318000 | #Constraints:      28304
99.51/99.85	c #Conflicts:     319000 | #Constraints:      29304
99.51/99.85	c #Conflicts:     320000 | #Constraints:      30304
99.51/99.85	c #Conflicts:     321000 | #Constraints:      31304
99.51/99.85	c INPROCESSING
99.51/99.85	c GARBAGE COLLECT
99.51/99.85	c #Conflicts:     322000 | #Constraints:      21087
99.51/99.85	c #Conflicts:     323000 | #Constraints:      22087
99.51/99.85	c #Conflicts:     324000 | #Constraints:      23087
99.51/99.85	c #Conflicts:     325000 | #Constraints:      24087
99.51/99.85	c #Conflicts:     326000 | #Constraints:      25087
99.51/99.85	c #Conflicts:     327000 | #Constraints:      26087
99.51/99.85	c #Conflicts:     328000 | #Constraints:      27087
99.51/99.85	c #Conflicts:     329000 | #Constraints:      28087
99.51/99.85	c #Conflicts:     330000 | #Constraints:      29087
99.51/99.85	c #Conflicts:     331000 | #Constraints:      30087
99.51/99.85	c #Conflicts:     332000 | #Constraints:      31087
99.51/99.85	c #Conflicts:     333000 | #Constraints:      32087
99.51/99.85	c INPROCESSING
99.51/99.85	c GARBAGE COLLECT
99.51/99.85	c #Conflicts:     334000 | #Constraints:      21653
99.51/99.85	c #Conflicts:     335000 | #Constraints:      22653
99.51/99.85	c #Conflicts:     336000 | #Constraints:      23654
99.51/99.85	c #Conflicts:     337000 | #Constraints:      24654
99.51/99.85	c #Conflicts:     338000 | #Constraints:      25654
99.51/99.85	c #Conflicts:     339000 | #Constraints:      26654
99.51/99.85	c #Conflicts:     340000 | #Constraints:      27654
99.51/99.85	c #Conflicts:     341000 | #Constraints:      28654
99.51/99.85	c #Conflicts:     342000 | #Constraints:      29654
99.51/99.85	c #Conflicts:     343000 | #Constraints:      30654
99.51/99.85	c #Conflicts:     344000 | #Constraints:      31655
99.51/99.85	c #Conflicts:     345000 | #Constraints:      32655
99.51/99.85	c INPROCESSING
99.51/99.85	c GARBAGE COLLECT
99.51/99.85	c #Conflicts:     346000 | #Constraints:      22061
99.51/99.85	c #Conflicts:     347000 | #Constraints:      23061
99.51/99.85	c #Conflicts:     348000 | #Constraints:      24061
99.51/99.85	c #Conflicts:     349000 | #Constraints:      25061
99.51/99.85	c #Conflicts:     350000 | #Constraints:      26061
99.51/99.85	c #Conflicts:     351000 | #Constraints:      27061
99.51/99.85	c #Conflicts:     352000 | #Constraints:      28061
99.51/99.85	c #Conflicts:     353000 | #Constraints:      29061
99.51/99.85	c #Conflicts:     354000 | #Constraints:      30061
99.51/99.85	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[13]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[53]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[77]: 6 -1.00098 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[78]: 6 -1.0039 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[83]: 6 -1.03119 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[110]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[116]: 6 -1.03145 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[117]: 6 -1.0156 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[147]: 6 -0.937613 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[150]: 6 -0.998649 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[174]: 6 -0.999998 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[202]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[208]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[213]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[236]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[267]: 6 -1.00024 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[276]: 6 -1.0156 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[298]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[305]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[309]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[333]: 6 -1.00098 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[341]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[364]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[367]: 6 -1.00098 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[404]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[429]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[434]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[438]: 6 -0.998649 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[468]: 6 -0.999748 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[489]: 6 -1.00009 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[491]: 6 -1.00037 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[493]: 6 -1.00098 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[497]: 6 -1.0234 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[499]: 6 -1.06239 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[523]: 6 -1.00024 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[525]: 6 -0.999998 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[530]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[587]: 6 -1.00037 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[594]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[623]: 6 -1.00098 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[649]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[685]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1005]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1107]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1111]: 6 -0.46875 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1164]: 6 -0.999999 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1166]: 6 -0.999992 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1168]: 6 -0.999969 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1174]: 6 -11.9682 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1195]: 6 -1.00037 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1231]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1298]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1420]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1489]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1679]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1741]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1745]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1987]: 6 -0.84375 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1991]: 6 0 0.5 shouldn't be
99.51/99.85	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2191]: 6 -1.25 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2380]: 6 -1.3125 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2506]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2513]: 6 -0.995945 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2605]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2613]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2858]: 6 -0.5 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2988]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
99.51/99.85	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
122.06/122.42	c #Conflicts:     355000 | #Constraints:      31061
122.06/122.42	c #Conflicts:     356000 | #Constraints:      32061
122.06/122.42	c #Conflicts:     357000 | #Constraints:      33061
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     358000 | #Constraints:      22253
122.06/122.42	c #Conflicts:     359000 | #Constraints:      23253
122.06/122.42	c #Conflicts:     360000 | #Constraints:      24253
122.06/122.42	c #Conflicts:     361000 | #Constraints:      25253
122.06/122.42	c #Conflicts:     362000 | #Constraints:      26253
122.06/122.42	c #Conflicts:     363000 | #Constraints:      27253
122.06/122.42	c #Conflicts:     364000 | #Constraints:      28253
122.06/122.42	c #Conflicts:     365000 | #Constraints:      29253
122.06/122.42	c #Conflicts:     366000 | #Constraints:      30253
122.06/122.42	c #Conflicts:     367000 | #Constraints:      31253
122.06/122.42	c #Conflicts:     368000 | #Constraints:      32253
122.06/122.42	c #Conflicts:     369000 | #Constraints:      33253
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     370000 | #Constraints:      22299
122.06/122.42	c #Conflicts:     371000 | #Constraints:      23299
122.06/122.42	c #Conflicts:     372000 | #Constraints:      24299
122.06/122.42	c #Conflicts:     373000 | #Constraints:      25299
122.06/122.42	c #Conflicts:     374000 | #Constraints:      26299
122.06/122.42	c #Conflicts:     375000 | #Constraints:      27299
122.06/122.42	c #Conflicts:     376000 | #Constraints:      28299
122.06/122.42	c #Conflicts:     377000 | #Constraints:      29299
122.06/122.42	c #Conflicts:     378000 | #Constraints:      30299
122.06/122.42	c #Conflicts:     379000 | #Constraints:      31299
122.06/122.42	c #Conflicts:     380000 | #Constraints:      32299
122.06/122.42	c #Conflicts:     381000 | #Constraints:      33299
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     382000 | #Constraints:      22064
122.06/122.42	c #Conflicts:     383000 | #Constraints:      23064
122.06/122.42	c #Conflicts:     384000 | #Constraints:      24064
122.06/122.42	c #Conflicts:     385000 | #Constraints:      25064
122.06/122.42	c #Conflicts:     386000 | #Constraints:      26064
122.06/122.42	c #Conflicts:     387000 | #Constraints:      27064
122.06/122.42	c #Conflicts:     388000 | #Constraints:      28064
122.06/122.42	c #Conflicts:     389000 | #Constraints:      29064
122.06/122.42	c #Conflicts:     390000 | #Constraints:      30064
122.06/122.42	c #Conflicts:     391000 | #Constraints:      31064
122.06/122.42	c #Conflicts:     392000 | #Constraints:      32064
122.06/122.42	c #Conflicts:     393000 | #Constraints:      33064
122.06/122.42	c #Conflicts:     394000 | #Constraints:      34064
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     395000 | #Constraints:      22687
122.06/122.42	c #Conflicts:     396000 | #Constraints:      23687
122.06/122.42	c #Conflicts:     397000 | #Constraints:      24687
122.06/122.42	c #Conflicts:     398000 | #Constraints:      25687
122.06/122.42	c #Conflicts:     399000 | #Constraints:      26687
122.06/122.42	c #Conflicts:     400000 | #Constraints:      27687
122.06/122.42	c #Conflicts:     401000 | #Constraints:      28687
122.06/122.42	c #Conflicts:     402000 | #Constraints:      29687
122.06/122.42	c #Conflicts:     403000 | #Constraints:      30687
122.06/122.42	c #Conflicts:     404000 | #Constraints:      31687
122.06/122.42	c #Conflicts:     405000 | #Constraints:      32687
122.06/122.42	c #Conflicts:     406000 | #Constraints:      33687
122.06/122.42	c #Conflicts:     407000 | #Constraints:      34687
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     408000 | #Constraints:      23081
122.06/122.42	c #Conflicts:     409000 | #Constraints:      24082
122.06/122.42	c #Conflicts:     410000 | #Constraints:      25082
122.06/122.42	c #Conflicts:     411000 | #Constraints:      26082
122.06/122.42	c #Conflicts:     412000 | #Constraints:      27082
122.06/122.42	c #Conflicts:     413000 | #Constraints:      28082
122.06/122.42	c #Conflicts:     414000 | #Constraints:      29082
122.06/122.42	c #Conflicts:     415000 | #Constraints:      30082
122.06/122.42	c #Conflicts:     416000 | #Constraints:      31082
122.06/122.42	c #Conflicts:     417000 | #Constraints:      32082
122.06/122.42	c #Conflicts:     418000 | #Constraints:      33082
122.06/122.42	c #Conflicts:     419000 | #Constraints:      34083
122.06/122.42	c #Conflicts:     420000 | #Constraints:      35083
122.06/122.42	c INPROCESSING
122.06/122.42	c GARBAGE COLLECT
122.06/122.42	c #Conflicts:     421000 | #Constraints:      23331
122.06/122.42	c #Conflicts:     422000 | #Constraints:      24331
122.06/122.42	c #Conflicts:     423000 | #Constraints:      25331
122.06/122.42	c #Conflicts:     424000 | #Constraints:      26331
122.06/122.42	c #Conflicts:     425000 | #Constraints:      27331
122.06/122.42	c #Conflicts:     426000 | #Constraints:      28331
122.06/122.42	c #Conflicts:     427000 | #Constraints:      29331
122.06/122.42	c #Conflicts:     428000 | #Constraints:      30331
122.06/122.42	c #Conflicts:     429000 | #Constraints:      31331
132.83/133.25	c #Conflicts:     430000 | #Constraints:      32331
132.83/133.25	c #Conflicts:     431000 | #Constraints:      33331
132.83/133.25	c #Conflicts:     432000 | #Constraints:      34331
132.83/133.25	c #Conflicts:     433000 | #Constraints:      35331
132.83/133.25	c INPROCESSING
132.83/133.25	c GARBAGE COLLECT
132.83/133.25	c #Conflicts:     434000 | #Constraints:      23333
132.83/133.25	c #Conflicts:     435000 | #Constraints:      24333
132.83/133.25	c #Conflicts:     436000 | #Constraints:      25333
132.83/133.25	c #Conflicts:     437000 | #Constraints:      26333
132.83/133.25	c #Conflicts:     438000 | #Constraints:      27333
132.83/133.25	c #Conflicts:     439000 | #Constraints:      28333
132.83/133.25	c #Conflicts:     440000 | #Constraints:      29333
132.83/133.25	c #Conflicts:     441000 | #Constraints:      30333
132.83/133.25	c #Conflicts:     442000 | #Constraints:      31333
132.83/133.25	c #Conflicts:     443000 | #Constraints:      32333
132.83/133.25	c #Conflicts:     444000 | #Constraints:      33333
132.83/133.25	c #Conflicts:     445000 | #Constraints:      34333
132.83/133.25	c #Conflicts:     446000 | #Constraints:      35333
132.83/133.25	c INPROCESSING
132.83/133.25	c GARBAGE COLLECT
132.83/133.25	c rational objective 642.025
174.30/174.87	c #Conflicts:     447000 | #Constraints:      23155
174.30/174.87	c #Conflicts:     448000 | #Constraints:      24155
174.30/174.87	c #Conflicts:     449000 | #Constraints:      25155
174.30/174.87	c #Conflicts:     450000 | #Constraints:      26155
174.30/174.87	c #Conflicts:     451000 | #Constraints:      27155
174.30/174.87	c #Conflicts:     452000 | #Constraints:      28155
174.30/174.87	c #Conflicts:     453000 | #Constraints:      29155
174.30/174.87	c #Conflicts:     454000 | #Constraints:      30155
174.30/174.87	c #Conflicts:     455000 | #Constraints:      31155
174.30/174.87	c #Conflicts:     456000 | #Constraints:      32155
174.30/174.87	c #Conflicts:     457000 | #Constraints:      33155
174.30/174.87	c #Conflicts:     458000 | #Constraints:      34155
174.30/174.87	c #Conflicts:     459000 | #Constraints:      35155
174.30/174.87	c #Conflicts:     460000 | #Constraints:      36155
174.30/174.87	c INPROCESSING
174.30/174.87	c GARBAGE COLLECT
174.30/174.87	c #Conflicts:     461000 | #Constraints:      23765
174.30/174.87	c #Conflicts:     462000 | #Constraints:      24765
174.30/174.87	c #Conflicts:     463000 | #Constraints:      25765
174.30/174.87	c #Conflicts:     464000 | #Constraints:      26765
174.30/174.87	c #Conflicts:     465000 | #Constraints:      27765
174.30/174.87	c #Conflicts:     466000 | #Constraints:      28765
174.30/174.87	c #Conflicts:     467000 | #Constraints:      29765
174.30/174.87	c #Conflicts:     468000 | #Constraints:      30765
174.30/174.87	c #Conflicts:     469000 | #Constraints:      31765
174.30/174.87	c #Conflicts:     470000 | #Constraints:      32765
174.30/174.87	c #Conflicts:     471000 | #Constraints:      33765
174.30/174.87	c #Conflicts:     472000 | #Constraints:      34765
174.30/174.87	c #Conflicts:     473000 | #Constraints:      35765
174.30/174.87	c #Conflicts:     474000 | #Constraints:      36765
174.30/174.87	c INPROCESSING
174.30/174.87	c GARBAGE COLLECT
174.30/174.87	c #Conflicts:     475000 | #Constraints:      24126
174.30/174.87	c #Conflicts:     476000 | #Constraints:      25126
174.30/174.87	c #Conflicts:     477000 | #Constraints:      26126
174.30/174.87	c #Conflicts:     478000 | #Constraints:      27126
174.30/174.87	c #Conflicts:     479000 | #Constraints:      28126
174.30/174.87	c #Conflicts:     480000 | #Constraints:      29126
174.30/174.87	c #Conflicts:     481000 | #Constraints:      30126
174.30/174.87	c #Conflicts:     482000 | #Constraints:      31126
174.30/174.87	c #Conflicts:     483000 | #Constraints:      32126
174.30/174.87	c #Conflicts:     484000 | #Constraints:      33126
174.30/174.87	c #Conflicts:     485000 | #Constraints:      34126
174.30/174.87	c #Conflicts:     486000 | #Constraints:      35126
174.30/174.87	c #Conflicts:     487000 | #Constraints:      36126
174.30/174.87	c #Conflicts:     488000 | #Constraints:      37126
174.30/174.87	c INPROCESSING
174.30/174.87	c GARBAGE COLLECT
174.30/174.87	c #Conflicts:     489000 | #Constraints:      24351
174.30/174.87	c #Conflicts:     490000 | #Constraints:      25351
174.30/174.87	c #Conflicts:     491000 | #Constraints:      26351
174.30/174.87	c #Conflicts:     492000 | #Constraints:      27351
174.30/174.87	c #Conflicts:     493000 | #Constraints:      28351
174.30/174.87	c #Conflicts:     494000 | #Constraints:      29351
174.30/174.87	c #Conflicts:     495000 | #Constraints:      30351
174.30/174.87	c #Conflicts:     496000 | #Constraints:      31351
174.30/174.87	c #Conflicts:     497000 | #Constraints:      32351
174.30/174.87	c #Conflicts:     498000 | #Constraints:      33351
174.30/174.87	c #Conflicts:     499000 | #Constraints:      34351
174.30/174.87	c #Conflicts:     500000 | #Constraints:      35351
174.30/174.87	c #Conflicts:     501000 | #Constraints:      36351
174.30/174.87	c #Conflicts:     502000 | #Constraints:      37351
174.30/174.87	c INPROCESSING
174.30/174.87	c GARBAGE COLLECT
174.30/174.87	c #Conflicts:     503000 | #Constraints:      24367
174.30/174.87	c #Conflicts:     504000 | #Constraints:      25367
174.30/174.87	c #Conflicts:     505000 | #Constraints:      26367
174.30/174.87	c #Conflicts:     506000 | #Constraints:      27367
174.30/174.87	c #Conflicts:     507000 | #Constraints:      28367
174.30/174.87	c #Conflicts:     508000 | #Constraints:      29367
174.30/174.87	c #Conflicts:     509000 | #Constraints:      30367
174.30/174.87	c #Conflicts:     510000 | #Constraints:      31367
174.30/174.87	c #Conflicts:     511000 | #Constraints:      32367
174.30/174.87	c #Conflicts:     512000 | #Constraints:      33367
174.30/174.87	c #Conflicts:     513000 | #Constraints:      34367
174.30/174.87	c #Conflicts:     514000 | #Constraints:      35367
174.30/174.87	c #Conflicts:     515000 | #Constraints:      36367
174.30/174.87	c #Conflicts:     516000 | #Constraints:      37367
174.30/174.87	c INPROCESSING
174.30/174.87	c GARBAGE COLLECT
174.30/174.87	c #Conflicts:     517000 | #Constraints:      24114
174.30/174.87	c #Conflicts:     518000 | #Constraints:      25114
174.30/174.87	c #Conflicts:     519000 | #Constraints:      26114
174.30/174.87	c #Conflicts:     520000 | #Constraints:      27114
174.30/174.87	c #Conflicts:     521000 | #Constraints:      28114
174.30/174.87	c #Conflicts:     522000 | #Constraints:      29114
197.94/198.53	c #Conflicts:     523000 | #Constraints:      30114
197.94/198.53	c #Conflicts:     524000 | #Constraints:      31114
197.94/198.53	c #Conflicts:     525000 | #Constraints:      32114
197.94/198.53	c #Conflicts:     526000 | #Constraints:      33114
197.94/198.53	c #Conflicts:     527000 | #Constraints:      34115
197.94/198.53	c #Conflicts:     528000 | #Constraints:      35115
197.94/198.53	c #Conflicts:     529000 | #Constraints:      36115
197.94/198.53	c #Conflicts:     530000 | #Constraints:      37115
197.94/198.53	c #Conflicts:     531000 | #Constraints:      38115
197.94/198.53	c INPROCESSING
197.94/198.53	c GARBAGE COLLECT
197.94/198.53	c #Conflicts:     532000 | #Constraints:      24727
197.94/198.53	c #Conflicts:     533000 | #Constraints:      25727
197.94/198.53	c #Conflicts:     534000 | #Constraints:      26727
197.94/198.53	c #Conflicts:     535000 | #Constraints:      27727
197.94/198.53	c #Conflicts:     536000 | #Constraints:      28727
197.94/198.53	c #Conflicts:     537000 | #Constraints:      29727
197.94/198.53	c #Conflicts:     538000 | #Constraints:      30727
197.94/198.53	c #Conflicts:     539000 | #Constraints:      31727
197.94/198.53	c #Conflicts:     540000 | #Constraints:      32727
197.94/198.53	c #Conflicts:     541000 | #Constraints:      33727
197.94/198.53	c #Conflicts:     542000 | #Constraints:      34727
197.94/198.53	c #Conflicts:     543000 | #Constraints:      35727
197.94/198.53	c #Conflicts:     544000 | #Constraints:      36727
197.94/198.53	c #Conflicts:     545000 | #Constraints:      37727
197.94/198.53	c #Conflicts:     546000 | #Constraints:      38727
197.94/198.53	c INPROCESSING
197.94/198.53	c GARBAGE COLLECT
197.94/198.53	c #Conflicts:     547000 | #Constraints:      25130
197.94/198.53	c #Conflicts:     548000 | #Constraints:      26130
197.94/198.53	c #Conflicts:     549000 | #Constraints:      27130
197.94/198.53	c #Conflicts:     550000 | #Constraints:      28130
197.94/198.53	c #Conflicts:     551000 | #Constraints:      29130
197.94/198.53	c #Conflicts:     552000 | #Constraints:      30130
197.94/198.53	c #Conflicts:     553000 | #Constraints:      31130
197.94/198.53	c #Conflicts:     554000 | #Constraints:      32130
197.94/198.53	c #Conflicts:     555000 | #Constraints:      33130
197.94/198.53	c #Conflicts:     556000 | #Constraints:      34130
197.94/198.53	c #Conflicts:     557000 | #Constraints:      35130
197.94/198.53	c #Conflicts:     558000 | #Constraints:      36130
197.94/198.53	c #Conflicts:     559000 | #Constraints:      37130
197.94/198.53	c #Conflicts:     560000 | #Constraints:      38130
197.94/198.53	c #Conflicts:     561000 | #Constraints:      39130
197.94/198.53	c INPROCESSING
197.94/198.53	c GARBAGE COLLECT
197.94/198.53	c #Conflicts:     562000 | #Constraints:      25323
197.94/198.53	c #Conflicts:     563000 | #Constraints:      26323
197.94/198.53	c #Conflicts:     564000 | #Constraints:      27323
197.94/198.53	c #Conflicts:     565000 | #Constraints:      28323
197.94/198.53	c #Conflicts:     566000 | #Constraints:      29323
197.94/198.53	c #Conflicts:     567000 | #Constraints:      30323
197.94/198.53	c #Conflicts:     568000 | #Constraints:      31323
197.94/198.53	c #Conflicts:     569000 | #Constraints:      32323
197.94/198.53	c #Conflicts:     570000 | #Constraints:      33323
197.94/198.53	c #Conflicts:     571000 | #Constraints:      34323
197.94/198.53	c #Conflicts:     572000 | #Constraints:      35323
197.94/198.53	c #Conflicts:     573000 | #Constraints:      36323
197.94/198.53	c #Conflicts:     574000 | #Constraints:      37323
197.94/198.53	c #Conflicts:     575000 | #Constraints:      38323
197.94/198.53	c #Conflicts:     576000 | #Constraints:      39323
197.94/198.53	c INPROCESSING
197.94/198.53	c GARBAGE COLLECT
197.94/198.53	c #Conflicts:     577000 | #Constraints:      25372
197.94/198.53	c #Conflicts:     578000 | #Constraints:      26372
197.94/198.53	c #Conflicts:     579000 | #Constraints:      27372
197.94/198.53	c #Conflicts:     580000 | #Constraints:      28372
197.94/198.53	c #Conflicts:     581000 | #Constraints:      29372
197.94/198.53	c #Conflicts:     582000 | #Constraints:      30372
197.94/198.53	c #Conflicts:     583000 | #Constraints:      31372
197.94/198.53	c #Conflicts:     584000 | #Constraints:      32372
197.94/198.53	c #Conflicts:     585000 | #Constraints:      33372
197.94/198.53	c #Conflicts:     586000 | #Constraints:      34372
197.94/198.53	c #Conflicts:     587000 | #Constraints:      35372
197.94/198.53	c #Conflicts:     588000 | #Constraints:      36372
197.94/198.53	c #Conflicts:     589000 | #Constraints:      37372
197.94/198.53	c #Conflicts:     590000 | #Constraints:      38372
197.94/198.53	c #Conflicts:     591000 | #Constraints:      39372
197.94/198.53	c INPROCESSING
197.94/198.53	c GARBAGE COLLECT
197.94/198.53	c #Conflicts:     592000 | #Constraints:      25142
197.94/198.53	c #Conflicts:     593000 | #Constraints:      26142
197.94/198.53	c #Conflicts:     594000 | #Constraints:      27142
197.94/198.53	c #Conflicts:     595000 | #Constraints:      28142
197.94/198.53	c #Conflicts:     596000 | #Constraints:      29142
197.94/198.53	c #Conflicts:     597000 | #Constraints:      30142
197.94/198.53	c #Conflicts:     598000 | #Constraints:      31142
216.89/217.53	c #Conflicts:     599000 | #Constraints:      32142
216.89/217.53	c #Conflicts:     600000 | #Constraints:      33142
216.89/217.53	c #Conflicts:     601000 | #Constraints:      34142
216.89/217.53	c #Conflicts:     602000 | #Constraints:      35142
216.89/217.53	c #Conflicts:     603000 | #Constraints:      36142
216.89/217.53	c #Conflicts:     604000 | #Constraints:      37142
216.89/217.53	c #Conflicts:     605000 | #Constraints:      38142
216.89/217.53	c #Conflicts:     606000 | #Constraints:      39142
216.89/217.53	c #Conflicts:     607000 | #Constraints:      40142
216.89/217.53	c INPROCESSING
216.89/217.53	c GARBAGE COLLECT
216.89/217.53	c #Conflicts:     608000 | #Constraints:      25760
216.89/217.53	c #Conflicts:     609000 | #Constraints:      26760
216.89/217.53	c #Conflicts:     610000 | #Constraints:      27760
216.89/217.53	c #Conflicts:     611000 | #Constraints:      28760
216.89/217.53	c #Conflicts:     612000 | #Constraints:      29760
216.89/217.53	c #Conflicts:     613000 | #Constraints:      30760
216.89/217.53	c #Conflicts:     614000 | #Constraints:      31760
216.89/217.53	c #Conflicts:     615000 | #Constraints:      32760
216.89/217.53	c #Conflicts:     616000 | #Constraints:      33760
216.89/217.53	c #Conflicts:     617000 | #Constraints:      34760
216.89/217.53	c #Conflicts:     618000 | #Constraints:      35760
216.89/217.53	c #Conflicts:     619000 | #Constraints:      36760
216.89/217.53	c #Conflicts:     620000 | #Constraints:      37760
216.89/217.53	c #Conflicts:     621000 | #Constraints:      38760
216.89/217.53	c #Conflicts:     622000 | #Constraints:      39760
216.89/217.53	c #Conflicts:     623000 | #Constraints:      40760
216.89/217.53	c INPROCESSING
216.89/217.53	c GARBAGE COLLECT
216.89/217.53	c #Conflicts:     624000 | #Constraints:      26187
216.89/217.53	c #Conflicts:     625000 | #Constraints:      27187
216.89/217.53	c #Conflicts:     626000 | #Constraints:      28188
216.89/217.53	c #Conflicts:     627000 | #Constraints:      29188
216.89/217.53	c #Conflicts:     628000 | #Constraints:      30188
216.89/217.53	c #Conflicts:     629000 | #Constraints:      31188
216.89/217.53	c #Conflicts:     630000 | #Constraints:      32188
216.89/217.53	c #Conflicts:     631000 | #Constraints:      33188
216.89/217.53	c #Conflicts:     632000 | #Constraints:      34188
216.89/217.53	c #Conflicts:     633000 | #Constraints:      35189
216.89/217.53	c #Conflicts:     634000 | #Constraints:      36189
216.89/217.53	c #Conflicts:     635000 | #Constraints:      37189
216.89/217.53	c #Conflicts:     636000 | #Constraints:      38189
216.89/217.53	c #Conflicts:     637000 | #Constraints:      39189
216.89/217.53	c #Conflicts:     638000 | #Constraints:      40189
216.89/217.53	c #Conflicts:     639000 | #Constraints:      41189
216.89/217.53	c INPROCESSING
216.89/217.53	c GARBAGE COLLECT
216.89/217.53	c #Conflicts:     640000 | #Constraints:      26376
216.89/217.53	c #Conflicts:     641000 | #Constraints:      27377
216.89/217.53	c #Conflicts:     642000 | #Constraints:      28377
216.89/217.53	c #Conflicts:     643000 | #Constraints:      29377
216.89/217.53	c #Conflicts:     644000 | #Constraints:      30377
216.89/217.53	c #Conflicts:     645000 | #Constraints:      31377
216.89/217.53	c #Conflicts:     646000 | #Constraints:      32377
216.89/217.53	c #Conflicts:     647000 | #Constraints:      33377
216.89/217.53	c #Conflicts:     648000 | #Constraints:      34377
216.89/217.53	c #Conflicts:     649000 | #Constraints:      35377
216.89/217.53	c #Conflicts:     650000 | #Constraints:      36377
216.89/217.53	WSVECS04 Frhs2[5]: 6 0 1.35547 shouldn't be
216.89/217.53	WSVECS04 Frhs2[40]: 6 -1.13555 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[137]: 6 0 1.5 shouldn't be
216.89/217.53	WSVECS04 Frhs2[202]: 6 -0.250001 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[262]: 6 -1.32813 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[293]: 6 -1.15361 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[358]: 6 -2.66797 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[649]: 6 0 0.250001 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1126]: 6 0 1.09375 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1452]: 6 -0.271094 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[1477]: 6 0 0.65625 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2070]: 6 0 1 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2179]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2454]: 6 -5.02861 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2630]: 6 -3.8125 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2836]: 6 -19.1688 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[3030]: 6 -3.75 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[3122]: 6 -6 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[3404]: 6 -5 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[3790]: 6 -12 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[3947]: 6 -238.364 0 shouldn't be
216.89/217.53	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
246.81/247.56	c #Conflicts:     651000 | #Constraints:      37378
246.81/247.56	c #Conflicts:     652000 | #Constraints:      38378
246.81/247.56	c #Conflicts:     653000 | #Constraints:      39378
246.81/247.56	c #Conflicts:     654000 | #Constraints:      40378
246.81/247.56	c #Conflicts:     655000 | #Constraints:      41378
246.81/247.56	c INPROCESSING
246.81/247.56	c GARBAGE COLLECT
246.81/247.56	c #Conflicts:     656000 | #Constraints:      26381
246.81/247.56	c #Conflicts:     657000 | #Constraints:      27381
246.81/247.56	c #Conflicts:     658000 | #Constraints:      28381
246.81/247.56	c #Conflicts:     659000 | #Constraints:      29381
246.81/247.56	c #Conflicts:     660000 | #Constraints:      30381
246.81/247.56	c #Conflicts:     661000 | #Constraints:      31381
246.81/247.56	c #Conflicts:     662000 | #Constraints:      32381
246.81/247.56	c #Conflicts:     663000 | #Constraints:      33381
246.81/247.56	c #Conflicts:     664000 | #Constraints:      34381
246.81/247.56	c #Conflicts:     665000 | #Constraints:      35381
246.81/247.56	c #Conflicts:     666000 | #Constraints:      36381
246.81/247.56	c #Conflicts:     667000 | #Constraints:      37381
246.81/247.56	c #Conflicts:     668000 | #Constraints:      38381
246.81/247.56	c #Conflicts:     669000 | #Constraints:      39381
246.81/247.56	c #Conflicts:     670000 | #Constraints:      40381
246.81/247.56	c #Conflicts:     671000 | #Constraints:      41381
246.81/247.56	c INPROCESSING
246.81/247.56	c GARBAGE COLLECT
246.81/247.56	c #Conflicts:     672000 | #Constraints:      26171
246.81/247.56	c #Conflicts:     673000 | #Constraints:      27171
246.81/247.56	c #Conflicts:     674000 | #Constraints:      28171
246.81/247.56	c #Conflicts:     675000 | #Constraints:      29171
246.81/247.56	c #Conflicts:     676000 | #Constraints:      30171
246.81/247.56	c #Conflicts:     677000 | #Constraints:      31171
246.81/247.56	c #Conflicts:     678000 | #Constraints:      32171
246.81/247.56	c #Conflicts:     679000 | #Constraints:      33171
246.81/247.56	c #Conflicts:     680000 | #Constraints:      34171
246.81/247.56	c #Conflicts:     681000 | #Constraints:      35171
246.81/247.56	c #Conflicts:     682000 | #Constraints:      36171
246.81/247.56	c #Conflicts:     683000 | #Constraints:      37171
246.81/247.56	c #Conflicts:     684000 | #Constraints:      38171
246.81/247.56	c #Conflicts:     685000 | #Constraints:      39171
246.81/247.56	c #Conflicts:     686000 | #Constraints:      40171
246.81/247.56	c #Conflicts:     687000 | #Constraints:      41171
246.81/247.56	c #Conflicts:     688000 | #Constraints:      42171
246.81/247.56	c INPROCESSING
246.81/247.56	c GARBAGE COLLECT
246.81/247.56	c #Conflicts:     689000 | #Constraints:      26727
246.81/247.56	c #Conflicts:     690000 | #Constraints:      27727
246.81/247.56	c #Conflicts:     691000 | #Constraints:      28727
246.81/247.56	c #Conflicts:     692000 | #Constraints:      29727
246.81/247.56	c #Conflicts:     693000 | #Constraints:      30727
246.81/247.56	c #Conflicts:     694000 | #Constraints:      31727
246.81/247.56	c #Conflicts:     695000 | #Constraints:      32727
246.81/247.56	c #Conflicts:     696000 | #Constraints:      33727
246.81/247.56	c #Conflicts:     697000 | #Constraints:      34727
246.81/247.56	c #Conflicts:     698000 | #Constraints:      35727
246.81/247.56	c #Conflicts:     699000 | #Constraints:      36727
246.81/247.56	c #Conflicts:     700000 | #Constraints:      37727
246.81/247.56	c #Conflicts:     701000 | #Constraints:      38727
246.81/247.56	c #Conflicts:     702000 | #Constraints:      39727
246.81/247.56	c #Conflicts:     703000 | #Constraints:      40727
246.81/247.56	c #Conflicts:     704000 | #Constraints:      41727
246.81/247.56	c #Conflicts:     705000 | #Constraints:      42727
246.81/247.56	c INPROCESSING
246.81/247.56	c GARBAGE COLLECT
246.81/247.56	c #Conflicts:     706000 | #Constraints:      27172
246.81/247.56	c #Conflicts:     707000 | #Constraints:      28172
246.81/247.56	c #Conflicts:     708000 | #Constraints:      29172
246.81/247.56	c #Conflicts:     709000 | #Constraints:      30172
246.81/247.56	c #Conflicts:     710000 | #Constraints:      31172
246.81/247.56	c #Conflicts:     711000 | #Constraints:      32172
246.81/247.56	c #Conflicts:     712000 | #Constraints:      33172
246.81/247.56	c #Conflicts:     713000 | #Constraints:      34172
246.81/247.56	c #Conflicts:     714000 | #Constraints:      35172
246.81/247.56	c #Conflicts:     715000 | #Constraints:      36172
246.81/247.56	c #Conflicts:     716000 | #Constraints:      37172
246.81/247.56	c #Conflicts:     717000 | #Constraints:      38172
246.81/247.56	c #Conflicts:     718000 | #Constraints:      39172
246.81/247.56	c #Conflicts:     719000 | #Constraints:      40172
246.81/247.56	c #Conflicts:     720000 | #Constraints:      41172
246.81/247.56	c #Conflicts:     721000 | #Constraints:      42173
246.81/247.56	c #Conflicts:     722000 | #Constraints:      43173
246.81/247.56	c INPROCESSING
246.81/247.56	c GARBAGE COLLECT
246.81/247.56	c #Conflicts:     723000 | #Constraints:      27391
246.81/247.56	c #Conflicts:     724000 | #Constraints:      28391
246.81/247.56	c #Conflicts:     725000 | #Constraints:      29391
246.81/247.56	c #Conflicts:     726000 | #Constraints:      30391
264.17/264.98	c #Conflicts:     727000 | #Constraints:      31391
264.17/264.98	c #Conflicts:     728000 | #Constraints:      32391
264.17/264.98	c #Conflicts:     729000 | #Constraints:      33391
264.17/264.98	c #Conflicts:     730000 | #Constraints:      34391
264.17/264.98	c #Conflicts:     731000 | #Constraints:      35560
264.17/264.98	c #Conflicts:     732000 | #Constraints:      37075
264.17/264.98	c #Conflicts:     733000 | #Constraints:      38594
264.17/264.98	c #Conflicts:     734000 | #Constraints:      40094
264.17/264.98	c #Conflicts:     735000 | #Constraints:      41604
264.17/264.98	c #Conflicts:     736000 | #Constraints:      43116
264.17/264.98	c #Conflicts:     737000 | #Constraints:      44608
264.17/264.98	c #Conflicts:     738000 | #Constraints:      46107
264.17/264.98	c #Conflicts:     739000 | #Constraints:      47627
264.17/264.98	c INPROCESSING
264.17/264.98	c GARBAGE COLLECT
264.17/264.98	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[9]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[70]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[71]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[73]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[81]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[87]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[99]: 6 -0.250072 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[117]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[134]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[139]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[152]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[157]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[159]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[166]: 6 -15.6876 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[181]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[213]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[243]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[253]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[274]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[275]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[373]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[387]: 6 -1.32814 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[399]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[408]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[414]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[419]: 6 -5.81256 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[432]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[433]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[470]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[511]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[526]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[558]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[568]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[587]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[623]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[629]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[641]: 6 -0.921922 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[643]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[649]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[650]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[652]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[655]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[669]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[670]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[699]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[735]: 6 -1.25005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[923]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[935]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[941]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[943]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[957]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1012]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1017]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1025]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1051]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1064]: 6 -1.2501 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1075]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1079]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1082]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1096]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1105]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1115]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1119]: 6 -1.25004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1120]: 6 -1.25005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1127]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1137]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1138]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1141]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1144]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1152]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1156]: 6 -1.22228 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1163]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1169]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1181]: 6 0 1.15629 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1199]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1260]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1283]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1309]: 6 -1.22227 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1315]: 6 -0.55558 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1318]: 6 -1.25007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1320]: 6 -1.23533 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1321]: 6 -1.47066 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1329]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1330]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1337]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1352]: 6 -15.4376 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1369]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1370]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1371]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1375]: 6 -1.2501 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1416]: 6 -1.25002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1420]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1449]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1493]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1525]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1527]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1543]: 6 -0.753916 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1549]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1569]: 6 -0.281279 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1580]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1587]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1588]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1606]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1617]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1625]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1645]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1653]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1656]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1658]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1664]: 6 0 0.250066 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1665]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1668]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1684]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1691]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1695]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1701]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1720]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1722]: 6 -1.25006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1743]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1751]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1755]: 6 -1.25003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1763]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1970]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1974]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1978]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1981]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1984]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[1999]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2001]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2004]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2012]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2014]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2049]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2053]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2062]: 6 -1.2501 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2064]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2072]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2076]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2094]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2100]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2107]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2118]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2122]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2145]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2156]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2158]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2160]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2162]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2166]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2170]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2174]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2183]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2186]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2190]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2192]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2196]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2199]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2202]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2203]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2206]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2207]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2214]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2215]: 6 -1.06254 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2220]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2223]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2225]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2232]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2233]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2236]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2237]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2240]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2244]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2248]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2249]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2252]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2253]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2256]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2257]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2259]: 6 -0.500089 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2264]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2272]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2274]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2277]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2280]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2281]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2284]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2285]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2290]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2292]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2293]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2297]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2298]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2300]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2304]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2315]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2319]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2321]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2332]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2342]: 6 -22.25 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2346]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2350]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2351]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2354]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2355]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2358]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2359]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2363]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2367]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2373]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2375]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2377]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2379]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2381]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2384]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2388]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2392]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2393]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2394]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2398]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2401]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2405]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2414]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2415]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2420]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2432]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2434]: 6 -1.15632 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2437]: 6 -0.687543 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2439]: 6 -0.500037 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2447]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2449]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2451]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2464]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2467]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2470]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2472]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2474]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2479]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2482]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2490]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2491]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2495]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2504]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2505]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2506]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2517]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2518]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2519]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2520]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2526]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2529]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2531]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2533]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2536]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2537]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2539]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2541]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2548]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2558]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2561]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2563]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2566]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2571]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2574]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2575]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2577]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2579]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2581]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2587]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2590]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2591]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2596]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2597]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2603]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2607]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2612]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2614]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2620]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2621]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2625]: 6 -0.500079 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2627]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2629]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2632]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2633]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2641]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2644]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2648]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2653]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2655]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2659]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2661]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2664]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2668]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2672]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2676]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2677]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2680]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2683]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2686]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2695]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2696]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2697]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2698]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2700]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2709]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2710]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2711]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2717]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2718]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2725]: 6 -0.111198 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2728]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2736]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2737]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2741]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2747]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2750]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2751]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2755]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2758]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2760]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2762]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2764]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2767]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2768]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2771]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2775]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2778]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2781]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2785]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2787]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2794]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2795]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2796]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2798]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2808]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2812]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2813]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2817]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2819]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2822]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2823]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2826]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2828]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2830]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2834]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2836]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2838]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2844]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2849]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2851]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2854]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2860]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2868]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2872]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2873]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2876]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2883]: 6 -1.55557 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2891]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2903]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2904]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2907]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2908]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2912]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2921]: 6 -0.500032 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2924]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2925]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2927]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2930]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2936]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2938]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2944]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2951]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2954]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2956]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2960]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2962]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2964]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2966]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2968]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2970]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2976]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2979]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2983]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2984]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2985]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2990]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2991]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[2995]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3001]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3003]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3004]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3007]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3008]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3009]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3011]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3014]: 6 -1.25003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3017]: 6 -0.500022 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3020]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3023]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3026]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3031]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3034]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3035]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3039]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3042]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3054]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3055]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3057]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3061]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3063]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3067]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3070]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3075]: 6 -1.32818 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3080]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3084]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3088]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3093]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3095]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3096]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3097]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3098]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3099]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3100]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3101]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3103]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3105]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3107]: 6 -1.32817 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3111]: 6 -1.31253 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3120]: 6 -1.25006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3121]: 6 -1.25009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3123]: 6 -0.500087 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3125]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3128]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3129]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3134]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3137]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3145]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3149]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3153]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3156]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3160]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3163]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3170]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3174]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3181]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3184]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3187]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3202]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3206]: 6 -0.500058 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3207]: 6 -0.500073 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3215]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3218]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3219]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3222]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3223]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3226]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3232]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3234]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3238]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3240]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3244]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3245]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3248]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3252]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3253]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3256]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3257]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3270]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3272]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3273]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3280]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3284]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3286]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3287]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3294]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3295]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3297]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3301]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3303]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3305]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3308]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3309]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3312]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3315]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3317]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3320]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3321]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3324]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3328]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3329]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3332]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3336]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3337]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3343]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3345]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3348]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3353]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3356]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3361]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3366]: 6 -1.12314 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3367]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3377]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3380]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3381]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3386]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3388]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3395]: 6 -1.25005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3399]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3401]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3403]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3411]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3413]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3415]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3417]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3419]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3425]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3433]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3436]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3437]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3440]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3441]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3444]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3446]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3448]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3450]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3451]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3454]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3455]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3462]: 6 -1.25001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3464]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3466]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3467]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3468]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3471]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3472]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3473]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3475]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3476]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3482]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3484]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3488]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3489]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3493]: 6 -5.50002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3495]: 6 -5.43755 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3502]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3505]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3507]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3509]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3513]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3516]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3517]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3524]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3525]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3534]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3535]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3538]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3539]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3542]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3543]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3546]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3547]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3550]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3551]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3565]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3568]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3575]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3584]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3591]: 6 -3.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3593]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3595]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3603]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3605]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3610]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3614]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3615]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3620]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3622]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3624]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3630]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3634]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3636]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3638]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3640]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3642]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3643]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3646]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3647]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3649]: 6 -1.25004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3662]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3683]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3701]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3704]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3709]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3712]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3713]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3715]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3718]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3719]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3724]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3729]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3732]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3736]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3737]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3739]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3741]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3747]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3749]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3754]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3760]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3761]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3766]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3770]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3771]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3772]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3779]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3783]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3792]: 6 -5.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3793]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3796]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3797]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3801]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3804]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3806]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3808]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3810]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3812]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3813]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3816]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3820]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3821]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3825]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3828]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3832]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3834]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3835]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3838]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3839]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3847]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3848]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3853]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3855]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3860]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3861]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3862]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3866]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3872]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3873]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3875]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3879]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3884]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3889]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3892]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3894]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3896]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3900]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3901]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3905]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3908]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3912]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3916]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3919]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3922]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3924]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3928]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3932]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3933]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3938]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3941]: 6 -0.921938 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3948]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3949]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3950]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3955]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3956]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3962]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3963]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3964]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3971]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3973]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3975]: 6 -0.921931 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3981]: 6 -3.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3983]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3986]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3988]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3990]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3994]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[3998]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4000]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4002]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4006]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4007]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4015]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4020]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4022]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4024]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4025]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4028]: 6 -1.25007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4035]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4038]: 6 -1.31259 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4044]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4048]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4049]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4050]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4051]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4054]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4055]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4056]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4058]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4060]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4074]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4082]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4085]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4088]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4090]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4091]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4094]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4098]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4099]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4105]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4107]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4110]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4111]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4116]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4117]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4120]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4122]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4124]: 6 -1.25009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4126]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4131]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4137]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4142]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4143]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4145]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4151]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4152]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4153]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4154]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4164]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4172]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4176]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4177]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4183]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4184]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4185]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4186]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4187]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4188]: 6 -1.00001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4191]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4192]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4194]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4195]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4203]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4211]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4212]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4214]: 6 -1.0001 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4221]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4227]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4228]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4229]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4230]: 6 -1.00002 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4242]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4243]: 6 -1.00007 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4246]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4253]: 6 -1.00003 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4254]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4255]: 6 -1.00005 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4261]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4262]: 6 -1.00004 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4263]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4264]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4266]: 6 -1.00006 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4267]: 6 -1.00009 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4277]: 6 -1.00008 0 shouldn't be
264.17/264.98	WSVECS04 Frhs2[4278]: 6 -1.00006 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[8]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[11]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[16]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[31]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[55]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[62]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[75]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[78]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[99]: 6 -0.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[102]: 6 -15.4375 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[111]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[116]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[124]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[134]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[159]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[212]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[225]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[275]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[300]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[304]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[306]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[310]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[311]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[333]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[334]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[336]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[337]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[390]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[409]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[415]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[426]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[432]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[493]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[513]: 6 -0.375 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[523]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[526]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[558]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[567]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[572]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[574]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[589]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[604]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[641]: 6 -0.921875 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[658]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[665]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[722]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[735]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[988]: 6 0 1.5 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1038]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1090]: 6 -1.15625 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1118]: 6 -1.3125 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1119]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1162]: 6 -0.750001 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1173]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1289]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1294]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1321]: 6 -1.47059 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1348]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1371]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1405]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1416]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1432]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1450]: 6 -0.750001 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1459]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1462]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1500]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1526]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1545]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1548]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1560]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1569]: 6 -0.28125 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1601]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1625]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1640]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1643]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1650]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1653]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1655]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1656]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1662]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1665]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1684]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1685]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1687]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1697]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1726]: 6 -2.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1727]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1735]: 6 -2 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1743]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1957]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2062]: 6 -1.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2147]: 6 -1.3125 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2159]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2171]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2215]: 6 -1.0625 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2246]: 6 0 1 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2259]: 6 -0.5 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2267]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2304]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2342]: 6 -22.25 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2434]: 6 -1.15625 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
264.96/265.72	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2541]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2621]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2696]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2697]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2725]: 6 -0.111112 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2795]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2883]: 6 -1.55556 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2889]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3014]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3107]: 6 -1.32813 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3111]: 6 -1.3125 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3120]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3121]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3149]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3187]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3188]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3206]: 6 -0.500001 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3361]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3377]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3395]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3446]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3462]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3468]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3472]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3634]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3649]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3737]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3792]: 6 -5 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3860]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3862]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3870]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3975]: 6 -0.921875 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3981]: 6 -3 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4028]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4051]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4058]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4060]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4078]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4105]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4124]: 6 -1.25 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4151]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4152]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4153]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4229]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4242]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4243]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4246]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4261]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4263]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4265]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
264.96/265.73	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
290.70/291.54	c #Conflicts:     740000 | #Constraints:      29563
290.70/291.54	c #Conflicts:     741000 | #Constraints:      30563
290.70/291.54	c #Conflicts:     742000 | #Constraints:      31563
290.70/291.54	c #Conflicts:     743000 | #Constraints:      32563
290.70/291.54	c #Conflicts:     744000 | #Constraints:      33563
290.70/291.54	c #Conflicts:     745000 | #Constraints:      34563
290.70/291.54	c #Conflicts:     746000 | #Constraints:      35563
290.70/291.54	c #Conflicts:     747000 | #Constraints:      36563
290.70/291.54	c #Conflicts:     748000 | #Constraints:      37563
290.70/291.54	c #Conflicts:     749000 | #Constraints:      38563
290.70/291.54	c #Conflicts:     750000 | #Constraints:      39563
290.70/291.54	c #Conflicts:     751000 | #Constraints:      40563
290.70/291.54	c #Conflicts:     752000 | #Constraints:      41563
290.70/291.54	c #Conflicts:     753000 | #Constraints:      42563
290.70/291.54	c #Conflicts:     754000 | #Constraints:      43563
290.70/291.54	c #Conflicts:     755000 | #Constraints:      44563
290.70/291.54	c #Conflicts:     756000 | #Constraints:      45563
290.70/291.54	c INPROCESSING
290.70/291.54	c GARBAGE COLLECT
290.70/291.54	c #Conflicts:     757000 | #Constraints:      28261
290.70/291.54	c #Conflicts:     758000 | #Constraints:      29261
290.70/291.54	c #Conflicts:     759000 | #Constraints:      30261
290.70/291.54	c #Conflicts:     760000 | #Constraints:      31261
290.70/291.54	c #Conflicts:     761000 | #Constraints:      32261
290.70/291.54	c #Conflicts:     762000 | #Constraints:      33261
290.70/291.54	c #Conflicts:     763000 | #Constraints:      34261
290.70/291.54	c #Conflicts:     764000 | #Constraints:      35261
290.70/291.54	c #Conflicts:     765000 | #Constraints:      36261
290.70/291.54	c #Conflicts:     766000 | #Constraints:      37261
290.70/291.54	c #Conflicts:     767000 | #Constraints:      38261
290.70/291.54	c #Conflicts:     768000 | #Constraints:      39261
290.70/291.54	c #Conflicts:     769000 | #Constraints:      40261
290.70/291.54	c #Conflicts:     770000 | #Constraints:      41261
290.70/291.54	c #Conflicts:     771000 | #Constraints:      42261
290.70/291.54	c #Conflicts:     772000 | #Constraints:      43261
290.70/291.54	c #Conflicts:     773000 | #Constraints:      44261
290.70/291.54	c #Conflicts:     774000 | #Constraints:      45261
290.70/291.54	c INPROCESSING
290.70/291.54	c GARBAGE COLLECT
290.70/291.54	c #Conflicts:     775000 | #Constraints:      28295
290.70/291.54	c #Conflicts:     776000 | #Constraints:      29295
290.70/291.54	c #Conflicts:     777000 | #Constraints:      30295
290.70/291.54	c #Conflicts:     778000 | #Constraints:      31295
290.70/291.54	c #Conflicts:     779000 | #Constraints:      32295
290.70/291.54	c #Conflicts:     780000 | #Constraints:      33295
290.70/291.54	c #Conflicts:     781000 | #Constraints:      34295
290.70/291.54	c #Conflicts:     782000 | #Constraints:      35295
290.70/291.54	c #Conflicts:     783000 | #Constraints:      36295
290.70/291.54	c #Conflicts:     784000 | #Constraints:      37295
290.70/291.54	c #Conflicts:     785000 | #Constraints:      38295
290.70/291.54	c #Conflicts:     786000 | #Constraints:      39295
290.70/291.54	c #Conflicts:     787000 | #Constraints:      40295
290.70/291.54	c #Conflicts:     788000 | #Constraints:      41295
290.70/291.54	c #Conflicts:     789000 | #Constraints:      42295
290.70/291.54	c #Conflicts:     790000 | #Constraints:      43295
290.70/291.54	c #Conflicts:     791000 | #Constraints:      44295
290.70/291.54	c #Conflicts:     792000 | #Constraints:      45295
290.70/291.54	c INPROCESSING
290.70/291.54	c GARBAGE COLLECT
290.70/291.54	c #Conflicts:     793000 | #Constraints:      28428
290.70/291.54	c #Conflicts:     794000 | #Constraints:      29428
290.70/291.54	c #Conflicts:     795000 | #Constraints:      30428
290.70/291.54	c #Conflicts:     796000 | #Constraints:      31428
290.70/291.54	c #Conflicts:     797000 | #Constraints:      32428
290.70/291.54	c #Conflicts:     798000 | #Constraints:      33428
290.70/291.54	c #Conflicts:     799000 | #Constraints:      34428
290.70/291.54	c #Conflicts:     800000 | #Constraints:      35428
290.70/291.54	c #Conflicts:     801000 | #Constraints:      36428
290.70/291.54	c #Conflicts:     802000 | #Constraints:      37428
290.70/291.54	c #Conflicts:     803000 | #Constraints:      38428
290.70/291.54	c #Conflicts:     804000 | #Constraints:      39428
290.70/291.54	c #Conflicts:     805000 | #Constraints:      40428
290.70/291.54	c #Conflicts:     806000 | #Constraints:      41428
290.70/291.54	c #Conflicts:     807000 | #Constraints:      42428
290.70/291.54	c #Conflicts:     808000 | #Constraints:      43428
290.70/291.54	c #Conflicts:     809000 | #Constraints:      44428
290.70/291.54	c #Conflicts:     810000 | #Constraints:      45428
290.70/291.54	c INPROCESSING
290.70/291.54	c GARBAGE COLLECT
290.70/291.54	c #Conflicts:     811000 | #Constraints:      28485
290.70/291.54	c #Conflicts:     812000 | #Constraints:      29486
290.70/291.54	c #Conflicts:     813000 | #Constraints:      30486
290.70/291.54	c #Conflicts:     814000 | #Constraints:      31486
290.70/291.54	c #Conflicts:     815000 | #Constraints:      32486
290.70/291.54	c #Conflicts:     816000 | #Constraints:      33486
313.65/314.51	c #Conflicts:     817000 | #Constraints:      34486
313.65/314.51	c #Conflicts:     818000 | #Constraints:      35486
313.65/314.51	c #Conflicts:     819000 | #Constraints:      36486
313.65/314.51	c #Conflicts:     820000 | #Constraints:      37486
313.65/314.51	c #Conflicts:     821000 | #Constraints:      38486
313.65/314.51	c #Conflicts:     822000 | #Constraints:      39486
313.65/314.51	c #Conflicts:     823000 | #Constraints:      40486
313.65/314.51	c #Conflicts:     824000 | #Constraints:      41571
313.65/314.51	c #Conflicts:     825000 | #Constraints:      42571
313.65/314.51	c #Conflicts:     826000 | #Constraints:      43571
313.65/314.51	c #Conflicts:     827000 | #Constraints:      44571
313.65/314.51	c #Conflicts:     828000 | #Constraints:      45571
313.65/314.51	c INPROCESSING
313.65/314.51	c GARBAGE COLLECT
313.65/314.51	c #Conflicts:     829000 | #Constraints:      28473
313.65/314.51	c #Conflicts:     830000 | #Constraints:      29473
313.65/314.51	c #Conflicts:     831000 | #Constraints:      30473
313.65/314.51	c #Conflicts:     832000 | #Constraints:      31473
313.65/314.51	c #Conflicts:     833000 | #Constraints:      32473
313.65/314.51	c #Conflicts:     834000 | #Constraints:      33473
313.65/314.51	c #Conflicts:     835000 | #Constraints:      34473
313.65/314.51	c #Conflicts:     836000 | #Constraints:      35473
313.65/314.51	c #Conflicts:     837000 | #Constraints:      36473
313.65/314.51	c #Conflicts:     838000 | #Constraints:      37473
313.65/314.51	c #Conflicts:     839000 | #Constraints:      38473
313.65/314.51	c #Conflicts:     840000 | #Constraints:      39473
313.65/314.51	c #Conflicts:     841000 | #Constraints:      40474
313.65/314.51	c #Conflicts:     842000 | #Constraints:      41474
313.65/314.51	c #Conflicts:     843000 | #Constraints:      42474
313.65/314.51	c #Conflicts:     844000 | #Constraints:      43474
313.65/314.51	c #Conflicts:     845000 | #Constraints:      44474
313.65/314.51	c #Conflicts:     846000 | #Constraints:      45475
313.65/314.51	c INPROCESSING
313.65/314.51	c GARBAGE COLLECT
313.65/314.51	c #Conflicts:     847000 | #Constraints:      28203
313.65/314.51	c #Conflicts:     848000 | #Constraints:      29203
313.65/314.51	c #Conflicts:     849000 | #Constraints:      30203
313.65/314.51	c #Conflicts:     850000 | #Constraints:      31203
313.65/314.51	c #Conflicts:     851000 | #Constraints:      32203
313.65/314.51	c #Conflicts:     852000 | #Constraints:      33203
313.65/314.51	c #Conflicts:     853000 | #Constraints:      34203
313.65/314.51	c #Conflicts:     854000 | #Constraints:      35203
313.65/314.51	c #Conflicts:     855000 | #Constraints:      36203
313.65/314.51	c #Conflicts:     856000 | #Constraints:      37203
313.65/314.51	c #Conflicts:     857000 | #Constraints:      38203
313.65/314.51	c #Conflicts:     858000 | #Constraints:      39203
313.65/314.51	c #Conflicts:     859000 | #Constraints:      40203
313.65/314.51	c #Conflicts:     860000 | #Constraints:      41203
313.65/314.51	c #Conflicts:     861000 | #Constraints:      42203
313.65/314.51	c #Conflicts:     862000 | #Constraints:      43203
313.65/314.51	c #Conflicts:     863000 | #Constraints:      44204
313.65/314.51	c #Conflicts:     864000 | #Constraints:      45204
313.65/314.51	c #Conflicts:     865000 | #Constraints:      46204
313.65/314.51	c INPROCESSING
313.65/314.51	c GARBAGE COLLECT
313.65/314.51	c rational objective 673.556
322.32/323.24	c #Conflicts:     866000 | #Constraints:      28795
322.32/323.24	c #Conflicts:     867000 | #Constraints:      29795
322.32/323.24	c #Conflicts:     868000 | #Constraints:      30795
322.32/323.24	c #Conflicts:     869000 | #Constraints:      31795
322.32/323.24	c #Conflicts:     870000 | #Constraints:      32796
322.32/323.24	c #Conflicts:     871000 | #Constraints:      33796
322.32/323.24	c #Conflicts:     872000 | #Constraints:      34796
322.32/323.24	c #Conflicts:     873000 | #Constraints:      35796
322.32/323.24	c #Conflicts:     874000 | #Constraints:      36796
322.32/323.24	c #Conflicts:     875000 | #Constraints:      37796
322.32/323.24	c #Conflicts:     876000 | #Constraints:      38796
322.32/323.24	c #Conflicts:     877000 | #Constraints:      39796
322.32/323.24	c #Conflicts:     878000 | #Constraints:      40797
322.32/323.24	c #Conflicts:     879000 | #Constraints:      41798
322.32/323.24	c #Conflicts:     880000 | #Constraints:      42798
322.32/323.24	c #Conflicts:     881000 | #Constraints:      43798
322.32/323.24	c #Conflicts:     882000 | #Constraints:      45095
322.32/323.24	c #Conflicts:     883000 | #Constraints:      46606
322.32/323.24	c #Conflicts:     884000 | #Constraints:      48129
322.32/323.24	c INPROCESSING
322.32/323.24	c GARBAGE COLLECT
322.32/323.24	WSVECS04 Frhs2[15]: 6 -2.59543 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[75]: 6 -0.00771792 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[77]: 6 -0.397583 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[108]: 6 -0.853569 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[110]: 6 -0.696941 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[141]: 6 -0.245097 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[200]: 6 -1.65106 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[215]: 6 -0.981461 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[241]: 6 -0.962225 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[275]: 6 -4.81437e-07 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[279]: 6 -0.585051 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[358]: 6 0 2.32898 shouldn't be
322.32/323.24	WSVECS04 Frhs2[417]: 6 -1.16524 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[459]: 6 -0.996465 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[464]: 6 -0.667969 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[465]: 6 -1.73862 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[475]: 6 -0.999867 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[493]: 6 -0.697551 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[500]: 6 -0.935749 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[513]: 6 -0.998106 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[518]: 6 -0.994294 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[522]: 6 -0.47442 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[556]: 6 -0.75424 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[562]: 6 -1.00536 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[578]: 6 -0.999173 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[581]: 6 -2.16562 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[593]: 6 0 1.32384 shouldn't be
322.32/323.24	WSVECS04 Frhs2[595]: 6 -0.99197 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[596]: 6 -1.06425 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[620]: 6 -0.904469 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[621]: 6 -1.59522 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[652]: 6 -0.955596 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[653]: 6 -0.357367 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[659]: 6 -0.983934 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[704]: 6 -0.999981 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[705]: 6 -0.999767 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[717]: 6 -0.904911 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[994]: 6 -0.99978 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1025]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1056]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1084]: 6 -15.6249 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1087]: 6 -0.998547 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1088]: 6 -0.671557 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1091]: 6 -1.08911 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1104]: 6 -2.93427 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1133]: 6 -2.53235 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1144]: 6 -0.611256 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1160]: 6 -1.40357 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1169]: 6 0 2.68767e-05 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1171]: 6 -0.972581 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1187]: 6 0 1.81244 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1200]: 6 -0.552812 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1201]: 6 -0.808726 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1218]: 6 -1.27051 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1248]: 6 -1.49663 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1256]: 6 0 3.61732 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1270]: 6 -0.722601 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1279]: 6 -1.45702 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1324]: 6 -0.332227 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1328]: 6 -1.12633 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1347]: 6 -2.2485 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1382]: 6 -0.812575 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1405]: 6 -1.125 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1430]: 6 -0.999997 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1467]: 6 -0.999985 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1470]: 6 -2.66406 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1481]: 6 -1.23705 0 shouldn't be
322.32/323.24	WSVECS04 Frhs2[1487]: 6 -0.501423 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1493]: 6 -0.999999 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1518]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1542]: 6 -0.999943 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1569]: 6 -0.999523 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1588]: 6 -0.250001 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1604]: 6 -0.355743 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1605]: 6 -0.99951 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1634]: 6 -0.604025 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1635]: 6 -0.999772 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1646]: 6 -0.547546 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1666]: 6 -0.998326 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1674]: 6 -1.20096 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1677]: 6 -2.02495 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1752]: 6 -0.5 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[1989]: 6 -1.49016 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2011]: 6 -0.999838 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2052]: 6 -0.999844 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2098]: 6 -0.996333 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2149]: 6 -1.6238 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2158]: 6 0 0.995014 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2178]: 6 -5.75981 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2179]: 6 -0.727689 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2186]: 6 -0.749976 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2319]: 6 -0.999948 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2320]: 6 -1.17264 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2353]: 6 0 2.50803 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2358]: 6 0 1 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2362]: 6 -1.39211 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2363]: 6 -0.99993 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2377]: 6 -0.999957 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2381]: 6 -0.222665 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2418]: 6 -0.999913 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2524]: 6 -0.995134 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2529]: 6 -0.5 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2578]: 6 -9.5 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2606]: 6 -0.99999 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2696]: 6 -3.2106 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2702]: 6 -0.80684 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2753]: 6 -5.49964 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2849]: 6 -5 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2892]: 6 -0.80698 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2914]: 6 0 1.99857 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3078]: 6 -1.06221 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3127]: 6 -1.25452 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3135]: 6 -2.92766 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3220]: 6 -2.89901 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3221]: 6 -4.89901 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3407]: 6 -0.999341 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3496]: 6 -0.562936 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3533]: 6 -0.999985 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3537]: 6 -0.99994 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3620]: 6 -0.999998 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3622]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3643]: 6 -1.49988 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3708]: 6 -0.985861 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3709]: 6 -0.985862 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3782]: 6 -0.999988 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3786]: 6 -0.750001 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3848]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3875]: 6 -0.999833 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3877]: 6 -1.00003 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3880]: 6 -0.999901 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3881]: 6 -0.999845 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3886]: 6 -0.998671 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3889]: 6 -0.999117 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3969]: 6 -0.999944 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[3972]: 6 -0.999891 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4000]: 6 -5 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4064]: 6 -0.998363 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4065]: 6 -0.999768 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4068]: 6 -1.49534 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4088]: 6 -5.04688 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4104]: 6 -9 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4164]: 6 -0.943443 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4203]: 6 -0.985861 0 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4220]: 6 0 1.2493 shouldn't be
322.32/323.25	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
359.83/360.86	c #Conflicts:     885000 | #Constraints:      29873
359.83/360.86	c #Conflicts:     886000 | #Constraints:      30873
359.83/360.86	c #Conflicts:     887000 | #Constraints:      31873
359.83/360.86	c #Conflicts:     888000 | #Constraints:      32873
359.83/360.86	c #Conflicts:     889000 | #Constraints:      33873
359.83/360.86	c #Conflicts:     890000 | #Constraints:      34873
359.83/360.86	c #Conflicts:     891000 | #Constraints:      35873
359.83/360.86	c #Conflicts:     892000 | #Constraints:      36873
359.83/360.86	c #Conflicts:     893000 | #Constraints:      37873
359.83/360.86	c #Conflicts:     894000 | #Constraints:      38873
359.83/360.86	c #Conflicts:     895000 | #Constraints:      39873
359.83/360.86	c #Conflicts:     896000 | #Constraints:      40873
359.83/360.86	c #Conflicts:     897000 | #Constraints:      41873
359.83/360.86	c #Conflicts:     898000 | #Constraints:      42873
359.83/360.86	c #Conflicts:     899000 | #Constraints:      43873
359.83/360.86	c #Conflicts:     900000 | #Constraints:      44873
359.83/360.86	c #Conflicts:     901000 | #Constraints:      45873
359.83/360.86	c #Conflicts:     902000 | #Constraints:      46873
359.83/360.86	c #Conflicts:     903000 | #Constraints:      47873
359.83/360.86	c INPROCESSING
359.83/360.86	c GARBAGE COLLECT
359.83/360.86	c #Conflicts:     904000 | #Constraints:      29723
359.83/360.86	c #Conflicts:     905000 | #Constraints:      30723
359.83/360.86	c #Conflicts:     906000 | #Constraints:      31723
359.83/360.86	c #Conflicts:     907000 | #Constraints:      32723
359.83/360.86	c #Conflicts:     908000 | #Constraints:      33723
359.83/360.86	c #Conflicts:     909000 | #Constraints:      34723
359.83/360.86	c #Conflicts:     910000 | #Constraints:      35723
359.83/360.86	c #Conflicts:     911000 | #Constraints:      36723
359.83/360.86	c #Conflicts:     912000 | #Constraints:      37723
359.83/360.86	c #Conflicts:     913000 | #Constraints:      38723
359.83/360.86	c #Conflicts:     914000 | #Constraints:      39723
359.83/360.86	c #Conflicts:     915000 | #Constraints:      40723
359.83/360.86	c #Conflicts:     916000 | #Constraints:      41723
359.83/360.86	c #Conflicts:     917000 | #Constraints:      42723
359.83/360.86	c #Conflicts:     918000 | #Constraints:      43723
359.83/360.86	c #Conflicts:     919000 | #Constraints:      44723
359.83/360.86	c #Conflicts:     920000 | #Constraints:      45723
359.83/360.86	c #Conflicts:     921000 | #Constraints:      46723
359.83/360.86	c #Conflicts:     922000 | #Constraints:      47723
359.83/360.86	c INPROCESSING
359.83/360.86	c GARBAGE COLLECT
359.83/360.86	c #Conflicts:     923000 | #Constraints:      29536
359.83/360.86	c #Conflicts:     924000 | #Constraints:      30536
359.83/360.86	c #Conflicts:     925000 | #Constraints:      31536
359.83/360.86	c #Conflicts:     926000 | #Constraints:      32536
359.83/360.86	c #Conflicts:     927000 | #Constraints:      33536
359.83/360.86	c #Conflicts:     928000 | #Constraints:      34536
359.83/360.86	c #Conflicts:     929000 | #Constraints:      35536
359.83/360.86	c #Conflicts:     930000 | #Constraints:      36536
359.83/360.86	c #Conflicts:     931000 | #Constraints:      37536
359.83/360.86	c #Conflicts:     932000 | #Constraints:      38536
359.83/360.86	c #Conflicts:     933000 | #Constraints:      39536
359.83/360.86	c #Conflicts:     934000 | #Constraints:      40536
359.83/360.86	c #Conflicts:     935000 | #Constraints:      41536
359.83/360.86	c #Conflicts:     936000 | #Constraints:      42537
359.83/360.86	c #Conflicts:     937000 | #Constraints:      43537
359.83/360.86	c #Conflicts:     938000 | #Constraints:      44537
359.83/360.86	c #Conflicts:     939000 | #Constraints:      45537
359.83/360.86	c #Conflicts:     940000 | #Constraints:      46537
359.83/360.86	c #Conflicts:     941000 | #Constraints:      47537
359.83/360.86	c INPROCESSING
359.83/360.86	c GARBAGE COLLECT
359.83/360.86	c #Conflicts:     942000 | #Constraints:      29254
359.83/360.86	c #Conflicts:     943000 | #Constraints:      30254
359.83/360.86	c #Conflicts:     944000 | #Constraints:      31254
359.83/360.86	c #Conflicts:     945000 | #Constraints:      32254
359.83/360.86	c #Conflicts:     946000 | #Constraints:      33254
359.83/360.86	c #Conflicts:     947000 | #Constraints:      34254
359.83/360.86	c #Conflicts:     948000 | #Constraints:      35255
359.83/360.86	c #Conflicts:     949000 | #Constraints:      36255
359.83/360.86	c #Conflicts:     950000 | #Constraints:      37255
359.83/360.86	c #Conflicts:     951000 | #Constraints:      38255
359.83/360.86	c #Conflicts:     952000 | #Constraints:      39255
359.83/360.86	c #Conflicts:     953000 | #Constraints:      40255
359.83/360.86	c #Conflicts:     954000 | #Constraints:      41423
359.83/360.86	c #Conflicts:     955000 | #Constraints:      42952
359.83/360.86	c #Conflicts:     956000 | #Constraints:      44490
359.83/360.86	c #Conflicts:     957000 | #Constraints:      46000
359.83/360.86	c #Conflicts:     958000 | #Constraints:      47502
359.83/360.86	c #Conflicts:     959000 | #Constraints:      49027
359.83/360.86	c #Conflicts:     960000 | #Constraints:      50537
359.83/360.86	c #Conflicts:     961000 | #Constraints:      52057
361.13/362.14	c INPROCESSING
361.13/362.14	c GARBAGE COLLECT
361.13/362.14	WSVECS04 Frhs2[35]: 6 -2 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[41]: 6 -0.150757 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[45]: 6 -2.42188 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[46]: 6 -0.156251 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[65]: 6 -1.06885 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[103]: 6 -1.16919 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[196]: 6 -0.9375 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[297]: 6 -1.32813 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[361]: 6 -0.078126 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[388]: 6 -0.875001 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[423]: 6 0 0.203125 shouldn't be
361.13/362.14	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[461]: 6 -2.17188 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[641]: 6 -0.977679 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[651]: 6 0 0.447266 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1163]: 6 -1.65625 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1319]: 6 -0.578126 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1414]: 6 -0.984375 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1418]: 6 -0.0625004 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1482]: 6 -0.75 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1513]: 6 -1.5 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1553]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1633]: 6 -2.79517 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1664]: 6 -0.763306 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2926]: 6 -0.687501 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[2937]: 6 -3 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3036]: 6 -1.25 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3425]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3464]: 6 -0.375001 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[3933]: 6 -0.343751 0 shouldn't be
361.13/362.14	WSVECS04 Frhs2[4062]: 6 -0.5625 0 shouldn't be
416.68/417.81	c #Conflicts:     962000 | #Constraints:      31788
416.68/417.81	c #Conflicts:     963000 | #Constraints:      32788
416.68/417.81	c #Conflicts:     964000 | #Constraints:      33788
416.68/417.81	c #Conflicts:     965000 | #Constraints:      34788
416.68/417.81	c #Conflicts:     966000 | #Constraints:      35788
416.68/417.81	c #Conflicts:     967000 | #Constraints:      36788
416.68/417.81	c #Conflicts:     968000 | #Constraints:      37788
416.68/417.81	c #Conflicts:     969000 | #Constraints:      38788
416.68/417.81	c #Conflicts:     970000 | #Constraints:      39788
416.68/417.81	c #Conflicts:     971000 | #Constraints:      40788
416.68/417.81	c #Conflicts:     972000 | #Constraints:      41788
416.68/417.81	c #Conflicts:     973000 | #Constraints:      42788
416.68/417.81	c #Conflicts:     974000 | #Constraints:      43788
416.68/417.81	c #Conflicts:     975000 | #Constraints:      44788
416.68/417.81	c #Conflicts:     976000 | #Constraints:      45788
416.68/417.81	c #Conflicts:     977000 | #Constraints:      46788
416.68/417.81	c #Conflicts:     978000 | #Constraints:      47788
416.68/417.81	c #Conflicts:     979000 | #Constraints:      48788
416.68/417.81	c #Conflicts:     980000 | #Constraints:      49788
416.68/417.81	c #Conflicts:     981000 | #Constraints:      50788
416.68/417.81	c INPROCESSING
416.68/417.81	c GARBAGE COLLECT
416.68/417.81	c #Conflicts:     982000 | #Constraints:      31204
416.68/417.81	c #Conflicts:     983000 | #Constraints:      32204
416.68/417.81	c #Conflicts:     984000 | #Constraints:      33204
416.68/417.81	c #Conflicts:     985000 | #Constraints:      34204
416.68/417.81	c #Conflicts:     986000 | #Constraints:      35204
416.68/417.81	c #Conflicts:     987000 | #Constraints:      36204
416.68/417.81	c #Conflicts:     988000 | #Constraints:      37204
416.68/417.81	c #Conflicts:     989000 | #Constraints:      38204
416.68/417.81	c #Conflicts:     990000 | #Constraints:      39204
416.68/417.81	c #Conflicts:     991000 | #Constraints:      40204
416.68/417.81	c #Conflicts:     992000 | #Constraints:      41204
416.68/417.81	c #Conflicts:     993000 | #Constraints:      42204
416.68/417.81	c #Conflicts:     994000 | #Constraints:      43204
416.68/417.81	c #Conflicts:     995000 | #Constraints:      44204
416.68/417.81	c #Conflicts:     996000 | #Constraints:      45204
416.68/417.81	c #Conflicts:     997000 | #Constraints:      46204
416.68/417.81	c #Conflicts:     998000 | #Constraints:      47204
416.68/417.81	c #Conflicts:     999000 | #Constraints:      48204
416.68/417.81	c #Conflicts:    1000000 | #Constraints:      49204
416.68/417.81	c #Conflicts:    1001000 | #Constraints:      50204
416.68/417.81	c INPROCESSING
416.68/417.81	c GARBAGE COLLECT
416.68/417.81	c #Conflicts:    1002000 | #Constraints:      30897
416.68/417.81	c #Conflicts:    1003000 | #Constraints:      31897
416.68/417.81	c #Conflicts:    1004000 | #Constraints:      32897
416.68/417.81	c #Conflicts:    1005000 | #Constraints:      33897
416.68/417.81	c #Conflicts:    1006000 | #Constraints:      34897
416.68/417.81	c #Conflicts:    1007000 | #Constraints:      35897
416.68/417.81	c #Conflicts:    1008000 | #Constraints:      36897
416.68/417.81	c #Conflicts:    1009000 | #Constraints:      37897
416.68/417.81	c #Conflicts:    1010000 | #Constraints:      38897
416.68/417.81	c #Conflicts:    1011000 | #Constraints:      39897
416.68/417.81	c #Conflicts:    1012000 | #Constraints:      40897
416.68/417.81	c #Conflicts:    1013000 | #Constraints:      41897
416.68/417.81	c #Conflicts:    1014000 | #Constraints:      42897
416.68/417.81	c #Conflicts:    1015000 | #Constraints:      43897
416.68/417.81	c #Conflicts:    1016000 | #Constraints:      44897
416.68/417.81	c #Conflicts:    1017000 | #Constraints:      45897
416.68/417.81	c #Conflicts:    1018000 | #Constraints:      46898
416.68/417.81	c #Conflicts:    1019000 | #Constraints:      47898
416.68/417.81	c #Conflicts:    1020000 | #Constraints:      48898
416.68/417.81	c #Conflicts:    1021000 | #Constraints:      49898
416.68/417.81	c INPROCESSING
416.68/417.81	c GARBAGE COLLECT
416.68/417.81	c #Conflicts:    1022000 | #Constraints:      30685
416.68/417.81	c #Conflicts:    1023000 | #Constraints:      31685
416.68/417.81	c #Conflicts:    1024000 | #Constraints:      32685
416.68/417.81	c #Conflicts:    1025000 | #Constraints:      33685
416.68/417.81	c #Conflicts:    1026000 | #Constraints:      34685
416.68/417.81	c #Conflicts:    1027000 | #Constraints:      35685
416.68/417.81	c #Conflicts:    1028000 | #Constraints:      36685
416.68/417.81	c #Conflicts:    1029000 | #Constraints:      37685
416.68/417.81	c #Conflicts:    1030000 | #Constraints:      38685
416.68/417.81	c #Conflicts:    1031000 | #Constraints:      39685
416.68/417.81	c #Conflicts:    1032000 | #Constraints:      40685
416.68/417.81	c #Conflicts:    1033000 | #Constraints:      41685
416.68/417.81	c #Conflicts:    1034000 | #Constraints:      42685
416.68/417.81	c #Conflicts:    1035000 | #Constraints:      43685
416.68/417.81	c #Conflicts:    1036000 | #Constraints:      44685
416.68/417.81	c #Conflicts:    1037000 | #Constraints:      45685
416.68/417.81	c #Conflicts:    1038000 | #Constraints:      46685
480.82/482.18	c #Conflicts:    1039000 | #Constraints:      47685
480.82/482.18	c #Conflicts:    1040000 | #Constraints:      48685
480.82/482.18	c #Conflicts:    1041000 | #Constraints:      49685
480.82/482.18	c INPROCESSING
480.82/482.18	c GARBAGE COLLECT
480.82/482.18	c #Conflicts:    1042000 | #Constraints:      30371
480.82/482.18	c #Conflicts:    1043000 | #Constraints:      31371
480.82/482.18	c #Conflicts:    1044000 | #Constraints:      32371
480.82/482.18	c #Conflicts:    1045000 | #Constraints:      33371
480.82/482.18	c #Conflicts:    1046000 | #Constraints:      34371
480.82/482.18	c #Conflicts:    1047000 | #Constraints:      35371
480.82/482.18	c #Conflicts:    1048000 | #Constraints:      36371
480.82/482.18	c #Conflicts:    1049000 | #Constraints:      37371
480.82/482.18	c #Conflicts:    1050000 | #Constraints:      38371
480.82/482.18	c #Conflicts:    1051000 | #Constraints:      39371
480.82/482.18	c #Conflicts:    1052000 | #Constraints:      40371
480.82/482.18	c #Conflicts:    1053000 | #Constraints:      41371
480.82/482.18	c #Conflicts:    1054000 | #Constraints:      42371
480.82/482.18	c #Conflicts:    1055000 | #Constraints:      43371
480.82/482.18	c #Conflicts:    1056000 | #Constraints:      44371
480.82/482.18	c #Conflicts:    1057000 | #Constraints:      45371
480.82/482.18	c #Conflicts:    1058000 | #Constraints:      46371
480.82/482.18	c #Conflicts:    1059000 | #Constraints:      47371
480.82/482.18	c #Conflicts:    1060000 | #Constraints:      48371
480.82/482.18	c #Conflicts:    1061000 | #Constraints:      49372
480.82/482.18	c #Conflicts:    1062000 | #Constraints:      50372
480.82/482.18	c INPROCESSING
480.82/482.18	c GARBAGE COLLECT
480.82/482.18	c #Conflicts:    1063000 | #Constraints:      30881
480.82/482.18	c #Conflicts:    1064000 | #Constraints:      31882
480.82/482.18	c #Conflicts:    1065000 | #Constraints:      32886
480.82/482.18	c #Conflicts:    1066000 | #Constraints:      33891
480.82/482.18	c #Conflicts:    1067000 | #Constraints:      34896
480.82/482.18	c #Conflicts:    1068000 | #Constraints:      35901
480.82/482.18	c #Conflicts:    1069000 | #Constraints:      36905
480.82/482.18	c #Conflicts:    1070000 | #Constraints:      37910
480.82/482.18	c #Conflicts:    1071000 | #Constraints:      38913
480.82/482.18	c #Conflicts:    1072000 | #Constraints:      39919
480.82/482.18	c #Conflicts:    1073000 | #Constraints:      40924
480.82/482.18	c #Conflicts:    1074000 | #Constraints:      41930
480.82/482.18	c #Conflicts:    1075000 | #Constraints:      42932
480.82/482.18	c #Conflicts:    1076000 | #Constraints:      43938
480.82/482.18	c #Conflicts:    1077000 | #Constraints:      44941
480.82/482.18	c #Conflicts:    1078000 | #Constraints:      45941
480.82/482.18	c #Conflicts:    1079000 | #Constraints:      46942
480.82/482.18	c #Conflicts:    1080000 | #Constraints:      47942
480.82/482.18	c #Conflicts:    1081000 | #Constraints:      48943
480.82/482.18	c #Conflicts:    1082000 | #Constraints:      49944
480.82/482.18	c #Conflicts:    1083000 | #Constraints:      51430
480.82/482.18	c INPROCESSING
480.82/482.18	c GARBAGE COLLECT
480.82/482.18	c #Conflicts:    1084000 | #Constraints:      31524
480.82/482.18	c #Conflicts:    1085000 | #Constraints:      32524
480.82/482.18	c #Conflicts:    1086000 | #Constraints:      33524
480.82/482.18	c #Conflicts:    1087000 | #Constraints:      34524
480.82/482.18	c #Conflicts:    1088000 | #Constraints:      35524
480.82/482.18	c #Conflicts:    1089000 | #Constraints:      36524
480.82/482.18	c #Conflicts:    1090000 | #Constraints:      37524
480.82/482.18	c #Conflicts:    1091000 | #Constraints:      38524
480.82/482.18	c #Conflicts:    1092000 | #Constraints:      39524
480.82/482.18	c #Conflicts:    1093000 | #Constraints:      40524
480.82/482.18	c #Conflicts:    1094000 | #Constraints:      41524
480.82/482.18	c #Conflicts:    1095000 | #Constraints:      42524
480.82/482.18	c #Conflicts:    1096000 | #Constraints:      43524
480.82/482.18	c #Conflicts:    1097000 | #Constraints:      44524
480.82/482.18	c #Conflicts:    1098000 | #Constraints:      45524
480.82/482.18	c #Conflicts:    1099000 | #Constraints:      46524
480.82/482.18	c #Conflicts:    1100000 | #Constraints:      47524
480.82/482.18	c #Conflicts:    1101000 | #Constraints:      48524
480.82/482.18	c #Conflicts:    1102000 | #Constraints:      49524
480.82/482.18	c #Conflicts:    1103000 | #Constraints:      50524
480.82/482.18	c #Conflicts:    1104000 | #Constraints:      51524
480.82/482.18	c INPROCESSING
480.82/482.18	c GARBAGE COLLECT
480.82/482.18	c #Conflicts:    1105000 | #Constraints:      31583
480.82/482.18	c #Conflicts:    1106000 | #Constraints:      32583
480.82/482.18	c #Conflicts:    1107000 | #Constraints:      33583
480.82/482.18	c #Conflicts:    1108000 | #Constraints:      34583
480.82/482.18	c #Conflicts:    1109000 | #Constraints:      35583
480.82/482.18	c #Conflicts:    1110000 | #Constraints:      36583
480.82/482.18	c #Conflicts:    1111000 | #Constraints:      37583
480.82/482.18	c #Conflicts:    1112000 | #Constraints:      38583
480.82/482.18	c #Conflicts:    1113000 | #Constraints:      39583
480.82/482.18	c #Conflicts:    1114000 | #Constraints:      40583
480.82/482.18	c #Conflicts:    1115000 | #Constraints:      41583
520.92/522.37	c #Conflicts:    1116000 | #Constraints:      42583
520.92/522.37	c #Conflicts:    1117000 | #Constraints:      43583
520.92/522.37	c #Conflicts:    1118000 | #Constraints:      44583
520.92/522.37	c #Conflicts:    1119000 | #Constraints:      45583
520.92/522.37	c #Conflicts:    1120000 | #Constraints:      46583
520.92/522.37	c #Conflicts:    1121000 | #Constraints:      47583
520.92/522.37	c #Conflicts:    1122000 | #Constraints:      48583
520.92/522.37	c #Conflicts:    1123000 | #Constraints:      49583
520.92/522.37	c #Conflicts:    1124000 | #Constraints:      50584
520.92/522.37	c #Conflicts:    1125000 | #Constraints:      51584
520.92/522.37	c INPROCESSING
520.92/522.37	c GARBAGE COLLECT
520.92/522.37	c #Conflicts:    1126000 | #Constraints:      31499
520.92/522.37	c #Conflicts:    1127000 | #Constraints:      32499
520.92/522.37	c #Conflicts:    1128000 | #Constraints:      33499
520.92/522.37	c #Conflicts:    1129000 | #Constraints:      34499
520.92/522.37	c #Conflicts:    1130000 | #Constraints:      35499
520.92/522.37	c #Conflicts:    1131000 | #Constraints:      36499
520.92/522.37	c #Conflicts:    1132000 | #Constraints:      37499
520.92/522.37	c #Conflicts:    1133000 | #Constraints:      38499
520.92/522.37	c #Conflicts:    1134000 | #Constraints:      39499
520.92/522.37	c #Conflicts:    1135000 | #Constraints:      40499
520.92/522.37	c #Conflicts:    1136000 | #Constraints:      41499
520.92/522.37	c #Conflicts:    1137000 | #Constraints:      42499
520.92/522.37	c #Conflicts:    1138000 | #Constraints:      43499
520.92/522.37	c #Conflicts:    1139000 | #Constraints:      44499
520.92/522.37	c #Conflicts:    1140000 | #Constraints:      45499
520.92/522.37	c #Conflicts:    1141000 | #Constraints:      46499
520.92/522.37	c #Conflicts:    1142000 | #Constraints:      47499
520.92/522.37	c #Conflicts:    1143000 | #Constraints:      48500
520.92/522.37	c #Conflicts:    1144000 | #Constraints:      49500
520.92/522.37	c #Conflicts:    1145000 | #Constraints:      50500
520.92/522.37	c #Conflicts:    1146000 | #Constraints:      51500
520.92/522.37	c INPROCESSING
520.92/522.37	c GARBAGE COLLECT
520.92/522.37	c #Conflicts:    1147000 | #Constraints:      31253
520.92/522.37	c #Conflicts:    1148000 | #Constraints:      32253
520.92/522.37	c #Conflicts:    1149000 | #Constraints:      33253
520.92/522.37	c #Conflicts:    1150000 | #Constraints:      34253
520.92/522.37	c #Conflicts:    1151000 | #Constraints:      35253
520.92/522.37	c #Conflicts:    1152000 | #Constraints:      36253
520.92/522.37	c #Conflicts:    1153000 | #Constraints:      37253
520.92/522.37	c #Conflicts:    1154000 | #Constraints:      38253
520.92/522.37	c #Conflicts:    1155000 | #Constraints:      39253
520.92/522.37	c #Conflicts:    1156000 | #Constraints:      40253
520.92/522.37	c #Conflicts:    1157000 | #Constraints:      41253
520.92/522.37	c #Conflicts:    1158000 | #Constraints:      42253
520.92/522.37	c #Conflicts:    1159000 | #Constraints:      43253
520.92/522.37	c #Conflicts:    1160000 | #Constraints:      44253
520.92/522.37	c #Conflicts:    1161000 | #Constraints:      45253
520.92/522.37	c #Conflicts:    1162000 | #Constraints:      46253
520.92/522.37	c #Conflicts:    1163000 | #Constraints:      47253
520.92/522.37	c #Conflicts:    1164000 | #Constraints:      48253
520.92/522.37	c #Conflicts:    1165000 | #Constraints:      49253
520.92/522.37	c #Conflicts:    1166000 | #Constraints:      50253
520.92/522.37	c #Conflicts:    1167000 | #Constraints:      51253
520.92/522.37	c #Conflicts:    1168000 | #Constraints:      52253
520.92/522.37	c INPROCESSING
520.92/522.37	c GARBAGE COLLECT
520.92/522.37	c #Conflicts:    1169000 | #Constraints:      31831
520.92/522.37	c #Conflicts:    1170000 | #Constraints:      32831
520.92/522.37	c #Conflicts:    1171000 | #Constraints:      33831
520.92/522.37	c #Conflicts:    1172000 | #Constraints:      34831
520.92/522.37	c #Conflicts:    1173000 | #Constraints:      35831
520.92/522.37	c #Conflicts:    1174000 | #Constraints:      36831
520.92/522.37	c #Conflicts:    1175000 | #Constraints:      37831
520.92/522.37	c #Conflicts:    1176000 | #Constraints:      38831
520.92/522.37	c #Conflicts:    1177000 | #Constraints:      39831
520.92/522.37	c #Conflicts:    1178000 | #Constraints:      40831
520.92/522.37	c #Conflicts:    1179000 | #Constraints:      41831
520.92/522.37	c #Conflicts:    1180000 | #Constraints:      42831
520.92/522.37	c #Conflicts:    1181000 | #Constraints:      43831
520.92/522.37	c #Conflicts:    1182000 | #Constraints:      44831
520.92/522.37	c #Conflicts:    1183000 | #Constraints:      45831
520.92/522.37	c #Conflicts:    1184000 | #Constraints:      46831
520.92/522.37	c #Conflicts:    1185000 | #Constraints:      47831
520.92/522.37	c #Conflicts:    1186000 | #Constraints:      48831
520.92/522.37	c #Conflicts:    1187000 | #Constraints:      49831
520.92/522.37	c #Conflicts:    1188000 | #Constraints:      50831
520.92/522.37	c #Conflicts:    1189000 | #Constraints:      51831
520.92/522.37	c #Conflicts:    1190000 | #Constraints:      52831
520.92/522.37	c INPROCESSING
520.92/522.37	c GARBAGE COLLECT
520.92/522.37	c #Conflicts:    1191000 | #Constraints:      32244
553.33/554.86	c #Conflicts:    1192000 | #Constraints:      33244
553.33/554.86	c #Conflicts:    1193000 | #Constraints:      34244
553.33/554.86	c #Conflicts:    1194000 | #Constraints:      35244
553.33/554.86	c #Conflicts:    1195000 | #Constraints:      36244
553.33/554.86	c #Conflicts:    1196000 | #Constraints:      37244
553.33/554.86	c #Conflicts:    1197000 | #Constraints:      38244
553.33/554.86	c #Conflicts:    1198000 | #Constraints:      39244
553.33/554.86	c #Conflicts:    1199000 | #Constraints:      40244
553.33/554.86	c #Conflicts:    1200000 | #Constraints:      41244
553.33/554.86	c #Conflicts:    1201000 | #Constraints:      42244
553.33/554.86	c #Conflicts:    1202000 | #Constraints:      43244
553.33/554.86	c #Conflicts:    1203000 | #Constraints:      44244
553.33/554.86	c #Conflicts:    1204000 | #Constraints:      45244
553.33/554.86	c #Conflicts:    1205000 | #Constraints:      46244
553.33/554.86	c #Conflicts:    1206000 | #Constraints:      47244
553.33/554.86	c #Conflicts:    1207000 | #Constraints:      48244
553.33/554.86	c #Conflicts:    1208000 | #Constraints:      49244
553.33/554.86	c #Conflicts:    1209000 | #Constraints:      50244
553.33/554.86	c #Conflicts:    1210000 | #Constraints:      51244
553.33/554.86	c #Conflicts:    1211000 | #Constraints:      52244
553.33/554.86	c #Conflicts:    1212000 | #Constraints:      53244
553.33/554.86	c INPROCESSING
553.33/554.86	c GARBAGE COLLECT
553.33/554.86	c #Conflicts:    1213000 | #Constraints:      32410
553.33/554.86	c #Conflicts:    1214000 | #Constraints:      33410
553.33/554.86	c #Conflicts:    1215000 | #Constraints:      34410
553.33/554.86	c #Conflicts:    1216000 | #Constraints:      35410
553.33/554.86	c #Conflicts:    1217000 | #Constraints:      36410
553.33/554.86	c #Conflicts:    1218000 | #Constraints:      37410
553.33/554.86	c #Conflicts:    1219000 | #Constraints:      38410
553.33/554.86	c #Conflicts:    1220000 | #Constraints:      39410
553.33/554.86	c #Conflicts:    1221000 | #Constraints:      40410
553.33/554.86	c #Conflicts:    1222000 | #Constraints:      41410
553.33/554.86	c #Conflicts:    1223000 | #Constraints:      42410
553.33/554.86	c #Conflicts:    1224000 | #Constraints:      43410
553.33/554.86	c #Conflicts:    1225000 | #Constraints:      44410
553.33/554.86	c #Conflicts:    1226000 | #Constraints:      45410
553.33/554.86	c #Conflicts:    1227000 | #Constraints:      46410
553.33/554.86	c #Conflicts:    1228000 | #Constraints:      47410
553.33/554.86	c #Conflicts:    1229000 | #Constraints:      48410
553.33/554.86	c #Conflicts:    1230000 | #Constraints:      49410
553.33/554.86	c #Conflicts:    1231000 | #Constraints:      50410
553.33/554.86	c #Conflicts:    1232000 | #Constraints:      51410
553.33/554.86	c #Conflicts:    1233000 | #Constraints:      52410
553.33/554.86	c #Conflicts:    1234000 | #Constraints:      53410
553.33/554.86	c INPROCESSING
553.33/554.86	c GARBAGE COLLECT
553.33/554.86	c #Conflicts:    1235000 | #Constraints:      32397
553.33/554.86	c #Conflicts:    1236000 | #Constraints:      33397
553.33/554.86	c #Conflicts:    1237000 | #Constraints:      34397
553.33/554.86	c #Conflicts:    1238000 | #Constraints:      35397
553.33/554.86	c #Conflicts:    1239000 | #Constraints:      36397
553.33/554.86	c #Conflicts:    1240000 | #Constraints:      37397
553.33/554.86	c #Conflicts:    1241000 | #Constraints:      38397
553.33/554.86	c #Conflicts:    1242000 | #Constraints:      39397
553.33/554.86	c #Conflicts:    1243000 | #Constraints:      40397
553.33/554.86	c #Conflicts:    1244000 | #Constraints:      41397
553.33/554.86	c #Conflicts:    1245000 | #Constraints:      42397
553.33/554.86	c #Conflicts:    1246000 | #Constraints:      43397
553.33/554.86	c #Conflicts:    1247000 | #Constraints:      44397
553.33/554.86	c #Conflicts:    1248000 | #Constraints:      45398
553.33/554.86	c #Conflicts:    1249000 | #Constraints:      46399
553.33/554.86	c #Conflicts:    1250000 | #Constraints:      47399
553.33/554.86	c #Conflicts:    1251000 | #Constraints:      48399
553.33/554.86	c #Conflicts:    1252000 | #Constraints:      49399
553.33/554.86	c #Conflicts:    1253000 | #Constraints:      50403
553.33/554.86	c #Conflicts:    1254000 | #Constraints:      51403
553.33/554.86	c #Conflicts:    1255000 | #Constraints:      52403
553.33/554.86	c #Conflicts:    1256000 | #Constraints:      53403
553.33/554.86	c INPROCESSING
553.33/554.86	c GARBAGE COLLECT
553.33/554.86	c #Conflicts:    1257000 | #Constraints:      32208
553.33/554.86	c #Conflicts:    1258000 | #Constraints:      33208
553.33/554.86	c #Conflicts:    1259000 | #Constraints:      34208
553.33/554.86	c #Conflicts:    1260000 | #Constraints:      35208
553.33/554.86	c #Conflicts:    1261000 | #Constraints:      36208
553.33/554.86	c #Conflicts:    1262000 | #Constraints:      37208
553.33/554.86	c #Conflicts:    1263000 | #Constraints:      38208
553.33/554.86	c #Conflicts:    1264000 | #Constraints:      39208
553.33/554.86	c #Conflicts:    1265000 | #Constraints:      40208
553.33/554.86	c #Conflicts:    1266000 | #Constraints:      41208
553.33/554.86	c #Conflicts:    1267000 | #Constraints:      42208
553.33/554.86	c #Conflicts:    1268000 | #Constraints:      43260
560.41/561.92	c #Conflicts:    1269000 | #Constraints:      44509
560.41/561.92	c #Conflicts:    1270000 | #Constraints:      45509
560.41/561.92	c #Conflicts:    1271000 | #Constraints:      46509
560.41/561.92	c #Conflicts:    1272000 | #Constraints:      47509
560.41/561.92	c #Conflicts:    1273000 | #Constraints:      48509
560.41/561.92	c #Conflicts:    1274000 | #Constraints:      49509
560.41/561.92	c #Conflicts:    1275000 | #Constraints:      50509
560.41/561.92	c #Conflicts:    1276000 | #Constraints:      51509
560.41/561.92	c #Conflicts:    1277000 | #Constraints:      52509
560.41/561.92	c #Conflicts:    1278000 | #Constraints:      53509
560.41/561.92	c #Conflicts:    1279000 | #Constraints:      54509
560.41/561.92	c INPROCESSING
560.41/561.92	c GARBAGE COLLECT
560.41/561.92	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[7]: 6 -0.756148 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[9]: 6 -1.76491 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[10]: 6 -0.776622 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[17]: 6 0 1.76957 shouldn't be
560.41/561.92	WSVECS04 Frhs2[19]: 6 -0.976825 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[23]: 6 -7.01242 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[35]: 6 -0.452472 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[44]: 6 0 0.710671 shouldn't be
560.41/561.92	WSVECS04 Frhs2[48]: 6 -0.877269 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[52]: 6 -0.647821 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[57]: 6 -1.24834 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[59]: 6 -1 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[69]: 6 -0.901828 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[73]: 6 0 0.411563 shouldn't be
560.41/561.92	WSVECS04 Frhs2[81]: 6 0 0.143938 shouldn't be
560.41/561.92	WSVECS04 Frhs2[84]: 6 -0.231749 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[95]: 6 -2.49455 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[108]: 6 0 1.29903 shouldn't be
560.41/561.92	WSVECS04 Frhs2[109]: 6 0 1.05962 shouldn't be
560.41/561.92	WSVECS04 Frhs2[110]: 6 -0.361362 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[118]: 6 -1.08269 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[119]: 6 -0.770767 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[120]: 6 -7.71131 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[121]: 6 -0.727457 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[125]: 6 0 1.79339 shouldn't be
560.41/561.92	WSVECS04 Frhs2[127]: 6 -1.62283 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[130]: 6 0 0.18458 shouldn't be
560.41/561.92	WSVECS04 Frhs2[135]: 6 -0.821503 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[163]: 6 -0.471788 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[164]: 6 -0.232239 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[170]: 6 0 0.524371 shouldn't be
560.41/561.92	WSVECS04 Frhs2[177]: 6 -0.466842 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[183]: 6 -2.97376 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[199]: 6 -0.977294 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[219]: 6 -1.12965 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[226]: 6 0 0.200133 shouldn't be
560.41/561.92	WSVECS04 Frhs2[228]: 6 -1.21218 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[246]: 6 -1.09466 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[271]: 6 -1.01915 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[272]: 6 -0.791771 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[273]: 6 0 1.49647 shouldn't be
560.41/561.92	WSVECS04 Frhs2[276]: 6 -0.246112 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[281]: 6 -1.12892 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[282]: 6 -0.899243 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[293]: 6 -0.993575 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[310]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[319]: 6 -1.74807 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[327]: 6 -0.870623 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[329]: 6 -0.988103 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[344]: 6 0 0.584176 shouldn't be
560.41/561.92	WSVECS04 Frhs2[355]: 6 -0.899802 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[375]: 6 -0.239318 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[391]: 6 -0.801277 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[418]: 6 -1.65196 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[420]: 6 -0.987153 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[426]: 6 -0.421552 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[439]: 6 -5.92953 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[447]: 6 -1.24732 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[452]: 6 0 1.11217 shouldn't be
560.41/561.92	WSVECS04 Frhs2[460]: 6 0 0.710677 shouldn't be
560.41/561.92	WSVECS04 Frhs2[475]: 6 -1.28162 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[493]: 6 -0.778961 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[497]: 6 -1.28924 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[519]: 6 -1.13666 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[520]: 6 -0.537357 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[531]: 6 -0.917384 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[534]: 6 -0.0177647 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[572]: 6 0 0.427721 shouldn't be
560.41/561.92	WSVECS04 Frhs2[584]: 6 -0.932059 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[585]: 6 -0.216666 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[589]: 6 0 0.161337 shouldn't be
560.41/561.92	WSVECS04 Frhs2[592]: 6 -1.14826 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[604]: 6 -2.04857 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[614]: 6 0 0.362945 shouldn't be
560.41/561.92	WSVECS04 Frhs2[621]: 6 0 0.425095 shouldn't be
560.41/561.92	WSVECS04 Frhs2[631]: 6 0 0.0227536 shouldn't be
560.41/561.92	WSVECS04 Frhs2[646]: 6 -1.28742 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[647]: 6 -0.867026 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[658]: 6 -0.705099 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[682]: 6 -0.117504 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[684]: 6 -0.966365 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[688]: 6 -1.14696 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[697]: 6 0 0.767537 shouldn't be
560.41/561.92	WSVECS04 Frhs2[704]: 6 -1.17406 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[905]: 6 -0.941141 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[913]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[920]: 6 -0.258253 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[946]: 6 -0.987823 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[957]: 6 -0.750058 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[962]: 6 -0.585869 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[971]: 6 -0.613413 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1013]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1057]: 6 -1.09406 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1058]: 6 -1.36521 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1060]: 6 -1.39942 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1064]: 6 -1.25431 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1067]: 6 -0.119224 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1075]: 6 0 0.461991 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1078]: 6 -0.418858 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1082]: 6 -8.04262 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1083]: 6 -1.07571 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1093]: 6 -0.713933 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1094]: 6 -1.01099 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1098]: 6 -0.200062 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1100]: 6 -0.437599 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1102]: 6 0 0.133339 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1107]: 6 -1.75527 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1109]: 6 -0.833918 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1113]: 6 -1.47028 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1114]: 6 -1.09382 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1126]: 6 -1.37881 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1130]: 6 -0.536209 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1131]: 6 -0.726858 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1133]: 6 0 0.109838 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1139]: 6 -0.653771 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1151]: 6 -1.18595 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1157]: 6 -1.17061 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1160]: 6 0 0.174937 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1165]: 6 0 1.09688 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1170]: 6 -0.952582 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1171]: 6 -8.444 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1172]: 6 -1.00067 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1189]: 6 -0.877852 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1192]: 6 -0.769535 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1195]: 6 -0.502179 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1197]: 6 -0.500024 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1200]: 6 -2.63154 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1202]: 6 -5.30065 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1204]: 6 -2.49485 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1222]: 6 -0.904982 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1224]: 6 -0.872126 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1234]: 6 -1.2202 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1245]: 6 -0.286732 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1246]: 6 0 1.81672 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1248]: 6 0 9.911 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1250]: 6 -0.980686 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1251]: 6 -0.911658 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1252]: 6 -0.638818 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1253]: 6 -0.918578 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1261]: 6 -0.742855 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1265]: 6 -1.16692 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1268]: 6 -1.32665 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1274]: 6 -2.1242 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1280]: 6 -0.991214 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1285]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1303]: 6 -1.91412 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1317]: 6 -0.793004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1320]: 6 -0.900491 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1337]: 6 -1.37502 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1365]: 6 -0.631877 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1367]: 6 0 1.5981 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1398]: 6 -3.38805 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1404]: 6 -3.6563 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1414]: 6 0 0.0273694 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1417]: 6 -0.762325 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1428]: 6 -3.03433 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1432]: 6 -0.667151 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1435]: 6 -0.999878 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1443]: 6 -0.602195 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1444]: 6 -0.96249 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1454]: 6 -1.01464 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1462]: 6 -4.97285 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1464]: 6 -0.187541 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1465]: 6 -1.13971 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1473]: 6 -1.70687 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1474]: 6 -1.49972 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1478]: 6 -0.898856 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1481]: 6 -1.25412 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1490]: 6 -1.26643 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1492]: 6 -1.55601 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1493]: 6 -1.57412 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1509]: 6 -0.982082 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1515]: 6 -1.2367 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1524]: 6 -0.732034 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1528]: 6 -0.687567 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1535]: 6 0 0.283909 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1540]: 6 -1.22305 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1543]: 6 -2.55962 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1545]: 6 -0.879048 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1552]: 6 -0.344616 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1556]: 6 -1.05974 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1572]: 6 0 0.0932187 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1582]: 6 -0.351914 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1586]: 6 -0.734 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1587]: 6 -1.03808 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1589]: 6 0 0.0273603 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1592]: 6 -4.39887 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1596]: 6 -0.189567 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1600]: 6 -0.74504 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1606]: 6 -0.0788623 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1607]: 6 -0.328052 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1616]: 6 -1.11886 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1618]: 6 -0.47213 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1622]: 6 -2.11249 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1623]: 6 -1.16215 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1626]: 6 -1.91492 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1629]: 6 -1.11555 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1641]: 6 -0.437927 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1644]: 6 -0.517854 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1645]: 6 -0.578555 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1648]: 6 -0.717135 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1649]: 6 -0.758593 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1652]: 6 -0.332052 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1655]: 6 -0.156135 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1657]: 6 0 5.0099 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1661]: 6 -0.0683549 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1666]: 6 -1.62433 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1674]: 6 -0.847841 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1675]: 6 -1.20265 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1676]: 6 0 0.0811454 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1680]: 6 -0.985304 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1681]: 6 -1.32203 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1683]: 6 -0.834789 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1684]: 6 -0.951053 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1685]: 6 -1.24069 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1686]: 6 -1.25992 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1704]: 6 -0.962837 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1717]: 6 -0.651162 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1718]: 6 -0.500789 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1720]: 6 -2.3656 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1723]: 6 -1.21557 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1734]: 6 -0.832865 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1738]: 6 -1.05379 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1750]: 6 -0.788169 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1770]: 6 -0.882185 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1774]: 6 0 0.0743899 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1776]: 6 -1.23239 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1778]: 6 -0.100589 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1779]: 6 -0.0865148 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1957]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1964]: 6 -0.873252 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1966]: 6 -0.628819 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1970]: 6 0 0.5297 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1971]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1980]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1983]: 6 -1.23298 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1991]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1994]: 6 -0.228334 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1996]: 6 0 0.519533 shouldn't be
560.41/561.92	WSVECS04 Frhs2[1998]: 6 -1.33971 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2001]: 6 -0.321148 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2004]: 6 -0.997919 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2008]: 6 -2.4156 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2010]: 6 0 2.35475 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2014]: 6 0 1.00005 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2016]: 6 -0.986818 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2057]: 6 -0.988188 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2058]: 6 -0.476292 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2064]: 6 -1.77552 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2066]: 6 -1.9308 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2068]: 6 0 2.0392 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2070]: 6 0 1.12225 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2074]: 6 0 0.353258 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2078]: 6 -0.734774 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2080]: 6 -2.52971 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2084]: 6 -0.297081 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2088]: 6 -2.57196 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2089]: 6 -1.28982 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2093]: 6 -0.99924 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2096]: 6 -2.50791 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2097]: 6 -0.975147 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2101]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2104]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2107]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2111]: 6 -0.500052 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2118]: 6 -0.677603 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2122]: 6 -0.991788 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2142]: 6 -1.31253 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2148]: 6 0 0.64788 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2150]: 6 -1.74039 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2154]: 6 -1.76488 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2155]: 6 -1.69462 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2160]: 6 -0.964684 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2162]: 6 -2.33288 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2163]: 6 -0.999979 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2166]: 6 -0.998404 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2168]: 6 -0.993672 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2170]: 6 -0.978515 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2171]: 6 -0.712406 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2176]: 6 0 0.2669 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2177]: 6 0 0.553115 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2184]: 6 -0.896327 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2186]: 6 0 2.03761 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2188]: 6 -1.50442 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2189]: 6 -1.43026 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2193]: 6 -0.673886 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2198]: 6 0 0.241508 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2202]: 6 -1.25009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2214]: 6 -0.99394 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2215]: 6 -0.61066 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2216]: 6 -0.598454 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2223]: 6 -0.997567 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2232]: 6 -0.23522 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2233]: 6 -1.37508 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2234]: 6 -1.68519 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2238]: 6 -0.812577 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2239]: 6 -1.59987 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2252]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2254]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2256]: 6 -0.974978 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2258]: 6 -2.39367 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2260]: 6 -3.88743 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2261]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2263]: 6 -1.27712 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2264]: 6 -2.92083 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2270]: 6 -1.00997 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2271]: 6 -1.00988 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2274]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2275]: 6 -0.999528 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2277]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2279]: 6 -0.998007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2282]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2283]: 6 -0.991906 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2286]: 6 -0.129712 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2288]: 6 -2.25381 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2298]: 6 -3.54859 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2303]: 6 -0.500055 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2307]: 6 -1.36986 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2316]: 6 -0.923287 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2318]: 6 -1.07201 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2320]: 6 0 0.0274528 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2334]: 6 -1.50005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2344]: 6 0 0.875156 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2345]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2354]: 6 0 0.0810006 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2355]: 6 -0.941272 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2358]: 6 0 0.349145 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2360]: 6 -1.28934 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2364]: 6 0 0.0274954 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2374]: 6 -3.5615 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2382]: 6 -1.14103 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2386]: 6 -1.04557 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2392]: 6 -2.93781 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2398]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2399]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2405]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2408]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2413]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2414]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2415]: 6 -1.25003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2419]: 6 -0.99863 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2421]: 6 -0.974808 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2428]: 6 -1.40059 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2429]: 6 -1.30113 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2432]: 6 -1.50007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2441]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2443]: 6 -0.810918 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2451]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2454]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2458]: 6 -1.25009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2460]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2464]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2465]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2469]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2472]: 6 -2.49826 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2474]: 6 -2.99818 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2492]: 6 0 0.959397 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2498]: 6 -0.988321 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2505]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2510]: 6 -0.0611071 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2512]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2516]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2519]: 6 -1.42195 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2529]: 6 -1.76485 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2532]: 6 -1.23496 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2533]: 6 -1.07319 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2539]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2541]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2544]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2545]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2548]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2549]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2554]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2556]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2570]: 6 -5.22197 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2571]: 6 -1.22196 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2581]: 6 -1.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2585]: 6 -1.31257 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2589]: 6 -0.750072 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2595]: 6 -1.62023 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2597]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2598]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2604]: 6 -0.99874 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2612]: 6 -1.23389 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2614]: 6 -1.17065 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2619]: 6 -1.35939 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2620]: 6 -0.718825 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2623]: 6 -1.73424 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2625]: 6 -1.31254 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2631]: 6 -0.500014 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2634]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2635]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2641]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2644]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2650]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2652]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2653]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2656]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2657]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2660]: 6 -0.888331 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2661]: 6 -0.888293 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2664]: 6 -0.235203 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2668]: 6 -0.605882 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2671]: 6 -0.750091 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2680]: 6 -3.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2691]: 6 -0.992193 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2692]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2694]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2700]: 6 0 0.130732 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2702]: 6 0 1.88643 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2704]: 6 -0.99499 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2706]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2708]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2715]: 6 -1.40633 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2728]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2729]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2732]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2735]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2737]: 6 -1.00016 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2740]: 6 0 0.130721 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2741]: 6 0 0.130724 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2744]: 6 -5.52142 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2745]: 6 -0.998762 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2748]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2750]: 6 -1.00896 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2752]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2753]: 6 -0.982283 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2756]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2759]: 6 -1.41414 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2764]: 6 -1.31257 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2767]: 6 -0.375011 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2769]: 6 -1.25006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2773]: 6 -0.187585 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2775]: 6 -1.62506 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2783]: 6 -1.00001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2788]: 6 -0.998983 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2789]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2790]: 6 -0.975964 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2808]: 6 -1.33518 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2810]: 6 -1.34052 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2811]: 6 -0.0287088 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2816]: 6 -1.50003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2817]: 6 -0.931331 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2820]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2822]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2823]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2825]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2828]: 6 -1.00601 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2835]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2838]: 6 -0.808957 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2840]: 6 -0.617879 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2842]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2844]: 6 -0.3859 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2848]: 6 -3.4566 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2852]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2856]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2859]: 6 -1.25004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2861]: 6 -0.83518 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2863]: 6 -0.329846 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2870]: 6 -4.7237 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2874]: 6 -1.34054 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2875]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2882]: 6 -0.860252 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2883]: 6 -1.01862 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2888]: 6 -0.992128 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2894]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2895]: 6 -1.00005 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2898]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2906]: 6 -0.664102 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2907]: 6 -1.32822 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2908]: 6 0 1.3438 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2909]: 6 -1.30249 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2912]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2914]: 6 0 0.107207 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2924]: 6 -1.20283 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2925]: 6 -1.20282 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2929]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2932]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2936]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2937]: 6 -1.00006 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2940]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2942]: 6 -1.00008 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2943]: 6 -1.00007 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2945]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2948]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2952]: 6 -1.00003 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2955]: 6 -0.0312272 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2958]: 6 -5.20747 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2967]: 6 -6.0001 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2976]: 6 -1.00002 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2979]: 6 -1.00004 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2987]: 6 -1.01434 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[2999]: 6 -1.33252 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[3003]: 6 -1.32822 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[3005]: 6 -1.31258 0 shouldn't be
560.41/561.92	WSVECS04 Frhs2[3007]: 6 -1.25002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3010]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3011]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3014]: 6 -1.00028 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3015]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3018]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3021]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3024]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3025]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3027]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3030]: 6 -0.93582 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3031]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3034]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3049]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3053]: 6 -1.08421 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3060]: 6 -2.65631 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3063]: 6 -0.687547 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3067]: 6 -0.750099 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3071]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3075]: 6 -0.996856 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3082]: 6 -1.21263 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3084]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3103]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3111]: 6 -0.99859 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3114]: 6 -0.823825 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3118]: 6 -1.70189 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3122]: 6 0 1.08323 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3132]: 6 -1.0001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3135]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3140]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3146]: 6 -1.90627 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3155]: 6 -0.500067 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3157]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3163]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3166]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3168]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3170]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3171]: 6 -0.970165 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3173]: 6 -1.00034 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3187]: 6 -0.99672 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3191]: 6 -0.447379 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3192]: 6 -1.32822 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3206]: 6 -1.11983 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3210]: 6 -0.998946 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3214]: 6 0 0.0222904 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3216]: 6 -1.82665 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3217]: 6 -1.76483 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3230]: 6 -1.00869 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3233]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3237]: 6 -1.06911 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3239]: 6 -0.861887 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3246]: 6 -1.57139 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3249]: 6 -1.31258 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3253]: 6 -1.25008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3258]: 6 -1.25005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3260]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3266]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3269]: 6 -0.829782 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3271]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3274]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3275]: 6 -0.999887 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3278]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3282]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3284]: 6 -0.893272 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3286]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3288]: 6 -1.31254 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3289]: 6 -1.62495 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3298]: 6 0 1.00004 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3299]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3301]: 6 -1.0001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3303]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3307]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3310]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3311]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3314]: 6 -0.999842 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3315]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3318]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3321]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3324]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3327]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3331]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3334]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3340]: 6 -1.3126 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3341]: 6 -1.31254 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3349]: 6 -0.171901 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3352]: 6 -1.31257 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3362]: 6 -0.993827 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3367]: 6 -1.20302 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3381]: 6 -0.351129 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3382]: 6 -1.33203 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3384]: 6 -1.3276 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3385]: 6 -0.999889 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3387]: 6 -1.2501 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3389]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3416]: 6 -0.95683 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3420]: 6 -1.15694 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3426]: 6 0 0.680481 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3430]: 6 0 1.32581 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3431]: 6 -0.313519 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3434]: 6 -3.14193 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3435]: 6 -0.586016 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3441]: 6 -1.31258 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3445]: 6 -0.750052 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3454]: 6 -5.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3457]: 6 -0.991974 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3463]: 6 -0.999996 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3478]: 6 -1.0001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3480]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3483]: 6 -1.3123 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3496]: 6 0 0.473104 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3498]: 6 0 0.46765 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3499]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3504]: 6 0 0.639317 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3509]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3512]: 6 -1.0001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3513]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3515]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3520]: 6 -1.05563 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3521]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3532]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3536]: 6 -1.34384 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3543]: 6 -0.50008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3557]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3576]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3583]: 6 -0.399249 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3594]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3596]: 6 0 0.529728 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3597]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3600]: 6 0 0.173725 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3606]: 6 -1.02926 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3608]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3609]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3612]: 6 -0.766267 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3614]: 6 -0.532557 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3618]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3619]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3632]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3635]: 6 -1.06211 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3640]: 6 0 1.25002 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3643]: 6 -0.500074 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3653]: 6 -0.995934 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3657]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3663]: 6 -1.30681 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3666]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3680]: 6 -1.49955 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3681]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3684]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3689]: 6 -0.999524 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3692]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3696]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3697]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3699]: 6 -0.999107 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3700]: 6 -0.9865 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3706]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3708]: 6 -0.970557 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3709]: 6 -0.970548 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3712]: 6 0 0.252982 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3719]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3722]: 6 -1.03937 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3738]: 6 0 0.731872 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3749]: 6 0 1.06674 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3752]: 6 -1.04005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3758]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3759]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3765]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3776]: 6 -1.50007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3777]: 6 -1.51503 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3779]: 6 -1.586 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3782]: 6 0 1.61492 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3784]: 6 -3.13326 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3792]: 6 -0.455465 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3795]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3798]: 6 -1.19153 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3800]: 6 0 0.96696 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3802]: 6 -1.01663 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3807]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3810]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3811]: 6 -1.00001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3815]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3825]: 6 -0.374597 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3828]: 6 -0.501911 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3830]: 6 0 1.00002 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3844]: 6 -1.03918 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3851]: 6 -0.855185 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3855]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3861]: 6 -0.888785 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3869]: 6 -1.13803 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3870]: 6 -1.09195 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3871]: 6 -0.78065 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3875]: 6 -0.0492797 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3888]: 6 -1.53152 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3890]: 6 0 1.04128 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3892]: 6 -0.910139 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3893]: 6 -0.992628 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3898]: 6 -0.941124 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3902]: 6 -0.852594 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3904]: 6 -0.705113 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3906]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3908]: 6 -1.41503 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3909]: 6 -1.41504 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3912]: 6 -1.7649 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3917]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3919]: 6 -1.55254 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3925]: 6 -0.431103 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3928]: 6 -1.31029 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3929]: 6 -1.02853 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3933]: 6 -0.739758 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3939]: 6 -0.229114 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3949]: 6 -0.48857 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3950]: 6 -1.94607 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3969]: 6 -0.30263 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3971]: 6 -0.234657 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3974]: 6 -2.61328 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3976]: 6 -1.16723 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3979]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3984]: 6 -1.35303 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3985]: 6 -1.76484 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3996]: 6 0 3.23438 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3998]: 6 -2.44498 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[3999]: 6 -2.44499 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4004]: 6 0 1.07851 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4008]: 6 0 1.00002 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4012]: 6 0 1.27552 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4034]: 6 -0.0999815 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4039]: 6 -0.985218 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4043]: 6 -1.0001 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4045]: 6 -0.9978 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4052]: 6 -1.77428 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4071]: 6 -1.7675 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4074]: 6 -0.974784 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4076]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4080]: 6 -0.916502 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4090]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4112]: 6 0 0.550509 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4114]: 6 -1.39911 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4122]: 6 0 4.14798 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4131]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4147]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4172]: 6 -0.822925 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4173]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4174]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4177]: 6 -0.99618 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4192]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4211]: 6 -1.00005 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4212]: 6 -0.668681 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4213]: 6 -0.999972 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4214]: 6 -1.56075 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4220]: 6 -0.50004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4232]: 6 -0.877875 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4234]: 6 -1.00008 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4238]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4239]: 6 -1.00007 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4240]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4241]: 6 -0.443997 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4242]: 6 -1.64956 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4243]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4244]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4245]: 6 -1.00006 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4246]: 6 -1.50004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4254]: 6 0 0.529668 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4261]: 6 -1.00003 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4262]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4263]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4264]: 6 -1.12015 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4266]: 6 0 0.184048 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4267]: 6 -1.19629 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4270]: 6 -0.969536 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4271]: 6 -1.00009 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4274]: 6 -1.00948 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4277]: 6 -1.00004 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4278]: 6 -1.00002 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4287]: 6 -1.12981 0 shouldn't be
560.41/561.93	WSVECS04 Frhs2[4288]: 6 -1.00004 0 shouldn't be
583.46/585.02	c #Conflicts:    1280000 | #Constraints:      32925
583.46/585.02	c #Conflicts:    1281000 | #Constraints:      33925
583.46/585.02	c #Conflicts:    1282000 | #Constraints:      34925
583.46/585.02	c #Conflicts:    1283000 | #Constraints:      35925
583.46/585.02	c #Conflicts:    1284000 | #Constraints:      36925
583.46/585.02	c #Conflicts:    1285000 | #Constraints:      37925
583.46/585.02	c #Conflicts:    1286000 | #Constraints:      38925
583.46/585.02	c #Conflicts:    1287000 | #Constraints:      39925
583.46/585.02	c #Conflicts:    1288000 | #Constraints:      40925
583.46/585.02	c #Conflicts:    1289000 | #Constraints:      41925
583.46/585.02	c #Conflicts:    1290000 | #Constraints:      42925
583.46/585.02	c #Conflicts:    1291000 | #Constraints:      43925
583.46/585.02	c #Conflicts:    1292000 | #Constraints:      44925
583.46/585.02	c #Conflicts:    1293000 | #Constraints:      45925
583.46/585.02	c #Conflicts:    1294000 | #Constraints:      46925
583.46/585.02	c #Conflicts:    1295000 | #Constraints:      47925
583.46/585.02	c #Conflicts:    1296000 | #Constraints:      48925
583.46/585.02	c #Conflicts:    1297000 | #Constraints:      49925
583.46/585.02	c #Conflicts:    1298000 | #Constraints:      50925
583.46/585.02	c #Conflicts:    1299000 | #Constraints:      51925
583.46/585.02	c #Conflicts:    1300000 | #Constraints:      52925
583.46/585.02	c #Conflicts:    1301000 | #Constraints:      53925
583.46/585.02	c #Conflicts:    1302000 | #Constraints:      54925
583.46/585.02	c INPROCESSING
583.46/585.02	c GARBAGE COLLECT
583.46/585.02	c #Conflicts:    1303000 | #Constraints:      33278
583.46/585.02	c #Conflicts:    1304000 | #Constraints:      34278
583.46/585.02	c #Conflicts:    1305000 | #Constraints:      35278
583.46/585.02	c #Conflicts:    1306000 | #Constraints:      36278
583.46/585.02	c #Conflicts:    1307000 | #Constraints:      37278
583.46/585.02	c #Conflicts:    1308000 | #Constraints:      38278
583.46/585.02	c #Conflicts:    1309000 | #Constraints:      39278
583.46/585.02	c #Conflicts:    1310000 | #Constraints:      40278
583.46/585.02	c #Conflicts:    1311000 | #Constraints:      41278
583.46/585.02	c #Conflicts:    1312000 | #Constraints:      42278
583.46/585.02	c #Conflicts:    1313000 | #Constraints:      43278
583.46/585.02	c #Conflicts:    1314000 | #Constraints:      44278
583.46/585.02	c #Conflicts:    1315000 | #Constraints:      45278
583.46/585.02	c #Conflicts:    1316000 | #Constraints:      46278
583.46/585.02	c #Conflicts:    1317000 | #Constraints:      47278
583.46/585.02	c #Conflicts:    1318000 | #Constraints:      48278
583.46/585.02	c #Conflicts:    1319000 | #Constraints:      49278
583.46/585.02	c #Conflicts:    1320000 | #Constraints:      50278
583.46/585.02	c #Conflicts:    1321000 | #Constraints:      51278
583.46/585.02	c #Conflicts:    1322000 | #Constraints:      52278
583.46/585.02	c #Conflicts:    1323000 | #Constraints:      53572
583.46/585.02	c #Conflicts:    1324000 | #Constraints:      55095
583.46/585.02	c #Conflicts:    1325000 | #Constraints:      56612
583.46/585.02	c INPROCESSING
583.46/585.02	c GARBAGE COLLECT
583.46/585.02	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[23]: 6 -1.06257 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[42]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[52]: 6 -0.99976 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[59]: 6 -1.29691 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[70]: 6 -1.1251 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[71]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[73]: 6 -2.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[82]: 6 -1.07821 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[84]: 6 -1.3125 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[88]: 6 -1.62506 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[102]: 6 -13.8959 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[109]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[124]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[134]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[135]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[136]: 6 -1.31255 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[145]: 6 -1.00011 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[152]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[157]: 6 -1.27209 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[173]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[187]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[189]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[190]: 6 -0.78319 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[234]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[257]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[262]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[266]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[268]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[289]: 6 -0.562533 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[309]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[319]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[321]: 6 -0.786618 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[342]: 6 -0.998723 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[344]: 6 -1.0834 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[349]: 6 -0.804503 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[358]: 6 -14.6459 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[380]: 6 -1.21765 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[386]: 6 -0.109406 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[413]: 6 -0.967568 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[417]: 6 -1.04693 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[418]: 6 -0.593774 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[422]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[451]: 6 -0.833323 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[461]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[483]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[517]: 6 -14.8959 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[519]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[542]: 6 -1.25009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[566]: 6 -0.997096 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[576]: 6 -1.42731 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[577]: 6 -0.78664 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[581]: 6 -1.04466 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[582]: 6 -1.08931 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[600]: 6 -0.958432 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[605]: 6 -0.761832 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[608]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[610]: 6 -1.31058 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[612]: 6 -1.24228 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[613]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[617]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[622]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[641]: 6 -1.04259 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[646]: 6 -1.17194 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[647]: 6 -0.906293 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[669]: 6 -0.967597 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[672]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[674]: 6 -0.937525 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[680]: 6 -1.03128 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[682]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[687]: 6 -1.25009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[697]: 6 -1.05673 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[699]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[719]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[905]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[940]: 6 -0.933354 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[956]: 6 -0.750075 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[971]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[991]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1008]: 6 -0.843792 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1019]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1057]: 6 -1.32427 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1063]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1076]: 6 -1.168 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1078]: 6 -1.29694 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1091]: 6 -0.462969 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1099]: 6 -0.750026 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1100]: 6 -0.750093 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1102]: 6 -1.15626 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1104]: 6 -1.2501 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1105]: 6 -1.40634 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1111]: 6 -0.958068 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1112]: 6 -0.724877 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1114]: 6 -1.17281 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1117]: 6 -0.687563 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1125]: 6 -0.875036 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1126]: 6 -0.875053 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1130]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1134]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1150]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1155]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1160]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1163]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1164]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1172]: 6 -0.999504 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1176]: 6 -0.694535 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1177]: 6 -0.843784 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1183]: 6 -1.31253 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1184]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1188]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1193]: 6 0 0.250011 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1196]: 6 -0.41606 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1201]: 6 -0.995867 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1208]: 6 -0.50007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1221]: 6 -1.2501 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1222]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1229]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1234]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1246]: 6 -1.31254 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1247]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1252]: 6 -0.750053 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1253]: 6 -0.750095 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1255]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1270]: 6 -1.1912 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1272]: 6 -0.764799 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1278]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1295]: 6 -0.750098 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1302]: 6 -1.83317 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1304]: 6 -0.937595 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1310]: 6 -1.2501 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1328]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1337]: 6 -1.12508 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1339]: 6 -0.671935 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1350]: 6 -2.23199 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1351]: 6 -2.21396 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1378]: 6 -0.875091 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1381]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1382]: 6 -2.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1384]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1399]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1401]: 6 -0.750044 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1411]: 6 -1.93753 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1432]: 6 -0.500036 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1443]: 6 -1.32821 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1473]: 6 -0.380886 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1478]: 6 -1.2612 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1482]: 6 -0.750027 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1485]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1514]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1534]: 6 -1.3824 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1536]: 6 -0.779435 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1545]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1546]: 6 -1.31253 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1557]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1567]: 6 -5.97232 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1571]: 6 -0.750016 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1572]: 6 -5.84209 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1575]: 6 -1.31452 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1578]: 6 -1.32034 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1579]: 6 -1.03131 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1580]: 6 -1.60944 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1583]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1584]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1585]: 6 -1.12504 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1586]: 6 -1.25009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1587]: 6 -1.43757 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1594]: 6 -1.51424 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1596]: 6 -1.38485 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1601]: 6 -1.00133 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1602]: 6 -0.261233 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1603]: 6 -0.437578 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1606]: 6 -0.750038 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1608]: 6 -1.31252 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1611]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1612]: 6 -1.33206 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1614]: 6 -1.32819 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1616]: 6 -1.43757 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1617]: 6 -1.10945 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1618]: 6 -1.12504 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1625]: 6 -0.875053 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1630]: 6 -0.750051 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1631]: 6 -1.01125 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1642]: 6 -3.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1649]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1652]: 6 -0.750051 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1655]: 6 -1.21877 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1656]: 6 -0.937549 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1659]: 6 -0.750017 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1661]: 6 -0.750058 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1663]: 6 -1.59727 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1672]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1677]: 6 -1.25001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1681]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1685]: 6 -0.750064 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1687]: 6 -1.30558 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1690]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1691]: 6 -0.888985 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1692]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1694]: 6 -0.750095 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1697]: 6 -0.750013 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1704]: 6 -0.687588 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1722]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1755]: 6 -0.687549 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1763]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1774]: 6 -0.750011 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1957]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1968]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1971]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1975]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1978]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1980]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1981]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1984]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1989]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1994]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1995]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[1998]: 6 -0.750053 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2001]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2004]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2008]: 6 -1.75008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2076]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2078]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2082]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2084]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2088]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2092]: 6 -1.29202 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2101]: 6 -0.656314 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2111]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2118]: 6 -1.12508 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2126]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2130]: 6 -1.07817 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2138]: 6 -1.31254 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2147]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2150]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2154]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2160]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2162]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2165]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2168]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2172]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2174]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2176]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2178]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2189]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2193]: 6 -0.648474 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2204]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2208]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2216]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2223]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2231]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2233]: 6 -1.15627 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2234]: 6 -1.31256 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2239]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2247]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2249]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2253]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2256]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2260]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2265]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2271]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2274]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2278]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2290]: 6 -0.375068 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2298]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2316]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2318]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2330]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2334]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2335]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2336]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2339]: 6 -6.65632 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2346]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2350]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2352]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2361]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2363]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2364]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2371]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2376]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2386]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2388]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2396]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2399]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2405]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2408]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2414]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2421]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2428]: 6 -1.25009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2431]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2433]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2435]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2437]: 6 -0.500063 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2439]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2442]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2445]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2449]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2452]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2456]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2457]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2460]: 6 -0.708035 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2462]: 6 -0.416114 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2463]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2466]: 6 -3.33599 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2467]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2471]: 6 -1.25001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2473]: 6 -0.500056 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2476]: 6 -1.32821 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2477]: 6 -1.32814 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2481]: 6 -1.31253 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2485]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2490]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2494]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2495]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2499]: 6 -1.31256 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2501]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2505]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2506]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2527]: 6 -1.18757 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2542]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2543]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2546]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2548]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2549]: 6 -0.500036 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2553]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2558]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2561]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2564]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2567]: 6 -0.500029 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2570]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2574]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2575]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2580]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2582]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2584]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2586]: 6 -1.18756 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2590]: 6 -0.250017 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2591]: 6 -0.500052 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2598]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2600]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2611]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2617]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2621]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2622]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2623]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2624]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2625]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2628]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2629]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2632]: 6 -1.25009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2633]: 6 -0.750084 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2637]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2640]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2644]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2645]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2652]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2655]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2660]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2661]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2669]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2671]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2673]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2683]: 6 -1.25001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2687]: 6 -0.500076 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2690]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2692]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2695]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2698]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2712]: 6 -1.32817 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2718]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2720]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2721]: 6 -0.500086 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2724]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2725]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2728]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2730]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2732]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2733]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2737]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2744]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2745]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2748]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2759]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2761]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2764]: 6 -1.32817 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2765]: 6 -1.32819 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2769]: 6 -1.31256 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2780]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2784]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2788]: 6 -0.812569 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2794]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2795]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2798]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2816]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2817]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2819]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2821]: 6 -0.812581 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2828]: 6 -6.71098 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2832]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2833]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2836]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2837]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2840]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2846]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2847]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2853]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2855]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2860]: 6 -1.32817 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2865]: 6 -1.31252 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2869]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2871]: 6 -0.500021 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2875]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2879]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2882]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2883]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2894]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2895]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2896]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2900]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2907]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2908]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2914]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2917]: 6 -0.500062 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2924]: 6 -5.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2926]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2927]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2934]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2935]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2940]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2942]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2945]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2948]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2949]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2953]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2955]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2957]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2964]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2968]: 6 -0.111137 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2971]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2974]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2978]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2991]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2996]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[2998]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3000]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3003]: 6 -1.12504 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3007]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3009]: 6 -0.50007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3012]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3016]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3018]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3020]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3021]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3024]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3027]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3029]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3031]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3033]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3037]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3040]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3041]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3044]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3049]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3052]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3053]: 6 -1.25007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3061]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3068]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3069]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3071]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3086]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3099]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3103]: 6 -0.250075 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3117]: 6 -3.93753 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3127]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3132]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3134]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3140]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3143]: 6 -0.500092 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3145]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3147]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3149]: 6 -1.32815 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3153]: 6 -1.31251 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3158]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3159]: 6 -0.500025 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3162]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3165]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3167]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3173]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3182]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3189]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3194]: 6 -1.25004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3195]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3196]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3197]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3198]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3199]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3208]: 6 -11.5 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3210]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3212]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3217]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3219]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3221]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3228]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3235]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3237]: 6 -0.500031 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3246]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3247]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3249]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3253]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3257]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3259]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3263]: 6 -0.500058 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3265]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3272]: 6 0 2.28908 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3273]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3275]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3276]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3278]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3279]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3281]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3289]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3299]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3301]: 6 -1.10703 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3312]: 6 -14.1563 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3313]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3316]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3318]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3322]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3323]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3325]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3327]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3332]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3333]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3335]: 6 -0.500053 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3337]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3339]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3342]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3348]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3349]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3352]: 6 -1.11774 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3353]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3356]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3359]: 6 -0.0589194 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3361]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3365]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3380]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3382]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3385]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3388]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3389]: 6 -1.75008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3391]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3393]: 6 -1.18755 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3402]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3406]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3408]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3416]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3417]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3422]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3426]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3434]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3435]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3439]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3442]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3443]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3445]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3448]: 6 -1.50003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3454]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3457]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3459]: 6 0 1.18063 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3464]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3465]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3471]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3480]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3483]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3486]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3487]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3498]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3506]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3511]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3514]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3515]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3519]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3527]: 6 -0.500047 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3531]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3533]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3544]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3548]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3552]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3563]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3581]: 6 -1.18758 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3582]: 6 -1.25008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3584]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3595]: 6 -0.500081 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3597]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3601]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3604]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3605]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3608]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3611]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3614]: 6 -1.2969 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3616]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3620]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3630]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3633]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3635]: 6 -0.50002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3638]: 6 -1.18758 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3640]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3647]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3649]: 6 -1.25005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3650]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3653]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3657]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3663]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3664]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3665]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3667]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3675]: 6 -0.816219 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3679]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3680]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3683]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3695]: 6 -1.50006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3699]: 6 -5.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3702]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3706]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3707]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3710]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3712]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3713]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3716]: 6 -1.25006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3719]: 6 -0.50009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3726]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3733]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3736]: 6 -0.750099 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3740]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3742]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3743]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3749]: 6 -1.24227 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3751]: 6 -0.968767 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3756]: 6 -1.12505 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3757]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3758]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3772]: 6 0 0.125025 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3773]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3777]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3791]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3794]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3796]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3798]: 6 -0.750049 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3800]: 6 -0.500047 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3802]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3804]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3806]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3807]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3811]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3834]: 6 -0.500093 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3839]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3843]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3844]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3845]: 6 -1.16409 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3848]: 6 -1.31257 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3855]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3858]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3866]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3869]: 6 -1.11117 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3870]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3873]: 6 -0.500041 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3875]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3877]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3880]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3889]: 6 -0.625035 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3896]: 6 -0.500028 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3899]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3902]: 6 -1.12508 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3904]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3905]: 6 -0.750052 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3909]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3924]: 6 -1.30561 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3925]: 6 -1.30557 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3936]: 6 -1.44447 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3941]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3945]: 6 -1.03129 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3955]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3962]: 6 -1.40043 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3977]: 6 -0.500095 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3980]: 6 -0.804719 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3981]: 6 -0.804748 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3986]: 6 -0.875035 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3994]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3996]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3998]: 6 -0.687561 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[3999]: 6 -0.687547 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4017]: 6 -1.05672 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4021]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4029]: 6 -0.500036 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4041]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4044]: 6 -1.32819 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4045]: 6 -1.25002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4048]: 6 -1.25003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4049]: 6 -1.25001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4052]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4056]: 6 -1.31254 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4057]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4059]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4060]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4068]: 6 -3.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4072]: 6 -1.31252 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4073]: 6 -1.31255 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4077]: 6 -1.2501 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4085]: 6 -1.3282 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4094]: 6 -0.750025 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4104]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4120]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4122]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4124]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4125]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4128]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4131]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4142]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4143]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4164]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4184]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4185]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4189]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4190]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4192]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4216]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4221]: 6 -1.00005 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4230]: 6 -1.0001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4238]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4239]: 6 -1.00001 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4242]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4243]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4244]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4245]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4246]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4247]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4248]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4249]: 6 -1.00007 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4250]: 6 -1.00002 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4253]: 6 -1.04303 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4254]: 6 -1.1641 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4255]: 6 -1.00006 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4264]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4266]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4267]: 6 -1.00008 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4271]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4274]: 6 -1.00009 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4277]: 6 -1.00003 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4278]: 6 -1.00004 0 shouldn't be
583.46/585.02	WSVECS04 Frhs2[4283]: 6 -1.00003 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[24]: 6 -0.958333 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[73]: 6 -2 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[80]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[85]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[88]: 6 -1.625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[102]: 6 -13.8958 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[116]: 6 -1.00019 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[121]: 6 -1.15625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[126]: 6 -1.25956 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[136]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[156]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[157]: 6 -1.272 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[190]: 6 -0.783107 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[194]: 6 -0.265626 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[196]: 6 -1.08325 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[215]: 6 -0.997063 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[216]: 6 -0.833334 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[252]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[289]: 6 -0.5625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[349]: 6 -0.804442 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[358]: 6 -14.6458 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[372]: 6 -0.999937 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[377]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[385]: 6 -1.2925 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[386]: 6 -0.109376 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[392]: 6 -1.625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[417]: 6 -1.04688 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[468]: 6 -1.24975 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[516]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[517]: 6 -14.8958 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[544]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[547]: 6 -0.979005 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[567]: 6 -1.16667 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[574]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[576]: 6 -1.42729 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[581]: 6 -1.04464 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[605]: 6 -0.761772 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[610]: 6 -1.31055 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[612]: 6 -1.24219 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[641]: 6 -1.0425 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[647]: 6 -0.906251 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[652]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[698]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[727]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[971]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1013]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1057]: 6 -1.32422 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1076]: 6 -1.16797 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1112]: 6 -0.724839 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1114]: 6 -1.17279 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1115]: 6 -0.640626 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1155]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1160]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1176]: 6 -0.694522 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1182]: 6 -0.730874 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1190]: 6 -0.812501 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1211]: 6 -0.902221 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1221]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1222]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1248]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1252]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1253]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1283]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1302]: 6 -1.83311 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1306]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1310]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1341]: 6 -0.6875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1345]: 6 -0.196232 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1350]: 6 -2.23193 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1372]: 6 -0.625001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1373]: 6 -0.875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1375]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1378]: 6 -0.875001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1382]: 6 -2.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1411]: 6 -1.9375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1449]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1459]: 6 -1.29688 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1466]: 6 -1.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1502]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1503]: 6 -1.10693 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1505]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1519]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1520]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1529]: 6 -1.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1534]: 6 -1.38235 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1545]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1567]: 6 -5.97222 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1571]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1572]: 6 -5.84201 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1580]: 6 -1.60938 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1581]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1582]: 6 -1.4375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1586]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1594]: 6 -1.51416 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1596]: 6 -1.38477 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1597]: 6 -1.01563 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1598]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1602]: 6 -0.261161 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1603]: 6 -0.4375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1606]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1609]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1616]: 6 -1.4375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1618]: 6 -1.125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1621]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1625]: 6 -0.875001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1630]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1642]: 6 -3 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1652]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1655]: 6 -1.21875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1656]: 6 -0.9375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1659]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1661]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1663]: 6 -1.59722 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1672]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1677]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1680]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1685]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1686]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1689]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1691]: 6 -0.88889 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1695]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1697]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1702]: 6 -0.875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1704]: 6 -0.6875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1710]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1721]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1734]: 6 -0.871095 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1755]: 6 -0.6875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1756]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1758]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1991]: 6 -0.75 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[1998]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2092]: 6 -1.29199 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2096]: 6 0 1.33594 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2281]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2290]: 6 -0.375001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2339]: 6 -6.65625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2376]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2377]: 6 -1.24694 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2381]: 6 -0.987778 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2388]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2403]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2422]: 6 -0.991889 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2435]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2462]: 6 -0.416016 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2466]: 6 -3.33594 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2471]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2473]: 6 -0.500001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2476]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2477]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2499]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2502]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2531]: 6 -0.687501 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2546]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2586]: 6 -1.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2590]: 6 -0.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2623]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2628]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2632]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2644]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2645]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2651]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2719]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2764]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2769]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2788]: 6 -0.8125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2789]: 6 -0.625 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2815]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2821]: 6 -0.812501 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2828]: 6 -6.71094 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2860]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2869]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2871]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2900]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2924]: 6 -5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2948]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2949]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2956]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2957]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2968]: 6 -0.111111 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2980]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[2999]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3000]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3012]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3052]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3053]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3069]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3103]: 6 -0.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3117]: 6 -3.9375 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3149]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3153]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3171]: 6 -0.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3194]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3199]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3201]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3208]: 6 -11.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3265]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3274]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3280]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3301]: 6 -1.10693 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3312]: 6 -14.1563 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3332]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3333]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3343]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3352]: 6 -1.11765 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3359]: 6 -0.0588238 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3372]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3385]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3393]: 6 -1.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3426]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3427]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3439]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3460]: 6 -5.86111 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3581]: 6 -1.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3583]: 6 -14.8958 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3614]: 6 -1.29688 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3638]: 6 -1.1875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3645]: 6 -0.500001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3657]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3670]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3675]: 6 -0.816177 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3690]: 6 -1.08929 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3716]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3746]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3751]: 6 -0.968751 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3756]: 6 -1.125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3759]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3761]: 6 -1.07813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3798]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3800]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3834]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3845]: 6 -1.16406 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3850]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3858]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3860]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3869]: 6 -1.11111 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3896]: 6 -0.5 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3902]: 6 -1.125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3924]: 6 -1.30556 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3936]: 6 -1.44445 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3962]: 6 -1.40039 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3980]: 6 -0.804688 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3986]: 6 -0.875 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3994]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[3998]: 6 -0.687501 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4013]: 6 -1.26416 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4017]: 6 -1.05664 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4044]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4049]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4059]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4072]: 6 -1.3125 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4077]: 6 -1.25 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4085]: 6 -1.32813 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4091]: 6 -0.500001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4094]: 6 -0.750001 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4143]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4164]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4189]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4190]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4221]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4243]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4245]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4247]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4249]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4250]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4265]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4274]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4277]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4278]: 6 -1 0 shouldn't be
584.36/585.95	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
624.05/625.75	c #Conflicts:    1326000 | #Constraints:      34117
624.05/625.75	c #Conflicts:    1327000 | #Constraints:      35117
624.05/625.75	c #Conflicts:    1328000 | #Constraints:      36117
624.05/625.75	c #Conflicts:    1329000 | #Constraints:      37117
624.05/625.75	c #Conflicts:    1330000 | #Constraints:      38117
624.05/625.75	c #Conflicts:    1331000 | #Constraints:      39117
624.05/625.75	c #Conflicts:    1332000 | #Constraints:      40117
624.05/625.75	c #Conflicts:    1333000 | #Constraints:      41117
624.05/625.75	c #Conflicts:    1334000 | #Constraints:      42117
624.05/625.75	c #Conflicts:    1335000 | #Constraints:      43117
624.05/625.75	c #Conflicts:    1336000 | #Constraints:      44117
624.05/625.75	c #Conflicts:    1337000 | #Constraints:      45117
624.05/625.75	c #Conflicts:    1338000 | #Constraints:      46117
624.05/625.75	c #Conflicts:    1339000 | #Constraints:      47117
624.05/625.75	c #Conflicts:    1340000 | #Constraints:      48117
624.05/625.75	c #Conflicts:    1341000 | #Constraints:      49117
624.05/625.75	c #Conflicts:    1342000 | #Constraints:      50117
624.05/625.75	c #Conflicts:    1343000 | #Constraints:      51117
624.05/625.75	c #Conflicts:    1344000 | #Constraints:      52117
624.05/625.75	c #Conflicts:    1345000 | #Constraints:      53117
624.05/625.75	c #Conflicts:    1346000 | #Constraints:      54117
624.05/625.75	c #Conflicts:    1347000 | #Constraints:      55117
624.05/625.75	c #Conflicts:    1348000 | #Constraints:      56117
624.05/625.75	c INPROCESSING
624.05/625.75	c GARBAGE COLLECT
624.05/625.75	c #Conflicts:    1349000 | #Constraints:      33773
624.05/625.75	c #Conflicts:    1350000 | #Constraints:      34773
624.05/625.75	c #Conflicts:    1351000 | #Constraints:      35773
624.05/625.75	c #Conflicts:    1352000 | #Constraints:      36773
624.05/625.75	c #Conflicts:    1353000 | #Constraints:      37773
624.05/625.75	c #Conflicts:    1354000 | #Constraints:      38773
624.05/625.75	c #Conflicts:    1355000 | #Constraints:      39773
624.05/625.75	c #Conflicts:    1356000 | #Constraints:      40773
624.05/625.75	c #Conflicts:    1357000 | #Constraints:      41773
624.05/625.75	c #Conflicts:    1358000 | #Constraints:      42773
624.05/625.75	c #Conflicts:    1359000 | #Constraints:      43773
624.05/625.75	c #Conflicts:    1360000 | #Constraints:      44773
624.05/625.75	c #Conflicts:    1361000 | #Constraints:      45773
624.05/625.75	c #Conflicts:    1362000 | #Constraints:      46773
624.05/625.75	c #Conflicts:    1363000 | #Constraints:      47773
624.05/625.75	c #Conflicts:    1364000 | #Constraints:      48773
624.05/625.76	c #Conflicts:    1365000 | #Constraints:      49773
624.05/625.76	c #Conflicts:    1366000 | #Constraints:      50773
624.05/625.76	c #Conflicts:    1367000 | #Constraints:      51773
624.05/625.76	c #Conflicts:    1368000 | #Constraints:      52773
624.05/625.76	c #Conflicts:    1369000 | #Constraints:      53773
624.05/625.76	c #Conflicts:    1370000 | #Constraints:      54773
624.05/625.76	c #Conflicts:    1371000 | #Constraints:      55773
624.05/625.76	c INPROCESSING
624.05/625.76	c GARBAGE COLLECT
624.05/625.76	c #Conflicts:    1372000 | #Constraints:      33366
624.05/625.76	c #Conflicts:    1373000 | #Constraints:      34366
624.05/625.76	c #Conflicts:    1374000 | #Constraints:      35366
624.05/625.76	c #Conflicts:    1375000 | #Constraints:      36366
624.05/625.76	c #Conflicts:    1376000 | #Constraints:      37366
624.05/625.76	c #Conflicts:    1377000 | #Constraints:      38366
624.05/625.76	c #Conflicts:    1378000 | #Constraints:      39366
624.05/625.76	c #Conflicts:    1379000 | #Constraints:      40366
624.05/625.76	c #Conflicts:    1380000 | #Constraints:      41366
624.05/625.76	c #Conflicts:    1381000 | #Constraints:      42366
624.05/625.76	c #Conflicts:    1382000 | #Constraints:      43366
624.05/625.76	c #Conflicts:    1383000 | #Constraints:      44366
624.05/625.76	c #Conflicts:    1384000 | #Constraints:      45366
624.05/625.76	c #Conflicts:    1385000 | #Constraints:      46366
624.05/625.76	c #Conflicts:    1386000 | #Constraints:      47366
624.05/625.76	c #Conflicts:    1387000 | #Constraints:      48366
624.05/625.76	c #Conflicts:    1388000 | #Constraints:      49366
624.05/625.76	c #Conflicts:    1389000 | #Constraints:      50366
624.05/625.76	c #Conflicts:    1390000 | #Constraints:      51366
624.05/625.76	c #Conflicts:    1391000 | #Constraints:      52366
624.05/625.76	c #Conflicts:    1392000 | #Constraints:      53366
624.05/625.76	c #Conflicts:    1393000 | #Constraints:      54366
624.05/625.76	c #Conflicts:    1394000 | #Constraints:      55366
624.05/625.76	c #Conflicts:    1395000 | #Constraints:      56366
624.05/625.76	c INPROCESSING
624.05/625.76	c GARBAGE COLLECT
624.05/625.76	c #Conflicts:    1396000 | #Constraints:      33856
624.05/625.76	c #Conflicts:    1397000 | #Constraints:      34856
624.05/625.76	c #Conflicts:    1398000 | #Constraints:      35856
624.05/625.76	c #Conflicts:    1399000 | #Constraints:      36856
624.05/625.76	c #Conflicts:    1400000 | #Constraints:      37856
624.05/625.76	c #Conflicts:    1401000 | #Constraints:      38856
624.05/625.76	c #Conflicts:    1402000 | #Constraints:      39856
659.46/661.23	c #Conflicts:    1403000 | #Constraints:      40856
659.46/661.23	c #Conflicts:    1404000 | #Constraints:      41856
659.46/661.23	c #Conflicts:    1405000 | #Constraints:      42856
659.46/661.23	c #Conflicts:    1406000 | #Constraints:      43856
659.46/661.23	c #Conflicts:    1407000 | #Constraints:      44856
659.46/661.23	c #Conflicts:    1408000 | #Constraints:      45856
659.46/661.23	c #Conflicts:    1409000 | #Constraints:      46856
659.46/661.23	c #Conflicts:    1410000 | #Constraints:      47856
659.46/661.23	c #Conflicts:    1411000 | #Constraints:      48856
659.46/661.23	c #Conflicts:    1412000 | #Constraints:      49856
659.46/661.23	c #Conflicts:    1413000 | #Constraints:      50856
659.46/661.23	c #Conflicts:    1414000 | #Constraints:      51856
659.46/661.23	c #Conflicts:    1415000 | #Constraints:      52856
659.46/661.23	c #Conflicts:    1416000 | #Constraints:      53856
659.46/661.23	c #Conflicts:    1417000 | #Constraints:      54856
659.46/661.23	c #Conflicts:    1418000 | #Constraints:      55856
659.46/661.23	c #Conflicts:    1419000 | #Constraints:      56856
659.46/661.23	c INPROCESSING
659.46/661.23	c GARBAGE COLLECT
659.46/661.23	c #Conflicts:    1420000 | #Constraints:      34214
659.46/661.23	c #Conflicts:    1421000 | #Constraints:      35214
659.46/661.23	c #Conflicts:    1422000 | #Constraints:      36214
659.46/661.23	c #Conflicts:    1423000 | #Constraints:      37214
659.46/661.23	c #Conflicts:    1424000 | #Constraints:      38214
659.46/661.23	c #Conflicts:    1425000 | #Constraints:      39214
659.46/661.23	c #Conflicts:    1426000 | #Constraints:      40214
659.46/661.23	c #Conflicts:    1427000 | #Constraints:      41214
659.46/661.23	c #Conflicts:    1428000 | #Constraints:      42214
659.46/661.23	c #Conflicts:    1429000 | #Constraints:      43214
659.46/661.23	c #Conflicts:    1430000 | #Constraints:      44214
659.46/661.23	c #Conflicts:    1431000 | #Constraints:      45214
659.46/661.23	c #Conflicts:    1432000 | #Constraints:      46214
659.46/661.23	c #Conflicts:    1433000 | #Constraints:      47214
659.46/661.23	c #Conflicts:    1434000 | #Constraints:      48214
659.46/661.23	c #Conflicts:    1435000 | #Constraints:      49214
659.46/661.23	c #Conflicts:    1436000 | #Constraints:      50214
659.46/661.23	c #Conflicts:    1437000 | #Constraints:      51214
659.46/661.23	c #Conflicts:    1438000 | #Constraints:      52214
659.46/661.23	c #Conflicts:    1439000 | #Constraints:      53214
659.46/661.23	c #Conflicts:    1440000 | #Constraints:      54214
659.46/661.23	c #Conflicts:    1441000 | #Constraints:      55214
659.46/661.23	c #Conflicts:    1442000 | #Constraints:      56214
659.46/661.23	c #Conflicts:    1443000 | #Constraints:      57214
659.46/661.23	c INPROCESSING
659.46/661.23	c GARBAGE COLLECT
659.46/661.23	c #Conflicts:    1444000 | #Constraints:      34420
659.46/661.23	c #Conflicts:    1445000 | #Constraints:      35420
659.46/661.23	c #Conflicts:    1446000 | #Constraints:      36420
659.46/661.23	c #Conflicts:    1447000 | #Constraints:      37420
659.46/661.23	c #Conflicts:    1448000 | #Constraints:      38420
659.46/661.23	c #Conflicts:    1449000 | #Constraints:      39420
659.46/661.23	c #Conflicts:    1450000 | #Constraints:      40420
659.46/661.23	c #Conflicts:    1451000 | #Constraints:      41421
659.46/661.23	c #Conflicts:    1452000 | #Constraints:      42421
659.46/661.23	c #Conflicts:    1453000 | #Constraints:      43421
659.46/661.23	c #Conflicts:    1454000 | #Constraints:      44421
659.46/661.23	c #Conflicts:    1455000 | #Constraints:      45421
659.46/661.23	c #Conflicts:    1456000 | #Constraints:      46421
659.46/661.23	c #Conflicts:    1457000 | #Constraints:      47422
659.46/661.23	c #Conflicts:    1458000 | #Constraints:      48422
659.46/661.23	c #Conflicts:    1459000 | #Constraints:      49422
659.46/661.23	c #Conflicts:    1460000 | #Constraints:      50422
659.46/661.23	c #Conflicts:    1461000 | #Constraints:      51422
659.46/661.23	c #Conflicts:    1462000 | #Constraints:      52422
659.46/661.23	c #Conflicts:    1463000 | #Constraints:      53422
659.46/661.23	c #Conflicts:    1464000 | #Constraints:      54422
659.46/661.23	c #Conflicts:    1465000 | #Constraints:      55422
659.46/661.23	c #Conflicts:    1466000 | #Constraints:      56422
659.46/661.23	c #Conflicts:    1467000 | #Constraints:      57422
659.46/661.23	c INPROCESSING
659.46/661.23	c GARBAGE COLLECT
659.46/661.23	c #Conflicts:    1468000 | #Constraints:      34417
659.46/661.23	c #Conflicts:    1469000 | #Constraints:      35417
659.46/661.23	c #Conflicts:    1470000 | #Constraints:      36417
659.46/661.23	c #Conflicts:    1471000 | #Constraints:      37417
659.46/661.23	c #Conflicts:    1472000 | #Constraints:      38417
659.46/661.23	c #Conflicts:    1473000 | #Constraints:      39417
659.46/661.23	c #Conflicts:    1474000 | #Constraints:      40417
659.46/661.23	c #Conflicts:    1475000 | #Constraints:      41417
659.46/661.23	c #Conflicts:    1476000 | #Constraints:      42417
659.46/661.23	c #Conflicts:    1477000 | #Constraints:      43417
659.46/661.23	c #Conflicts:    1478000 | #Constraints:      44417
659.46/661.23	c #Conflicts:    1479000 | #Constraints:      45417
686.40/688.29	c #Conflicts:    1480000 | #Constraints:      46417
686.40/688.29	c #Conflicts:    1481000 | #Constraints:      47417
686.40/688.29	c #Conflicts:    1482000 | #Constraints:      48417
686.40/688.29	c #Conflicts:    1483000 | #Constraints:      49417
686.40/688.29	c #Conflicts:    1484000 | #Constraints:      50426
686.40/688.29	c #Conflicts:    1485000 | #Constraints:      51426
686.40/688.29	c #Conflicts:    1486000 | #Constraints:      52426
686.40/688.29	c #Conflicts:    1487000 | #Constraints:      53426
686.40/688.29	c #Conflicts:    1488000 | #Constraints:      54426
686.40/688.29	c #Conflicts:    1489000 | #Constraints:      55426
686.40/688.29	c #Conflicts:    1490000 | #Constraints:      56426
686.40/688.29	c #Conflicts:    1491000 | #Constraints:      57426
686.40/688.29	c INPROCESSING
686.40/688.29	c GARBAGE COLLECT
686.40/688.29	c #Conflicts:    1492000 | #Constraints:      34208
686.40/688.29	c #Conflicts:    1493000 | #Constraints:      35208
686.40/688.29	c #Conflicts:    1494000 | #Constraints:      36208
686.40/688.29	c #Conflicts:    1495000 | #Constraints:      37208
686.40/688.29	c #Conflicts:    1496000 | #Constraints:      38208
686.40/688.29	c #Conflicts:    1497000 | #Constraints:      39208
686.40/688.29	c #Conflicts:    1498000 | #Constraints:      40208
686.40/688.29	c #Conflicts:    1499000 | #Constraints:      41208
686.40/688.29	c #Conflicts:    1500000 | #Constraints:      42208
686.40/688.29	c #Conflicts:    1501000 | #Constraints:      43208
686.40/688.29	c #Conflicts:    1502000 | #Constraints:      44208
686.40/688.29	c #Conflicts:    1503000 | #Constraints:      45208
686.40/688.29	c #Conflicts:    1504000 | #Constraints:      46208
686.40/688.29	c #Conflicts:    1505000 | #Constraints:      47208
686.40/688.29	c #Conflicts:    1506000 | #Constraints:      48208
686.40/688.29	c #Conflicts:    1507000 | #Constraints:      49208
686.40/688.29	c #Conflicts:    1508000 | #Constraints:      50208
686.40/688.29	c #Conflicts:    1509000 | #Constraints:      51208
686.40/688.29	c #Conflicts:    1510000 | #Constraints:      52208
686.40/688.29	c #Conflicts:    1511000 | #Constraints:      53208
686.40/688.29	c #Conflicts:    1512000 | #Constraints:      54208
686.40/688.29	c #Conflicts:    1513000 | #Constraints:      55208
686.40/688.29	c #Conflicts:    1514000 | #Constraints:      56208
686.40/688.29	c #Conflicts:    1515000 | #Constraints:      57208
686.40/688.29	c #Conflicts:    1516000 | #Constraints:      58208
686.40/688.29	c INPROCESSING
686.40/688.29	c GARBAGE COLLECT
686.40/688.29	c #Conflicts:    1517000 | #Constraints:      34805
686.40/688.29	c #Conflicts:    1518000 | #Constraints:      35805
686.40/688.29	c #Conflicts:    1519000 | #Constraints:      36805
686.40/688.29	c #Conflicts:    1520000 | #Constraints:      37805
686.40/688.29	c #Conflicts:    1521000 | #Constraints:      38805
686.40/688.29	c #Conflicts:    1522000 | #Constraints:      39805
686.40/688.29	c #Conflicts:    1523000 | #Constraints:      40805
686.40/688.29	c #Conflicts:    1524000 | #Constraints:      41805
686.40/688.29	c #Conflicts:    1525000 | #Constraints:      42805
686.40/688.29	c #Conflicts:    1526000 | #Constraints:      43805
686.40/688.29	c #Conflicts:    1527000 | #Constraints:      44805
686.40/688.29	c #Conflicts:    1528000 | #Constraints:      45805
686.40/688.29	c #Conflicts:    1529000 | #Constraints:      46805
686.40/688.29	c #Conflicts:    1530000 | #Constraints:      47805
686.40/688.29	c #Conflicts:    1531000 | #Constraints:      48805
686.40/688.29	c #Conflicts:    1532000 | #Constraints:      49805
686.40/688.29	c #Conflicts:    1533000 | #Constraints:      50805
686.40/688.29	c #Conflicts:    1534000 | #Constraints:      51805
686.40/688.29	c #Conflicts:    1535000 | #Constraints:      52805
686.40/688.29	c #Conflicts:    1536000 | #Constraints:      53806
686.40/688.29	c #Conflicts:    1537000 | #Constraints:      54844
686.40/688.29	WSVECS04 Frhs2[9]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[11]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[31]: 6 -0.625016 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[55]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[67]: 6 0 1.73967 shouldn't be
686.40/688.29	WSVECS04 Frhs2[71]: 6 -6.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[73]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[81]: 6 -0.999975 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[113]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[123]: 6 -2.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[125]: 6 -1.31252 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[133]: 6 -2.25008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[135]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[151]: 6 -1.00263 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[152]: 6 -0.200448 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[155]: 6 -0.531321 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[173]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[184]: 6 -2.50009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[205]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[220]: 6 -0.875048 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[248]: 6 0 0.500068 shouldn't be
686.40/688.29	WSVECS04 Frhs2[251]: 6 -0.67197 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[255]: 6 -2.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[264]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[273]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[275]: 6 -0.999981 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[277]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[279]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[281]: 6 -2.33208 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[286]: 6 -0.250068 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[287]: 6 -0.62505 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[289]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[296]: 6 -1.50002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[298]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[341]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[347]: 6 -1.1719 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[350]: 6 -0.375076 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[351]: 6 -0.125093 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[355]: 6 -1.68759 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[383]: 6 -1.25006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[405]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[416]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[422]: 6 0 1.00005 shouldn't be
686.40/688.29	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[430]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[435]: 6 -0.999968 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[443]: 6 -1.02351 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[446]: 6 -0.0625918 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[452]: 6 -0.156283 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[476]: 6 -1.32815 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[480]: 6 0 2.00006 shouldn't be
686.40/688.29	WSVECS04 Frhs2[497]: 6 -0.999995 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[504]: 6 -0.200407 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[516]: 6 -0.500012 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[517]: 6 -2.12505 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[520]: 6 0 12.0001 shouldn't be
686.40/688.29	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[532]: 6 -0.999979 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[536]: 6 -3.88363 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[569]: 6 0 0.328157 shouldn't be
686.40/688.29	WSVECS04 Frhs2[575]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[597]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[599]: 6 -2.50004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[604]: 6 -2.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[605]: 6 -2.43759 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[606]: 6 0 1.25005 shouldn't be
686.40/688.29	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[634]: 6 -1.65108 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[648]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[661]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[663]: 6 -0.997491 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[669]: 6 -0.343783 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[683]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[695]: 6 -2.31252 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[699]: 6 -0.921958 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[727]: 6 -3.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[953]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1058]: 6 -1.25002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1062]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1083]: 6 -1.33207 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1109]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1112]: 6 -1.02108 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1117]: 6 -1.3594 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1122]: 6 0 1.55476 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1139]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1144]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1164]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1201]: 6 -0.999975 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1204]: 6 -1.3321 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1206]: 6 -1.32815 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1207]: 6 -1.32426 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1217]: 6 -0.750069 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1221]: 6 -0.375023 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1229]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1238]: 6 -1.35947 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1248]: 6 -1.12507 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1250]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1256]: 6 -1.5001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1280]: 6 -0.812552 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1281]: 6 -1.62507 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1284]: 6 -0.906289 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1285]: 6 -1.8126 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1302]: 6 -1.41411 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1306]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1307]: 6 -0.250047 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1310]: 6 -2.07822 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1312]: 6 -4.36724 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1314]: 6 -1.87501 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1320]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1341]: 6 -1.21102 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1342]: 6 -1.01564 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1345]: 6 -2.90635 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1346]: 6 -0.87505 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1347]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1349]: 6 -2.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1352]: 6 -2.87502 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1356]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1371]: 6 -1.50003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1375]: 6 -2.65628 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1381]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1384]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1406]: 6 -1.31255 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1411]: 6 -0.31258 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1414]: 6 -1.22919 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1415]: 6 -0.500058 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1433]: 6 -0.812525 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1443]: 6 -0.837914 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1445]: 6 -1.53129 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1447]: 6 0 0.906323 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1454]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1470]: 6 -0.687596 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1471]: 6 -1.3751 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1474]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1482]: 6 -1.25003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1503]: 6 -0.375094 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1512]: 6 -1.31253 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1568]: 6 -1.15635 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1572]: 6 -1.73964 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1573]: 6 -0.87503 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1575]: 6 -4.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1577]: 6 -14.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1602]: 6 0 0.875016 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1610]: 6 -1.62508 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1617]: 6 -0.500034 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1621]: 6 -0.0104571 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1627]: 6 -1.66611 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1628]: 6 -3.65432 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1643]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1661]: 6 -4.89069 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1662]: 6 0 0.500053 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1666]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1673]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1676]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1679]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1694]: 6 -1.28133 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1722]: 6 -1.334 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1728]: 6 -1.37508 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1741]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1748]: 6 -1.66607 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1787]: 6 -0.00399801 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1964]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1971]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1977]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1985]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1989]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[1997]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2011]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2049]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2052]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2053]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2058]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2062]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2064]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2068]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2072]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2073]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2076]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2082]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2092]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2100]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2104]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2110]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2111]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2122]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2142]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2148]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2152]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2154]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2158]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2160]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2162]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2166]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2170]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2171]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2174]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2187]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2190]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2207]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2215]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2216]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2220]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2222]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2224]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2225]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2232]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2233]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2236]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2240]: 6 -1.50003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2247]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2251]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2265]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2272]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2276]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2282]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2286]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2288]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2290]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2293]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2296]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2298]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2299]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2302]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2316]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2320]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2327]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2329]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2333]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2348]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2350]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2352]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2357]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2360]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2364]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2366]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2380]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2384]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2388]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2398]: 6 -5.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2399]: 6 -3.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2404]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2406]: 6 -1.25007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2416]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2428]: 6 -1.32815 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2433]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2439]: 6 -1.50005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2442]: 6 0 1.5001 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2443]: 6 -0.500061 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2446]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2457]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2460]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2462]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2464]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2468]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2469]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2480]: 6 -1.33207 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2495]: 6 -0.500026 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2505]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2507]: 6 -1.50001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2509]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2511]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2512]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2514]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2517]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2529]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2537]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2540]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2544]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2545]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2548]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2552]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2554]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2556]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2557]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2560]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2562]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2564]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2570]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2572]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2578]: 6 0 0.325694 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2580]: 6 -1.2188 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2587]: 6 -2.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2593]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2600]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2602]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2603]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2622]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2630]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2634]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2637]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2641]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2645]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2650]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2654]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2660]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2665]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2668]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2669]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2672]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2675]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2681]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2684]: 6 0 1.55473 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2691]: 6 -1.75004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2695]: 6 -2.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2704]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2705]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2706]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2708]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2713]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2716]: 6 -1.32815 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2717]: 6 -1.65633 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2718]: 6 -1.31254 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2723]: 6 -3.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2738]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2739]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2741]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2748]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2750]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2752]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2756]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2760]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2762]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2766]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2768]: 6 -9.87041 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2769]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2771]: 6 -1.41416 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2775]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2778]: 6 0 1.62503 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2791]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2797]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2806]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2811]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2813]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2816]: 6 -1.50007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2819]: 6 -0.750049 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2823]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2826]: 6 -5.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2830]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2832]: 6 0 1.00007 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2839]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2842]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2846]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2847]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2851]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2853]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2858]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2862]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2864]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2877]: 6 -1.50004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2883]: 6 -2.68759 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2889]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2891]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2895]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2896]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2898]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2916]: 6 -1.25001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2921]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2924]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2926]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2928]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2930]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2931]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2943]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2946]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2948]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2950]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2952]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2962]: 6 -7.27508 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2970]: 6 -2.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2974]: 6 -2.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2980]: 6 -1.37504 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2983]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2984]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[2992]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3000]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3005]: 6 -1.31255 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3024]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3026]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3032]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3034]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3040]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3043]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3044]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3047]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3051]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3053]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3064]: 6 -5.31255 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3080]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3082]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3084]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3100]: 6 -1.32819 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3104]: 6 -1.25002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3107]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3116]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3117]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3120]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3122]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3126]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3127]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3132]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3136]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3140]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3145]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3147]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3152]: 6 -1.33205 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3154]: 6 -5.20317 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3161]: 6 -1.68753 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3170]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3180]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3183]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3188]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3196]: 6 -1.32818 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3198]: 6 -1.31254 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3203]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3208]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3212]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3216]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3218]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3220]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3225]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3228]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3236]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3237]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3241]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3243]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3248]: 6 -22.9563 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3250]: 6 -5.35159 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3269]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3271]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3279]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3287]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3289]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3290]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3292]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3294]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3295]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3298]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3300]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3302]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3304]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3306]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3308]: 6 -1.00002 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3312]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3314]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3315]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3322]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3325]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3326]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3330]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3335]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3337]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3339]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3343]: 6 -3.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3346]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3349]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3354]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3355]: 6 -1.0001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3358]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3361]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3362]: 6 -1.00001 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3367]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3391]: 6 -1.25004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3394]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3398]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3402]: 6 -1.00006 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3404]: 6 -1.00003 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3406]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3416]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3418]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3420]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3426]: 6 -1.00004 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3427]: 6 -1.00008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3431]: 6 -1.00005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3442]: 6 -3.64845 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3446]: 6 -6.40633 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3450]: 6 -1.25005 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3451]: 6 -3.25008 0 shouldn't be
686.40/688.29	WSVECS04 Frhs2[3459]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3471]: 6 -1.0001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3473]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3478]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3480]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3483]: 6 -1.66408 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3494]: 6 0 0.958402 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3506]: 6 -53.0001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3511]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3514]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3518]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3522]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3524]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3530]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3531]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3535]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3538]: 6 -1.66411 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3539]: 6 -1.66409 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3547]: 6 -0.625039 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3551]: 6 -0.500092 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3553]: 6 -1.65041 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3559]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3574]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3588]: 6 0 1.06257 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3590]: 6 -1.21876 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3598]: 6 -0.687576 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3600]: 6 -0.375083 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3604]: 6 -3.50005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3607]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3612]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3614]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3617]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3620]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3630]: 6 0 0.0468928 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3639]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3642]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3646]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3647]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3650]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3664]: 6 -1.0001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3666]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3682]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3687]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3689]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3691]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3693]: 6 -1.25008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3697]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3700]: 6 -1.00004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3701]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3705]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3709]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3712]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3716]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3717]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3724]: 6 -1.00001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3728]: 6 -0.0104828 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3729]: 6 -0.0104914 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3732]: 6 -4.95843 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3734]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3738]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3740]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3750]: 6 -1.31255 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3755]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3771]: 6 -1.67194 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3774]: 6 -1.37506 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3776]: 6 -1.50004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3784]: 6 -1.31253 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3785]: 6 -1.31257 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3789]: 6 -2.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3797]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3800]: 6 -1.00004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3803]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3808]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3812]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3816]: 6 -1.00001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3817]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3823]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3828]: 6 -10.6563 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3833]: 6 -0.750059 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3840]: 6 0 1.00002 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3842]: 6 -1.23439 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3859]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3861]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3873]: 6 -2.64067 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3876]: 6 -2.75008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3882]: 6 0 1.50002 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3885]: 6 -1.0001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3888]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3893]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3896]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3897]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3901]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3904]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3906]: 6 -1.00004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3907]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3910]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3912]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3916]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3918]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3920]: 6 -1.32228 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3950]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3969]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3972]: 6 -1.00001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3975]: 6 -1.00001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3978]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3981]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3988]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3989]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[3999]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4005]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4007]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4011]: 6 -1.00002 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4018]: 6 0 0.750052 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4020]: 6 -1.25007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4033]: 6 0 0.750094 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4034]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4039]: 6 -1.00001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4044]: 6 -1.50007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4060]: 6 -1.32818 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4076]: 6 -1.00004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4080]: 6 -1.00004 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4082]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4085]: 6 -1.5001 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4089]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4092]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4093]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4098]: 6 -1.00003 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4106]: 6 -1.00008 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4110]: 6 -1.66604 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4177]: 6 -1.00006 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4245]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4254]: 6 0 1.00004 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4265]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4266]: 6 -1.00007 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4267]: 6 -1.00005 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4270]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4283]: 6 -1.00009 0 shouldn't be
686.40/688.30	WSVECS04 Frhs2[4288]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[19]: 6 -0.999992 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[34]: 6 -2.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[66]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[68]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[80]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[116]: 6 -0.99995 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[147]: 6 -1.00018 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[153]: 6 -1.05736 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[180]: 6 -0.999982 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[196]: 6 0 0.625034 shouldn't be
687.49/689.36	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[212]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[219]: 6 -1.32816 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[244]: 6 -0.999887 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[269]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[294]: 6 0 2.00002 shouldn't be
687.49/689.36	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[346]: 6 0 0.801627 shouldn't be
687.49/689.36	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[411]: 6 -1.17197 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[414]: 6 -1.31255 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[421]: 6 0 0.625088 shouldn't be
687.49/689.36	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[505]: 6 0 0.0104595 shouldn't be
687.49/689.36	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[576]: 6 0 6.59962 shouldn't be
687.49/689.36	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[591]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[595]: 6 -0.999868 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[602]: 6 -1.32819 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[603]: 6 -0.648464 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[623]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[659]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[664]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[675]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[684]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[688]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[731]: 6 -1.32821 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1005]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1064]: 6 -1.25007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1073]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1085]: 6 -1.32822 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1154]: 6 -1.25005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1163]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1165]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1169]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1175]: 6 -1.25001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1187]: 6 -1.25004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1202]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1211]: 6 -1.12506 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1239]: 6 -1.21877 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1240]: 6 -1.43752 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1282]: 6 -2.25003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1291]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1293]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1344]: 6 -2.68755 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1366]: 6 -1.67194 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1377]: 6 -2.57821 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1380]: 6 -0.750047 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1391]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1409]: 6 -1.25006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1418]: 6 0 5.00005 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1435]: 6 -1.25003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1444]: 6 -0.375048 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1486]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1500]: 6 0 0.317788 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1502]: 6 -0.687553 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1515]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1518]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1544]: 6 -1.25008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1570]: 6 -1.06774 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1588]: 6 0 0.0469233 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1604]: 6 -3.65634 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1616]: 6 -0.750084 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1622]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1626]: 6 -0.687576 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1648]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1657]: 6 -1.37508 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1688]: 6 0 1.00004 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1697]: 6 -2.50007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1702]: 6 -0.750029 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1710]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1744]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2074]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2107]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2178]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2193]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2249]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2256]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2311]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2313]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2322]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2325]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2330]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2412]: 6 -0.999901 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2418]: 6 -0.992238 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2421]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2427]: 6 -1.32822 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2453]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2550]: 6 0 1.00009 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2625]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2627]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2639]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2670]: 6 0 1.00007 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2742]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2744]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2804]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2810]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2815]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2910]: 6 -1.37502 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2923]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2982]: 6 -1.50006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[2990]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3008]: 6 -1.25002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3029]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3083]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3086]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3119]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3174]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3176]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3178]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3232]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3253]: 6 -0.625056 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3319]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3323]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3327]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3369]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3381]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3407]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3430]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3458]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3467]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3487]: 6 -1.25003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3491]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3526]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3527]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3534]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3560]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3567]: 6 -1.00002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3594]: 6 -8.62505 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3595]: 6 -1.00001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3608]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3623]: 6 -1.0001 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3651]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3669]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3685]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3720]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3777]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3779]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3781]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3796]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3824]: 6 0 1.32822 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3847]: 6 -1.00003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3856]: 6 -1.00004 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3860]: 6 -1.00007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3867]: 6 -1.32816 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3872]: 6 -0.625038 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3878]: 6 0 1.00005 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3889]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3929]: 6 -0.53129 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[3966]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4014]: 6 -1.50003 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4049]: 6 -1.00009 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4061]: 6 -2.12503 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4062]: 6 -1.31254 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4064]: 6 -1.25007 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4065]: 6 -4.50002 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4101]: 6 -1.00006 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4164]: 6 -1.00005 0 shouldn't be
687.49/689.36	WSVECS04 Frhs2[4248]: 6 0 1.00007 shouldn't be
689.69/691.55	WSVECS04 Frhs2[15]: 6 -1.00002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[72]: 6 -1.00009 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[139]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[183]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[195]: 6 0 0.812518 shouldn't be
689.69/691.55	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[348]: 6 -1.34384 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[365]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[404]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[442]: 6 -1.42195 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[557]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[589]: 6 -1.00001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[642]: 6 -1.65634 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[946]: 6 -1.00001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[971]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1059]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1077]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1087]: 6 -1.06256 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1108]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1120]: 6 -0.875024 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1121]: 6 0 2.00006 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1184]: 6 -0.81259 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1220]: 6 -0.875076 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1225]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1232]: 6 -1.00001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1246]: 6 -1.0313 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1259]: 6 -0.500039 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1261]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1313]: 6 0 1.75005 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1343]: 6 -0.906261 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1357]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1365]: 6 0 0.801619 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1417]: 6 0 2.00003 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1431]: 6 -1.32821 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1442]: 6 -0.593828 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1469]: 6 -1.18751 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1473]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1514]: 6 -1.25002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1553]: 6 -1.00002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1576]: 6 -7.50005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1603]: 6 -0.0312645 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[1991]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2179]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2229]: 6 -1.00009 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2369]: 6 -0.99983 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2447]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2613]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2620]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2647]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2697]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2699]: 6 -1.00005 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2701]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2735]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2787]: 6 -1.00009 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2798]: 6 -1.00009 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2841]: 6 -1.00002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2885]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2911]: 6 -0.750078 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2917]: 6 -1.25002 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[2981]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3014]: 6 0 1.75005 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3087]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3194]: 6 -1.42193 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3215]: 6 -1.00003 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3257]: 6 -0.500039 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3262]: 6 0 1.50001 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3357]: 6 -1.00001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3364]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3606]: 6 -10.0001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3619]: 6 -1.00007 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3649]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3660]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3805]: 6 -1.0001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3837]: 6 -1.00009 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3843]: 6 -1.65633 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3849]: 6 -1.00006 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3900]: 6 -1.00004 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[3921]: 6 -1.32233 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4023]: 6 -0.500096 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4031]: 6 -0.500047 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4038]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4058]: 6 -1.33208 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4125]: 6 -0.750047 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4152]: 6 0 1.00005 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4176]: 6 -1.0001 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4246]: 6 -1.00008 0 shouldn't be
689.69/691.55	WSVECS04 Frhs2[4271]: 6 -1.00006 0 shouldn't be
693.78/695.62	c #Conflicts:    1538000 | #Constraints:      55994
693.78/695.62	c #Conflicts:    1539000 | #Constraints:      56994
693.78/695.62	c #Conflicts:    1540000 | #Constraints:      57994
693.78/695.62	c #Conflicts:    1541000 | #Constraints:      58994
693.78/695.62	c INPROCESSING
693.78/695.62	c GARBAGE COLLECT
693.78/695.62	WSVECS04 Frhs2[71]: 6 -1.94699 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[87]: 6 0 0.671136 shouldn't be
693.78/695.62	WSVECS04 Frhs2[104]: 6 0 3.75208 shouldn't be
693.78/695.62	WSVECS04 Frhs2[113]: 6 0 1.10709 shouldn't be
693.78/695.62	WSVECS04 Frhs2[153]: 6 -1.00248 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[168]: 6 0 4.76619 shouldn't be
693.78/695.62	WSVECS04 Frhs2[216]: 6 0 0.103267 shouldn't be
693.78/695.62	WSVECS04 Frhs2[226]: 6 0 2.31436 shouldn't be
693.78/695.62	WSVECS04 Frhs2[253]: 6 -1.10832 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[268]: 6 -2.43828 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[273]: 6 0 5.21371 shouldn't be
693.78/695.62	WSVECS04 Frhs2[360]: 6 0 4.77997 shouldn't be
693.78/695.62	WSVECS04 Frhs2[369]: 6 0 2.0848 shouldn't be
693.78/695.62	WSVECS04 Frhs2[422]: 6 0 1.28522 shouldn't be
693.78/695.62	WSVECS04 Frhs2[442]: 6 -1.40829 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[449]: 6 -0.250832 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[481]: 6 0 0.937474 shouldn't be
693.78/695.62	WSVECS04 Frhs2[525]: 6 0 0.168369 shouldn't be
693.78/695.62	WSVECS04 Frhs2[534]: 6 0 2.25673 shouldn't be
693.78/695.62	WSVECS04 Frhs2[596]: 6 0 3.44475 shouldn't be
693.78/695.62	WSVECS04 Frhs2[614]: 6 0 0.620777 shouldn't be
693.78/695.62	WSVECS04 Frhs2[625]: 6 0 1.80029 shouldn't be
693.78/695.62	WSVECS04 Frhs2[635]: 6 0 0.162663 shouldn't be
693.78/695.62	WSVECS04 Frhs2[637]: 6 0 1.41415 shouldn't be
693.78/695.62	WSVECS04 Frhs2[661]: 6 -1.25688 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[695]: 6 -0.837138 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[711]: 6 0 1.02355 shouldn't be
693.78/695.62	WSVECS04 Frhs2[734]: 6 0 0.0613371 shouldn't be
693.78/695.62	WSVECS04 Frhs2[941]: 6 -0.996647 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[953]: 6 -0.982467 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1000]: 6 -0.622089 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1062]: 6 -5.33783 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1081]: 6 -1.28433 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1107]: 6 -1.77755 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1118]: 6 0 0.846687 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1141]: 6 0 0.740416 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1144]: 6 -0.567198 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1163]: 6 -1.11673 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1171]: 6 -0.863573 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1182]: 6 -2.55133 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1186]: 6 0 0.310401 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1187]: 6 0 0.254329 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1207]: 6 -1.83035 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1216]: 6 -1.24089 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1224]: 6 -0.592074 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1233]: 6 -0.759015 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1240]: 6 -0.75499 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1256]: 6 -1.4728 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1268]: 6 -5.61998e-06 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1278]: 6 -0.547223 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1320]: 6 -1.24753 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1337]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1347]: 6 -1.22071 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1350]: 6 -1.73578 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1372]: 6 -1.0455 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1373]: 6 -3.25986 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1406]: 6 -1.0625 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1515]: 6 -6.23446 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1576]: 6 -4.74499 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1611]: 6 -0.980223 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1625]: 6 -1.90029 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1659]: 6 0 0.92014 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1758]: 6 0 0.334215 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1966]: 6 0 0.152251 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1970]: 6 0 3.74793 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1989]: 6 0 7.88404 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[1996]: 6 0 1.92989 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2053]: 6 -1.00064 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2060]: 6 0 0.852639 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2072]: 6 -0.656867 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2078]: 6 -0.176657 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2084]: 6 0 1.18191 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2092]: 6 0 2.68234 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2158]: 6 0 1.97301 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2160]: 6 -1.44956 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2162]: 6 -5.69643 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2163]: 6 -0.999648 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2170]: 6 -0.933149 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2174]: 6 -0.959059 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2178]: 6 0 5.33652 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2180]: 6 0 0.350552 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2183]: 6 0 1.10123 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2253]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2260]: 6 0 0.616988 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2326]: 6 0 0.644176 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2328]: 6 0 1.82663 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2333]: 6 -0.282239 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2358]: 6 0 3.99897 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2363]: 6 0 4.15368 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2365]: 6 0 17.7682 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2376]: 6 0 3.06888 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2384]: 6 -0.541556 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2388]: 6 -0.521934 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2393]: 6 0 1.11814 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2406]: 6 -1.25 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2439]: 6 0 8.65244 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2442]: 6 0 1.5 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2486]: 6 0 0.40336 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2580]: 6 -1.52726 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2603]: 6 -1.00064 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2657]: 6 -0.999995 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2660]: 6 -0.653145 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2668]: 6 0 1.11842 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2671]: 6 0 3.52943e-07 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2672]: 6 -0.929825 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2687]: 6 -0.943007 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2723]: 6 -2.95986 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2746]: 6 -0.992116 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2750]: 6 -1.02759 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2764]: 6 -1.25 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2790]: 6 -0.0148004 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2826]: 6 -4.86339 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2883]: 6 -2.42661 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2888]: 6 -0.95514 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2963]: 6 -2.8178 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2966]: 6 -2.04132 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2968]: 6 0 1 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2981]: 6 -0.997681 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3108]: 6 0 1.32018 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3113]: 6 -3.42068 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3120]: 6 0 0.303018 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3154]: 6 -5.25571 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3212]: 6 0 0.234907 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3216]: 6 -3.56566 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3218]: 6 -1.00042 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3224]: 6 -0.996648 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3295]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3325]: 6 -0.999998 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3416]: 6 -0.865724 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3423]: 6 -0.414696 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3448]: 6 -0.0278448 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3451]: 6 -3.19431 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3473]: 6 -0.999967 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3489]: 6 -0.454304 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3493]: 6 -1.18492 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3526]: 6 0 0.379348 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3530]: 6 -4.14342 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3586]: 6 -17.4091 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3612]: 6 -0.274448 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3619]: 6 -0.999947 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3700]: 6 -0.957981 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3708]: 6 -0.999998 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3724]: 6 -0.877745 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3734]: 6 -0.999921 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3738]: 6 0 4.45799 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3784]: 6 -0.665159 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3785]: 6 -0.656509 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3789]: 6 -1.9654 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3794]: 6 0 20.1033 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3805]: 6 -0.935181 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3828]: 6 -0.538296 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3878]: 6 0 0.67935 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3886]: 6 0 10.9462 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3889]: 6 -1.63169 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3892]: 6 -0.720948 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3903]: 6 -0.542254 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3918]: 6 -2.71481 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3920]: 6 -4.84977 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3929]: 6 -1.51088 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3934]: 6 0 1.42527 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3973]: 6 0 0.517153 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3975]: 6 -9.04167 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[3996]: 6 -0.61046 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4005]: 6 -0.99975 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4067]: 6 -2.00882 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4080]: 6 -0.740567 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4085]: 6 -0.468748 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4092]: 6 -1.0046 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4096]: 6 0 1.21884 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4098]: 6 -0.20667 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4112]: 6 0 1.47229 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4164]: 6 -0.998523 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4188]: 6 -0.537109 0 shouldn't be
693.78/695.62	WSVECS04 Frhs2[4248]: 6 0 0.998975 shouldn't be
751.52/753.55	c #Conflicts:    1542000 | #Constraints:      35306
751.52/753.55	c #Conflicts:    1543000 | #Constraints:      36306
751.52/753.55	c #Conflicts:    1544000 | #Constraints:      37306
751.52/753.55	c #Conflicts:    1545000 | #Constraints:      38306
751.52/753.55	c #Conflicts:    1546000 | #Constraints:      39306
751.52/753.55	c #Conflicts:    1547000 | #Constraints:      40306
751.52/753.55	c #Conflicts:    1548000 | #Constraints:      41306
751.52/753.55	c #Conflicts:    1549000 | #Constraints:      42306
751.52/753.55	c #Conflicts:    1550000 | #Constraints:      43306
751.52/753.55	c #Conflicts:    1551000 | #Constraints:      44306
751.52/753.55	c #Conflicts:    1552000 | #Constraints:      45306
751.52/753.55	c #Conflicts:    1553000 | #Constraints:      46306
751.52/753.55	c #Conflicts:    1554000 | #Constraints:      47306
751.52/753.55	c #Conflicts:    1555000 | #Constraints:      48306
751.52/753.55	c #Conflicts:    1556000 | #Constraints:      49306
751.52/753.55	c #Conflicts:    1557000 | #Constraints:      50306
751.52/753.55	c #Conflicts:    1558000 | #Constraints:      51306
751.52/753.55	c #Conflicts:    1559000 | #Constraints:      52306
751.52/753.55	c #Conflicts:    1560000 | #Constraints:      53306
751.52/753.55	c #Conflicts:    1561000 | #Constraints:      54306
751.52/753.55	c #Conflicts:    1562000 | #Constraints:      55306
751.52/753.55	c #Conflicts:    1563000 | #Constraints:      56306
751.52/753.55	c #Conflicts:    1564000 | #Constraints:      57306
751.52/753.55	c #Conflicts:    1565000 | #Constraints:      58306
751.52/753.55	c #Conflicts:    1566000 | #Constraints:      59306
751.52/753.55	c INPROCESSING
751.52/753.55	c GARBAGE COLLECT
751.52/753.55	c #Conflicts:    1567000 | #Constraints:      35443
751.52/753.55	c #Conflicts:    1568000 | #Constraints:      36443
751.52/753.55	c #Conflicts:    1569000 | #Constraints:      37443
751.52/753.55	c #Conflicts:    1570000 | #Constraints:      38443
751.52/753.55	c #Conflicts:    1571000 | #Constraints:      39443
751.52/753.55	c #Conflicts:    1572000 | #Constraints:      40443
751.52/753.55	c #Conflicts:    1573000 | #Constraints:      41443
751.52/753.55	c #Conflicts:    1574000 | #Constraints:      42443
751.52/753.55	c #Conflicts:    1575000 | #Constraints:      43443
751.52/753.55	c #Conflicts:    1576000 | #Constraints:      44443
751.52/753.55	c #Conflicts:    1577000 | #Constraints:      45443
751.52/753.55	c #Conflicts:    1578000 | #Constraints:      46443
751.52/753.55	c #Conflicts:    1579000 | #Constraints:      47443
751.52/753.55	c #Conflicts:    1580000 | #Constraints:      48443
751.52/753.55	c #Conflicts:    1581000 | #Constraints:      49443
751.52/753.55	c #Conflicts:    1582000 | #Constraints:      50443
751.52/753.55	c #Conflicts:    1583000 | #Constraints:      51443
751.52/753.55	c #Conflicts:    1584000 | #Constraints:      52443
751.52/753.55	c #Conflicts:    1585000 | #Constraints:      53443
751.52/753.55	c #Conflicts:    1586000 | #Constraints:      54443
751.52/753.55	c #Conflicts:    1587000 | #Constraints:      55443
751.52/753.55	c #Conflicts:    1588000 | #Constraints:      56443
751.52/753.55	c #Conflicts:    1589000 | #Constraints:      57443
751.52/753.55	c #Conflicts:    1590000 | #Constraints:      58443
751.52/753.55	c #Conflicts:    1591000 | #Constraints:      59443
751.52/753.55	c INPROCESSING
751.52/753.55	c GARBAGE COLLECT
751.52/753.55	c #Conflicts:    1592000 | #Constraints:      35431
751.52/753.55	c #Conflicts:    1593000 | #Constraints:      36431
751.52/753.55	c #Conflicts:    1594000 | #Constraints:      37431
751.52/753.55	c #Conflicts:    1595000 | #Constraints:      38431
751.52/753.55	c #Conflicts:    1596000 | #Constraints:      39431
751.52/753.55	c #Conflicts:    1597000 | #Constraints:      40431
751.52/753.55	c #Conflicts:    1598000 | #Constraints:      41431
751.52/753.55	c #Conflicts:    1599000 | #Constraints:      42431
751.52/753.55	c #Conflicts:    1600000 | #Constraints:      43431
751.52/753.55	c #Conflicts:    1601000 | #Constraints:      44431
751.52/753.55	c #Conflicts:    1602000 | #Constraints:      45431
751.52/753.55	c #Conflicts:    1603000 | #Constraints:      46431
751.52/753.55	c #Conflicts:    1604000 | #Constraints:      47431
751.52/753.55	c #Conflicts:    1605000 | #Constraints:      48431
751.52/753.55	c #Conflicts:    1606000 | #Constraints:      49431
751.52/753.55	c #Conflicts:    1607000 | #Constraints:      50431
751.52/753.55	c #Conflicts:    1608000 | #Constraints:      51431
751.52/753.55	c #Conflicts:    1609000 | #Constraints:      52431
751.52/753.55	c #Conflicts:    1610000 | #Constraints:      53431
751.52/753.55	c #Conflicts:    1611000 | #Constraints:      54431
751.52/753.55	c #Conflicts:    1612000 | #Constraints:      55431
751.52/753.55	c #Conflicts:    1613000 | #Constraints:      56431
751.52/753.55	c #Conflicts:    1614000 | #Constraints:      57431
751.52/753.55	c #Conflicts:    1615000 | #Constraints:      58431
751.52/753.55	c #Conflicts:    1616000 | #Constraints:      59431
751.52/753.55	c INPROCESSING
751.52/753.55	c GARBAGE COLLECT
751.52/753.55	c #Conflicts:    1617000 | #Constraints:      35239
751.52/753.55	c #Conflicts:    1618000 | #Constraints:      36239
800.40/802.53	c #Conflicts:    1619000 | #Constraints:      37239
800.40/802.53	c #Conflicts:    1620000 | #Constraints:      38239
800.40/802.53	c #Conflicts:    1621000 | #Constraints:      39239
800.40/802.53	c #Conflicts:    1622000 | #Constraints:      40239
800.40/802.53	c #Conflicts:    1623000 | #Constraints:      41239
800.40/802.53	c #Conflicts:    1624000 | #Constraints:      42239
800.40/802.53	c #Conflicts:    1625000 | #Constraints:      43239
800.40/802.53	c #Conflicts:    1626000 | #Constraints:      44239
800.40/802.53	c #Conflicts:    1627000 | #Constraints:      45239
800.40/802.53	c #Conflicts:    1628000 | #Constraints:      46239
800.40/802.53	c #Conflicts:    1629000 | #Constraints:      47239
800.40/802.53	c #Conflicts:    1630000 | #Constraints:      48239
800.40/802.53	c #Conflicts:    1631000 | #Constraints:      49239
800.40/802.53	c #Conflicts:    1632000 | #Constraints:      50239
800.40/802.53	c #Conflicts:    1633000 | #Constraints:      51239
800.40/802.53	c #Conflicts:    1634000 | #Constraints:      52239
800.40/802.53	c #Conflicts:    1635000 | #Constraints:      53239
800.40/802.53	c #Conflicts:    1636000 | #Constraints:      54239
800.40/802.53	c #Conflicts:    1637000 | #Constraints:      55239
800.40/802.53	c #Conflicts:    1638000 | #Constraints:      56239
800.40/802.53	c #Conflicts:    1639000 | #Constraints:      57239
800.40/802.53	c #Conflicts:    1640000 | #Constraints:      58239
800.40/802.53	c #Conflicts:    1641000 | #Constraints:      59239
800.40/802.53	c #Conflicts:    1642000 | #Constraints:      60239
800.40/802.53	c INPROCESSING
800.40/802.53	c GARBAGE COLLECT
800.40/802.53	c #Conflicts:    1643000 | #Constraints:      35832
800.40/802.53	c #Conflicts:    1644000 | #Constraints:      36832
800.40/802.53	c #Conflicts:    1645000 | #Constraints:      37832
800.40/802.53	c #Conflicts:    1646000 | #Constraints:      38832
800.40/802.53	c #Conflicts:    1647000 | #Constraints:      39832
800.40/802.53	c #Conflicts:    1648000 | #Constraints:      40832
800.40/802.53	c #Conflicts:    1649000 | #Constraints:      41832
800.40/802.53	c #Conflicts:    1650000 | #Constraints:      42832
800.40/802.53	c #Conflicts:    1651000 | #Constraints:      43832
800.40/802.53	c #Conflicts:    1652000 | #Constraints:      44832
800.40/802.53	c #Conflicts:    1653000 | #Constraints:      45832
800.40/802.53	c #Conflicts:    1654000 | #Constraints:      46832
800.40/802.53	c #Conflicts:    1655000 | #Constraints:      47832
800.40/802.53	c #Conflicts:    1656000 | #Constraints:      48832
800.40/802.53	c #Conflicts:    1657000 | #Constraints:      49832
800.40/802.53	c #Conflicts:    1658000 | #Constraints:      50832
800.40/802.53	c #Conflicts:    1659000 | #Constraints:      51832
800.40/802.53	c #Conflicts:    1660000 | #Constraints:      52832
800.40/802.53	c #Conflicts:    1661000 | #Constraints:      53832
800.40/802.53	c #Conflicts:    1662000 | #Constraints:      54832
800.40/802.53	c #Conflicts:    1663000 | #Constraints:      55832
800.40/802.53	c #Conflicts:    1664000 | #Constraints:      56832
800.40/802.53	c #Conflicts:    1665000 | #Constraints:      57832
800.40/802.53	c #Conflicts:    1666000 | #Constraints:      58832
800.40/802.53	c #Conflicts:    1667000 | #Constraints:      59832
800.40/802.53	c #Conflicts:    1668000 | #Constraints:      60832
800.40/802.53	c INPROCESSING
800.40/802.53	c GARBAGE COLLECT
800.40/802.53	c #Conflicts:    1669000 | #Constraints:      36177
800.40/802.53	c #Conflicts:    1670000 | #Constraints:      37177
800.40/802.53	c #Conflicts:    1671000 | #Constraints:      38177
800.40/802.53	c #Conflicts:    1672000 | #Constraints:      39177
800.40/802.53	c #Conflicts:    1673000 | #Constraints:      40177
800.40/802.53	c #Conflicts:    1674000 | #Constraints:      41177
800.40/802.53	c #Conflicts:    1675000 | #Constraints:      42177
800.40/802.53	c #Conflicts:    1676000 | #Constraints:      43177
800.40/802.53	c #Conflicts:    1677000 | #Constraints:      44177
800.40/802.53	c #Conflicts:    1678000 | #Constraints:      45177
800.40/802.53	c #Conflicts:    1679000 | #Constraints:      46177
800.40/802.53	c #Conflicts:    1680000 | #Constraints:      47177
800.40/802.53	c #Conflicts:    1681000 | #Constraints:      48177
800.40/802.53	c #Conflicts:    1682000 | #Constraints:      49177
800.40/802.53	c #Conflicts:    1683000 | #Constraints:      50177
800.40/802.53	c #Conflicts:    1684000 | #Constraints:      51177
800.40/802.53	c #Conflicts:    1685000 | #Constraints:      52177
800.40/802.53	c #Conflicts:    1686000 | #Constraints:      53177
800.40/802.53	c #Conflicts:    1687000 | #Constraints:      54177
800.40/802.53	c #Conflicts:    1688000 | #Constraints:      55177
800.40/802.53	c #Conflicts:    1689000 | #Constraints:      56177
800.40/802.53	c #Conflicts:    1690000 | #Constraints:      57177
800.40/802.53	c #Conflicts:    1691000 | #Constraints:      58177
800.40/802.53	c #Conflicts:    1692000 | #Constraints:      59177
800.40/802.53	c #Conflicts:    1693000 | #Constraints:      60177
800.40/802.53	c #Conflicts:    1694000 | #Constraints:      61177
800.40/802.53	c INPROCESSING
800.40/802.53	c GARBAGE COLLECT
800.40/802.53	c #Conflicts:    1695000 | #Constraints:      36404
839.10/841.36	c #Conflicts:    1696000 | #Constraints:      37404
839.10/841.36	c #Conflicts:    1697000 | #Constraints:      38404
839.10/841.36	c #Conflicts:    1698000 | #Constraints:      39404
839.10/841.36	c #Conflicts:    1699000 | #Constraints:      40404
839.10/841.36	c #Conflicts:    1700000 | #Constraints:      41404
839.10/841.36	c #Conflicts:    1701000 | #Constraints:      42404
839.10/841.36	c #Conflicts:    1702000 | #Constraints:      43404
839.10/841.36	c #Conflicts:    1703000 | #Constraints:      44404
839.10/841.36	c #Conflicts:    1704000 | #Constraints:      45404
839.10/841.36	c #Conflicts:    1705000 | #Constraints:      46404
839.10/841.36	c #Conflicts:    1706000 | #Constraints:      47404
839.10/841.36	c #Conflicts:    1707000 | #Constraints:      48404
839.10/841.36	c #Conflicts:    1708000 | #Constraints:      49404
839.10/841.36	c #Conflicts:    1709000 | #Constraints:      50404
839.10/841.36	c #Conflicts:    1710000 | #Constraints:      51404
839.10/841.36	c #Conflicts:    1711000 | #Constraints:      52404
839.10/841.36	c #Conflicts:    1712000 | #Constraints:      53404
839.10/841.36	c #Conflicts:    1713000 | #Constraints:      54404
839.10/841.36	c #Conflicts:    1714000 | #Constraints:      55404
839.10/841.36	c #Conflicts:    1715000 | #Constraints:      56404
839.10/841.36	c #Conflicts:    1716000 | #Constraints:      57404
839.10/841.36	c #Conflicts:    1717000 | #Constraints:      58404
839.10/841.36	c #Conflicts:    1718000 | #Constraints:      59404
839.10/841.36	c #Conflicts:    1719000 | #Constraints:      60404
839.10/841.36	c #Conflicts:    1720000 | #Constraints:      61404
839.10/841.36	c INPROCESSING
839.10/841.36	c GARBAGE COLLECT
839.10/841.36	c #Conflicts:    1721000 | #Constraints:      36415
839.10/841.36	c #Conflicts:    1722000 | #Constraints:      37415
839.10/841.36	c #Conflicts:    1723000 | #Constraints:      38415
839.10/841.36	c #Conflicts:    1724000 | #Constraints:      39415
839.10/841.36	c #Conflicts:    1725000 | #Constraints:      40415
839.10/841.36	c #Conflicts:    1726000 | #Constraints:      41415
839.10/841.36	c #Conflicts:    1727000 | #Constraints:      42415
839.10/841.36	c #Conflicts:    1728000 | #Constraints:      43415
839.10/841.36	c #Conflicts:    1729000 | #Constraints:      44415
839.10/841.36	c #Conflicts:    1730000 | #Constraints:      45415
839.10/841.36	c #Conflicts:    1731000 | #Constraints:      46415
839.10/841.36	c #Conflicts:    1732000 | #Constraints:      47415
839.10/841.36	c #Conflicts:    1733000 | #Constraints:      48415
839.10/841.36	c #Conflicts:    1734000 | #Constraints:      49415
839.10/841.36	c #Conflicts:    1735000 | #Constraints:      50415
839.10/841.36	c #Conflicts:    1736000 | #Constraints:      51415
839.10/841.36	c #Conflicts:    1737000 | #Constraints:      52415
839.10/841.36	c #Conflicts:    1738000 | #Constraints:      53415
839.10/841.36	c #Conflicts:    1739000 | #Constraints:      54415
839.10/841.36	c #Conflicts:    1740000 | #Constraints:      55415
839.10/841.36	c #Conflicts:    1741000 | #Constraints:      56415
839.10/841.36	c #Conflicts:    1742000 | #Constraints:      57415
839.10/841.36	c #Conflicts:    1743000 | #Constraints:      58416
839.10/841.36	c #Conflicts:    1744000 | #Constraints:      59416
839.10/841.36	c #Conflicts:    1745000 | #Constraints:      60416
839.10/841.36	c #Conflicts:    1746000 | #Constraints:      61416
839.10/841.36	c INPROCESSING
839.10/841.36	c GARBAGE COLLECT
839.10/841.36	c #Conflicts:    1747000 | #Constraints:      36225
839.10/841.36	c #Conflicts:    1748000 | #Constraints:      37225
839.10/841.36	c #Conflicts:    1749000 | #Constraints:      38225
839.10/841.36	c #Conflicts:    1750000 | #Constraints:      39225
839.10/841.36	c #Conflicts:    1751000 | #Constraints:      40225
839.10/841.36	c #Conflicts:    1752000 | #Constraints:      41225
839.10/841.36	c #Conflicts:    1753000 | #Constraints:      42225
839.10/841.36	c #Conflicts:    1754000 | #Constraints:      43225
839.10/841.36	c #Conflicts:    1755000 | #Constraints:      44225
839.10/841.36	c #Conflicts:    1756000 | #Constraints:      45225
839.10/841.36	c #Conflicts:    1757000 | #Constraints:      46225
839.10/841.36	c #Conflicts:    1758000 | #Constraints:      47225
839.10/841.36	c #Conflicts:    1759000 | #Constraints:      48225
839.10/841.36	c #Conflicts:    1760000 | #Constraints:      49225
839.10/841.36	c #Conflicts:    1761000 | #Constraints:      50225
839.10/841.36	c #Conflicts:    1762000 | #Constraints:      51225
839.10/841.36	c #Conflicts:    1763000 | #Constraints:      52225
839.10/841.36	c #Conflicts:    1764000 | #Constraints:      53225
839.10/841.36	c #Conflicts:    1765000 | #Constraints:      54225
839.10/841.36	c #Conflicts:    1766000 | #Constraints:      55225
839.10/841.36	c #Conflicts:    1767000 | #Constraints:      56225
839.10/841.36	c #Conflicts:    1768000 | #Constraints:      57225
839.10/841.36	c #Conflicts:    1769000 | #Constraints:      58225
839.10/841.36	c #Conflicts:    1770000 | #Constraints:      59225
839.10/841.36	c #Conflicts:    1771000 | #Constraints:      60225
839.10/841.36	c #Conflicts:    1772000 | #Constraints:      61225
839.10/841.36	c #Conflicts:    1773000 | #Constraints:      62225
856.15/858.41	c INPROCESSING
856.15/858.41	c GARBAGE COLLECT
856.15/858.41	c #Conflicts:    1774000 | #Constraints:      36832
856.15/858.41	c #Conflicts:    1775000 | #Constraints:      37832
856.15/858.41	c #Conflicts:    1776000 | #Constraints:      38832
856.15/858.41	c #Conflicts:    1777000 | #Constraints:      39832
856.15/858.41	c #Conflicts:    1778000 | #Constraints:      40832
856.15/858.41	c #Conflicts:    1779000 | #Constraints:      41832
856.15/858.41	c #Conflicts:    1780000 | #Constraints:      42832
856.15/858.41	c #Conflicts:    1781000 | #Constraints:      43832
856.15/858.41	c #Conflicts:    1782000 | #Constraints:      44832
856.15/858.41	c #Conflicts:    1783000 | #Constraints:      45832
856.15/858.41	c #Conflicts:    1784000 | #Constraints:      46832
856.15/858.41	c #Conflicts:    1785000 | #Constraints:      47832
856.15/858.41	c #Conflicts:    1786000 | #Constraints:      48832
856.15/858.41	c #Conflicts:    1787000 | #Constraints:      49832
856.15/858.41	c #Conflicts:    1788000 | #Constraints:      50832
856.15/858.41	c #Conflicts:    1789000 | #Constraints:      51832
856.15/858.41	c #Conflicts:    1790000 | #Constraints:      52832
856.15/858.41	c #Conflicts:    1791000 | #Constraints:      53832
856.15/858.41	c #Conflicts:    1792000 | #Constraints:      54832
856.15/858.41	c #Conflicts:    1793000 | #Constraints:      55832
856.15/858.41	c #Conflicts:    1794000 | #Constraints:      56832
856.15/858.41	c #Conflicts:    1795000 | #Constraints:      57832
856.15/858.41	c #Conflicts:    1796000 | #Constraints:      58832
856.15/858.41	c #Conflicts:    1797000 | #Constraints:      59832
856.15/858.41	c #Conflicts:    1798000 | #Constraints:      60832
856.15/858.41	c #Conflicts:    1799000 | #Constraints:      61832
856.15/858.41	c #Conflicts:    1800000 | #Constraints:      62832
856.15/858.41	c INPROCESSING
856.15/858.41	c GARBAGE COLLECT
856.15/858.41	c rational objective 696.674
906.72/909.10	c #Conflicts:    1801000 | #Constraints:      37219
906.72/909.10	c #Conflicts:    1802000 | #Constraints:      38219
906.72/909.10	c #Conflicts:    1803000 | #Constraints:      39219
906.72/909.10	c #Conflicts:    1804000 | #Constraints:      40219
906.72/909.10	c #Conflicts:    1805000 | #Constraints:      41219
906.72/909.10	c #Conflicts:    1806000 | #Constraints:      42219
906.72/909.10	c #Conflicts:    1807000 | #Constraints:      43219
906.72/909.10	c #Conflicts:    1808000 | #Constraints:      44219
906.72/909.10	c #Conflicts:    1809000 | #Constraints:      45219
906.72/909.10	c #Conflicts:    1810000 | #Constraints:      46219
906.72/909.10	c #Conflicts:    1811000 | #Constraints:      47219
906.72/909.10	c #Conflicts:    1812000 | #Constraints:      48219
906.72/909.10	c #Conflicts:    1813000 | #Constraints:      49219
906.72/909.10	c #Conflicts:    1814000 | #Constraints:      50219
906.72/909.10	c #Conflicts:    1815000 | #Constraints:      51219
906.72/909.10	c #Conflicts:    1816000 | #Constraints:      52219
906.72/909.10	c #Conflicts:    1817000 | #Constraints:      53219
906.72/909.10	c #Conflicts:    1818000 | #Constraints:      54219
906.72/909.10	c #Conflicts:    1819000 | #Constraints:      55219
906.72/909.10	c #Conflicts:    1820000 | #Constraints:      56219
906.72/909.10	c #Conflicts:    1821000 | #Constraints:      57219
906.72/909.10	c #Conflicts:    1822000 | #Constraints:      58219
906.72/909.10	c #Conflicts:    1823000 | #Constraints:      59219
906.72/909.10	c #Conflicts:    1824000 | #Constraints:      60219
906.72/909.10	c #Conflicts:    1825000 | #Constraints:      61219
906.72/909.10	c #Conflicts:    1826000 | #Constraints:      62219
906.72/909.10	c #Conflicts:    1827000 | #Constraints:      63219
906.72/909.10	c INPROCESSING
906.72/909.10	c GARBAGE COLLECT
906.72/909.10	c #Conflicts:    1828000 | #Constraints:      37434
906.72/909.10	c #Conflicts:    1829000 | #Constraints:      38434
906.72/909.10	c #Conflicts:    1830000 | #Constraints:      39434
906.72/909.10	c #Conflicts:    1831000 | #Constraints:      40434
906.72/909.10	c #Conflicts:    1832000 | #Constraints:      41434
906.72/909.10	c #Conflicts:    1833000 | #Constraints:      42434
906.72/909.10	c #Conflicts:    1834000 | #Constraints:      43434
906.72/909.10	c #Conflicts:    1835000 | #Constraints:      44434
906.72/909.10	c #Conflicts:    1836000 | #Constraints:      45434
906.72/909.10	c #Conflicts:    1837000 | #Constraints:      46434
906.72/909.10	c #Conflicts:    1838000 | #Constraints:      47434
906.72/909.10	c #Conflicts:    1839000 | #Constraints:      48434
906.72/909.11	c #Conflicts:    1840000 | #Constraints:      49434
906.72/909.11	c #Conflicts:    1841000 | #Constraints:      50434
906.72/909.11	c #Conflicts:    1842000 | #Constraints:      51434
906.72/909.11	c #Conflicts:    1843000 | #Constraints:      52434
906.72/909.11	c #Conflicts:    1844000 | #Constraints:      53434
906.72/909.11	c #Conflicts:    1845000 | #Constraints:      54434
906.72/909.11	c #Conflicts:    1846000 | #Constraints:      55434
906.72/909.11	c #Conflicts:    1847000 | #Constraints:      56434
906.72/909.11	c #Conflicts:    1848000 | #Constraints:      57434
906.72/909.11	c #Conflicts:    1849000 | #Constraints:      58434
906.72/909.11	c #Conflicts:    1850000 | #Constraints:      59435
906.72/909.11	c #Conflicts:    1851000 | #Constraints:      60435
906.72/909.11	c #Conflicts:    1852000 | #Constraints:      61435
906.72/909.11	c #Conflicts:    1853000 | #Constraints:      62435
906.72/909.11	c #Conflicts:    1854000 | #Constraints:      63435
906.72/909.11	c INPROCESSING
906.72/909.11	c GARBAGE COLLECT
906.72/909.11	c #Conflicts:    1855000 | #Constraints:      37460
906.72/909.11	c #Conflicts:    1856000 | #Constraints:      38460
906.72/909.11	c #Conflicts:    1857000 | #Constraints:      39460
906.72/909.11	c #Conflicts:    1858000 | #Constraints:      40460
906.72/909.11	c #Conflicts:    1859000 | #Constraints:      41460
906.72/909.11	c #Conflicts:    1860000 | #Constraints:      42460
906.72/909.11	c #Conflicts:    1861000 | #Constraints:      43460
906.72/909.11	c #Conflicts:    1862000 | #Constraints:      44460
906.72/909.11	c #Conflicts:    1863000 | #Constraints:      45460
906.72/909.11	c #Conflicts:    1864000 | #Constraints:      46460
906.72/909.11	c #Conflicts:    1865000 | #Constraints:      47460
906.72/909.11	c #Conflicts:    1866000 | #Constraints:      48460
906.72/909.11	c #Conflicts:    1867000 | #Constraints:      49460
906.72/909.11	c #Conflicts:    1868000 | #Constraints:      50460
906.72/909.11	c #Conflicts:    1869000 | #Constraints:      51535
906.72/909.11	c #Conflicts:    1870000 | #Constraints:      53051
906.72/909.11	c #Conflicts:    1871000 | #Constraints:      54484
906.72/909.11	c #Conflicts:    1872000 | #Constraints:      55484
906.72/909.11	c #Conflicts:    1873000 | #Constraints:      56484
906.72/909.11	c #Conflicts:    1874000 | #Constraints:      57484
906.72/909.11	c #Conflicts:    1875000 | #Constraints:      58484
906.72/909.11	c #Conflicts:    1876000 | #Constraints:      59484
906.72/909.11	c #Conflicts:    1877000 | #Constraints:      60484
906.72/909.11	c #Conflicts:    1878000 | #Constraints:      61484
921.78/924.21	c #Conflicts:    1879000 | #Constraints:      62484
921.78/924.21	c #Conflicts:    1880000 | #Constraints:      63484
921.78/924.21	c #Conflicts:    1881000 | #Constraints:      64484
921.78/924.21	c INPROCESSING
921.78/924.21	c GARBAGE COLLECT
921.78/924.21	c #Conflicts:    1882000 | #Constraints:      37752
921.78/924.21	c #Conflicts:    1883000 | #Constraints:      38752
921.78/924.21	c #Conflicts:    1884000 | #Constraints:      39752
921.78/924.21	c #Conflicts:    1885000 | #Constraints:      40752
921.78/924.21	c #Conflicts:    1886000 | #Constraints:      41752
921.78/924.21	c #Conflicts:    1887000 | #Constraints:      42752
921.78/924.21	c #Conflicts:    1888000 | #Constraints:      43752
921.78/924.21	c #Conflicts:    1889000 | #Constraints:      44752
921.78/924.21	c #Conflicts:    1890000 | #Constraints:      45752
921.78/924.21	c #Conflicts:    1891000 | #Constraints:      46752
921.78/924.21	c #Conflicts:    1892000 | #Constraints:      47752
921.78/924.21	c #Conflicts:    1893000 | #Constraints:      48752
921.78/924.21	c #Conflicts:    1894000 | #Constraints:      49752
921.78/924.21	c #Conflicts:    1895000 | #Constraints:      50752
921.78/924.21	c #Conflicts:    1896000 | #Constraints:      51752
921.78/924.21	c #Conflicts:    1897000 | #Constraints:      52752
921.78/924.21	c #Conflicts:    1898000 | #Constraints:      53752
921.78/924.21	c #Conflicts:    1899000 | #Constraints:      54752
921.78/924.21	c #Conflicts:    1900000 | #Constraints:      55752
921.78/924.21	c #Conflicts:    1901000 | #Constraints:      56752
921.78/924.21	c #Conflicts:    1902000 | #Constraints:      57753
921.78/924.21	c #Conflicts:    1903000 | #Constraints:      58753
921.78/924.21	c #Conflicts:    1904000 | #Constraints:      59753
921.78/924.21	c #Conflicts:    1905000 | #Constraints:      60753
921.78/924.21	c #Conflicts:    1906000 | #Constraints:      61753
921.78/924.21	c #Conflicts:    1907000 | #Constraints:      62753
921.78/924.21	c #Conflicts:    1908000 | #Constraints:      63753
921.78/924.21	c #Conflicts:    1909000 | #Constraints:      64928
921.78/924.21	c INPROCESSING
921.78/924.21	c GARBAGE COLLECT
921.78/924.21	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[7]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[9]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[52]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[81]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[100]: 6 0 2.4063 shouldn't be
921.78/924.21	WSVECS04 Frhs2[104]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[117]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[147]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[165]: 6 -6.53128 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[181]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[185]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[186]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[220]: 6 -1.0782 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[263]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[322]: 6 -1.18754 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[323]: 6 -1.25004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[338]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[349]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[373]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[419]: 6 -2.88549 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[425]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[445]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[449]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[479]: 6 -1.25005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[481]: 6 -1.31254 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[499]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[519]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[538]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[541]: 6 -1.3126 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[548]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[551]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[557]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[574]: 6 -1.25008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[575]: 6 -1.25002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[585]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[590]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[595]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[597]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[629]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[631]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[646]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[673]: 6 -1.25006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[935]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[998]: 6 -0.875013 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1000]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1016]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1019]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1049]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1054]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1078]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1080]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1083]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1084]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1088]: 6 -1.31258 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1090]: 6 -1.25004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1095]: 6 -0.750034 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1101]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1112]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1116]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1126]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1133]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1135]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1157]: 6 -7.81253 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1158]: 6 -15.6251 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1164]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1169]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1175]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1181]: 6 -1.00009 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1187]: 6 -1.00006 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1190]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1194]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1198]: 6 -1.0001 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1208]: 6 -1.31258 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1209]: 6 -1.00008 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1218]: 6 -1.25003 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1237]: 6 -1.00007 0 shouldn't be
921.78/924.21	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
921.78/924 [...]

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

85/1826.65	WSVECS04 Frhs2[2627]: 6 -3.98091 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2640]: 6 -3.54417 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2648]: 6 -5.25004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2651]: 6 -0.500029 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2658]: 6 -1.0016 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2670]: 6 -1.00016 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2671]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2680]: 6 -1.62508 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2687]: 6 -0.500091 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2708]: 6 -1.00017 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2709]: 6 0 1.00005 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2716]: 6 -0.914445 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2735]: 6 -3.50005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2746]: 6 0 0.994602 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2747]: 6 -0.805278 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2750]: 6 -0.187136 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2754]: 6 -1.25171 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2760]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2765]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2768]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2769]: 6 -0.250011 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2771]: 6 -1.50007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2774]: 6 0 1.00002 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2776]: 6 -1.00001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2778]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2780]: 6 -1.50002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2782]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2785]: 6 -1.33012 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2790]: 6 -3.50598 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2794]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2799]: 6 -1.60158 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2800]: 6 -1.32815 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2813]: 6 -1.12917 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2821]: 6 -0.671939 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2829]: 6 -0.750097 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2835]: 6 -1.35595 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2839]: 6 -1.20295 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2844]: 6 -3.62336 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2849]: 6 -1.31254 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2851]: 6 -0.375041 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2853]: 6 -1.25002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2863]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2867]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2869]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2872]: 6 -1.26651 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2874]: 6 -0.975631 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2882]: 6 -2.35155 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2894]: 6 -1.25002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2895]: 6 -1.31254 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2896]: 6 -1.62508 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2897]: 6 -1.25009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2901]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2911]: 6 -1.49075 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2922]: 6 0 2.50106 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2931]: 6 -0.343768 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2934]: 6 -1.3282 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2937]: 6 -0.593844 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2945]: 6 -0.750061 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2951]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2955]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2960]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2967]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2971]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2986]: 6 -1.32694 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2987]: 6 -1.30493 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2992]: 6 -1.00017 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[2997]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3001]: 6 -1.12524 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3007]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3026]: 6 -6.0672 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3027]: 6 -0.649369 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3037]: 6 -1.22228 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3048]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3058]: 6 -0.500082 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3059]: 6 -0.500038 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3062]: 6 -0.500024 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3066]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3070]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3075]: 6 -1.13264 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3094]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3096]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3097]: 6 -1.00245 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3098]: 6 -1.65632 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3103]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3104]: 6 -1.50073 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3107]: 6 -5.96731 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3117]: 6 -5.43731 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3124]: 6 0 0.250022 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3126]: 6 -1.50002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3137]: 6 -0.750039 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3141]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3144]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3149]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3152]: 6 -1.65634 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3153]: 6 -1.65634 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3157]: 6 -0.625016 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3164]: 6 -1.501 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3166]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3169]: 6 -1.25613 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3187]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3192]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3193]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3206]: 6 -7.2888 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3210]: 6 -1.34927 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3211]: 6 -0.85355 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3217]: 6 -0.50002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3239]: 6 -0.999972 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3241]: 6 -0.99982 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3246]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3248]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3253]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3256]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3257]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3260]: 6 -1.50002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3269]: 6 -1.5005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3270]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3275]: 6 -1.00078 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3285]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3287]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3288]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3293]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3294]: 6 -3.11675 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3295]: 6 -1.25001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3296]: 6 -0.964987 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3306]: 6 0 0.687566 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3316]: 6 -4.00034 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3318]: 6 0 1.39113 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3330]: 6 -6.55222 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3338]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3342]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3344]: 6 -1.25001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3346]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3349]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3352]: 6 -1.62506 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3354]: 6 -0.983408 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3356]: 6 0 1.00009 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3364]: 6 -1.25041 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3378]: 6 -1.00001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3379]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3380]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3384]: 6 -1.00001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3389]: 6 -0.999998 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3394]: 6 0 0.999585 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3399]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3409]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3422]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3423]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3427]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3430]: 6 -1.00063 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3431]: 6 -1.00064 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3433]: 6 -1.00001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3438]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3440]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3441]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3444]: 6 -1.3438 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3446]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3449]: 6 -1.37509 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3454]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3458]: 6 -2.39457 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3465]: 6 -1.00001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3472]: 6 -1.00153 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3473]: 6 -1.00025 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3480]: 6 -0.991092 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3494]: 6 0 1.1642 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3498]: 6 -1.00069 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3501]: 6 -1.25141 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3513]: 6 -1.53437 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3525]: 6 -0.999621 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3528]: 6 -1.00165 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3532]: 6 -0.99113 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3550]: 6 -6.91535 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3551]: 6 -0.500047 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3558]: 6 -1.62537 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3559]: 6 -1.25019 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3562]: 6 -1.65645 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3564]: 6 -2.817 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3570]: 6 -1.25088 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3583]: 6 -0.0505087 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3584]: 6 -1.33931 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3586]: 6 -1.16775 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3601]: 6 -1.65643 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3605]: 6 -0.687557 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3614]: 6 -1.00027 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3616]: 6 -1.24957 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3618]: 6 -1.25002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3624]: 6 -1.0076 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3626]: 6 -1.00169 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3628]: 6 -1.00052 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3629]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3631]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3633]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3640]: 6 -0.999616 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3642]: 6 -0.999121 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3652]: 6 -1.50006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3655]: 6 -0.909087 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3664]: 6 -0.998622 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3665]: 6 -1.18811 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3666]: 6 -1.25044 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3667]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3668]: 6 -1.25006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3669]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3685]: 6 -0.610573 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3688]: 6 0 1.00003 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3710]: 6 -1.18883 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3711]: 6 -1.19094 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3718]: 6 -0.500314 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3724]: 6 -1.00061 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3727]: 6 -1.00296 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3734]: 6 -2.42902 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3742]: 6 -7.11068 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3758]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3767]: 6 -1.33318 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3769]: 6 -1.33246 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3773]: 6 -1.29654 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3779]: 6 -5.27163 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3782]: 6 0 1.51536 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3784]: 6 -0.504103 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3789]: 6 0 0.167348 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3792]: 6 -4.31053 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3804]: 6 -1.29702 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3809]: 6 -1.18804 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3817]: 6 -1.00011 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3824]: 6 -1.00005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3828]: 6 -1.65628 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3832]: 6 0 1.4972 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3841]: 6 0 1.25809 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3846]: 6 -1.52864 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3856]: 6 -1.07852 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3873]: 6 -5.66436 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3878]: 6 -4.01065 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3880]: 6 0 1.00003 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3885]: 6 -0.95363 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3889]: 6 -0.500025 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3892]: 6 -0.248343 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3894]: 6 0 0.660038 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3897]: 6 -1.25418 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3902]: 6 -0.843792 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3906]: 6 -1.00065 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3907]: 6 -2.37574 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3910]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3914]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3939]: 6 -2.19473 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3941]: 6 -0.721396 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3943]: 6 -1.49153 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3944]: 6 -1.3213 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3945]: 6 -1.03131 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3955]: 6 -1.0005 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3960]: 6 0 1.81171 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3968]: 6 0 1.27576 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3974]: 6 -1.00473 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3975]: 6 -1.00473 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3979]: 6 -0.339409 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3982]: 6 -1.0333 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3986]: 6 -1.50003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[3993]: 6 -0.750051 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4006]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4008]: 6 -0.497221 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4022]: 6 -4.98483 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4025]: 6 -0.68722 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4032]: 6 -10.0054 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4038]: 6 0 2.15202 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4046]: 6 -1.06277 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4049]: 6 -1.25043 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4060]: 6 -1.38265 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4067]: 6 -1.90096 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4069]: 6 -0.996552 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4090]: 6 0 1.00005 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4093]: 6 -1.00011 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4099]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4104]: 6 -1.00004 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4106]: 6 -1.00012 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4110]: 6 -0.996579 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4121]: 6 -1.26858 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4147]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4164]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4172]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4173]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4174]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4177]: 6 -1.00003 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4178]: 6 -0.999887 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4179]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4183]: 6 -1.00002 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4184]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4185]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4186]: 6 -0.0625503 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4189]: 6 -1.50009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4192]: 6 -5.4887 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4194]: 6 -0.999401 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4195]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4211]: 6 -0.999944 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4212]: 6 -1.00344 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4213]: 6 -0.999737 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4214]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4221]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4226]: 6 0 0.00143108 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4232]: 6 -1.00012 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4233]: 6 -1.00025 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4234]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4238]: 6 -1.00019 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4239]: 6 -1.00038 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4245]: 6 -1.00007 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4246]: 6 -0.000134943 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4247]: 6 -1.00008 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4253]: 6 -3.74835 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4254]: 6 -1.44999 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4270]: 6 -1.00017 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4271]: 6 -1.0001 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4277]: 6 -1.00006 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4278]: 6 -1.00009 0 shouldn't be
1821.85/1826.65	WSVECS04 Frhs2[4287]: 6 -1.00005 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[18]: 6 -1.0531 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[27]: 6 -0.792353 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[117]: 6 -1.25581 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[143]: 6 0 1.91602 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[145]: 6 -1.35487 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[154]: 6 -1.30335 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[186]: 6 -0.874846 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[195]: 6 0 0.0299647 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[211]: 6 -0.392638 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[212]: 6 -1.75306 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[213]: 6 -1.50412 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[215]: 6 -0.947777 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[263]: 6 -2.63711 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[269]: 6 0 2.45474 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[273]: 6 0 0.000453512 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[285]: 6 -0.694967 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[315]: 6 -0.999816 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[336]: 6 0 0.0323626 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[344]: 6 -0.672763 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[365]: 6 0 0.753468 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[375]: 6 -1.21206 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[392]: 6 0 0.818226 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[403]: 6 -0.591652 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[428]: 6 -1.28858 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[435]: 6 0 0.599097 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[442]: 6 -1.00131 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[443]: 6 -0.79326 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[469]: 6 -1.0119 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[472]: 6 -30.7008 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[475]: 6 -0.996035 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[503]: 6 -30.8753 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[504]: 6 -0.672755 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[533]: 6 -0.990689 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[558]: 6 -0.95263 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[565]: 6 -1.01541 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[597]: 6 -0.987515 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[617]: 6 -1.91248 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[663]: 6 -1.47011 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[665]: 6 -1.91438 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[694]: 6 -1.19134 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[698]: 6 -0.00451881 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[905]: 6 -1.00005 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1018]: 6 -0.341267 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1089]: 6 0 0.296974 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1138]: 6 -0.747398 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1140]: 6 -0.673865 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1142]: 6 -2.53239 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1148]: 6 -0.944792 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1155]: 6 0 1.84529 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1204]: 6 -0.913376 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1216]: 6 -1.12503 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1238]: 6 -2.25011 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1246]: 6 0 0.00121085 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1254]: 6 -2.76026 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1281]: 6 -0.623465 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1324]: 6 -0.618791 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1335]: 6 -0.996308 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1354]: 6 -1.31075 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1358]: 6 -1.88654 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1374]: 6 -0.970931 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1385]: 6 -1.24855 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1386]: 6 -0.0627383 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1388]: 6 -0.63109 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1414]: 6 -0.85124 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1416]: 6 -1.90562 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1420]: 6 -1.16058 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1422]: 6 -0.318993 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1459]: 6 -1.00027 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1470]: 6 0 0.57088 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1476]: 6 -1.62476 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1480]: 6 -1.21568 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1503]: 6 -1.1347 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1527]: 6 -1.34514 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1567]: 6 -1.08084 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1572]: 6 0 0.290834 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1573]: 6 -1.65872 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1581]: 6 -2.6367 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1590]: 6 -1.3595 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1596]: 6 -1.37932 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1622]: 6 -0.645784 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1687]: 6 -0.0556951 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1688]: 6 0 1.0602 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1720]: 6 -0.524068 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[1727]: 6 -0.709748 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2085]: 6 -0.500054 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2223]: 6 -1.29106 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2237]: 6 -1.02689 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2247]: 6 0 0.947309 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2265]: 6 -0.708045 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2286]: 6 -0.72542 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2367]: 6 -0.749962 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2404]: 6 -1.25009 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2422]: 6 -0.879269 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2444]: 6 0 0.58043 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2461]: 6 -1.00109 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2472]: 6 0 1.00007 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2574]: 6 -1.62505 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2578]: 6 0 1.50001 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2654]: 6 -1.00002 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2672]: 6 -1.00002 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2694]: 6 -0.946035 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2699]: 6 -0.99308 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2815]: 6 -1.25007 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2834]: 6 -1.35595 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2888]: 6 0 0.0986407 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2903]: 6 -1.0001 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2917]: 6 -0.197305 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[2969]: 6 0 0.083433 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3005]: 6 -1.00005 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3010]: 6 -1.32244 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3022]: 6 0 0.192538 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3041]: 6 -1.6251 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3079]: 6 0 2.63868 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3081]: 6 -1.27969 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3091]: 6 -1.00134 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3119]: 6 -1.12456 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3132]: 6 -1.62505 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3161]: 6 -0.500016 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3176]: 6 -0.997054 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3207]: 6 -1.0001 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3262]: 6 -1.00008 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3280]: 6 -1.00133 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3281]: 6 0 0.262198 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3283]: 6 -1.5045 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3391]: 6 -1.01669 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3460]: 6 -1.08658 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3521]: 6 -1.24994 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3543]: 6 -0.880332 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3553]: 6 -1.00007 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3555]: 6 -1.1663 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3576]: 6 -1.00083 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3599]: 6 -1.00062 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3604]: 6 0 1.31251 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3621]: 6 -0.498177 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3623]: 6 -1.00387 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3744]: 6 0 1.00008 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3756]: 6 -1.65629 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3763]: 6 -1.12799 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3805]: 6 -0.797013 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3820]: 6 -0.33382 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3825]: 6 -0.335954 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3948]: 6 -1.25024 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[3966]: 6 -0.738555 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[4056]: 6 -1.25707 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[4064]: 6 -1.18084 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[4109]: 6 -1.00008 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[4125]: 6 -0.750021 0 shouldn't be
1822.94/1827.77	WSVECS04 Frhs2[4288]: 6 -1.00003 0 shouldn't be
1890.08/1895.07	c #Conflicts:    2933000 | #Constraints:      46584
1890.08/1895.07	c #Conflicts:    2934000 | #Constraints:      47584
1890.08/1895.07	c #Conflicts:    2935000 | #Constraints:      48584
1890.08/1895.07	c #Conflicts:    2936000 | #Constraints:      49584
1890.08/1895.07	c #Conflicts:    2937000 | #Constraints:      50584
1890.08/1895.07	c #Conflicts:    2938000 | #Constraints:      51584
1890.08/1895.07	c #Conflicts:    2939000 | #Constraints:      52584
1890.08/1895.07	c #Conflicts:    2940000 | #Constraints:      53584
1890.08/1895.07	c #Conflicts:    2941000 | #Constraints:      54584
1890.08/1895.07	c #Conflicts:    2942000 | #Constraints:      55584
1890.08/1895.07	c #Conflicts:    2943000 | #Constraints:      56584
1890.08/1895.07	c #Conflicts:    2944000 | #Constraints:      57584
1890.08/1895.07	c #Conflicts:    2945000 | #Constraints:      58584
1890.08/1895.07	c #Conflicts:    2946000 | #Constraints:      59584
1890.08/1895.07	c #Conflicts:    2947000 | #Constraints:      60584
1890.08/1895.07	c #Conflicts:    2948000 | #Constraints:      61584
1890.08/1895.07	c #Conflicts:    2949000 | #Constraints:      62584
1890.08/1895.07	c #Conflicts:    2950000 | #Constraints:      63584
1890.08/1895.07	c #Conflicts:    2951000 | #Constraints:      64584
1890.08/1895.07	c #Conflicts:    2952000 | #Constraints:      65584
1890.08/1895.07	c #Conflicts:    2953000 | #Constraints:      66584
1890.08/1895.07	c #Conflicts:    2954000 | #Constraints:      67584
1890.08/1895.07	c #Conflicts:    2955000 | #Constraints:      68584
1890.08/1895.07	c #Conflicts:    2956000 | #Constraints:      69584
1890.08/1895.07	c #Conflicts:    2957000 | #Constraints:      70584
1890.08/1895.07	c #Conflicts:    2958000 | #Constraints:      71584
1890.08/1895.07	c #Conflicts:    2959000 | #Constraints:      72584
1890.08/1895.07	c #Conflicts:    2960000 | #Constraints:      73584
1890.08/1895.07	c #Conflicts:    2961000 | #Constraints:      74584
1890.08/1895.07	c #Conflicts:    2962000 | #Constraints:      75584
1890.08/1895.07	c #Conflicts:    2963000 | #Constraints:      76584
1890.08/1895.07	c #Conflicts:    2964000 | #Constraints:      77584
1890.08/1895.07	c #Conflicts:    2965000 | #Constraints:      78584
1890.08/1895.07	c #Conflicts:    2966000 | #Constraints:      79584
1890.08/1895.07	c INPROCESSING
1890.08/1895.07	c GARBAGE COLLECT
1890.08/1895.07	c #Conflicts:    2967000 | #Constraints:      45334
1890.08/1895.07	c #Conflicts:    2968000 | #Constraints:      46334
1890.08/1895.07	c #Conflicts:    2969000 | #Constraints:      47334
1890.08/1895.07	c #Conflicts:    2970000 | #Constraints:      48334
1890.08/1895.07	c #Conflicts:    2971000 | #Constraints:      49334
1890.08/1895.07	c #Conflicts:    2972000 | #Constraints:      50334
1890.08/1895.07	c #Conflicts:    2973000 | #Constraints:      51334
1890.08/1895.07	c #Conflicts:    2974000 | #Constraints:      52334
1890.08/1895.07	c #Conflicts:    2975000 | #Constraints:      53334
1890.08/1895.07	c #Conflicts:    2976000 | #Constraints:      54334
1890.08/1895.07	c #Conflicts:    2977000 | #Constraints:      55334
1890.08/1895.07	c #Conflicts:    2978000 | #Constraints:      56334
1890.08/1895.07	c #Conflicts:    2979000 | #Constraints:      57334
1890.08/1895.07	c #Conflicts:    2980000 | #Constraints:      58334
1890.08/1895.07	c #Conflicts:    2981000 | #Constraints:      59334
1890.08/1895.07	c #Conflicts:    2982000 | #Constraints:      60334
1890.08/1895.07	c #Conflicts:    2983000 | #Constraints:      61334
1890.08/1895.07	c #Conflicts:    2984000 | #Constraints:      62334
1890.08/1895.07	c #Conflicts:    2985000 | #Constraints:      63334
1890.08/1895.07	c #Conflicts:    2986000 | #Constraints:      64334
1890.08/1895.07	c #Conflicts:    2987000 | #Constraints:      65334
1890.08/1895.07	c #Conflicts:    2988000 | #Constraints:      66334
1890.08/1895.07	c #Conflicts:    2989000 | #Constraints:      67334
1890.08/1895.07	c #Conflicts:    2990000 | #Constraints:      68334
1890.08/1895.07	c #Conflicts:    2991000 | #Constraints:      69334
1890.08/1895.07	c #Conflicts:    2992000 | #Constraints:      70334
1890.08/1895.07	c #Conflicts:    2993000 | #Constraints:      71334
1890.08/1895.07	c #Conflicts:    2994000 | #Constraints:      72334
1890.08/1895.07	c #Conflicts:    2995000 | #Constraints:      73334
1890.08/1895.07	c #Conflicts:    2996000 | #Constraints:      74334
1890.08/1895.07	c #Conflicts:    2997000 | #Constraints:      75334
1890.08/1895.07	c #Conflicts:    2998000 | #Constraints:      76334
1890.08/1895.07	c #Conflicts:    2999000 | #Constraints:      77334
1890.08/1895.07	c #Conflicts:    3000000 | #Constraints:      78334
1890.08/1895.07	c #Conflicts:    3001000 | #Constraints:      79334
1890.08/1895.07	c INPROCESSING
1890.08/1895.07	c GARBAGE COLLECT
1890.08/1895.07	c #Conflicts:    3002000 | #Constraints:      45335
1890.08/1895.07	c #Conflicts:    3003000 | #Constraints:      46335
1890.08/1895.07	c #Conflicts:    3004000 | #Constraints:      47335
1890.08/1895.07	c #Conflicts:    3005000 | #Constraints:      48335
1890.08/1895.07	c #Conflicts:    3006000 | #Constraints:      49335
1890.08/1895.07	c #Conflicts:    3007000 | #Constraints:      50335
1890.08/1895.07	c #Conflicts:    3008000 | #Constraints:      51335
1890.08/1895.07	c #Conflicts:    3009000 | #Constraints:      52335
1890.08/1895.07	c #Conflicts:    3010000 | #Constraints:      53335
1937.56/1942.66	c #Conflicts:    3011000 | #Constraints:      54335
1937.56/1942.66	c #Conflicts:    3012000 | #Constraints:      55335
1937.56/1942.66	c #Conflicts:    3013000 | #Constraints:      56335
1937.56/1942.66	c #Conflicts:    3014000 | #Constraints:      57335
1937.56/1942.66	c #Conflicts:    3015000 | #Constraints:      58335
1937.56/1942.66	c #Conflicts:    3016000 | #Constraints:      59335
1937.56/1942.66	c #Conflicts:    3017000 | #Constraints:      60335
1937.56/1942.66	c #Conflicts:    3018000 | #Constraints:      61335
1937.56/1942.66	c #Conflicts:    3019000 | #Constraints:      62335
1937.56/1942.66	c #Conflicts:    3020000 | #Constraints:      63335
1937.56/1942.66	c #Conflicts:    3021000 | #Constraints:      64335
1937.56/1942.66	c #Conflicts:    3022000 | #Constraints:      65335
1937.56/1942.66	c #Conflicts:    3023000 | #Constraints:      66335
1937.56/1942.66	c #Conflicts:    3024000 | #Constraints:      67335
1937.56/1942.66	c #Conflicts:    3025000 | #Constraints:      68335
1937.56/1942.66	c #Conflicts:    3026000 | #Constraints:      69335
1937.56/1942.66	c #Conflicts:    3027000 | #Constraints:      70335
1937.56/1942.66	c #Conflicts:    3028000 | #Constraints:      71335
1937.56/1942.66	c #Conflicts:    3029000 | #Constraints:      72335
1937.56/1942.66	c #Conflicts:    3030000 | #Constraints:      73335
1937.56/1942.66	c #Conflicts:    3031000 | #Constraints:      74335
1937.56/1942.66	c #Conflicts:    3032000 | #Constraints:      75335
1937.56/1942.66	c #Conflicts:    3033000 | #Constraints:      76335
1937.56/1942.66	c #Conflicts:    3034000 | #Constraints:      77335
1937.56/1942.66	c #Conflicts:    3035000 | #Constraints:      78335
1937.56/1942.66	c #Conflicts:    3036000 | #Constraints:      79335
1937.56/1942.66	c INPROCESSING
1937.56/1942.66	c GARBAGE COLLECT
1937.56/1942.66	c #Conflicts:    3037000 | #Constraints:      45499
1937.56/1942.66	c #Conflicts:    3038000 | #Constraints:      46499
1937.56/1942.66	c #Conflicts:    3039000 | #Constraints:      47499
1937.56/1942.66	c #Conflicts:    3040000 | #Constraints:      48499
1937.56/1942.66	c #Conflicts:    3041000 | #Constraints:      49499
1937.56/1942.66	c #Conflicts:    3042000 | #Constraints:      50499
1937.56/1942.66	c #Conflicts:    3043000 | #Constraints:      51499
1937.56/1942.66	c #Conflicts:    3044000 | #Constraints:      52499
1937.56/1942.66	c #Conflicts:    3045000 | #Constraints:      53499
1937.56/1942.66	c #Conflicts:    3046000 | #Constraints:      54499
1937.56/1942.66	c #Conflicts:    3047000 | #Constraints:      55499
1937.56/1942.66	c #Conflicts:    3048000 | #Constraints:      56499
1937.56/1942.66	c #Conflicts:    3049000 | #Constraints:      57499
1937.56/1942.66	c #Conflicts:    3050000 | #Constraints:      58499
1937.56/1942.66	c #Conflicts:    3051000 | #Constraints:      59499
1937.56/1942.66	c #Conflicts:    3052000 | #Constraints:      60499
1937.56/1942.66	c #Conflicts:    3053000 | #Constraints:      61499
1937.56/1942.66	c #Conflicts:    3054000 | #Constraints:      62499
1937.56/1942.66	c #Conflicts:    3055000 | #Constraints:      63499
1937.56/1942.66	c #Conflicts:    3056000 | #Constraints:      64499
1937.56/1942.66	c #Conflicts:    3057000 | #Constraints:      65499
1937.56/1942.66	c #Conflicts:    3058000 | #Constraints:      66499
1937.56/1942.66	c #Conflicts:    3059000 | #Constraints:      67500
1937.56/1942.66	c #Conflicts:    3060000 | #Constraints:      68500
1937.56/1942.66	c #Conflicts:    3061000 | #Constraints:      69500
1937.56/1942.66	c #Conflicts:    3062000 | #Constraints:      70500
1937.56/1942.66	c #Conflicts:    3063000 | #Constraints:      71500
1937.56/1942.66	c #Conflicts:    3064000 | #Constraints:      72500
1937.56/1942.66	c #Conflicts:    3065000 | #Constraints:      73500
1937.56/1942.66	c #Conflicts:    3066000 | #Constraints:      74500
1937.56/1942.66	c #Conflicts:    3067000 | #Constraints:      75501
1937.56/1942.66	c #Conflicts:    3068000 | #Constraints:      76501
1937.56/1942.66	c #Conflicts:    3069000 | #Constraints:      77501
1937.56/1942.66	c #Conflicts:    3070000 | #Constraints:      78501
1937.56/1942.66	c #Conflicts:    3071000 | #Constraints:      79501
1937.56/1942.66	c INPROCESSING
1937.56/1942.66	c GARBAGE COLLECT
1937.56/1942.66	c #Conflicts:    3072000 | #Constraints:      45595
1937.56/1942.66	c #Conflicts:    3073000 | #Constraints:      46595
1937.56/1942.66	c #Conflicts:    3074000 | #Constraints:      47595
1937.56/1942.66	c #Conflicts:    3075000 | #Constraints:      48595
1937.56/1942.66	c #Conflicts:    3076000 | #Constraints:      49595
1937.56/1942.66	c #Conflicts:    3077000 | #Constraints:      50595
1937.56/1942.66	c #Conflicts:    3078000 | #Constraints:      51595
1937.56/1942.66	c #Conflicts:    3079000 | #Constraints:      52595
1937.56/1942.66	c #Conflicts:    3080000 | #Constraints:      53595
1937.56/1942.66	c #Conflicts:    3081000 | #Constraints:      54596
1937.56/1942.66	c #Conflicts:    3082000 | #Constraints:      55596
1937.56/1942.66	c #Conflicts:    3083000 | #Constraints:      56596
1937.56/1942.66	c #Conflicts:    3084000 | #Constraints:      57596
1937.56/1942.66	c #Conflicts:    3085000 | #Constraints:      58596
1937.56/1942.66	c #Conflicts:    3086000 | #Constraints:      59596
1937.56/1942.66	c #Conflicts:    3087000 | #Constraints:      60596
1984.23/1989.42	c #Conflicts:    3088000 | #Constraints:      61596
1984.23/1989.42	c #Conflicts:    3089000 | #Constraints:      62596
1984.23/1989.42	c #Conflicts:    3090000 | #Constraints:      63596
1984.23/1989.42	c #Conflicts:    3091000 | #Constraints:      64596
1984.23/1989.42	c #Conflicts:    3092000 | #Constraints:      65596
1984.23/1989.42	c #Conflicts:    3093000 | #Constraints:      66596
1984.23/1989.42	c #Conflicts:    3094000 | #Constraints:      67596
1984.23/1989.42	c #Conflicts:    3095000 | #Constraints:      68596
1984.23/1989.42	c #Conflicts:    3096000 | #Constraints:      69596
1984.23/1989.42	c #Conflicts:    3097000 | #Constraints:      70596
1984.23/1989.42	c #Conflicts:    3098000 | #Constraints:      71596
1984.23/1989.42	c #Conflicts:    3099000 | #Constraints:      72596
1984.23/1989.42	c #Conflicts:    3100000 | #Constraints:      73596
1984.23/1989.42	c #Conflicts:    3101000 | #Constraints:      74596
1984.23/1989.42	c #Conflicts:    3102000 | #Constraints:      75596
1984.23/1989.42	c #Conflicts:    3103000 | #Constraints:      76596
1984.23/1989.42	c #Conflicts:    3104000 | #Constraints:      77596
1984.23/1989.42	c #Conflicts:    3105000 | #Constraints:      78596
1984.23/1989.42	c #Conflicts:    3106000 | #Constraints:      79596
1984.23/1989.42	c INPROCESSING
1984.23/1989.42	c GARBAGE COLLECT
1984.23/1989.42	c #Conflicts:    3107000 | #Constraints:      45524
1984.23/1989.42	c #Conflicts:    3108000 | #Constraints:      46524
1984.23/1989.42	c #Conflicts:    3109000 | #Constraints:      47524
1984.23/1989.42	c #Conflicts:    3110000 | #Constraints:      48524
1984.23/1989.42	c #Conflicts:    3111000 | #Constraints:      49524
1984.23/1989.42	c #Conflicts:    3112000 | #Constraints:      50524
1984.23/1989.42	c #Conflicts:    3113000 | #Constraints:      51524
1984.23/1989.42	c #Conflicts:    3114000 | #Constraints:      52524
1984.23/1989.42	c #Conflicts:    3115000 | #Constraints:      53524
1984.23/1989.42	c #Conflicts:    3116000 | #Constraints:      54524
1984.23/1989.42	c #Conflicts:    3117000 | #Constraints:      55524
1984.23/1989.42	c #Conflicts:    3118000 | #Constraints:      56524
1984.23/1989.42	c #Conflicts:    3119000 | #Constraints:      57524
1984.23/1989.42	c #Conflicts:    3120000 | #Constraints:      58524
1984.23/1989.42	c #Conflicts:    3121000 | #Constraints:      59524
1984.23/1989.42	c #Conflicts:    3122000 | #Constraints:      60524
1984.23/1989.42	c #Conflicts:    3123000 | #Constraints:      61524
1984.23/1989.42	c #Conflicts:    3124000 | #Constraints:      62524
1984.23/1989.42	c #Conflicts:    3125000 | #Constraints:      63524
1984.23/1989.42	c #Conflicts:    3126000 | #Constraints:      64524
1984.23/1989.42	c #Conflicts:    3127000 | #Constraints:      65524
1984.23/1989.42	c #Conflicts:    3128000 | #Constraints:      66524
1984.23/1989.42	c #Conflicts:    3129000 | #Constraints:      67524
1984.23/1989.42	c #Conflicts:    3130000 | #Constraints:      68524
1984.23/1989.42	c #Conflicts:    3131000 | #Constraints:      69524
1984.23/1989.42	c #Conflicts:    3132000 | #Constraints:      70524
1984.23/1989.42	c #Conflicts:    3133000 | #Constraints:      71524
1984.23/1989.42	c #Conflicts:    3134000 | #Constraints:      72524
1984.23/1989.42	c #Conflicts:    3135000 | #Constraints:      73524
1984.23/1989.42	c #Conflicts:    3136000 | #Constraints:      74524
1984.23/1989.42	c #Conflicts:    3137000 | #Constraints:      75524
1984.23/1989.42	c #Conflicts:    3138000 | #Constraints:      76524
1984.23/1989.42	c #Conflicts:    3139000 | #Constraints:      77524
1984.23/1989.42	c #Conflicts:    3140000 | #Constraints:      78524
1984.23/1989.42	c #Conflicts:    3141000 | #Constraints:      79524
1984.23/1989.42	c INPROCESSING
1984.23/1989.42	c GARBAGE COLLECT
1984.23/1989.42	c #Conflicts:    3142000 | #Constraints:      45299
1984.23/1989.42	c #Conflicts:    3143000 | #Constraints:      46299
1984.23/1989.42	c #Conflicts:    3144000 | #Constraints:      47299
1984.23/1989.42	c #Conflicts:    3145000 | #Constraints:      48299
1984.23/1989.42	c #Conflicts:    3146000 | #Constraints:      49299
1984.23/1989.42	c #Conflicts:    3147000 | #Constraints:      50299
1984.23/1989.42	c #Conflicts:    3148000 | #Constraints:      51299
1984.23/1989.42	c #Conflicts:    3149000 | #Constraints:      52299
1984.23/1989.42	c #Conflicts:    3150000 | #Constraints:      53299
1984.23/1989.42	c #Conflicts:    3151000 | #Constraints:      54299
1984.23/1989.42	c #Conflicts:    3152000 | #Constraints:      55299
1984.23/1989.42	c #Conflicts:    3153000 | #Constraints:      56299
1984.23/1989.42	c #Conflicts:    3154000 | #Constraints:      57299
1984.23/1989.42	c #Conflicts:    3155000 | #Constraints:      58299
1984.23/1989.42	c #Conflicts:    3156000 | #Constraints:      59299
1984.23/1989.42	c #Conflicts:    3157000 | #Constraints:      60299
1984.23/1989.42	c #Conflicts:    3158000 | #Constraints:      61299
1984.23/1989.42	c #Conflicts:    3159000 | #Constraints:      62299
1984.23/1989.42	c #Conflicts:    3160000 | #Constraints:      63299
1984.23/1989.42	c #Conflicts:    3161000 | #Constraints:      64299
1984.23/1989.42	c #Conflicts:    3162000 | #Constraints:      65299
1984.23/1989.42	c #Conflicts:    3163000 | #Constraints:      66299
1984.23/1989.42	c #Conflicts:    3164000 | #Constraints:      67299
1984.23/1989.42	c #Conflicts:    3165000 | #Constraints:      68299
2041.20/2046.54	c #Conflicts:    3166000 | #Constraints:      69299
2041.20/2046.54	c #Conflicts:    3167000 | #Constraints:      70299
2041.20/2046.54	c #Conflicts:    3168000 | #Constraints:      71299
2041.20/2046.54	c #Conflicts:    3169000 | #Constraints:      72299
2041.20/2046.54	c #Conflicts:    3170000 | #Constraints:      73299
2041.20/2046.54	c #Conflicts:    3171000 | #Constraints:      74299
2041.20/2046.54	c #Conflicts:    3172000 | #Constraints:      75299
2041.20/2046.54	c #Conflicts:    3173000 | #Constraints:      76299
2041.20/2046.54	c #Conflicts:    3174000 | #Constraints:      77299
2041.20/2046.54	c #Conflicts:    3175000 | #Constraints:      78299
2041.20/2046.54	c #Conflicts:    3176000 | #Constraints:      79299
2041.20/2046.54	c #Conflicts:    3177000 | #Constraints:      80299
2041.20/2046.54	c INPROCESSING
2041.20/2046.54	c GARBAGE COLLECT
2041.20/2046.54	c #Conflicts:    3178000 | #Constraints:      45865
2041.20/2046.54	c #Conflicts:    3179000 | #Constraints:      46865
2041.20/2046.54	c #Conflicts:    3180000 | #Constraints:      47865
2041.20/2046.54	c #Conflicts:    3181000 | #Constraints:      48865
2041.20/2046.54	c #Conflicts:    3182000 | #Constraints:      49865
2041.20/2046.54	c #Conflicts:    3183000 | #Constraints:      50865
2041.20/2046.54	c #Conflicts:    3184000 | #Constraints:      51865
2041.20/2046.54	c #Conflicts:    3185000 | #Constraints:      52865
2041.20/2046.54	c #Conflicts:    3186000 | #Constraints:      53865
2041.20/2046.54	c #Conflicts:    3187000 | #Constraints:      54865
2041.20/2046.54	c #Conflicts:    3188000 | #Constraints:      55865
2041.20/2046.54	c #Conflicts:    3189000 | #Constraints:      56865
2041.20/2046.54	c #Conflicts:    3190000 | #Constraints:      57866
2041.20/2046.54	c #Conflicts:    3191000 | #Constraints:      58866
2041.20/2046.54	c #Conflicts:    3192000 | #Constraints:      59866
2041.20/2046.54	c #Conflicts:    3193000 | #Constraints:      60866
2041.20/2046.54	c #Conflicts:    3194000 | #Constraints:      61866
2041.20/2046.54	c #Conflicts:    3195000 | #Constraints:      62866
2041.20/2046.54	c #Conflicts:    3196000 | #Constraints:      63866
2041.20/2046.54	c #Conflicts:    3197000 | #Constraints:      64866
2041.20/2046.54	c #Conflicts:    3198000 | #Constraints:      65866
2041.20/2046.54	c #Conflicts:    3199000 | #Constraints:      66866
2041.20/2046.54	c #Conflicts:    3200000 | #Constraints:      67866
2041.20/2046.54	c #Conflicts:    3201000 | #Constraints:      68866
2041.20/2046.54	c #Conflicts:    3202000 | #Constraints:      69866
2041.20/2046.54	c #Conflicts:    3203000 | #Constraints:      70866
2041.20/2046.54	c #Conflicts:    3204000 | #Constraints:      71866
2041.20/2046.54	c #Conflicts:    3205000 | #Constraints:      72866
2041.20/2046.54	c #Conflicts:    3206000 | #Constraints:      73866
2041.20/2046.54	c #Conflicts:    3207000 | #Constraints:      74866
2041.20/2046.54	c #Conflicts:    3208000 | #Constraints:      75866
2041.20/2046.54	c #Conflicts:    3209000 | #Constraints:      76866
2041.20/2046.54	c #Conflicts:    3210000 | #Constraints:      77866
2041.20/2046.54	c #Conflicts:    3211000 | #Constraints:      78866
2041.20/2046.54	c #Conflicts:    3212000 | #Constraints:      79867
2041.20/2046.54	c #Conflicts:    3213000 | #Constraints:      80869
2041.20/2046.54	c INPROCESSING
2041.20/2046.54	c GARBAGE COLLECT
2041.20/2046.54	c #Conflicts:    3214000 | #Constraints:      46225
2041.20/2046.54	c #Conflicts:    3215000 | #Constraints:      47225
2041.20/2046.54	c #Conflicts:    3216000 | #Constraints:      48225
2041.20/2046.54	c #Conflicts:    3217000 | #Constraints:      49225
2041.20/2046.54	c #Conflicts:    3218000 | #Constraints:      50225
2041.20/2046.54	c #Conflicts:    3219000 | #Constraints:      51225
2041.20/2046.54	c #Conflicts:    3220000 | #Constraints:      52226
2041.20/2046.54	c #Conflicts:    3221000 | #Constraints:      53229
2041.20/2046.54	c #Conflicts:    3222000 | #Constraints:      54231
2041.20/2046.54	c #Conflicts:    3223000 | #Constraints:      55260
2041.20/2046.54	c #Conflicts:    3224000 | #Constraints:      56260
2041.20/2046.54	c #Conflicts:    3225000 | #Constraints:      57260
2041.20/2046.54	c #Conflicts:    3226000 | #Constraints:      58260
2041.20/2046.54	c #Conflicts:    3227000 | #Constraints:      59260
2041.20/2046.54	c #Conflicts:    3228000 | #Constraints:      60260
2041.20/2046.54	c #Conflicts:    3229000 | #Constraints:      61260
2041.20/2046.54	c #Conflicts:    3230000 | #Constraints:      62260
2041.20/2046.54	c #Conflicts:    3231000 | #Constraints:      63260
2041.20/2046.54	c #Conflicts:    3232000 | #Constraints:      64260
2041.20/2046.54	c #Conflicts:    3233000 | #Constraints:      65260
2041.20/2046.54	c #Conflicts:    3234000 | #Constraints:      66260
2041.20/2046.54	c #Conflicts:    3235000 | #Constraints:      67260
2041.20/2046.54	c #Conflicts:    3236000 | #Constraints:      68260
2041.20/2046.54	c #Conflicts:    3237000 | #Constraints:      69260
2041.20/2046.54	c #Conflicts:    3238000 | #Constraints:      70260
2041.20/2046.54	c #Conflicts:    3239000 | #Constraints:      71260
2041.20/2046.54	c #Conflicts:    3240000 | #Constraints:      72260
2041.20/2046.54	c #Conflicts:    3241000 | #Constraints:      73260
2041.20/2046.54	c #Conflicts:    3242000 | #Constraints:      74260
2067.42/2072.82	c #Conflicts:    3243000 | #Constraints:      75260
2067.42/2072.82	c #Conflicts:    3244000 | #Constraints:      76262
2067.42/2072.82	c #Conflicts:    3245000 | #Constraints:      77264
2067.42/2072.82	c #Conflicts:    3246000 | #Constraints:      78267
2067.42/2072.82	c #Conflicts:    3247000 | #Constraints:      79267
2067.42/2072.82	c #Conflicts:    3248000 | #Constraints:      80267
2067.42/2072.82	c #Conflicts:    3249000 | #Constraints:      81267
2067.42/2072.82	c INPROCESSING
2067.42/2072.82	c GARBAGE COLLECT
2067.42/2072.82	c #Conflicts:    3250000 | #Constraints:      46460
2067.42/2072.82	c #Conflicts:    3251000 | #Constraints:      47461
2067.42/2072.82	c #Conflicts:    3252000 | #Constraints:      48461
2067.42/2072.82	c #Conflicts:    3253000 | #Constraints:      49461
2067.42/2072.82	c #Conflicts:    3254000 | #Constraints:      50461
2067.42/2072.82	c #Conflicts:    3255000 | #Constraints:      51461
2067.42/2072.82	c #Conflicts:    3256000 | #Constraints:      52461
2067.42/2072.82	c #Conflicts:    3257000 | #Constraints:      53461
2067.42/2072.82	c #Conflicts:    3258000 | #Constraints:      54461
2067.42/2072.82	c #Conflicts:    3259000 | #Constraints:      55461
2067.42/2072.82	c #Conflicts:    3260000 | #Constraints:      56461
2067.42/2072.82	c #Conflicts:    3261000 | #Constraints:      57461
2067.42/2072.82	c #Conflicts:    3262000 | #Constraints:      58461
2067.42/2072.82	c #Conflicts:    3263000 | #Constraints:      59461
2067.42/2072.82	c #Conflicts:    3264000 | #Constraints:      60461
2067.42/2072.82	c #Conflicts:    3265000 | #Constraints:      61461
2067.42/2072.82	c #Conflicts:    3266000 | #Constraints:      62461
2067.42/2072.82	c #Conflicts:    3267000 | #Constraints:      63461
2067.42/2072.82	c #Conflicts:    3268000 | #Constraints:      64461
2067.42/2072.82	c #Conflicts:    3269000 | #Constraints:      65461
2067.42/2072.82	c #Conflicts:    3270000 | #Constraints:      66461
2067.42/2072.82	c #Conflicts:    3271000 | #Constraints:      67461
2067.42/2072.82	c #Conflicts:    3272000 | #Constraints:      68461
2067.42/2072.82	c #Conflicts:    3273000 | #Constraints:      69461
2067.42/2072.82	c #Conflicts:    3274000 | #Constraints:      70711
2067.42/2072.82	c #Conflicts:    3275000 | #Constraints:      71711
2067.42/2072.82	c #Conflicts:    3276000 | #Constraints:      72711
2067.42/2072.82	c #Conflicts:    3277000 | #Constraints:      73711
2067.42/2072.82	c #Conflicts:    3278000 | #Constraints:      74711
2067.42/2072.82	c #Conflicts:    3279000 | #Constraints:      75711
2067.42/2072.82	c #Conflicts:    3280000 | #Constraints:      76711
2067.42/2072.82	c #Conflicts:    3281000 | #Constraints:      77711
2067.42/2072.82	c #Conflicts:    3282000 | #Constraints:      78711
2067.42/2072.82	c #Conflicts:    3283000 | #Constraints:      79712
2067.42/2072.82	c #Conflicts:    3284000 | #Constraints:      80712
2067.42/2072.82	c #Conflicts:    3285000 | #Constraints:      81712
2067.42/2072.82	c INPROCESSING
2067.42/2072.82	c GARBAGE COLLECT
2067.42/2072.82	WSVECS04 Frhs2[3]: 6 -2 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[9]: 6 -20.1461 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[17]: 6 -0.925722 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[20]: 6 -0.938183 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[38]: 6 -1.31204 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[46]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[81]: 6 -1.47486 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[104]: 6 -1.33325 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[110]: 6 -1.20313 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[116]: 6 -0.999812 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[126]: 6 -1.32445 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[133]: 6 -0.999992 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[138]: 6 -1.0005 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[148]: 6 -0.500001 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[153]: 6 -1.06461 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[157]: 6 -1.95944 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[190]: 6 0 0.39185 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[195]: 6 -1.62497 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[202]: 6 -0.999999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[204]: 6 -1.99423 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[273]: 6 -0.925722 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[294]: 6 -1.24954 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[321]: 6 -7.83329 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[363]: 6 -2.189 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[364]: 6 -1.30078 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[368]: 6 -1.3125 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[382]: 6 -0.675547 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[389]: 6 -1.32297 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[396]: 6 -1.33809 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[417]: 6 0 2.24998 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[422]: 6 -0.843748 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[424]: 6 -2.90611 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[446]: 6 0 8.63952e-07 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[464]: 6 -1.24999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[468]: 6 -0.999684 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[481]: 6 -7.79162 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[486]: 6 -1.24999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[489]: 6 -0.999996 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[519]: 6 -1.49986 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[523]: 6 -1.31191 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[525]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[529]: 6 -0.975189 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[531]: 6 -1.3225 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[545]: 6 0 0.3125 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[547]: 6 -0.662462 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[548]: 6 -0.825 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[564]: 6 -0.999684 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[577]: 6 -7.83328 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[605]: 6 -1.06739 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[614]: 6 0 0.156248 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[615]: 6 -1.14594 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[620]: 6 -0.995986 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[649]: 6 -1.37488 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1058]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1079]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1084]: 6 -24.7971 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1085]: 6 -0.999992 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1086]: 6 -0.999986 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1090]: 6 -0.87228 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1100]: 6 -0.687498 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1114]: 6 -0.4375 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1121]: 6 -11.9062 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1125]: 6 -1.35994 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1131]: 6 -0.874019 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1139]: 6 -0.722949 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1142]: 6 -1.04842 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1155]: 6 -0.978836 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1157]: 6 -0.916756 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1186]: 6 -0.857141 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1199]: 6 -2.45322 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1200]: 6 -1.375 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1220]: 6 -1.24998 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1243]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1262]: 6 -0.800782 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1280]: 6 -0.97222 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1286]: 6 -0.564237 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1298]: 6 -1.67531 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1373]: 6 -1.49999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1374]: 6 -0.249972 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1394]: 6 -0.750001 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1397]: 6 -1.343 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1460]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1511]: 6 -0.0625006 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1565]: 6 -1.625 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1579]: 6 -3.15625 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1581]: 6 -1.625 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1622]: 6 -1.625 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1629]: 6 -0.749999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1662]: 6 -0.999995 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1717]: 6 -3.67188 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1719]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1727]: 6 -0.541989 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1745]: 6 -1.75 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1751]: 6 -1.5 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1786]: 6 -0.625001 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1975]: 6 -0.750001 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[1992]: 6 0 1.78065 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2058]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2068]: 6 -0.999985 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2074]: 6 0 1.1875 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2098]: 6 0 4.87617e-05 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2108]: 6 -1.5 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2184]: 6 0 1 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2186]: 6 -0.75 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2234]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2261]: 6 -1.33203 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2273]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2279]: 6 -0.998733 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2284]: 6 0 0.989861 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2286]: 6 -1.5 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2295]: 6 -0.675546 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2315]: 6 -1.23446 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2323]: 6 -1.08939 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2331]: 6 -0.999992 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2346]: 6 -1.32709 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2356]: 6 -0.995985 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2367]: 6 -1.68674 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2374]: 6 -6.24626e-07 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2405]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2409]: 6 -1.29738 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2417]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2454]: 6 -0.24197 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2513]: 6 -0.866443 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2516]: 6 -3.61384e-07 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2580]: 6 -58.3508 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2627]: 6 -1.625 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2666]: 6 -6.3125 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2702]: 6 -1.05727 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2707]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2713]: 6 -2.64655 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2725]: 6 -0.819011 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2734]: 6 0 1.08333 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2737]: 6 -0.416667 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2796]: 6 -1.34375 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2870]: 6 0 1.75 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2873]: 6 -1.5 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2882]: 6 -1.74999 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2929]: 6 -3.3125 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2940]: 6 -1.3125 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[2992]: 6 -1.3125 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3067]: 6 -1.5 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3081]: 6 -2.48519 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3106]: 6 0 0.25 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3120]: 6 -3 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3138]: 6 -42 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3212]: 6 -1.25 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3230]: 6 -5.19388 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3237]: 6 -1.44894 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2067.42/2072.82	WSVECS04 Frhs2[3327]: 6 -0.5 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3343]: 6 -7 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3351]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3417]: 6 -3 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3492]: 6 -0.812502 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3537]: 6 -1.75 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3542]: 6 0 1 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3557]: 6 -0.825 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3583]: 6 -1.9375 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3636]: 6 -1.25 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3796]: 6 -1.00056 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3838]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3884]: 6 -5 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3964]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[3986]: 6 0 1 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4061]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4064]: 6 -0.999993 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4112]: 6 -5.375 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4120]: 6 0 1 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
2067.42/2072.83	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
2119.00/2124.59	c #Conflicts:    3286000 | #Constraints:      46617
2119.00/2124.59	c #Conflicts:    3287000 | #Constraints:      47618
2119.00/2124.59	c #Conflicts:    3288000 | #Constraints:      48618
2119.00/2124.59	c #Conflicts:    3289000 | #Constraints:      49618
2119.00/2124.59	c #Conflicts:    3290000 | #Constraints:      50618
2119.00/2124.59	c #Conflicts:    3291000 | #Constraints:      51618
2119.00/2124.59	c #Conflicts:    3292000 | #Constraints:      52618
2119.00/2124.59	c #Conflicts:    3293000 | #Constraints:      53618
2119.00/2124.59	c #Conflicts:    3294000 | #Constraints:      54618
2119.00/2124.59	c #Conflicts:    3295000 | #Constraints:      55618
2119.00/2124.59	c #Conflicts:    3296000 | #Constraints:      56618
2119.00/2124.59	c #Conflicts:    3297000 | #Constraints:      57618
2119.00/2124.59	c #Conflicts:    3298000 | #Constraints:      58618
2119.00/2124.59	c #Conflicts:    3299000 | #Constraints:      59618
2119.00/2124.59	c #Conflicts:    3300000 | #Constraints:      60618
2119.00/2124.59	c #Conflicts:    3301000 | #Constraints:      61619
2119.00/2124.59	c #Conflicts:    3302000 | #Constraints:      62619
2119.00/2124.59	c #Conflicts:    3303000 | #Constraints:      63619
2119.00/2124.59	c #Conflicts:    3304000 | #Constraints:      64619
2119.00/2124.59	c #Conflicts:    3305000 | #Constraints:      65619
2119.00/2124.59	c #Conflicts:    3306000 | #Constraints:      66619
2119.00/2124.59	c #Conflicts:    3307000 | #Constraints:      67619
2119.00/2124.59	c #Conflicts:    3308000 | #Constraints:      68619
2119.00/2124.59	c #Conflicts:    3309000 | #Constraints:      69619
2119.00/2124.59	c #Conflicts:    3310000 | #Constraints:      70619
2119.00/2124.59	c #Conflicts:    3311000 | #Constraints:      71620
2119.00/2124.59	c #Conflicts:    3312000 | #Constraints:      72620
2119.00/2124.59	c #Conflicts:    3313000 | #Constraints:      73620
2119.00/2124.59	c #Conflicts:    3314000 | #Constraints:      74620
2119.00/2124.59	c #Conflicts:    3315000 | #Constraints:      75620
2119.00/2124.59	c #Conflicts:    3316000 | #Constraints:      76620
2119.00/2124.59	c #Conflicts:    3317000 | #Constraints:      77620
2119.00/2124.59	c #Conflicts:    3318000 | #Constraints:      78620
2119.00/2124.59	c #Conflicts:    3319000 | #Constraints:      79620
2119.00/2124.59	c #Conflicts:    3320000 | #Constraints:      80620
2119.00/2124.59	c #Conflicts:    3321000 | #Constraints:      81620
2119.00/2124.59	c INPROCESSING
2119.00/2124.59	c GARBAGE COLLECT
2119.00/2124.59	c #Conflicts:    3322000 | #Constraints:      46332
2119.00/2124.59	c #Conflicts:    3323000 | #Constraints:      47332
2119.00/2124.59	c #Conflicts:    3324000 | #Constraints:      48332
2119.00/2124.59	c #Conflicts:    3325000 | #Constraints:      49332
2119.00/2124.59	c #Conflicts:    3326000 | #Constraints:      50332
2119.00/2124.59	c #Conflicts:    3327000 | #Constraints:      51332
2119.00/2124.59	c #Conflicts:    3328000 | #Constraints:      52332
2119.00/2124.59	c #Conflicts:    3329000 | #Constraints:      53332
2119.00/2124.59	c #Conflicts:    3330000 | #Constraints:      54332
2119.00/2124.59	c #Conflicts:    3331000 | #Constraints:      55332
2119.00/2124.59	c #Conflicts:    3332000 | #Constraints:      56332
2119.00/2124.59	c #Conflicts:    3333000 | #Constraints:      57332
2119.00/2124.59	c #Conflicts:    3334000 | #Constraints:      58332
2119.00/2124.59	c #Conflicts:    3335000 | #Constraints:      59332
2119.00/2124.59	c #Conflicts:    3336000 | #Constraints:      60332
2119.00/2124.59	c #Conflicts:    3337000 | #Constraints:      61332
2119.00/2124.59	c #Conflicts:    3338000 | #Constraints:      62332
2119.00/2124.59	c #Conflicts:    3339000 | #Constraints:      63332
2119.00/2124.59	c #Conflicts:    3340000 | #Constraints:      64332
2119.00/2124.59	c #Conflicts:    3341000 | #Constraints:      65332
2119.00/2124.59	c #Conflicts:    3342000 | #Constraints:      66332
2119.00/2124.59	c #Conflicts:    3343000 | #Constraints:      67332
2119.00/2124.59	c #Conflicts:    3344000 | #Constraints:      68332
2119.00/2124.59	c #Conflicts:    3345000 | #Constraints:      69332
2119.00/2124.59	c #Conflicts:    3346000 | #Constraints:      70332
2119.00/2124.59	c #Conflicts:    3347000 | #Constraints:      71332
2119.00/2124.59	c #Conflicts:    3348000 | #Constraints:      72332
2119.00/2124.59	c #Conflicts:    3349000 | #Constraints:      73332
2119.00/2124.59	c #Conflicts:    3350000 | #Constraints:      74332
2119.00/2124.59	c #Conflicts:    3351000 | #Constraints:      75332
2119.00/2124.59	c #Conflicts:    3352000 | #Constraints:      76332
2119.00/2124.59	c #Conflicts:    3353000 | #Constraints:      77332
2119.00/2124.59	c #Conflicts:    3354000 | #Constraints:      78332
2119.00/2124.59	c #Conflicts:    3355000 | #Constraints:      79332
2119.00/2124.59	c #Conflicts:    3356000 | #Constraints:      80332
2119.00/2124.59	c #Conflicts:    3357000 | #Constraints:      81332
2119.00/2124.59	c #Conflicts:    3358000 | #Constraints:      82332
2119.00/2124.59	c INPROCESSING
2119.00/2124.59	c GARBAGE COLLECT
2119.00/2124.59	c rational objective 711.681
2172.56/2178.28	c #Conflicts:    3359000 | #Constraints:      46904
2172.56/2178.28	c #Conflicts:    3360000 | #Constraints:      47904
2172.56/2178.28	c #Conflicts:    3361000 | #Constraints:      48904
2172.56/2178.28	c #Conflicts:    3362000 | #Constraints:      49904
2172.56/2178.28	c #Conflicts:    3363000 | #Constraints:      50904
2172.56/2178.28	c #Conflicts:    3364000 | #Constraints:      51904
2172.56/2178.28	c #Conflicts:    3365000 | #Constraints:      52904
2172.56/2178.28	c #Conflicts:    3366000 | #Constraints:      53904
2172.56/2178.28	c #Conflicts:    3367000 | #Constraints:      54904
2172.56/2178.28	c #Conflicts:    3368000 | #Constraints:      55904
2172.56/2178.28	c #Conflicts:    3369000 | #Constraints:      56904
2172.56/2178.28	c #Conflicts:    3370000 | #Constraints:      57904
2172.56/2178.28	c #Conflicts:    3371000 | #Constraints:      58904
2172.56/2178.28	c #Conflicts:    3372000 | #Constraints:      59904
2172.56/2178.28	c #Conflicts:    3373000 | #Constraints:      60904
2172.56/2178.28	c #Conflicts:    3374000 | #Constraints:      61904
2172.56/2178.28	c #Conflicts:    3375000 | #Constraints:      62904
2172.56/2178.28	c #Conflicts:    3376000 | #Constraints:      63904
2172.56/2178.28	c #Conflicts:    3377000 | #Constraints:      64904
2172.56/2178.28	c #Conflicts:    3378000 | #Constraints:      65904
2172.56/2178.28	c #Conflicts:    3379000 | #Constraints:      66904
2172.56/2178.28	c #Conflicts:    3380000 | #Constraints:      67904
2172.56/2178.28	c #Conflicts:    3381000 | #Constraints:      68904
2172.56/2178.28	c #Conflicts:    3382000 | #Constraints:      69904
2172.56/2178.28	c #Conflicts:    3383000 | #Constraints:      70904
2172.56/2178.28	c #Conflicts:    3384000 | #Constraints:      71904
2172.56/2178.28	c #Conflicts:    3385000 | #Constraints:      72904
2172.56/2178.28	c #Conflicts:    3386000 | #Constraints:      73904
2172.56/2178.28	c #Conflicts:    3387000 | #Constraints:      74904
2172.56/2178.28	c #Conflicts:    3388000 | #Constraints:      75904
2172.56/2178.28	c #Conflicts:    3389000 | #Constraints:      76904
2172.56/2178.28	c #Conflicts:    3390000 | #Constraints:      77904
2172.56/2178.28	c #Conflicts:    3391000 | #Constraints:      78904
2172.56/2178.28	c #Conflicts:    3392000 | #Constraints:      79904
2172.56/2178.28	c #Conflicts:    3393000 | #Constraints:      80904
2172.56/2178.28	c #Conflicts:    3394000 | #Constraints:      81904
2172.56/2178.28	c #Conflicts:    3395000 | #Constraints:      82904
2172.56/2178.28	c INPROCESSING
2172.56/2178.28	c GARBAGE COLLECT
2172.56/2178.28	c #Conflicts:    3396000 | #Constraints:      47298
2172.56/2178.28	c #Conflicts:    3397000 | #Constraints:      48298
2172.56/2178.28	c #Conflicts:    3398000 | #Constraints:      49298
2172.56/2178.28	c #Conflicts:    3399000 | #Constraints:      50298
2172.56/2178.28	c #Conflicts:    3400000 | #Constraints:      51298
2172.56/2178.28	c #Conflicts:    3401000 | #Constraints:      52298
2172.56/2178.28	c #Conflicts:    3402000 | #Constraints:      53298
2172.56/2178.28	c #Conflicts:    3403000 | #Constraints:      54298
2172.56/2178.28	c #Conflicts:    3404000 | #Constraints:      55298
2172.56/2178.28	c #Conflicts:    3405000 | #Constraints:      56298
2172.56/2178.28	c #Conflicts:    3406000 | #Constraints:      57298
2172.56/2178.28	c #Conflicts:    3407000 | #Constraints:      58298
2172.56/2178.28	c #Conflicts:    3408000 | #Constraints:      59298
2172.56/2178.28	c #Conflicts:    3409000 | #Constraints:      60298
2172.56/2178.28	c #Conflicts:    3410000 | #Constraints:      61298
2172.56/2178.28	c #Conflicts:    3411000 | #Constraints:      62298
2172.56/2178.28	c #Conflicts:    3412000 | #Constraints:      63298
2172.56/2178.28	c #Conflicts:    3413000 | #Constraints:      64298
2172.56/2178.28	c #Conflicts:    3414000 | #Constraints:      65298
2172.56/2178.28	c #Conflicts:    3415000 | #Constraints:      66298
2172.56/2178.28	c #Conflicts:    3416000 | #Constraints:      67298
2172.56/2178.28	c #Conflicts:    3417000 | #Constraints:      68298
2172.56/2178.28	c #Conflicts:    3418000 | #Constraints:      69298
2172.56/2178.28	c #Conflicts:    3419000 | #Constraints:      70298
2172.56/2178.28	c #Conflicts:    3420000 | #Constraints:      71298
2172.56/2178.28	c #Conflicts:    3421000 | #Constraints:      72298
2172.56/2178.28	c #Conflicts:    3422000 | #Constraints:      73298
2172.56/2178.28	c #Conflicts:    3423000 | #Constraints:      74298
2172.56/2178.28	c #Conflicts:    3424000 | #Constraints:      75298
2172.56/2178.28	c #Conflicts:    3425000 | #Constraints:      76298
2172.56/2178.28	c #Conflicts:    3426000 | #Constraints:      77298
2172.56/2178.28	c #Conflicts:    3427000 | #Constraints:      78298
2172.56/2178.28	c #Conflicts:    3428000 | #Constraints:      79298
2172.56/2178.28	c #Conflicts:    3429000 | #Constraints:      80298
2172.56/2178.28	c #Conflicts:    3430000 | #Constraints:      81298
2172.56/2178.28	c #Conflicts:    3431000 | #Constraints:      82298
2172.56/2178.28	c #Conflicts:    3432000 | #Constraints:      83298
2172.56/2178.28	c INPROCESSING
2172.56/2178.28	c GARBAGE COLLECT
2172.56/2178.28	c #Conflicts:    3433000 | #Constraints:      47519
2172.56/2178.28	c #Conflicts:    3434000 | #Constraints:      48519
2172.56/2178.28	c #Conflicts:    3435000 | #Constraints:      49519
2172.56/2178.28	c #Conflicts:    3436000 | #Constraints:      50519
2284.87/2290.80	c #Conflicts:    3437000 | #Constraints:      51519
2284.87/2290.80	c #Conflicts:    3438000 | #Constraints:      52519
2284.87/2290.80	c #Conflicts:    3439000 | #Constraints:      53519
2284.87/2290.80	c #Conflicts:    3440000 | #Constraints:      54519
2284.87/2290.80	c #Conflicts:    3441000 | #Constraints:      55519
2284.87/2290.80	c #Conflicts:    3442000 | #Constraints:      56519
2284.87/2290.80	c #Conflicts:    3443000 | #Constraints:      57519
2284.87/2290.80	c #Conflicts:    3444000 | #Constraints:      58519
2284.87/2290.80	c #Conflicts:    3445000 | #Constraints:      59519
2284.87/2290.80	c #Conflicts:    3446000 | #Constraints:      60519
2284.87/2290.80	c #Conflicts:    3447000 | #Constraints:      61519
2284.87/2290.80	c #Conflicts:    3448000 | #Constraints:      62519
2284.87/2290.80	c #Conflicts:    3449000 | #Constraints:      63519
2284.87/2290.80	c #Conflicts:    3450000 | #Constraints:      64519
2284.87/2290.80	c #Conflicts:    3451000 | #Constraints:      65519
2284.87/2290.80	c #Conflicts:    3452000 | #Constraints:      66519
2284.87/2290.80	c #Conflicts:    3453000 | #Constraints:      67519
2284.87/2290.80	c #Conflicts:    3454000 | #Constraints:      68519
2284.87/2290.80	c #Conflicts:    3455000 | #Constraints:      69519
2284.87/2290.80	c #Conflicts:    3456000 | #Constraints:      70519
2284.87/2290.80	c #Conflicts:    3457000 | #Constraints:      71519
2284.87/2290.80	c #Conflicts:    3458000 | #Constraints:      72519
2284.87/2290.80	c #Conflicts:    3459000 | #Constraints:      73519
2284.87/2290.80	c #Conflicts:    3460000 | #Constraints:      74519
2284.87/2290.80	c #Conflicts:    3461000 | #Constraints:      75519
2284.87/2290.80	c #Conflicts:    3462000 | #Constraints:      76519
2284.87/2290.80	c #Conflicts:    3463000 | #Constraints:      77519
2284.87/2290.80	c #Conflicts:    3464000 | #Constraints:      78519
2284.87/2290.80	c #Conflicts:    3465000 | #Constraints:      79519
2284.87/2290.80	c #Conflicts:    3466000 | #Constraints:      80519
2284.87/2290.80	c #Conflicts:    3467000 | #Constraints:      81519
2284.87/2290.80	c #Conflicts:    3468000 | #Constraints:      82519
2284.87/2290.80	c #Conflicts:    3469000 | #Constraints:      83519
2284.87/2290.80	c INPROCESSING
2284.87/2290.80	c GARBAGE COLLECT
2284.87/2290.80	c #Conflicts:    3470000 | #Constraints:      47500
2284.87/2290.80	c #Conflicts:    3471000 | #Constraints:      48500
2284.87/2290.80	c #Conflicts:    3472000 | #Constraints:      49500
2284.87/2290.80	c #Conflicts:    3473000 | #Constraints:      50500
2284.87/2290.80	c #Conflicts:    3474000 | #Constraints:      51500
2284.87/2290.80	c #Conflicts:    3475000 | #Constraints:      52500
2284.87/2290.80	c #Conflicts:    3476000 | #Constraints:      53500
2284.87/2290.80	c #Conflicts:    3477000 | #Constraints:      54500
2284.87/2290.80	c #Conflicts:    3478000 | #Constraints:      55500
2284.87/2290.80	c #Conflicts:    3479000 | #Constraints:      56500
2284.87/2290.80	c #Conflicts:    3480000 | #Constraints:      57500
2284.87/2290.80	c #Conflicts:    3481000 | #Constraints:      58500
2284.87/2290.80	c #Conflicts:    3482000 | #Constraints:      59500
2284.87/2290.80	c #Conflicts:    3483000 | #Constraints:      60500
2284.87/2290.80	c #Conflicts:    3484000 | #Constraints:      61500
2284.87/2290.80	c #Conflicts:    3485000 | #Constraints:      62500
2284.87/2290.80	c #Conflicts:    3486000 | #Constraints:      63500
2284.87/2290.80	c #Conflicts:    3487000 | #Constraints:      64500
2284.87/2290.80	c #Conflicts:    3488000 | #Constraints:      65500
2284.87/2290.80	c #Conflicts:    3489000 | #Constraints:      66500
2284.87/2290.80	c #Conflicts:    3490000 | #Constraints:      67500
2284.87/2290.80	c #Conflicts:    3491000 | #Constraints:      68500
2284.87/2290.80	c #Conflicts:    3492000 | #Constraints:      69500
2284.87/2290.80	c #Conflicts:    3493000 | #Constraints:      70501
2284.87/2290.80	c #Conflicts:    3494000 | #Constraints:      71501
2284.87/2290.80	c #Conflicts:    3495000 | #Constraints:      72501
2284.87/2290.80	c #Conflicts:    3496000 | #Constraints:      73501
2284.87/2290.80	c #Conflicts:    3497000 | #Constraints:      74501
2284.87/2290.80	c #Conflicts:    3498000 | #Constraints:      75501
2284.87/2290.80	c #Conflicts:    3499000 | #Constraints:      76501
2284.87/2290.80	c #Conflicts:    3500000 | #Constraints:      77501
2284.87/2290.80	c #Conflicts:    3501000 | #Constraints:      78501
2284.87/2290.80	c #Conflicts:    3502000 | #Constraints:      79501
2284.87/2290.80	c #Conflicts:    3503000 | #Constraints:      80501
2284.87/2290.80	c #Conflicts:    3504000 | #Constraints:      81508
2284.87/2290.80	c #Conflicts:    3505000 | #Constraints:      82508
2284.87/2290.80	c #Conflicts:    3506000 | #Constraints:      83508
2284.87/2290.80	c INPROCESSING
2284.87/2290.80	c GARBAGE COLLECT
2284.87/2290.80	c #Conflicts:    3507000 | #Constraints:      47308
2284.87/2290.80	c #Conflicts:    3508000 | #Constraints:      48308
2284.87/2290.80	c #Conflicts:    3509000 | #Constraints:      49308
2284.87/2290.80	c #Conflicts:    3510000 | #Constraints:      50308
2284.87/2290.80	c #Conflicts:    3511000 | #Constraints:      51308
2284.87/2290.80	c #Conflicts:    3512000 | #Constraints:      52308
2284.87/2290.80	c #Conflicts:    3513000 | #Constraints:      53308
2414.33/2420.68	c #Conflicts:    3514000 | #Constraints:      54308
2414.33/2420.68	c #Conflicts:    3515000 | #Constraints:      55308
2414.33/2420.68	c #Conflicts:    3516000 | #Constraints:      56308
2414.33/2420.68	c #Conflicts:    3517000 | #Constraints:      57308
2414.33/2420.68	c #Conflicts:    3518000 | #Constraints:      58308
2414.33/2420.68	c #Conflicts:    3519000 | #Constraints:      59308
2414.33/2420.68	c #Conflicts:    3520000 | #Constraints:      60308
2414.33/2420.68	c #Conflicts:    3521000 | #Constraints:      61308
2414.33/2420.68	c #Conflicts:    3522000 | #Constraints:      62308
2414.33/2420.68	c #Conflicts:    3523000 | #Constraints:      63308
2414.33/2420.68	c #Conflicts:    3524000 | #Constraints:      64308
2414.33/2420.68	c #Conflicts:    3525000 | #Constraints:      65308
2414.33/2420.68	c #Conflicts:    3526000 | #Constraints:      66308
2414.33/2420.68	c #Conflicts:    3527000 | #Constraints:      67308
2414.33/2420.68	c #Conflicts:    3528000 | #Constraints:      68308
2414.33/2420.68	c #Conflicts:    3529000 | #Constraints:      69309
2414.33/2420.68	c #Conflicts:    3530000 | #Constraints:      70309
2414.33/2420.68	c #Conflicts:    3531000 | #Constraints:      71309
2414.33/2420.68	c #Conflicts:    3532000 | #Constraints:      72309
2414.33/2420.68	c #Conflicts:    3533000 | #Constraints:      73309
2414.33/2420.68	c #Conflicts:    3534000 | #Constraints:      74309
2414.33/2420.68	c #Conflicts:    3535000 | #Constraints:      75309
2414.33/2420.68	c #Conflicts:    3536000 | #Constraints:      76309
2414.33/2420.68	c #Conflicts:    3537000 | #Constraints:      77309
2414.33/2420.68	c #Conflicts:    3538000 | #Constraints:      78309
2414.33/2420.68	c #Conflicts:    3539000 | #Constraints:      79309
2414.33/2420.68	c #Conflicts:    3540000 | #Constraints:      80309
2414.33/2420.68	c #Conflicts:    3541000 | #Constraints:      81310
2414.33/2420.68	c #Conflicts:    3542000 | #Constraints:      82310
2414.33/2420.68	c #Conflicts:    3543000 | #Constraints:      83310
2414.33/2420.68	c #Conflicts:    3544000 | #Constraints:      84310
2414.33/2420.68	c INPROCESSING
2414.33/2420.68	c GARBAGE COLLECT
2414.33/2420.68	c #Conflicts:    3545000 | #Constraints:      47911
2414.33/2420.68	c #Conflicts:    3546000 | #Constraints:      48911
2414.33/2420.68	c #Conflicts:    3547000 | #Constraints:      49911
2414.33/2420.68	c #Conflicts:    3548000 | #Constraints:      50911
2414.33/2420.68	c #Conflicts:    3549000 | #Constraints:      51912
2414.33/2420.68	c #Conflicts:    3550000 | #Constraints:      52912
2414.33/2420.68	c #Conflicts:    3551000 | #Constraints:      53912
2414.33/2420.68	c #Conflicts:    3552000 | #Constraints:      54912
2414.33/2420.68	c #Conflicts:    3553000 | #Constraints:      55912
2414.33/2420.68	c #Conflicts:    3554000 | #Constraints:      56912
2414.33/2420.68	c #Conflicts:    3555000 | #Constraints:      57912
2414.33/2420.68	c #Conflicts:    3556000 | #Constraints:      58912
2414.33/2420.68	c #Conflicts:    3557000 | #Constraints:      59912
2414.33/2420.68	c #Conflicts:    3558000 | #Constraints:      60912
2414.33/2420.68	c #Conflicts:    3559000 | #Constraints:      61915
2414.33/2420.68	c #Conflicts:    3560000 | #Constraints:      62920
2414.33/2420.68	c #Conflicts:    3561000 | #Constraints:      64377
2414.33/2420.68	c #Conflicts:    3562000 | #Constraints:      65865
2414.33/2420.68	c #Conflicts:    3563000 | #Constraints:      67362
2414.33/2420.68	c #Conflicts:    3564000 | #Constraints:      68856
2414.33/2420.68	c #Conflicts:    3565000 | #Constraints:      70354
2414.33/2420.68	c #Conflicts:    3566000 | #Constraints:      71854
2414.33/2420.68	c #Conflicts:    3567000 | #Constraints:      73356
2414.33/2420.68	c #Conflicts:    3568000 | #Constraints:      74853
2414.33/2420.68	c #Conflicts:    3569000 | #Constraints:      76348
2414.33/2420.68	c #Conflicts:    3570000 | #Constraints:      77844
2414.33/2420.68	c #Conflicts:    3571000 | #Constraints:      79347
2414.33/2420.68	c #Conflicts:    3572000 | #Constraints:      80846
2414.33/2420.68	c #Conflicts:    3573000 | #Constraints:      82348
2414.33/2420.68	c #Conflicts:    3574000 | #Constraints:      83854
2414.33/2420.68	c #Conflicts:    3575000 | #Constraints:      85358
2414.33/2420.68	c #Conflicts:    3576000 | #Constraints:      86861
2414.33/2420.68	c #Conflicts:    3577000 | #Constraints:      88344
2414.33/2420.68	c #Conflicts:    3578000 | #Constraints:      89842
2414.33/2420.68	c #Conflicts:    3579000 | #Constraints:      91322
2414.33/2420.68	c #Conflicts:    3580000 | #Constraints:      92824
2414.33/2420.68	c #Conflicts:    3581000 | #Constraints:      94323
2414.33/2420.68	c #Conflicts:    3582000 | #Constraints:      95830
2414.33/2420.68	c INPROCESSING
2414.33/2420.68	c GARBAGE COLLECT
2414.33/2420.68	WSVECS04 Frhs2[3]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4]: 6 -1.31256 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[23]: 6 -1.06258 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[31]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[35]: 6 -1.14069 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[40]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[58]: 6 0 0.23364 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[83]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[109]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[117]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[124]: 6 -1.27065 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[131]: 6 -1.23444 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[147]: 6 -1.00018 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[159]: 6 -1.50009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[162]: 6 -1.45029 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[163]: 6 -1.64065 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[184]: 6 -0.997477 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[195]: 6 -2.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[214]: 6 -0.998267 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[217]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[221]: 6 -1.31255 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[223]: 6 -1.25005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[251]: 6 0 0.156304 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[260]: 6 -1.31259 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[265]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[278]: 6 -0.996554 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[287]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[309]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[346]: 6 -0.646934 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[354]: 6 -2.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[357]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[363]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[378]: 6 -1.26639 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[380]: 6 0 0.041945 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[382]: 6 -0.809617 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[390]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[412]: 6 -1.34377 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[413]: 6 -1.18718 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[426]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[435]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[440]: 6 -0.997427 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[449]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[450]: 6 -2.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[451]: 6 -1.85943 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[469]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[470]: 6 -0.99825 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[475]: 6 -1.32817 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[484]: 6 -2.43752 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[485]: 6 -2.2501 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[493]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[511]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[516]: 6 -1.31256 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[517]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[526]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[528]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[541]: 6 -0.809659 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[543]: 6 -2.35942 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[545]: 6 0 0.760247 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[573]: 6 -1.31252 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[574]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[589]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[599]: 6 -0.997441 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[611]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[612]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[614]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[629]: 6 -0.998319 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[634]: 6 -1.26632 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[638]: 6 -0.747146 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[650]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[651]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[667]: 6 -0.983746 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[669]: 6 -1.24965 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[670]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[691]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[702]: 6 -1.40571 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[716]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[723]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[725]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[729]: 6 -1.26958 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[730]: 6 0 0.0820897 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[922]: 6 0 0.500067 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[943]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[951]: 6 -0.875023 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[952]: 6 -0.750046 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1000]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1025]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1050]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1057]: 6 -1.25007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1058]: 6 -1.25006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1063]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1073]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1077]: 6 -0.750112 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1078]: 6 -0.500267 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1079]: 6 -0.000387157 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1086]: 6 -2.38796 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1087]: 6 -1.18216 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1088]: 6 -1.31258 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1112]: 6 -1.24997 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1116]: 6 -1.68574 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1117]: 6 -1.51567 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1119]: 6 -1.31258 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1124]: 6 -0.750097 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1131]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1133]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1141]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1146]: 6 -1.71882 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1149]: 6 -1.18218 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1157]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1170]: 6 -0.999849 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1177]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1185]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1186]: 6 -2.11723 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1188]: 6 -1.53132 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1189]: 6 -3.06253 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1204]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1209]: 6 -1.29627 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1213]: 6 -2.44307 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1214]: 6 -2.6407 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1216]: 6 -1.31252 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1217]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1227]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1241]: 6 -1.31251 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1243]: 6 -1.5735 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1247]: 6 -1.30019 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1248]: 6 -0.750072 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1249]: 6 -2.50509 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1269]: 6 -0.998044 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1270]: 6 -1.31259 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1271]: 6 -1.32816 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1273]: 6 -1.31259 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1278]: 6 -2.85322 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1279]: 6 -2.17517 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1291]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1304]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1306]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1310]: 6 -1.03134 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1312]: 6 -1.12501 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1318]: 6 0 0.312533 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1341]: 6 0 0.574911 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1342]: 6 0 1.25004 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1343]: 6 -2.25005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1366]: 6 -1.29386 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1368]: 6 -1.17514 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1379]: 6 -0.843811 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1390]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1395]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1398]: 6 -1.31251 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1401]: 6 -0.989131 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1411]: 6 -2.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1414]: 6 -0.500084 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1435]: 6 0 0.312537 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1439]: 6 -1.25009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1441]: 6 0 0.895918 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1462]: 6 0 1.50001 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1465]: 6 -0.671886 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1468]: 6 -0.656264 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1475]: 6 -1.1563 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1476]: 6 -5.56252 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1490]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1494]: 6 -1.32817 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1495]: 6 -1.31257 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1497]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1498]: 6 -1.25004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1500]: 6 -4.7969 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1535]: 6 -1.06255 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1539]: 6 -1.12507 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1554]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1557]: 6 -1.62501 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1558]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1559]: 6 -1.32818 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1560]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1583]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1587]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1589]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1590]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1597]: 6 0 0.179785 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1600]: 6 0 0.250084 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1602]: 6 -2.50001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1605]: 6 -1.25007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1609]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1617]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1618]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1625]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1633]: 6 -2.62507 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1653]: 6 -1.33209 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1657]: 6 -1.31254 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1666]: 6 -2.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1669]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1670]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1672]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1685]: 6 -2.2501 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1686]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1691]: 6 -2.32036 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1693]: 6 -0.687524 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1700]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1701]: 6 -0.750056 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1709]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1721]: 6 -1.31255 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1742]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1748]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1756]: 6 -1.54692 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1964]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1969]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1978]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1980]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1981]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[1984]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2008]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2009]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2011]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2052]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2056]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2057]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2058]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2060]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2062]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2064]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2066]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2067]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2073]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2076]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2078]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2082]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2090]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2096]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2100]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2104]: 6 -4.99861 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2106]: 6 -0.750073 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2122]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2126]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2130]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2138]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2145]: 6 -0.626903 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2149]: 6 -1.25003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2155]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2164]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2168]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2171]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2174]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2178]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2180]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2189]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2192]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2193]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2196]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2199]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2206]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2207]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2215]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2216]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2223]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2231]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2233]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2234]: 6 -1.25006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2237]: 6 -1.4454 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2238]: 6 -0.89066 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2239]: 6 -1.71882 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2240]: 6 -1.50004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2251]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2260]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2261]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2264]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2266]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2268]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2270]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2274]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2275]: 6 -0.999568 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2277]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2279]: 6 -0.998126 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2282]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2283]: 6 -0.992241 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2286]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2290]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2293]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2296]: 6 -0.890708 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2301]: 6 -0.0625173 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2309]: 6 0 1.0626 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2311]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2314]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2321]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2333]: 6 -1.36972 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2336]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2337]: 6 -0.132912 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2339]: 6 -2.96879 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2342]: 6 0 2.00002 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2347]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2352]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2353]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2356]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2360]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2364]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2365]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2367]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2370]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2371]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2374]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2382]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2384]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2385]: 6 -0.967484 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2388]: 6 -1.11968 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2392]: 6 -0.521544 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2396]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2399]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2405]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2407]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2408]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2410]: 6 -0.999995 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2422]: 6 -0.984336 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2426]: 6 -0.937208 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2433]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2440]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2445]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2448]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2450]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2452]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2455]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2457]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2463]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2468]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2470]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2472]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2473]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2476]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2499]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2507]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2512]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2517]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2521]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2522]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2528]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2533]: 6 -1.25009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2537]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2540]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2542]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2544]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2547]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2551]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2553]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2556]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2557]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2560]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2564]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2567]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2573]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2576]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2577]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2580]: 6 -1.29695 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2591]: 6 -0.500016 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2595]: 6 -1.25006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2606]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2609]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2610]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2622]: 6 -1.31259 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2623]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2624]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2625]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2632]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2634]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2636]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2638]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2639]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2645]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2647]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2649]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2651]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2653]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2656]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2657]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2664]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2665]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2667]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2669]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2671]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2673]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2676]: 6 -1.32819 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2683]: 6 -0.625038 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2687]: 6 -0.500099 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2691]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2695]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2699]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2712]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2713]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2716]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2718]: 6 -1.2501 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2720]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2728]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2733]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2736]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2737]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2741]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2743]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2745]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2747]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2752]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2753]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2756]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2759]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2761]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2763]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2766]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2768]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2770]: 6 -1.31255 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2772]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2773]: 6 -0.375077 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2776]: 6 -1.25002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2781]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2784]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2791]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2801]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2812]: 6 -2.60322 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2816]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2819]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2821]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2824]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2825]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2827]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2830]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2832]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2834]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2835]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2838]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2839]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2847]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2849]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2852]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2853]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2855]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2857]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2859]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2861]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2865]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2868]: 6 -1.32816 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2875]: 6 -0.625063 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2907]: 6 -1.29381 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2914]: 6 0 1.62508 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2915]: 6 -0.375087 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2918]: 6 0 1.17979 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2921]: 6 -3.25004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2925]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2927]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2932]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2936]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2938]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2940]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2943]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2946]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2955]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2958]: 6 -1.32353 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2959]: 6 -1.32352 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2975]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2987]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2988]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[2993]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3015]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3017]: 6 -1.50005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3020]: 6 0 1.00005 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3023]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3026]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3030]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3034]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3038]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3041]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3045]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3047]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3049]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3051]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3053]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3056]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3057]: 6 -3.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3060]: 6 -1.32819 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3070]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3076]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3079]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3080]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3083]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3084]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3092]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3097]: 6 -1.32819 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3103]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3108]: 6 0 1.25004 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3109]: 6 -0.750019 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3113]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3117]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3121]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3124]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3133]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3135]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3138]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3142]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3143]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3146]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3147]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3150]: 6 -1.32815 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3151]: 6 -1.32817 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3159]: 6 -0.562524 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3163]: 6 -0.250071 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3173]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3201]: 6 -0.921955 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3203]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3207]: 6 -3.62506 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3216]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3217]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3220]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3221]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3224]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3225]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3229]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3231]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3237]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3241]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3243]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3250]: 6 0 1.50005 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3252]: 6 0 1.00005 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3253]: 6 -4.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3255]: 6 -5.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3259]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3263]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3281]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3284]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3292]: 6 -1.31253 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3298]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3300]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3302]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3304]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3306]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3307]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3310]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3312]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3314]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3316]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3318]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3320]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3322]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3324]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3328]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3332]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3333]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3336]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3340]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3341]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3344]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3347]: 6 -1.32816 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3359]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3361]: 6 -1.31258 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3362]: 6 -1.25005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3373]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3380]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3382]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3385]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3392]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3401]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3402]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3408]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3410]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3412]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3420]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3422]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3423]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3427]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3430]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3442]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3444]: 6 -2.2032 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3448]: 6 -12.1875 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3451]: 6 -1.25009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3455]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3457]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3458]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3459]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3475]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3479]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3480]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3481]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3482]: 6 -1.62508 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3483]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3487]: 6 -0.62508 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3489]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3492]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3494]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3495]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3496]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3498]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3500]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3502]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3514]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3516]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3520]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3522]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3524]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3528]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3534]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3536]: 6 -1.62507 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3537]: 6 -1.62509 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3546]: 6 -0.62508 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3550]: 6 -2.50009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3555]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3567]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3569]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3578]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3589]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3593]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3596]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3597]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3600]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3604]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3605]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3613]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3615]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3619]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3622]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3625]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3637]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3640]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3647]: 6 -0.500068 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3649]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3659]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3664]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3666]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3667]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3668]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3672]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3677]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3678]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3684]: 6 0 12.0001 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3686]: 6 -8.5001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3690]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3691]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3694]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3695]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3698]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3699]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3702]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3703]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3709]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3712]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3722]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3724]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3726]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3734]: 6 -5.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3735]: 6 -0.500027 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3738]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3743]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3745]: 6 -1.10939 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3754]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3761]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3763]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3765]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3781]: 6 -7.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3783]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3785]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3788]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3793]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3804]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3806]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3807]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3810]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3811]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3814]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3815]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3819]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3821]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3823]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3825]: 6 -1.33211 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3839]: 6 -0.500031 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3842]: 6 -0.750099 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3844]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3848]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3851]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3852]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3853]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3854]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3856]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3859]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3865]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3869]: 6 -1.03133 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3871]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3872]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3875]: 6 -1.50005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3879]: 6 -1.25005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3881]: 6 -0.500032 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3884]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3885]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3888]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3889]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3894]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3896]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3898]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3901]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3903]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3905]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3908]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3909]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3912]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3914]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3915]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3918]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3922]: 6 -1.25004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3925]: 6 -0.50004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3928]: 6 -1.25001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3930]: 6 -1.12507 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3939]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3940]: 6 -1.25008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3942]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3943]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3947]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3949]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3951]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3958]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3959]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3960]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3971]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3977]: 6 -3.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3980]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3981]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3984]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3985]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3988]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3989]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3992]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3993]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3996]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[3997]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4000]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4001]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4005]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4008]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4012]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4013]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4017]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4025]: 6 -2.43759 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4033]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4039]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4044]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4049]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4050]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4051]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4054]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4055]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4062]: 6 -2.81252 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4064]: 6 -1.25006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4071]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4074]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4080]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4084]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4085]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4090]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4095]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4098]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4100]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4102]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4104]: 6 -1.0001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4105]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4108]: 6 -1.62505 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4109]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4121]: 6 -1.31252 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4137]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4145]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4151]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4152]: 6 -0.37502 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4153]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4172]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4173]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4174]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4194]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4195]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4203]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4227]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4228]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4229]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4230]: 6 -1.00006 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4242]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4243]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4244]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4245]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4246]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4261]: 6 -1.00007 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4262]: 6 -1.00008 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4263]: 6 -1.00003 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4264]: 6 -1.00005 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4265]: 6 -1.00001 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4266]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4267]: 6 -1.00009 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4287]: 6 -1.00004 0 shouldn't be
2414.33/2420.68	WSVECS04 Frhs2[4288]: 6 -1.00007 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[34]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[91]: 6 -1.97439 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[124]: 6 -1.27059 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[125]: 6 -1.44531 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[126]: 6 -1.39353 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[131]: 6 -1.23438 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[147]: 6 -1.00009 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[163]: 6 -1.64063 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[195]: 6 -2 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[221]: 6 -1.3125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[252]: 6 -0.328125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[292]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[354]: 6 -2 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[378]: 6 -1.2663 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[380]: 6 0 0.0419093 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[382]: 6 -0.809596 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[412]: 6 -1.34375 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[413]: 6 -1.18714 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[414]: 6 -1.375 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[435]: 6 -0.999958 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[445]: 6 -2.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[450]: 6 -2.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[451]: 6 -1.85938 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[455]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[477]: 6 -1.24964 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[484]: 6 -2.4375 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[485]: 6 -2.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[501]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[529]: 6 -0.999919 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[540]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[541]: 6 -0.809597 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[543]: 6 -2.35938 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[547]: 6 0 0.390625 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[573]: 6 -1.3125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[588]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[597]: 6 -0.997381 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[614]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[622]: 6 -0.999991 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[634]: 6 -1.2663 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[638]: 6 -0.747097 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[667]: 6 -0.983704 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[669]: 6 -1.24964 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[670]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[679]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[702]: 6 -1.40563 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[711]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1032]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1086]: 6 -2.38794 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1112]: 6 -1.24991 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1115]: 6 -1.43732 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1116]: 6 -1.68569 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1120]: 6 -2.875 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1127]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1133]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1142]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1144]: 6 -1.44531 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1146]: 6 -1.71875 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1177]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1180]: 6 -0.748549 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1189]: 6 -3.0625 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1209]: 6 -1.2962 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1212]: 6 -0.880373 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1214]: 6 -2.64063 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1270]: 6 -1.3125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1279]: 6 -2.17511 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1304]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1309]: 6 0 0.0625002 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1314]: 6 -2 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1342]: 6 0 1.25 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1343]: 6 -2.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1366]: 6 -1.29378 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1368]: 6 -1.17511 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1411]: 6 -2 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1446]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1447]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1500]: 6 -4.79688 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1507]: 6 -1.10938 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1557]: 6 -1.625 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1568]: 6 -1.3125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1600]: 6 0 0.25 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1602]: 6 -2.5 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1633]: 6 -2.625 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1635]: 6 -2.875 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1640]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1666]: 6 -2 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1672]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1691]: 6 -2.32031 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2104]: 6 -4.99855 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2145]: 6 -0.626816 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2234]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2263]: 6 -0.999992 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2271]: 6 -0.999878 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2275]: 6 -0.999509 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2279]: 6 -0.998036 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2283]: 6 -0.992143 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2295]: 6 -0.94241 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2296]: 6 -0.890625 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2301]: 6 -0.062501 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2337]: 6 -0.132813 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2339]: 6 -2.96875 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2342]: 6 0 2 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2365]: 6 -0.999969 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2388]: 6 -1.11963 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2392]: 6 -0.52149 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2396]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2422]: 6 -0.984285 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2483]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2571]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2580]: 6 -1.29688 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2595]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2622]: 6 -1.3125 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2649]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2676]: 6 -1.32813 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2776]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2779]: 6 -0.500001 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2812]: 6 -2.60318 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2813]: 6 -1.25 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2868]: 6 -1.32813 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2907]: 6 -1.29378 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2915]: 6 -0.375 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2932]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2940]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2958]: 6 -1.32345 0 shouldn't be
2415.32/2421.60	WSVECS04 Frhs2[2959]: 6 -1.32345 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[2963]: 6 -2 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3013]: 6 -3 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3031]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3057]: 6 -3 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3059]: 6 -1.3125 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3074]: 6 -1.625 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3108]: 6 0 1.25 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3150]: 6 -1.32813 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3151]: 6 -1.32813 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3201]: 6 -0.921875 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3253]: 6 -4 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3283]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3369]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3444]: 6 -2.20313 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3448]: 6 -12.1875 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3528]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3537]: 6 -1.625 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3546]: 6 -0.625 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3550]: 6 -2.5 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3684]: 6 0 12 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3686]: 6 -8.5 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3734]: 6 -5 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3745]: 6 -1.10938 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3842]: 6 -0.75 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3869]: 6 -1.03125 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3879]: 6 -1.25 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3917]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3922]: 6 -1.25 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3928]: 6 -1.25 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3933]: 6 -0.750001 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3940]: 6 -1.25 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3977]: 6 -3 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4025]: 6 -2.4375 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4062]: 6 -2.8125 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4066]: 6 -1.25 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4229]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4262]: 6 -1 0 shouldn't be
2415.32/2421.61	WSVECS04 Frhs2[4263]: 6 -1 0 shouldn't be
2461.90/2468.36	c #Conflicts:    3583000 | #Constraints:      53766
2461.90/2468.36	c #Conflicts:    3584000 | #Constraints:      54766
2461.90/2468.36	c #Conflicts:    3585000 | #Constraints:      55766
2461.90/2468.36	c #Conflicts:    3586000 | #Constraints:      56766
2461.90/2468.36	c #Conflicts:    3587000 | #Constraints:      57766
2461.90/2468.36	c #Conflicts:    3588000 | #Constraints:      58766
2461.90/2468.36	c #Conflicts:    3589000 | #Constraints:      59766
2461.90/2468.36	c #Conflicts:    3590000 | #Constraints:      60766
2461.90/2468.36	c #Conflicts:    3591000 | #Constraints:      61766
2461.90/2468.36	c #Conflicts:    3592000 | #Constraints:      62766
2461.90/2468.36	c #Conflicts:    3593000 | #Constraints:      63766
2461.90/2468.36	c #Conflicts:    3594000 | #Constraints:      64766
2461.90/2468.36	c #Conflicts:    3595000 | #Constraints:      65766
2461.90/2468.36	c #Conflicts:    3596000 | #Constraints:      66766
2461.90/2468.36	c #Conflicts:    3597000 | #Constraints:      67766
2461.90/2468.36	c #Conflicts:    3598000 | #Constraints:      68766
2461.90/2468.36	c #Conflicts:    3599000 | #Constraints:      69766
2461.90/2468.36	c #Conflicts:    3600000 | #Constraints:      70766
2461.90/2468.36	c #Conflicts:    3601000 | #Constraints:      71766
2461.90/2468.36	c #Conflicts:    3602000 | #Constraints:      72766
2461.90/2468.36	c #Conflicts:    3603000 | #Constraints:      73766
2461.90/2468.36	c #Conflicts:    3604000 | #Constraints:      74766
2461.90/2468.36	c #Conflicts:    3605000 | #Constraints:      75766
2461.90/2468.36	c #Conflicts:    3606000 | #Constraints:      76766
2461.90/2468.36	c #Conflicts:    3607000 | #Constraints:      77766
2461.90/2468.36	c #Conflicts:    3608000 | #Constraints:      78766
2461.90/2468.36	c #Conflicts:    3609000 | #Constraints:      79766
2461.90/2468.36	c #Conflicts:    3610000 | #Constraints:      80766
2461.90/2468.36	c #Conflicts:    3611000 | #Constraints:      81766
2461.90/2468.36	c #Conflicts:    3612000 | #Constraints:      82766
2461.90/2468.36	c #Conflicts:    3613000 | #Constraints:      83766
2461.90/2468.36	c #Conflicts:    3614000 | #Constraints:      84766
2461.90/2468.36	c #Conflicts:    3615000 | #Constraints:      85766
2461.90/2468.36	c #Conflicts:    3616000 | #Constraints:      86766
2461.90/2468.36	c #Conflicts:    3617000 | #Constraints:      87766
2461.90/2468.36	c #Conflicts:    3618000 | #Constraints:      88766
2461.90/2468.36	c #Conflicts:    3619000 | #Constraints:      89766
2461.90/2468.36	c #Conflicts:    3620000 | #Constraints:      90766
2461.90/2468.36	c INPROCESSING
2461.90/2468.36	c GARBAGE COLLECT
2461.90/2468.36	c #Conflicts:    3621000 | #Constraints:      51181
2461.90/2468.36	c #Conflicts:    3622000 | #Constraints:      52181
2461.90/2468.36	c #Conflicts:    3623000 | #Constraints:      53181
2461.90/2468.36	c #Conflicts:    3624000 | #Constraints:      54181
2461.90/2468.36	c #Conflicts:    3625000 | #Constraints:      55181
2461.90/2468.36	c #Conflicts:    3626000 | #Constraints:      56181
2461.90/2468.36	c #Conflicts:    3627000 | #Constraints:      57181
2461.90/2468.36	c #Conflicts:    3628000 | #Constraints:      58181
2461.90/2468.36	c #Conflicts:    3629000 | #Constraints:      59181
2461.90/2468.36	c #Conflicts:    3630000 | #Constraints:      60181
2461.90/2468.36	c #Conflicts:    3631000 | #Constraints:      61181
2461.90/2468.36	c #Conflicts:    3632000 | #Constraints:      62181
2461.90/2468.36	c #Conflicts:    3633000 | #Constraints:      63181
2461.90/2468.36	c #Conflicts:    3634000 | #Constraints:      64181
2461.90/2468.36	c #Conflicts:    3635000 | #Constraints:      65181
2461.90/2468.36	c #Conflicts:    3636000 | #Constraints:      66181
2461.90/2468.36	c #Conflicts:    3637000 | #Constraints:      67181
2461.90/2468.36	c #Conflicts:    3638000 | #Constraints:      68181
2461.90/2468.36	c #Conflicts:    3639000 | #Constraints:      69181
2461.90/2468.36	c #Conflicts:    3640000 | #Constraints:      70181
2461.90/2468.36	c #Conflicts:    3641000 | #Constraints:      71181
2461.90/2468.36	c #Conflicts:    3642000 | #Constraints:      72181
2461.90/2468.36	c #Conflicts:    3643000 | #Constraints:      73181
2461.90/2468.36	c #Conflicts:    3644000 | #Constraints:      74181
2461.90/2468.36	c #Conflicts:    3645000 | #Constraints:      75181
2461.90/2468.36	c #Conflicts:    3646000 | #Constraints:      76181
2461.90/2468.36	c #Conflicts:    3647000 | #Constraints:      77181
2461.90/2468.36	c #Conflicts:    3648000 | #Constraints:      78181
2461.90/2468.36	c #Conflicts:    3649000 | #Constraints:      79181
2461.90/2468.36	c #Conflicts:    3650000 | #Constraints:      80181
2461.90/2468.36	c #Conflicts:    3651000 | #Constraints:      81181
2461.90/2468.36	c #Conflicts:    3652000 | #Constraints:      82181
2461.90/2468.36	c #Conflicts:    3653000 | #Constraints:      83181
2461.90/2468.36	c #Conflicts:    3654000 | #Constraints:      84181
2461.90/2468.36	c #Conflicts:    3655000 | #Constraints:      85181
2461.90/2468.36	c #Conflicts:    3656000 | #Constraints:      86181
2461.90/2468.36	c #Conflicts:    3657000 | #Constraints:      87181
2461.90/2468.36	c #Conflicts:    3658000 | #Constraints:      88181
2461.90/2468.36	c INPROCESSING
2461.90/2468.36	c GARBAGE COLLECT
2461.90/2468.36	c #Conflicts:    3659000 | #Constraints:      49820
2461.90/2468.36	c #Conflicts:    3660000 | #Constraints:      50820
2512.87/2519.42	c #Conflicts:    3661000 | #Constraints:      51820
2512.87/2519.42	c #Conflicts:    3662000 | #Constraints:      52820
2512.87/2519.42	c #Conflicts:    3663000 | #Constraints:      53820
2512.87/2519.42	c #Conflicts:    3664000 | #Constraints:      54820
2512.87/2519.42	c #Conflicts:    3665000 | #Constraints:      55820
2512.87/2519.42	c #Conflicts:    3666000 | #Constraints:      56820
2512.87/2519.42	c #Conflicts:    3667000 | #Constraints:      57820
2512.87/2519.42	c #Conflicts:    3668000 | #Constraints:      58820
2512.87/2519.42	c #Conflicts:    3669000 | #Constraints:      59821
2512.87/2519.42	c #Conflicts:    3670000 | #Constraints:      60821
2512.87/2519.42	c #Conflicts:    3671000 | #Constraints:      61821
2512.87/2519.42	c #Conflicts:    3672000 | #Constraints:      62821
2512.87/2519.42	c #Conflicts:    3673000 | #Constraints:      63821
2512.87/2519.42	c #Conflicts:    3674000 | #Constraints:      64821
2512.87/2519.42	c #Conflicts:    3675000 | #Constraints:      65821
2512.87/2519.42	c #Conflicts:    3676000 | #Constraints:      66821
2512.87/2519.42	c #Conflicts:    3677000 | #Constraints:      67821
2512.87/2519.42	c #Conflicts:    3678000 | #Constraints:      68869
2512.87/2519.42	c #Conflicts:    3679000 | #Constraints:      70367
2512.87/2519.42	c #Conflicts:    3680000 | #Constraints:      71861
2512.87/2519.42	c #Conflicts:    3681000 | #Constraints:      73371
2512.87/2519.42	c #Conflicts:    3682000 | #Constraints:      74494
2512.87/2519.42	c #Conflicts:    3683000 | #Constraints:      75494
2512.87/2519.42	c #Conflicts:    3684000 | #Constraints:      76494
2512.87/2519.42	c #Conflicts:    3685000 | #Constraints:      77494
2512.87/2519.42	c #Conflicts:    3686000 | #Constraints:      78494
2512.87/2519.42	c #Conflicts:    3687000 | #Constraints:      79494
2512.87/2519.42	c #Conflicts:    3688000 | #Constraints:      80494
2512.87/2519.42	c #Conflicts:    3689000 | #Constraints:      81494
2512.87/2519.42	c #Conflicts:    3690000 | #Constraints:      82494
2512.87/2519.42	c #Conflicts:    3691000 | #Constraints:      83494
2512.87/2519.42	c #Conflicts:    3692000 | #Constraints:      84494
2512.87/2519.42	c #Conflicts:    3693000 | #Constraints:      85494
2512.87/2519.42	c #Conflicts:    3694000 | #Constraints:      86495
2512.87/2519.42	c #Conflicts:    3695000 | #Constraints:      87495
2512.87/2519.42	c #Conflicts:    3696000 | #Constraints:      88495
2512.87/2519.42	c INPROCESSING
2512.87/2519.42	c GARBAGE COLLECT
2512.87/2519.42	c #Conflicts:    3697000 | #Constraints:      49770
2512.87/2519.42	c #Conflicts:    3698000 | #Constraints:      50770
2512.87/2519.42	c #Conflicts:    3699000 | #Constraints:      51771
2512.87/2519.42	c #Conflicts:    3700000 | #Constraints:      52771
2512.87/2519.42	c #Conflicts:    3701000 | #Constraints:      53771
2512.87/2519.42	c #Conflicts:    3702000 | #Constraints:      54771
2512.87/2519.42	c #Conflicts:    3703000 | #Constraints:      55771
2512.87/2519.42	c #Conflicts:    3704000 | #Constraints:      56771
2512.87/2519.42	c #Conflicts:    3705000 | #Constraints:      57771
2512.87/2519.42	c #Conflicts:    3706000 | #Constraints:      58771
2512.87/2519.42	c #Conflicts:    3707000 | #Constraints:      59771
2512.87/2519.42	c #Conflicts:    3708000 | #Constraints:      60771
2512.87/2519.42	c #Conflicts:    3709000 | #Constraints:      61771
2512.87/2519.42	c #Conflicts:    3710000 | #Constraints:      62771
2512.87/2519.42	c #Conflicts:    3711000 | #Constraints:      63771
2512.87/2519.42	c #Conflicts:    3712000 | #Constraints:      64771
2512.87/2519.42	c #Conflicts:    3713000 | #Constraints:      65771
2512.87/2519.42	c #Conflicts:    3714000 | #Constraints:      66771
2512.87/2519.42	c #Conflicts:    3715000 | #Constraints:      67771
2512.87/2519.42	c #Conflicts:    3716000 | #Constraints:      68771
2512.87/2519.42	c #Conflicts:    3717000 | #Constraints:      69771
2512.87/2519.42	c #Conflicts:    3718000 | #Constraints:      70771
2512.87/2519.42	c #Conflicts:    3719000 | #Constraints:      71772
2512.87/2519.42	c #Conflicts:    3720000 | #Constraints:      72772
2512.87/2519.42	c #Conflicts:    3721000 | #Constraints:      73772
2512.87/2519.42	c #Conflicts:    3722000 | #Constraints:      74772
2512.87/2519.42	c #Conflicts:    3723000 | #Constraints:      75772
2512.87/2519.42	c #Conflicts:    3724000 | #Constraints:      76772
2512.87/2519.42	c #Conflicts:    3725000 | #Constraints:      77773
2512.87/2519.42	c #Conflicts:    3726000 | #Constraints:      78774
2512.87/2519.42	c #Conflicts:    3727000 | #Constraints:      79774
2512.87/2519.42	c #Conflicts:    3728000 | #Constraints:      80775
2512.87/2519.42	c #Conflicts:    3729000 | #Constraints:      81775
2512.87/2519.42	c #Conflicts:    3730000 | #Constraints:      82775
2512.87/2519.42	c #Conflicts:    3731000 | #Constraints:      83775
2512.87/2519.42	c #Conflicts:    3732000 | #Constraints:      84775
2512.87/2519.42	c #Conflicts:    3733000 | #Constraints:      85775
2512.87/2519.42	c #Conflicts:    3734000 | #Constraints:      86775
2512.87/2519.42	c #Conflicts:    3735000 | #Constraints:      87775
2512.87/2519.42	c INPROCESSING
2512.87/2519.42	c GARBAGE COLLECT
2512.87/2519.42	c #Conflicts:    3736000 | #Constraints:      49588
2512.87/2519.42	c #Conflicts:    3737000 | #Constraints:      50589
2535.61/2542.28	c #Conflicts:    3738000 | #Constraints:      51589
2535.61/2542.28	c #Conflicts:    3739000 | #Constraints:      52589
2535.61/2542.28	c #Conflicts:    3740000 | #Constraints:      53589
2535.61/2542.28	c #Conflicts:    3741000 | #Constraints:      54590
2535.61/2542.28	c #Conflicts:    3742000 | #Constraints:      55590
2535.61/2542.28	c #Conflicts:    3743000 | #Constraints:      56590
2535.61/2542.28	c #Conflicts:    3744000 | #Constraints:      57592
2535.61/2542.28	c #Conflicts:    3745000 | #Constraints:      58592
2535.61/2542.28	c #Conflicts:    3746000 | #Constraints:      59592
2535.61/2542.28	c #Conflicts:    3747000 | #Constraints:      60592
2535.61/2542.28	c #Conflicts:    3748000 | #Constraints:      61592
2535.61/2542.28	c #Conflicts:    3749000 | #Constraints:      62594
2535.61/2542.28	c #Conflicts:    3750000 | #Constraints:      63597
2535.61/2542.28	c #Conflicts:    3751000 | #Constraints:      64601
2535.61/2542.28	c #Conflicts:    3752000 | #Constraints:      65606
2535.61/2542.28	c #Conflicts:    3753000 | #Constraints:      66612
2535.61/2542.28	c #Conflicts:    3754000 | #Constraints:      67617
2535.61/2542.28	c #Conflicts:    3755000 | #Constraints:      68617
2535.61/2542.28	c #Conflicts:    3756000 | #Constraints:      69617
2535.61/2542.28	c #Conflicts:    3757000 | #Constraints:      70617
2535.61/2542.28	c #Conflicts:    3758000 | #Constraints:      71617
2535.61/2542.28	c #Conflicts:    3759000 | #Constraints:      72618
2535.61/2542.28	c #Conflicts:    3760000 | #Constraints:      73618
2535.61/2542.28	c #Conflicts:    3761000 | #Constraints:      74618
2535.61/2542.28	c #Conflicts:    3762000 | #Constraints:      75618
2535.61/2542.28	c #Conflicts:    3763000 | #Constraints:      76618
2535.61/2542.28	c #Conflicts:    3764000 | #Constraints:      77619
2535.61/2542.28	c #Conflicts:    3765000 | #Constraints:      78661
2535.61/2542.28	c #Conflicts:    3766000 | #Constraints:      79661
2535.61/2542.28	c #Conflicts:    3767000 | #Constraints:      80661
2535.61/2542.28	c #Conflicts:    3768000 | #Constraints:      81661
2535.61/2542.28	c #Conflicts:    3769000 | #Constraints:      82661
2535.61/2542.28	c #Conflicts:    3770000 | #Constraints:      83661
2535.61/2542.28	c #Conflicts:    3771000 | #Constraints:      84661
2535.61/2542.28	c #Conflicts:    3772000 | #Constraints:      85661
2535.61/2542.28	c #Conflicts:    3773000 | #Constraints:      86661
2535.61/2542.28	c #Conflicts:    3774000 | #Constraints:      87661
2535.61/2542.28	c INPROCESSING
2535.61/2542.28	c GARBAGE COLLECT
2535.61/2542.28	WSVECS04 Frhs2[4]: 6 -0.999556 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[14]: 6 0 0.813757 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[19]: 6 0 1.44439 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[22]: 6 0 2.52277 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[30]: 6 0 0.92873 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[84]: 6 0 0.970095 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[204]: 6 0 0.307378 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[206]: 6 0 0.587793 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[218]: 6 0 0.192245 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[273]: 6 0 0.44298 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[349]: 6 0 1.51662 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[420]: 6 0 0.723058 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[440]: 6 0 0.000334997 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[562]: 6 -1.01247 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[592]: 6 -1.51311 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[616]: 6 -0.967543 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[705]: 6 0 0.309275 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[920]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[934]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[944]: 6 -0.980908 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[976]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[988]: 6 -1.54947 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[991]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1016]: 6 -0.999992 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1032]: 6 -0.921067 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1051]: 6 -0.730143 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1053]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1070]: 6 0 0.442091 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1071]: 6 0 2.24161 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1080]: 6 -4.32044 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1116]: 6 0 0.475397 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1119]: 6 0 0.795817 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1123]: 6 -0.999616 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1130]: 6 -0.669816 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1134]: 6 0 1.15219 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1150]: 6 -1.41719 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1152]: 6 -1.125 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1166]: 6 0 2.22533 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1177]: 6 -0.946996 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1190]: 6 -0.808723 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1200]: 6 -1.49847 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1206]: 6 -0.0239482 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1215]: 6 0 6.43699 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1222]: 6 -11.4923 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1242]: 6 -1.92885 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1253]: 6 0 0.3439 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1256]: 6 -0.773386 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1279]: 6 0 2.03706 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1295]: 6 0 3.19163 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1322]: 6 0 0.939109 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1331]: 6 0 1.81103 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1337]: 6 -1.625 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1346]: 6 -1.68594 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1348]: 6 -1.82859 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1350]: 6 -4.78384 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1363]: 6 -2.70868 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1414]: 6 -1.36282 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1444]: 6 0 0.744637 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1455]: 6 -1.12783 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1456]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1458]: 6 -0.999998 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1475]: 6 -0.00348152 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1484]: 6 -0.905517 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1496]: 6 -1.39063 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1510]: 6 -0.57135 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1513]: 6 -0.818453 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1518]: 6 -0.726925 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1548]: 6 -0.702404 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1556]: 6 -1.1471 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1560]: 6 -0.839038 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1584]: 6 -1.17217 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1590]: 6 -1.22716 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1598]: 6 0 0.62489 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1604]: 6 0 1.02029 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1609]: 6 -2.09724 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1611]: 6 -1.62673 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1613]: 6 -0.765087 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1617]: 6 -1.77682 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1620]: 6 -1.56145 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1622]: 6 0 0.0223747 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1623]: 6 -0.764194 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1625]: 6 -0.618963 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1639]: 6 0 0.232691 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1646]: 6 -0.999673 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1650]: 6 -1.19859 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1652]: 6 -0.750042 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1673]: 6 -1.14371 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1674]: 6 -0.470199 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1675]: 6 -0.787641 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1721]: 6 -1.32488 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1745]: 6 -0.671637 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1784]: 6 -0.987541 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1786]: 6 -2.70016 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1953]: 6 -1.00011 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1958]: 6 -1.00015 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1964]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1973]: 6 -0.881217 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1975]: 6 -0.823185 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1983]: 6 0 1.40874 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1989]: 6 -4.11714 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2009]: 6 -0.999904 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2011]: 6 0 3.29264e-05 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2049]: 6 -1.38469 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2054]: 6 0 0.501788 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2055]: 6 0 0.0642416 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2074]: 6 -0.5618 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2078]: 6 -0.884746 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2089]: 6 0 13.0851 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2091]: 6 -1.49997 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2106]: 6 -11.3697 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2108]: 6 0 1 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2122]: 6 -1.033 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2148]: 6 0 0.723454 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2155]: 6 -0.786142 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2168]: 6 -0.966191 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2172]: 6 0 0.988843 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2174]: 6 -0.999696 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2175]: 6 -0.988615 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2186]: 6 0 0.466235 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2193]: 6 0 4.56191 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2219]: 6 0 0.731792 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2243]: 6 -1.13594 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2256]: 6 -0.659932 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2260]: 6 -2.36028 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2268]: 6 -1.30194 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2270]: 6 -3.17442 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2273]: 6 0 0.160039 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2276]: 6 0 1.41548 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2284]: 6 0 0.938239 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2286]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2307]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2314]: 6 -0.62181 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2326]: 6 0 2.59711 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2328]: 6 0 4.80415 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2338]: 6 0 0.733266 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2362]: 6 0 0.369685 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2366]: 6 0 0.417776 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2382]: 6 -3.20382 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2410]: 6 -1.24981 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2448]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2449]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2465]: 6 0 1.10497 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2470]: 6 0 7.75793 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2491]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2511]: 6 -0.570854 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2517]: 6 -2.30445 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2519]: 6 -1.30177 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2555]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2561]: 6 -1.53711 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2566]: 6 0 2 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2568]: 6 0 2.94288 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2570]: 6 0 3.88577 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2625]: 6 -1.49735 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2628]: 6 0 0.739559 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2636]: 6 -1.08282 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2637]: 6 -1.08274 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2643]: 6 -1.2547 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2658]: 6 -0.889932 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2698]: 6 -0.717885 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2708]: 6 0 0.0134636 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2712]: 6 -1.33789 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2720]: 6 -0.999413 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2724]: 6 -0.962777 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2728]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2736]: 6 0 0.0115204 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2741]: 6 -1.10898 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2745]: 6 -0.435916 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2761]: 6 -1.33447 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2765]: 6 -1.33789 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2773]: 6 -1.40625 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2796]: 6 0 1.62135 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2804]: 6 -1.00044 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2822]: 6 0 0.625001 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2839]: 6 -6.24269 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2842]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2857]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2869]: 6 -0.750391 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2896]: 6 -0.976727 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2916]: 6 0 1.46524 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2926]: 6 0 1.625 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2930]: 6 -1.05509 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2935]: 6 -0.220374 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2943]: 6 -1.04655 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2962]: 6 0 1.90181 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2967]: 6 -0.0540536 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2973]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2976]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2980]: 6 -3.17804 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2984]: 6 0 0.383119 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3017]: 6 -0.993194 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3039]: 6 -1.00132 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3041]: 6 -1.32939 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3087]: 6 -1.54316 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3106]: 6 -3.29771 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3107]: 6 -0.545802 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3129]: 6 -0.937292 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3133]: 6 -0.749169 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3168]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3182]: 6 -1.3125 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3184]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3192]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3199]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3203]: 6 -0.973951 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3214]: 6 0 0.402514 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3216]: 6 0 1.44313 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3219]: 6 -12.7366 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3225]: 6 -1.22359 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3236]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3253]: 6 -1.40625 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3265]: 6 0 0.124788 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3287]: 6 -1.66406 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3290]: 6 -1.3125 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3296]: 6 -1.49997 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3297]: 6 -0.908054 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3299]: 6 -0.899102 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3306]: 6 -1.2791 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3308]: 6 0 1.50035 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3311]: 6 -1.00071 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3315]: 6 0 2.49168 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3318]: 6 0 0.47441 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3322]: 6 0 1.53667 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3325]: 6 -1.07334 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3332]: 6 -1.33301 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3349]: 6 -1.09375 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3355]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3382]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3389]: 6 -1.3125 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3393]: 6 -1.49923 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3396]: 6 0 0.993033 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3398]: 6 -1.29749 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3399]: 6 -1.28355 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3404]: 6 0 1.95117 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3409]: 6 -0.804698 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3412]: 6 0 0.192082 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3414]: 6 0 1.49992 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3418]: 6 -1.24966 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3428]: 6 -0.561118 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3440]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3447]: 6 -1.3125 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3451]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3476]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3497]: 6 -0.743435 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3506]: 6 0 0.0727952 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3507]: 6 -1.21988 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3513]: 6 -0.942495 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3521]: 6 -1.27016 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3540]: 6 -1.20188 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3546]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3592]: 6 0 2.93696 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3597]: 6 -2.37026 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3610]: 6 -1.237 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3612]: 6 -0.974001 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3613]: 6 -0.5 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3620]: 6 -0.999999 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3630]: 6 -0.52515 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3631]: 6 -1.5 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3644]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3663]: 6 -1.80891 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3678]: 6 -0.999999 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3710]: 6 -0.947786 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3713]: 6 -0.768488 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3734]: 6 -0.999999 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3736]: 6 -0.999997 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3738]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3747]: 6 -1.62499 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3748]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3750]: 6 -0.382607 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3768]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3776]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3777]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3783]: 6 -0.317639 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3794]: 6 -1.24998 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3799]: 6 -0.999938 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3803]: 6 -0.99975 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3811]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3818]: 6 -1.24821 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3834]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3855]: 6 -0.976605 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3876]: 6 0 1.09865 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3878]: 6 0 0.499988 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3896]: 6 -1.12397 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3900]: 6 -0.964786 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3906]: 6 0 0.837524 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3907]: 6 -0.661252 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3909]: 6 -4.0728 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3914]: 6 0 0.797727 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3923]: 6 -1.3357 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3938]: 6 0 0.154849 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3943]: 6 0 0.215225 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3949]: 6 -0.919772 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3950]: 6 -0.927061 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3951]: 6 -0.78283 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3955]: 6 -0.897136 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3974]: 6 0 0.0141283 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3977]: 6 -0.725396 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3982]: 6 0 0.437563 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3984]: 6 -6.33105 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[3989]: 6 -1.25 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4000]: 6 -0.985728 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4003]: 6 -0.765729 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4014]: 6 -1.51746 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4016]: 6 -1.0863 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4022]: 6 0 0.911057 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4023]: 6 -0.677888 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4033]: 6 0 0.499449 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4038]: 6 -0.436748 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4049]: 6 -1.14502 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4051]: 6 -0.622018 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4055]: 6 -0.890925 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4057]: 6 -1.26267 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4058]: 6 0 1.50831e-05 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4065]: 6 -2.69073 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4085]: 6 -0.999175 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4090]: 6 -1.28191 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4092]: 6 -1.0087 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4095]: 6 -1.12762 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4097]: 6 -0.688992 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4100]: 6 -1.08388 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4101]: 6 -1.83984 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4106]: 6 -0.329004 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4110]: 6 -1.01247 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4174]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4175]: 6 -0.998728 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4178]: 6 -0.999999 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4184]: 6 -0.945193 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4189]: 6 -0.687501 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4190]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4195]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4232]: 6 -0.942215 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4233]: 6 -0.88443 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4234]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4245]: 6 -1 0 shouldn't be
2535.61/2542.28	WSVECS04 Frhs2[4287]: 6 -1.5 0 shouldn't be
2553.37/2560.07	c #Conflicts:    3775000 | #Constraints:      49660
2553.37/2560.07	c #Conflicts:    3776000 | #Constraints:      50660
2553.37/2560.07	c #Conflicts:    3777000 | #Constraints:      51660
2553.37/2560.07	c #Conflicts:    3778000 | #Constraints:      52660
2553.37/2560.07	c #Conflicts:    3779000 | #Constraints:      53661
2553.37/2560.07	c #Conflicts:    3780000 | #Constraints:      54661
2553.37/2560.07	c #Conflicts:    3781000 | #Constraints:      55661
2553.37/2560.07	c #Conflicts:    3782000 | #Constraints:      56661
2553.37/2560.07	c #Conflicts:    3783000 | #Constraints:      57661
2553.37/2560.07	c #Conflicts:    3784000 | #Constraints:      58661
2553.37/2560.07	c #Conflicts:    3785000 | #Constraints:      59661
2553.37/2560.07	c #Conflicts:    3786000 | #Constraints:      60661
2553.37/2560.07	c #Conflicts:    3787000 | #Constraints:      61859
2553.37/2560.07	c #Conflicts:    3788000 | #Constraints:      63376
2553.37/2560.07	c #Conflicts:    3789000 | #Constraints:      64904
2553.37/2560.07	c #Conflicts:    3790000 | #Constraints:      66428
2553.37/2560.07	c #Conflicts:    3791000 | #Constraints:      67929
2553.37/2560.07	c #Conflicts:    3792000 | #Constraints:      69473
2553.37/2560.07	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[30]: 6 0 0.250001 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[60]: 6 -2.2505 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[86]: 6 0 1.32813 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[91]: 6 -1.59525 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[119]: 6 -2.33203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[125]: 6 -2.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[126]: 6 -3.75 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[129]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[150]: 6 -22.6806 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[154]: 6 -2 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[159]: 6 -0.416993 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[178]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[182]: 6 -2.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[189]: 6 -3.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[190]: 6 -2.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[218]: 6 -0.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[219]: 6 -1.26019 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[220]: 6 -0.749499 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[223]: 6 0 0.25 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[224]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[227]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[228]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[229]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[252]: 6 -0.404747 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[281]: 6 -0.0390635 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[283]: 6 -0.722679 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[284]: 6 -1.062 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[342]: 6 -21.4306 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[348]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[370]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[371]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[409]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[413]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[416]: 6 -1.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[418]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[436]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[446]: 6 0 0.25 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[474]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[504]: 6 -19.8926 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[529]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[533]: 6 -2.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[534]: 6 -2.33203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[545]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[566]: 6 -2.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[572]: 6 -0.0619996 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[581]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[604]: 6 -2.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[634]: 6 -1.32813 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[638]: 6 0 1.5 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[639]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[647]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[677]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[678]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[697]: 6 -0.0156257 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[699]: 6 -1.14012 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[703]: 6 -0.0391881 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[704]: 6 -2.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[732]: 6 -1.062 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[733]: 6 -0.0922474 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1018]: 6 -0.671876 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1084]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1141]: 6 -0.0861883 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1142]: 6 -0.172377 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1146]: 6 -1.32813 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1176]: 6 0 0.328126 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1204]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1235]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1241]: 6 -0.6875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1273]: 6 -1.33203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1277]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1298]: 6 -0.0205085 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1336]: 6 -5.05444 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1367]: 6 -2.33203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1401]: 6 -1.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1402]: 6 -0.383815 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1407]: 6 -1.96875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1432]: 6 -0.578126 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1458]: 6 0 0.730469 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1464]: 6 -0.133019 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1467]: 6 -1.40625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1495]: 6 -2.73047 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1528]: 6 -0.687501 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1529]: 6 -1.33301 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1533]: 6 -1.32813 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1557]: 6 -1.625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1591]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1595]: 6 -0.328125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1633]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1653]: 6 -1.33203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1658]: 6 0 1.41016 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1659]: 6 0 0.0781254 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1669]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1686]: 6 -1.24219 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1688]: 6 0 0.69629 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1691]: 6 -0.921876 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1695]: 6 -0.750001 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1696]: 6 -0.750001 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1697]: 6 -2 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1718]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1719]: 6 -1.72266 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1720]: 6 -2.26563 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1722]: 6 -0.6875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1728]: 6 -0.75 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1784]: 6 -0.671875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2101]: 6 -5.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2201]: 6 0 0.738156 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2206]: 6 -14.0625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2286]: 6 -1.0431 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2288]: 6 -0.0861889 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2292]: 6 -2 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2384]: 6 -118.053 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2394]: 6 -0.5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2398]: 6 -3 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2478]: 6 -6.8125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2481]: 6 -0.687501 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2520]: 6 -59.8388 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2571]: 6 -1.65625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2582]: 6 0 0.0407721 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2623]: 6 0 0.960812 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2684]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2712]: 6 0 3.05444 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2717]: 6 -1.27173 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2766]: 6 -5.58203 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2782]: 6 -0.652345 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2863]: 6 -3 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2869]: 6 -0.500001 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2875]: 6 -3.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2878]: 6 -10 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2903]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2959]: 6 -42.0175 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2969]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2970]: 6 -0.0312503 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2973]: 6 -1.9375 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2976]: 6 -5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3003]: 6 -1.0625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3049]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3097]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3160]: 6 -5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3245]: 6 -4.46094 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3248]: 6 -1.21875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3249]: 6 -1.21875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3258]: 6 -8.71793 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3340]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3437]: 6 -0.383816 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3440]: 6 -3.46474 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3442]: 6 -9.92948 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3473]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3536]: 6 -5.625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3540]: 6 0 1.5 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3578]: 6 -0.812501 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3579]: 6 -1.625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3630]: 6 -1.40625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3632]: 6 -0.812501 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3636]: 6 -2 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3674]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3728]: 6 -5 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3743]: 6 -0.414063 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3820]: 6 -1.33301 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3920]: 6 0 1.25 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3923]: 6 -3.24219 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3932]: 6 -5.25 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3934]: 6 0 2.04738 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3957]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3963]: 6 -1.3125 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3967]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[3984]: 6 -0.875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4019]: 6 -0.65625 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4108]: 6 -1.32813 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4109]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4152]: 6 -0.671875 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4246]: 6 -2 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4248]: 6 0 1 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
2553.37/2560.07	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
2610.12/2616.95	c #Conflicts:    3793000 | #Constraints:      70905
2610.12/2616.95	c #Conflicts:    3794000 | #Constraints:      71905
2610.12/2616.95	c #Conflicts:    3795000 | #Constraints:      72905
2610.12/2616.95	c #Conflicts:    3796000 | #Constraints:      73905
2610.12/2616.95	c #Conflicts:    3797000 | #Constraints:      74905
2610.12/2616.95	c #Conflicts:    3798000 | #Constraints:      75905
2610.12/2616.95	c #Conflicts:    3799000 | #Constraints:      76905
2610.12/2616.95	c #Conflicts:    3800000 | #Constraints:      77905
2610.12/2616.95	c #Conflicts:    3801000 | #Constraints:      78905
2610.12/2616.95	c #Conflicts:    3802000 | #Constraints:      79905
2610.12/2616.95	c #Conflicts:    3803000 | #Constraints:      80905
2610.12/2616.95	c #Conflicts:    3804000 | #Constraints:      81905
2610.12/2616.95	c #Conflicts:    3805000 | #Constraints:      82905
2610.12/2616.95	c #Conflicts:    3806000 | #Constraints:      83905
2610.12/2616.95	c #Conflicts:    3807000 | #Constraints:      84905
2610.12/2616.95	c #Conflicts:    3808000 | #Constraints:      85905
2610.12/2616.95	c #Conflicts:    3809000 | #Constraints:      86905
2610.12/2616.95	c #Conflicts:    3810000 | #Constraints:      87905
2610.12/2616.95	c #Conflicts:    3811000 | #Constraints:      88905
2610.12/2616.95	c #Conflicts:    3812000 | #Constraints:      89905
2610.12/2616.95	c #Conflicts:    3813000 | #Constraints:      90905
2610.12/2616.95	c INPROCESSING
2610.12/2616.95	c GARBAGE COLLECT
2610.12/2616.95	c #Conflicts:    3814000 | #Constraints:      51286
2610.12/2616.95	c #Conflicts:    3815000 | #Constraints:      52286
2610.12/2616.95	c #Conflicts:    3816000 | #Constraints:      53286
2610.12/2616.95	c #Conflicts:    3817000 | #Constraints:      54286
2610.12/2616.95	c #Conflicts:    3818000 | #Constraints:      55286
2610.12/2616.95	c #Conflicts:    3819000 | #Constraints:      56286
2610.12/2616.95	c #Conflicts:    3820000 | #Constraints:      57286
2610.12/2616.95	c #Conflicts:    3821000 | #Constraints:      58286
2610.12/2616.95	c #Conflicts:    3822000 | #Constraints:      59286
2610.12/2616.95	c #Conflicts:    3823000 | #Constraints:      60286
2610.12/2616.95	c #Conflicts:    3824000 | #Constraints:      61286
2610.12/2616.95	c #Conflicts:    3825000 | #Constraints:      62286
2610.12/2616.95	c #Conflicts:    3826000 | #Constraints:      63286
2610.12/2616.95	c #Conflicts:    3827000 | #Constraints:      64286
2610.12/2616.95	c #Conflicts:    3828000 | #Constraints:      65286
2610.12/2616.95	c #Conflicts:    3829000 | #Constraints:      66286
2610.12/2616.95	c #Conflicts:    3830000 | #Constraints:      67286
2610.12/2616.95	c #Conflicts:    3831000 | #Constraints:      68286
2610.12/2616.95	c #Conflicts:    3832000 | #Constraints:      69286
2610.12/2616.95	c #Conflicts:    3833000 | #Constraints:      70286
2610.12/2616.95	c #Conflicts:    3834000 | #Constraints:      71286
2610.12/2616.95	c #Conflicts:    3835000 | #Constraints:      72286
2610.12/2616.95	c #Conflicts:    3836000 | #Constraints:      73286
2610.12/2616.95	c #Conflicts:    3837000 | #Constraints:      74286
2610.12/2616.95	c #Conflicts:    3838000 | #Constraints:      75286
2610.12/2616.95	c #Conflicts:    3839000 | #Constraints:      76286
2610.12/2616.95	c #Conflicts:    3840000 | #Constraints:      77286
2610.12/2616.95	c #Conflicts:    3841000 | #Constraints:      78286
2610.12/2616.95	c #Conflicts:    3842000 | #Constraints:      79287
2610.12/2616.95	c #Conflicts:    3843000 | #Constraints:      80287
2610.12/2616.95	c #Conflicts:    3844000 | #Constraints:      81287
2610.12/2616.95	c #Conflicts:    3845000 | #Constraints:      82287
2610.12/2616.95	c #Conflicts:    3846000 | #Constraints:      83287
2610.12/2616.95	c #Conflicts:    3847000 | #Constraints:      84287
2610.12/2616.95	c #Conflicts:    3848000 | #Constraints:      85287
2610.12/2616.95	c #Conflicts:    3849000 | #Constraints:      86287
2610.12/2616.95	c #Conflicts:    3850000 | #Constraints:      87288
2610.12/2616.95	c #Conflicts:    3851000 | #Constraints:      88288
2610.12/2616.95	c #Conflicts:    3852000 | #Constraints:      89288
2610.12/2616.95	c INPROCESSING
2610.12/2616.95	c GARBAGE COLLECT
2610.12/2616.95	c #Conflicts:    3853000 | #Constraints:      50358
2610.12/2616.95	c #Conflicts:    3854000 | #Constraints:      51358
2610.12/2616.95	c #Conflicts:    3855000 | #Constraints:      52358
2610.12/2616.95	c #Conflicts:    3856000 | #Constraints:      53358
2610.12/2616.95	c #Conflicts:    3857000 | #Constraints:      54358
2610.12/2616.95	c #Conflicts:    3858000 | #Constraints:      55358
2610.12/2616.95	c #Conflicts:    3859000 | #Constraints:      56358
2610.12/2616.95	c #Conflicts:    3860000 | #Constraints:      57358
2610.12/2616.95	c #Conflicts:    3861000 | #Constraints:      58358
2610.12/2616.95	c #Conflicts:    3862000 | #Constraints:      59358
2610.12/2616.95	c #Conflicts:    3863000 | #Constraints:      60358
2610.12/2616.95	c #Conflicts:    3864000 | #Constraints:      61358
2610.12/2616.95	c #Conflicts:    3865000 | #Constraints:      62358
2610.12/2616.95	c #Conflicts:    3866000 | #Constraints:      63358
2610.12/2616.95	c #Conflicts:    3867000 | #Constraints:      64359
2610.12/2616.95	c #Conflicts:    3868000 | #Constraints:      65359
2610.12/2616.95	c #Conflicts:    3869000 | #Constraints:      66359
2610.12/2616.95	c #Conflicts:    3870000 | #Constraints:      67360
2648.02/2654.90	c #Conflicts:    3871000 | #Constraints:      68360
2648.02/2654.90	c #Conflicts:    3872000 | #Constraints:      69360
2648.02/2654.90	c #Conflicts:    3873000 | #Constraints:      70360
2648.02/2654.90	c #Conflicts:    3874000 | #Constraints:      71360
2648.02/2654.90	c #Conflicts:    3875000 | #Constraints:      72360
2648.02/2654.90	c #Conflicts:    3876000 | #Constraints:      73361
2648.02/2654.90	c #Conflicts:    3877000 | #Constraints:      74361
2648.02/2654.90	c #Conflicts:    3878000 | #Constraints:      75361
2648.02/2654.90	c #Conflicts:    3879000 | #Constraints:      76361
2648.02/2654.90	c #Conflicts:    3880000 | #Constraints:      77361
2648.02/2654.90	c #Conflicts:    3881000 | #Constraints:      78361
2648.02/2654.90	c #Conflicts:    3882000 | #Constraints:      79361
2648.02/2654.90	c #Conflicts:    3883000 | #Constraints:      80361
2648.02/2654.90	c #Conflicts:    3884000 | #Constraints:      81361
2648.02/2654.90	c #Conflicts:    3885000 | #Constraints:      82361
2648.02/2654.90	c #Conflicts:    3886000 | #Constraints:      83361
2648.02/2654.90	c #Conflicts:    3887000 | #Constraints:      84361
2648.02/2654.90	c #Conflicts:    3888000 | #Constraints:      85361
2648.02/2654.90	c #Conflicts:    3889000 | #Constraints:      86361
2648.02/2654.90	c #Conflicts:    3890000 | #Constraints:      87361
2648.02/2654.90	c #Conflicts:    3891000 | #Constraints:      88361
2648.02/2654.90	c INPROCESSING
2648.02/2654.90	c GARBAGE COLLECT
2648.02/2654.90	c #Conflicts:    3892000 | #Constraints:      49711
2648.02/2654.90	c #Conflicts:    3893000 | #Constraints:      50711
2648.02/2654.90	c #Conflicts:    3894000 | #Constraints:      51711
2648.02/2654.90	c #Conflicts:    3895000 | #Constraints:      52711
2648.02/2654.90	c #Conflicts:    3896000 | #Constraints:      53712
2648.02/2654.90	c #Conflicts:    3897000 | #Constraints:      54713
2648.02/2654.90	c #Conflicts:    3898000 | #Constraints:      55713
2648.02/2654.90	c #Conflicts:    3899000 | #Constraints:      56713
2648.02/2654.90	c #Conflicts:    3900000 | #Constraints:      57713
2648.02/2654.90	c #Conflicts:    3901000 | #Constraints:      58714
2648.02/2654.90	c #Conflicts:    3902000 | #Constraints:      59714
2648.02/2654.90	c #Conflicts:    3903000 | #Constraints:      60714
2648.02/2654.90	c #Conflicts:    3904000 | #Constraints:      61714
2648.02/2654.90	c #Conflicts:    3905000 | #Constraints:      62714
2648.02/2654.90	c #Conflicts:    3906000 | #Constraints:      63714
2648.02/2654.90	c #Conflicts:    3907000 | #Constraints:      64714
2648.02/2654.90	c #Conflicts:    3908000 | #Constraints:      65714
2648.02/2654.90	c #Conflicts:    3909000 | #Constraints:      66714
2648.02/2654.90	c #Conflicts:    3910000 | #Constraints:      67714
2648.02/2654.90	c #Conflicts:    3911000 | #Constraints:      68714
2648.02/2654.90	c #Conflicts:    3912000 | #Constraints:      69714
2648.02/2654.90	c #Conflicts:    3913000 | #Constraints:      70714
2648.02/2654.90	c #Conflicts:    3914000 | #Constraints:      71715
2648.02/2654.90	c #Conflicts:    3915000 | #Constraints:      72715
2648.02/2654.90	c #Conflicts:    3916000 | #Constraints:      73715
2648.02/2654.90	c #Conflicts:    3917000 | #Constraints:      74715
2648.02/2654.90	c #Conflicts:    3918000 | #Constraints:      75715
2648.02/2654.90	c #Conflicts:    3919000 | #Constraints:      76715
2648.02/2654.90	c #Conflicts:    3920000 | #Constraints:      77715
2648.02/2654.90	c #Conflicts:    3921000 | #Constraints:      78715
2648.02/2654.90	WSVECS04 Frhs2[9]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[10]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[12]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[42]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[64]: 6 -2.1024 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[96]: 6 -2 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[102]: 6 0 0.5 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[153]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[158]: 6 0 0.500001 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[165]: 6 0 1.61892 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[237]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[266]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[307]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[326]: 6 -2 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[332]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[345]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[395]: 6 -1.3125 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[396]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[421]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[425]: 6 0 1.30615 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[440]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[480]: 6 0 0.5 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[517]: 6 0 1.32813 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[523]: 6 0 1 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[544]: 6 -2.04157 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[583]: 6 0 0.354167 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[587]: 6 -2 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[617]: 6 -2.875 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[618]: 6 -4 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[619]: 6 -1.625 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[620]: 6 -2 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[640]: 6 -1.82813 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[650]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[677]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[710]: 6 0 0.250001 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[995]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1019]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1165]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1205]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1221]: 6 0 1.27344 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1276]: 6 -1.32813 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1284]: 6 -2.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1415]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1573]: 6 -0.578126 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1599]: 6 -1.89063 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1604]: 6 0 0.459636 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1630]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1633]: 6 -0.715278 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1635]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1639]: 6 0 0.495001 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1697]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1755]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1785]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1957]: 6 -1.29688 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2049]: 6 0 0.297154 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2062]: 6 -2.6875 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2075]: 6 -3 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2107]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2165]: 6 -0.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2208]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2240]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2262]: 6 0 1 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2338]: 6 0 2 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2340]: 6 0 2 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2342]: 6 0 0.729167 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2408]: 6 -1.3125 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2515]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2542]: 6 0 0.625 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2544]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2585]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2588]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2589]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2610]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2628]: 6 0 1 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2691]: 6 0 0.0680805 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2887]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2918]: 6 0 3 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2920]: 6 -0.500001 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2932]: 6 -11.2266 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2933]: 6 -11.2266 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2968]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2972]: 6 0 1 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[2982]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3014]: 6 0 2 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3078]: 6 -1.66602 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3083]: 6 -1.3125 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3106]: 6 0 0.491002 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3202]: 6 0 1 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3206]: 6 0 5.57031 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3210]: 6 -0.985962 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3261]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3264]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3354]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3365]: 6 -1.33203 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3396]: 6 0 1.41602 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3504]: 6 0 1.5 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3556]: 6 -1.89063 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3557]: 6 -1.78125 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3592]: 6 0 2 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3602]: 6 -3 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3738]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3739]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3774]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3886]: 6 -1.5 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3895]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3898]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3986]: 6 -6 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4033]: 6 -1.32813 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4118]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4119]: 6 -1.25 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4124]: 6 -3 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4125]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4151]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4152]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4154]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4155]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4183]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4187]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4188]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4230]: 6 -1 0 shouldn't be
2648.02/2654.90	WSVECS04 Frhs2[4287]: 6 -1 0 shouldn't be
2695.51/2702.58	c #Conflicts:    3922000 | #Constraints:      79716
2695.51/2702.58	c #Conflicts:    3923000 | #Constraints:      80716
2695.51/2702.58	c #Conflicts:    3924000 | #Constraints:      81716
2695.51/2702.58	c #Conflicts:    3925000 | #Constraints:      82716
2695.51/2702.58	c #Conflicts:    3926000 | #Constraints:      83716
2695.51/2702.58	c #Conflicts:    3927000 | #Constraints:      84716
2695.51/2702.58	c #Conflicts:    3928000 | #Constraints:      85716
2695.51/2702.58	c #Conflicts:    3929000 | #Constraints:      86716
2695.51/2702.58	c #Conflicts:    3930000 | #Constraints:      87716
2695.51/2702.58	c #Conflicts:    3931000 | #Constraints:      88716
2695.51/2702.58	c INPROCESSING
2695.51/2702.58	c GARBAGE COLLECT
2695.51/2702.58	c #Conflicts:    3932000 | #Constraints:      50106
2695.51/2702.58	c #Conflicts:    3933000 | #Constraints:      51106
2695.51/2702.58	c #Conflicts:    3934000 | #Constraints:      52106
2695.51/2702.58	c #Conflicts:    3935000 | #Constraints:      53106
2695.51/2702.58	c #Conflicts:    3936000 | #Constraints:      54106
2695.51/2702.58	c #Conflicts:    3937000 | #Constraints:      55106
2695.51/2702.58	c #Conflicts:    3938000 | #Constraints:      56106
2695.51/2702.58	c #Conflicts:    3939000 | #Constraints:      57106
2695.51/2702.58	c #Conflicts:    3940000 | #Constraints:      58106
2695.51/2702.58	c #Conflicts:    3941000 | #Constraints:      59106
2695.51/2702.58	c #Conflicts:    3942000 | #Constraints:      60106
2695.51/2702.58	c #Conflicts:    3943000 | #Constraints:      61106
2695.51/2702.58	c #Conflicts:    3944000 | #Constraints:      62106
2695.51/2702.58	c #Conflicts:    3945000 | #Constraints:      63106
2695.51/2702.58	c #Conflicts:    3946000 | #Constraints:      64106
2695.51/2702.58	c #Conflicts:    3947000 | #Constraints:      65106
2695.51/2702.58	c #Conflicts:    3948000 | #Constraints:      66106
2695.51/2702.58	c #Conflicts:    3949000 | #Constraints:      67106
2695.51/2702.58	c #Conflicts:    3950000 | #Constraints:      68106
2695.51/2702.58	c #Conflicts:    3951000 | #Constraints:      69106
2695.51/2702.58	c #Conflicts:    3952000 | #Constraints:      70106
2695.51/2702.58	c #Conflicts:    3953000 | #Constraints:      71106
2695.51/2702.58	c #Conflicts:    3954000 | #Constraints:      72106
2695.51/2702.58	c #Conflicts:    3955000 | #Constraints:      73106
2695.51/2702.58	c #Conflicts:    3956000 | #Constraints:      74106
2695.51/2702.58	c #Conflicts:    3957000 | #Constraints:      75106
2695.51/2702.58	c #Conflicts:    3958000 | #Constraints:      76106
2695.51/2702.58	c #Conflicts:    3959000 | #Constraints:      77106
2695.51/2702.58	c #Conflicts:    3960000 | #Constraints:      78106
2695.51/2702.58	c #Conflicts:    3961000 | #Constraints:      79106
2695.51/2702.58	c #Conflicts:    3962000 | #Constraints:      80106
2695.51/2702.58	c #Conflicts:    3963000 | #Constraints:      81106
2695.51/2702.58	c #Conflicts:    3964000 | #Constraints:      82106
2695.51/2702.58	c #Conflicts:    3965000 | #Constraints:      83106
2695.51/2702.58	c #Conflicts:    3966000 | #Constraints:      84106
2695.51/2702.58	c #Conflicts:    3967000 | #Constraints:      85106
2695.51/2702.58	c #Conflicts:    3968000 | #Constraints:      86106
2695.51/2702.58	c #Conflicts:    3969000 | #Constraints:      87106
2695.51/2702.58	c #Conflicts:    3970000 | #Constraints:      88106
2695.51/2702.58	c #Conflicts:    3971000 | #Constraints:      89106
2695.51/2702.58	c INPROCESSING
2695.51/2702.58	c GARBAGE COLLECT
2695.51/2702.58	c #Conflicts:    3972000 | #Constraints:      50403
2695.51/2702.58	c #Conflicts:    3973000 | #Constraints:      51403
2695.51/2702.58	c #Conflicts:    3974000 | #Constraints:      52403
2695.51/2702.58	c #Conflicts:    3975000 | #Constraints:      53403
2695.51/2702.58	c #Conflicts:    3976000 | #Constraints:      54403
2695.51/2702.58	c #Conflicts:    3977000 | #Constraints:      55403
2695.51/2702.58	c #Conflicts:    3978000 | #Constraints:      56403
2695.51/2702.58	c #Conflicts:    3979000 | #Constraints:      57403
2695.51/2702.58	c #Conflicts:    3980000 | #Constraints:      58403
2695.51/2702.58	c #Conflicts:    3981000 | #Constraints:      59404
2695.51/2702.58	c #Conflicts:    3982000 | #Constraints:      60404
2695.51/2702.58	c #Conflicts:    3983000 | #Constraints:      61404
2695.51/2702.58	c #Conflicts:    3984000 | #Constraints:      62404
2695.51/2702.58	c #Conflicts:    3985000 | #Constraints:      63404
2695.51/2702.58	c #Conflicts:    3986000 | #Constraints:      64404
2695.51/2702.58	c #Conflicts:    3987000 | #Constraints:      65404
2695.51/2702.58	c #Conflicts:    3988000 | #Constraints:      66406
2695.51/2702.58	c #Conflicts:    3989000 | #Constraints:      67406
2695.51/2702.58	c #Conflicts:    3990000 | #Constraints:      68407
2695.51/2702.58	c #Conflicts:    3991000 | #Constraints:      69407
2695.51/2702.58	c #Conflicts:    3992000 | #Constraints:      70407
2695.51/2702.58	c #Conflicts:    3993000 | #Constraints:      71407
2695.51/2702.58	c #Conflicts:    3994000 | #Constraints:      72407
2695.51/2702.58	c #Conflicts:    3995000 | #Constraints:      73407
2695.51/2702.58	c #Conflicts:    3996000 | #Constraints:      74407
2695.51/2702.58	c #Conflicts:    3997000 | #Constraints:      75407
2695.51/2702.58	c #Conflicts:    3998000 | #Constraints:      76407
2695.51/2702.58	c #Conflicts:    3999000 | #Constraints:      77407
2711.36/2718.43	c #Conflicts:    4000000 | #Constraints:      78407
2711.36/2718.43	c #Conflicts:    4001000 | #Constraints:      79408
2711.36/2718.43	c #Conflicts:    4002000 | #Constraints:      80812
2711.36/2718.43	c #Conflicts:    4003000 | #Constraints:      82362
2711.36/2718.43	c #Conflicts:    4004000 | #Constraints:      83882
2711.36/2718.43	c #Conflicts:    4005000 | #Constraints:      85397
2711.36/2718.43	c #Conflicts:    4006000 | #Constraints:      86900
2711.36/2718.43	c #Conflicts:    4007000 | #Constraints:      88395
2711.36/2718.43	c #Conflicts:    4008000 | #Constraints:      89894
2711.36/2718.43	c #Conflicts:    4009000 | #Constraints:      91398
2711.36/2718.43	c #Conflicts:    4010000 | #Constraints:      92889
2711.36/2718.43	c #Conflicts:    4011000 | #Constraints:      94419
2711.36/2718.43	c INPROCESSING
2711.36/2718.43	c GARBAGE COLLECT
2711.36/2718.43	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[8]: 6 -0.800085 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[12]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[17]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[23]: 6 -1.99158 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[32]: 6 -1.25005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[40]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[49]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[54]: 6 -1.51565 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[62]: 6 0 0.462969 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[64]: 6 -0.818217 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[79]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[81]: 6 -0.999953 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[86]: 6 -0.998383 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[96]: 6 -1.25005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[110]: 6 -1.50007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[116]: 6 -1.00023 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[126]: 6 -1.32451 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[128]: 6 -0.818281 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[137]: 6 -1.50003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[140]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[151]: 6 -1.00301 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[157]: 6 0 0.196839 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[165]: 6 -1.58597 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[167]: 6 -1.34377 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[169]: 6 -2.3751 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[171]: 6 -1.50003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[193]: 6 -0.727343 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[202]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[205]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[220]: 6 -1.03133 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[221]: 6 -1.06254 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[238]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[248]: 6 -0.998396 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[263]: 6 -1.12504 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[285]: 6 -0.959498 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[318]: 6 -1.12507 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[331]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[342]: 6 -0.998404 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[348]: 6 -1.50005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[349]: 6 0 0.343797 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[372]: 6 -0.999925 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[379]: 6 -1.25007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[389]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[413]: 6 -0.959541 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[440]: 6 -0.915063 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[445]: 6 -1.18754 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[449]: 6 -0.562545 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[454]: 6 -1.62502 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[457]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[487]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[491]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[519]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[538]: 6 -2.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[540]: 6 -0.562525 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[553]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[579]: 6 0 0.169445 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[582]: 6 -0.580391 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[583]: 6 -1.68754 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[584]: 6 -2.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[593]: 6 -0.999939 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[599]: 6 -0.998377 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[604]: 6 -1.43759 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[617]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[618]: 6 -2.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[632]: 6 -1.32478 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[634]: 6 -1.25733 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[635]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[640]: 6 -1.50008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[647]: 6 0 2.22404 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[649]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[665]: 6 -1.32816 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[669]: 6 -0.843462 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[671]: 6 -1.25004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[681]: 6 -2.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[691]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[692]: 6 -0.999726 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[697]: 6 -0.495474 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[734]: 6 -1.25004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[951]: 6 -0.900059 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[957]: 6 -0.593762 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[995]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1048]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1049]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1057]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1058]: 6 -1.25001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1060]: 6 -1.09419 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1061]: 6 -1.33404 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1067]: 6 -1.37501 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1084]: 6 -1.10978 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1086]: 6 -2.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1091]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1092]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1096]: 6 -1.14591 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1097]: 6 -0.974024 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1104]: 6 -0.952698 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1105]: 6 -0.952658 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1109]: 6 -0.937594 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1112]: 6 -0.872766 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1124]: 6 -1.1474 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1125]: 6 -1.79469 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1127]: 6 -0.928612 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1139]: 6 -1.00516 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1146]: 6 -1.31253 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1152]: 6 -0.875043 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1161]: 6 -1.15004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1169]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1171]: 6 -1.75005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1173]: 6 -0.707876 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1174]: 6 -0.737364 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1177]: 6 -0.687576 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1178]: 6 -0.375064 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1184]: 6 -1.33492 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1193]: 6 -0.5469 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1206]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1209]: 6 -3.49538 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1216]: 6 -1.71098 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1219]: 6 -0.91603 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1226]: 6 -0.750081 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1229]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1252]: 6 -1.36988 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1271]: 6 -0.968844 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1278]: 6 -4.45092 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1282]: 6 -1.1277 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1284]: 6 -1.64496 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1286]: 6 -0.179733 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1305]: 6 -0.839879 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1314]: 6 -1.76181 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1315]: 6 -2.5235 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1316]: 6 -0.250058 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1317]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1323]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1324]: 6 -0.500015 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1347]: 6 -1.14585 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1350]: 6 -0.750026 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1352]: 6 0 0.710969 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1355]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1375]: 6 -0.0625554 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1378]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1385]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1395]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1406]: 6 -1.06258 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1409]: 6 -1.56253 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1416]: 6 -0.562511 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1429]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1443]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1446]: 6 -0.687595 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1454]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1457]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1470]: 6 -1.1876 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1473]: 6 -2.37502 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1474]: 6 -1.75004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1499]: 6 -1.04494 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1501]: 6 -0.937521 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1502]: 6 -1.10944 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1503]: 6 -1.18756 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1511]: 6 -0.750096 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1515]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1528]: 6 -1.25006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1561]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1562]: 6 -1.75005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1564]: 6 -1.32819 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1567]: 6 -1.65627 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1570]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1574]: 6 -1.12504 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1575]: 6 -1.2501 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1578]: 6 -2.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1579]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1581]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1586]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1590]: 6 -0.796913 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1601]: 6 -1.12502 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1609]: 6 -0.750037 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1611]: 6 -0.250058 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1614]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1619]: 6 -1.08499 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1621]: 6 -1.33988 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1622]: 6 -1.25005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1623]: 6 -1.35947 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1625]: 6 -1.91409 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1627]: 6 -1.81252 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1632]: 6 -1.25006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1633]: 6 -2.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1644]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1645]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1648]: 6 -2.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1652]: 6 -1.32822 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1657]: 6 -1.0801 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1658]: 6 -0.22273 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1659]: 6 -0.312548 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1661]: 6 -1.06251 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1664]: 6 -0.500084 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1675]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1679]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1680]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1681]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1685]: 6 -1.32814 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1688]: 6 -1.41077 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1691]: 6 -0.937586 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1692]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1693]: 6 -0.750013 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1697]: 6 -1.50004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1702]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1717]: 6 -1.33212 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1722]: 6 -0.921941 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1770]: 6 -0.750071 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1783]: 6 -0.836011 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1963]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1968]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1970]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1976]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1977]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1980]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1981]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1984]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1987]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1992]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1996]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1997]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[1999]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2001]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2004]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2008]: 6 -1.75009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2011]: 6 -0.250026 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2051]: 6 -1.25007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2055]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2060]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2062]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2064]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2072]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2076]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2084]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2090]: 6 0 0.813033 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2096]: 6 0 2.0001 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2098]: 6 0 1.50008 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2111]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2118]: 6 -1.81254 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2126]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2130]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2134]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2147]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2152]: 6 0 0.500059 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2153]: 6 -1.50003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2158]: 6 0 1.25004 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2167]: 6 -3.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2168]: 6 -5.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2172]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2174]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2178]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2184]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2186]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2188]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2191]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2206]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2209]: 6 -1.50004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2215]: 6 -1.31252 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2236]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2239]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2244]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2246]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2248]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2258]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2262]: 6 0 1.50009 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2271]: 6 -0.999956 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2275]: 6 -0.999726 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2285]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2288]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2296]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2298]: 6 -1.25004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2303]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2305]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2306]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2311]: 6 -1.62509 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2312]: 6 -1.25004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2317]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2328]: 6 -1.64072 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2335]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2337]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2339]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2342]: 6 -1.33486 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2346]: 6 0 2.00007 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2354]: 6 0 1.00006 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2360]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2361]: 6 -0.999996 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2365]: 6 -0.999963 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2366]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2369]: 6 -0.999607 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2371]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2377]: 6 -0.992225 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2379]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2383]: 6 0 3.05788 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2386]: 6 -11.2315 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2388]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2389]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2395]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2398]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2402]: 6 -1.09418 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2403]: 6 -1.39655 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2408]: 6 -0.68758 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2410]: 6 -1.24996 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2431]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2432]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2434]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2439]: 6 -1.24722 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2447]: 6 -2.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2451]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2455]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2459]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2466]: 6 0 1.00006 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2467]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2485]: 6 -0.750027 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2487]: 6 -0.500035 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2490]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2492]: 6 -1.2501 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2493]: 6 -0.750077 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2497]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2499]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2500]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2512]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2513]: 6 -0.995004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2519]: 6 -1.31255 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2520]: 6 -0.625087 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2521]: 6 -1.25007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2531]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2534]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2535]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2549]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2555]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2559]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2562]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2566]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2567]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2571]: 6 -1.31255 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2586]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2587]: 6 -3.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2591]: 6 -0.500087 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2595]: 6 -1.29467 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2599]: 6 -1.64069 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2608]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2610]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2611]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2612]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2620]: 6 -1.28128 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2622]: 6 -1.12502 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2626]: 6 -1.29471 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2631]: 6 -0.839891 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2638]: 6 0 1.56254 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2642]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2648]: 6 -3.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2652]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2656]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2660]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2661]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2664]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2667]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2672]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2673]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2678]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2682]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2683]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2687]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2691]: 6 -1.75002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2696]: 6 -1.25001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2700]: 6 -1.50009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2710]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2712]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2713]: 6 -1.2501 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2721]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2725]: 6 -4.7969 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2728]: 6 -0.625047 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2730]: 6 0 0.475036 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2731]: 6 -1.52505 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2739]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2741]: 6 -1.50004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2747]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2754]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2755]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2758]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2759]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2763]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2765]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2768]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2777]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2780]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2788]: 6 -1.31254 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2789]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2795]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2804]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2806]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2817]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2820]: 6 -0.812519 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2821]: 6 -0.812519 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2826]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2830]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2832]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2834]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2837]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2840]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2841]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2844]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2845]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2851]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2857]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2861]: 6 -1.33018 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2863]: 6 -0.339886 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2865]: 6 -1.32036 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2874]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2876]: 6 -0.500057 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2877]: 6 -0.500064 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2880]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2881]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2883]: 6 -1.31253 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2885]: 6 -1.25007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2899]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2900]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2906]: 6 -1.41409 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2912]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2920]: 6 -3.84384 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2927]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2931]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2933]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2935]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2939]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2943]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2945]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2948]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2952]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2954]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2956]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2960]: 6 -1.41415 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2961]: 6 -1.41415 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2969]: 6 -0.625084 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2975]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2977]: 6 -1.68759 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2978]: 6 -1.65633 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2981]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[2995]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3003]: 6 -1.25005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3004]: 6 -1.50002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3009]: 6 -1.65627 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3016]: 6 -2.50002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3019]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3021]: 6 -1.43753 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3028]: 6 0 2.00003 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3030]: 6 0 1.0001 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3031]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3038]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3039]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3041]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3049]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3051]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3053]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3056]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3068]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3069]: 6 -0.500048 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3073]: 6 -0.909149 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3076]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3078]: 6 -1.31258 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3094]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3100]: 6 -1.24436 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3101]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3107]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3109]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3112]: 6 -1.31253 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3113]: 6 -1.31256 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3122]: 6 -11 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3125]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3129]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3133]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3140]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3146]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3148]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3150]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3152]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3154]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3157]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3159]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3160]: 6 -0.335436 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3178]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3181]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3182]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3183]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3189]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3191]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3192]: 6 -1.25009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3193]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3201]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3207]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3209]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3211]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3216]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3218]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3220]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3224]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3226]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3228]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3230]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3231]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3234]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3238]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3243]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3249]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3252]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3257]: 6 -0.625027 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3263]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3265]: 6 -0.159125 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3267]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3268]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3270]: 6 -1.62504 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3271]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3272]: 6 -1.50006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3280]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3281]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3292]: 6 -1.15629 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3304]: 6 -1.62509 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3313]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3316]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3318]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3322]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3328]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3330]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3332]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3333]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3336]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3337]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3340]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3344]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3347]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3349]: 6 -0.500058 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3352]: 6 -0.375052 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3353]: 6 -0.375064 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3355]: 6 -1.25009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3362]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3363]: 6 -1.50008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3366]: 6 -1.50004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3379]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3390]: 6 -1.25002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3394]: 6 -1.50003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3395]: 6 -1.50007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3400]: 6 -1.50003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3406]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3409]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3412]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3413]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3417]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3424]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3428]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3429]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3432]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3435]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3440]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3443]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3446]: 6 -1.25005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3447]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3451]: 6 -0.500069 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3454]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3455]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3490]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3491]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3494]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3498]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3499]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3502]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3506]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3507]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3511]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3513]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3516]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3525]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3529]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3536]: 6 0 0.578215 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3542]: 6 -1.31255 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3543]: 6 -1.31253 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3549]: 6 -0.500025 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3553]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3555]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3572]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3573]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3581]: 6 -1.25009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3583]: 6 0 0.0859752 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3585]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3587]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3590]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3592]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3596]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3600]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3605]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3607]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3611]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3614]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3619]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3631]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3633]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3638]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3644]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3646]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3647]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3657]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3669]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3671]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3672]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3676]: 6 -1.35943 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3678]: 6 -1.87508 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3681]: 6 -3.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3683]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3685]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3687]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3690]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3694]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3698]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3700]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3702]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3703]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3706]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3708]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3709]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3711]: 6 -3.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3716]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3717]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3720]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3721]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3724]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3725]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3745]: 6 -1.50002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3746]: 6 -2.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3749]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3768]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3772]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3773]: 6 -1.25004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3776]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3782]: 6 0 1.28134 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3784]: 6 -2.50002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3786]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3789]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3796]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3797]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3800]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3801]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3804]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3811]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3815]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3817]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3819]: 6 -1.50002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3822]: 6 0 0.671974 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3832]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3837]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3840]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3843]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3844]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3851]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3857]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3859]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3860]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3863]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3864]: 6 -1.50006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3866]: 6 -1.3282 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3867]: 6 -1.35273 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3870]: 6 -0.883976 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3873]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3875]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3880]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3882]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3885]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3893]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3896]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3897]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3899]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3904]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3905]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3909]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3912]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3913]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3915]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3918]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3939]: 6 -1.0001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3940]: 6 -1.12501 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3944]: 6 -2.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3949]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3954]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3959]: 6 -1.62502 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3961]: 6 -1.1661 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3964]: 6 -1.25009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3967]: 6 -1.25008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3969]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3972]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3976]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3985]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3988]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3990]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3991]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3996]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[3998]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4003]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4008]: 6 -1.31255 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4009]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4014]: 6 0 1.50001 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4017]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4021]: 6 -0.750097 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4027]: 6 -0.625059 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4033]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4034]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4037]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4038]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4039]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4041]: 6 -1.25006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4042]: 6 -1.25003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4044]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4047]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4050]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4055]: 6 -1.16409 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4056]: 6 -1.65628 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4065]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4072]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4074]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4078]: 6 -1.25001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4086]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4088]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4090]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4091]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4096]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4098]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4102]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4104]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4106]: 6 -1.16407 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4109]: 6 -0.671924 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4120]: 6 -1.25009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4121]: 6 -1.25007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4125]: 6 -0.500071 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4128]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4131]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4151]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4172]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4177]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4178]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4184]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4185]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4186]: 6 -0.336014 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4192]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4203]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4211]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4212]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4214]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4216]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4230]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4238]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4239]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4240]: 6 -2.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4241]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4243]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4244]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4245]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4246]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4247]: 6 -1.00006 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4248]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4249]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4250]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4251]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4253]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4254]: 6 -1.00009 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4255]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4261]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4262]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4264]: 6 -1.00002 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4265]: 6 -1.00007 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4266]: 6 -1.00005 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4267]: 6 -1.00001 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4270]: 6 -1.00008 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4274]: 6 -1.00003 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4287]: 6 -1.00004 0 shouldn't be
2711.36/2718.43	WSVECS04 Frhs2[4288]: 6 -1.0001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[8]: 6 -0.800001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[23]: 6 -1.99155 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[33]: 6 -1.6875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[48]: 6 -0.999987 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[110]: 6 -1.49999 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[151]: 6 -1.00296 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[169]: 6 -2.375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[195]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[232]: 6 0 0.65625 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[248]: 6 -0.998311 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[304]: 6 -0.999987 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[321]: 6 -1.15625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[348]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[350]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[366]: 6 -0.999997 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[388]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[445]: 6 -1.1875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[454]: 6 -1.625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[481]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[485]: 6 -1.75 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[491]: 6 -0.999998 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[538]: 6 -2.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[540]: 6 -0.562501 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[547]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[554]: 6 -0.999999 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[583]: 6 -1.6875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[599]: 6 -0.998311 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[601]: 6 -1.31901 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[604]: 6 -1.4375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[640]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[663]: 6 -1.49367 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[691]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[697]: 6 -0.495443 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[707]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[723]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[988]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1000]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1060]: 6 -1.0941 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1084]: 6 -1.10972 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1091]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1093]: 6 -1.14323 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1097]: 6 -0.973959 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1100]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1104]: 6 -0.952637 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1112]: 6 -0.872684 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1123]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1124]: 6 -1.14732 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1125]: 6 -1.79464 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1128]: 6 -1.82031 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1139]: 6 -1.00507 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1145]: 6 -2.10084 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1161]: 6 -1.15 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1167]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1170]: 6 -0.999842 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1178]: 6 -0.375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1182]: 6 -0.351092 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1188]: 6 -1.08929 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1194]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1200]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1208]: 6 -0.250001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1209]: 6 -3.49537 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1211]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1214]: 6 -1.67773 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1252]: 6 -1.36979 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1270]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1276]: 6 -1.46875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1282]: 6 -1.12768 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1286]: 6 -0.179688 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1288]: 6 -1.03125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1324]: 6 -0.500001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1371]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1405]: 6 -1.34375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1409]: 6 -1.5625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1419]: 6 -0.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1446]: 6 -0.6875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1495]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1502]: 6 -1.10938 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1511]: 6 -0.75 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1531]: 6 -0.921875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1536]: 6 -2 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1547]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1561]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1567]: 6 -1.65625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1570]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1572]: 6 -0.185548 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1609]: 6 -0.75 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1611]: 6 -0.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1617]: 6 -1.04248 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1620]: 6 -1.16992 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1621]: 6 -1.33984 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1623]: 6 -1.35938 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1627]: 6 -1.8125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1639]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1641]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1648]: 6 -2 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1658]: 6 -0.222656 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1659]: 6 -0.312501 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1664]: 6 -0.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1683]: 6 -2.49995 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1688]: 6 -1.41071 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1702]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1717]: 6 -1.33203 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1718]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1977]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2051]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2073]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2090]: 6 0 0.812988 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2152]: 6 0 0.5 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2153]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2158]: 6 0 1.25 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2168]: 6 -5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2191]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2200]: 6 -6.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2209]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2262]: 6 0 1.5 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2273]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2275]: 6 -0.999684 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2285]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2312]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2342]: 6 -1.33482 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2350]: 6 0 1 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2361]: 6 -0.99997 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2365]: 6 -0.999878 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2373]: 6 -0.998048 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2377]: 6 -0.992188 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2383]: 6 0 3.05787 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2386]: 6 -11.2315 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2402]: 6 -1.0941 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2427]: 6 -1.09375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2431]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2439]: 6 -1.24721 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2447]: 6 -2 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2466]: 6 0 1 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2477]: 6 -1.32813 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2490]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2492]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2520]: 6 -0.625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2521]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2524]: 6 -1.03125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2539]: 6 -0.682292 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2571]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2587]: 6 -3.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2604]: 6 -0.500001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2626]: 6 -1.29464 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2638]: 6 0 1.5625 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2642]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2648]: 6 -3 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2700]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2725]: 6 -4.79688 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2728]: 6 -0.625001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2730]: 6 0 0.475 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2731]: 6 -1.525 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2768]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2780]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2820]: 6 -0.812501 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2865]: 6 -1.32031 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2876]: 6 -0.500001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2883]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2890]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2906]: 6 -1.41406 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2920]: 6 -3.84375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2945]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2960]: 6 -1.41406 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2977]: 6 -1.6875 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3003]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3016]: 6 -2.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3028]: 6 0 2 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3101]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3112]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3148]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3160]: 6 -0.335401 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3245]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3259]: 6 -0.75 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3265]: 6 -0.159091 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3269]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3270]: 6 -1.625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3271]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3272]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3291]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3304]: 6 -1.625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3305]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3347]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3352]: 6 -0.375001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3359]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3366]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3378]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3394]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3400]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3404]: 6 0 1 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3413]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3443]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3517]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3536]: 6 0 0.578126 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3542]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3543]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3549]: 6 -0.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3561]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3573]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3638]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3676]: 6 -1.35938 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3681]: 6 -3 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3711]: 6 -3 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3730]: 6 -0.570313 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3745]: 6 -1.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3782]: 6 0 1.28125 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3784]: 6 -2.5 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3825]: 6 -0.34375 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3832]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3858]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3870]: 6 -0.883929 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3930]: 6 0 1 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3961]: 6 -1.16602 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3962]: 6 -1.33203 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4008]: 6 -1.3125 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4021]: 6 -0.750001 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4026]: 6 -0.625 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4034]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4039]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4106]: 6 -1.16406 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4107]: 6 -1.16406 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4120]: 6 -1.25 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4177]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4186]: 6 -0.335938 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4240]: 6 -1.99995 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4253]: 6 -1 0 shouldn't be
2712.26/2719.33	WSVECS04 Frhs2[4264]: 6 -1 0 shouldn't be
2844.32/2851.79	c #Conflicts:    4012000 | #Constraints:      53053
2844.32/2851.79	c #Conflicts:    4013000 | #Constraints:      54053
2844.32/2851.79	c #Conflicts:    4014000 | #Constraints:      55053
2844.32/2851.79	c #Conflicts:    4015000 | #Constraints:      56053
2844.32/2851.79	c #Conflicts:    4016000 | #Constraints:      57053
2844.32/2851.79	c #Conflicts:    4017000 | #Constraints:      58053
2844.32/2851.79	c #Conflicts:    4018000 | #Constraints:      59053
2844.32/2851.79	c #Conflicts:    4019000 | #Constraints:      60053
2844.32/2851.79	c #Conflicts:    4020000 | #Constraints:      61053
2844.32/2851.79	c #Conflicts:    4021000 | #Constraints:      62053
2844.32/2851.79	c #Conflicts:    4022000 | #Constraints:      63053
2844.32/2851.79	c #Conflicts:    4023000 | #Constraints:      64053
2844.32/2851.79	c #Conflicts:    4024000 | #Constraints:      65053
2844.32/2851.79	c #Conflicts:    4025000 | #Constraints:      66053
2844.32/2851.79	c #Conflicts:    4026000 | #Constraints:      67053
2844.32/2851.79	c #Conflicts:    4027000 | #Constraints:      68053
2844.32/2851.79	c #Conflicts:    4028000 | #Constraints:      69053
2844.32/2851.79	c #Conflicts:    4029000 | #Constraints:      70053
2844.32/2851.79	c #Conflicts:    4030000 | #Constraints:      71053
2844.32/2851.79	c #Conflicts:    4031000 | #Constraints:      72053
2844.32/2851.79	c #Conflicts:    4032000 | #Constraints:      73053
2844.32/2851.79	c #Conflicts:    4033000 | #Constraints:      74053
2844.32/2851.79	c #Conflicts:    4034000 | #Constraints:      75053
2844.32/2851.79	c #Conflicts:    4035000 | #Constraints:      76053
2844.32/2851.79	c #Conflicts:    4036000 | #Constraints:      77053
2844.32/2851.79	c #Conflicts:    4037000 | #Constraints:      78053
2844.32/2851.79	c #Conflicts:    4038000 | #Constraints:      79053
2844.32/2851.79	c #Conflicts:    4039000 | #Constraints:      80053
2844.32/2851.79	c #Conflicts:    4040000 | #Constraints:      81053
2844.32/2851.79	c #Conflicts:    4041000 | #Constraints:      82053
2844.32/2851.79	c #Conflicts:    4042000 | #Constraints:      83053
2844.32/2851.79	c #Conflicts:    4043000 | #Constraints:      84053
2844.32/2851.79	c #Conflicts:    4044000 | #Constraints:      85053
2844.32/2851.79	c #Conflicts:    4045000 | #Constraints:      86053
2844.32/2851.79	c #Conflicts:    4046000 | #Constraints:      87053
2844.32/2851.79	c #Conflicts:    4047000 | #Constraints:      88053
2844.32/2851.79	c #Conflicts:    4048000 | #Constraints:      89053
2844.32/2851.79	c #Conflicts:    4049000 | #Constraints:      90053
2844.32/2851.79	c #Conflicts:    4050000 | #Constraints:      91053
2844.32/2851.79	c #Conflicts:    4051000 | #Constraints:      92053
2844.32/2851.79	c INPROCESSING
2844.32/2851.79	c GARBAGE COLLECT
2844.32/2851.79	c #Conflicts:    4052000 | #Constraints:      51780
2844.32/2851.79	c #Conflicts:    4053000 | #Constraints:      52780
2844.32/2851.79	c #Conflicts:    4054000 | #Constraints:      53780
2844.32/2851.79	c #Conflicts:    4055000 | #Constraints:      54780
2844.32/2851.79	c #Conflicts:    4056000 | #Constraints:      55780
2844.32/2851.79	c #Conflicts:    4057000 | #Constraints:      56780
2844.32/2851.79	c #Conflicts:    4058000 | #Constraints:      57780
2844.32/2851.79	c #Conflicts:    4059000 | #Constraints:      58780
2844.32/2851.79	c #Conflicts:    4060000 | #Constraints:      59780
2844.32/2851.79	c #Conflicts:    4061000 | #Constraints:      60780
2844.32/2851.79	c #Conflicts:    4062000 | #Constraints:      61780
2844.32/2851.79	c #Conflicts:    4063000 | #Constraints:      62780
2844.32/2851.79	c #Conflicts:    4064000 | #Constraints:      63780
2844.32/2851.79	c #Conflicts:    4065000 | #Constraints:      64780
2844.32/2851.79	c #Conflicts:    4066000 | #Constraints:      65780
2844.32/2851.79	c #Conflicts:    4067000 | #Constraints:      66780
2844.32/2851.79	c #Conflicts:    4068000 | #Constraints:      67780
2844.32/2851.79	c #Conflicts:    4069000 | #Constraints:      68780
2844.32/2851.79	c #Conflicts:    4070000 | #Constraints:      69780
2844.32/2851.79	c #Conflicts:    4071000 | #Constraints:      70780
2844.32/2851.79	c #Conflicts:    4072000 | #Constraints:      71780
2844.32/2851.79	c #Conflicts:    4073000 | #Constraints:      72780
2844.32/2851.79	c #Conflicts:    4074000 | #Constraints:      73780
2844.32/2851.79	c #Conflicts:    4075000 | #Constraints:      74780
2844.32/2851.79	c #Conflicts:    4076000 | #Constraints:      75780
2844.32/2851.79	c #Conflicts:    4077000 | #Constraints:      76780
2844.32/2851.79	c #Conflicts:    4078000 | #Constraints:      77780
2844.32/2851.79	c #Conflicts:    4079000 | #Constraints:      78780
2844.32/2851.79	c #Conflicts:    4080000 | #Constraints:      79780
2844.32/2851.79	c #Conflicts:    4081000 | #Constraints:      80780
2844.32/2851.79	c #Conflicts:    4082000 | #Constraints:      81780
2844.32/2851.79	c #Conflicts:    4083000 | #Constraints:      82780
2844.32/2851.79	c #Conflicts:    4084000 | #Constraints:      83780
2844.32/2851.79	c #Conflicts:    4085000 | #Constraints:      84780
2844.32/2851.79	c #Conflicts:    4086000 | #Constraints:      85780
2844.32/2851.79	c #Conflicts:    4087000 | #Constraints:      86780
2844.32/2851.79	c #Conflicts:    4088000 | #Constraints:      87780
2844.32/2851.79	c #Conflicts:    4089000 | #Constraints:      88780
2844.32/2851.79	c #Conflicts:    4090000 | #Constraints:      89780
2884.22/2891.78	c #Conflicts:    4091000 | #Constraints:      90780
2884.22/2891.78	c INPROCESSING
2884.22/2891.78	c GARBAGE COLLECT
2884.22/2891.78	c #Conflicts:    4092000 | #Constraints:      50946
2884.22/2891.78	c #Conflicts:    4093000 | #Constraints:      51946
2884.22/2891.78	c #Conflicts:    4094000 | #Constraints:      52946
2884.22/2891.78	c #Conflicts:    4095000 | #Constraints:      53946
2884.22/2891.78	c #Conflicts:    4096000 | #Constraints:      54946
2884.22/2891.78	c #Conflicts:    4097000 | #Constraints:      55946
2884.22/2891.78	c #Conflicts:    4098000 | #Constraints:      56946
2884.22/2891.78	c #Conflicts:    4099000 | #Constraints:      57946
2884.22/2891.78	c #Conflicts:    4100000 | #Constraints:      58946
2884.22/2891.78	c #Conflicts:    4101000 | #Constraints:      59946
2884.22/2891.78	c #Conflicts:    4102000 | #Constraints:      60946
2884.22/2891.78	c #Conflicts:    4103000 | #Constraints:      61946
2884.22/2891.78	c #Conflicts:    4104000 | #Constraints:      62946
2884.22/2891.78	c #Conflicts:    4105000 | #Constraints:      63946
2884.22/2891.78	c #Conflicts:    4106000 | #Constraints:      64946
2884.22/2891.78	c #Conflicts:    4107000 | #Constraints:      65946
2884.22/2891.78	c #Conflicts:    4108000 | #Constraints:      66946
2884.22/2891.78	c #Conflicts:    4109000 | #Constraints:      67946
2884.22/2891.78	c #Conflicts:    4110000 | #Constraints:      68946
2884.22/2891.78	c #Conflicts:    4111000 | #Constraints:      69946
2884.22/2891.78	c #Conflicts:    4112000 | #Constraints:      70946
2884.22/2891.78	c #Conflicts:    4113000 | #Constraints:      71946
2884.22/2891.78	c #Conflicts:    4114000 | #Constraints:      72946
2884.22/2891.78	c #Conflicts:    4115000 | #Constraints:      73946
2884.22/2891.78	c #Conflicts:    4116000 | #Constraints:      74946
2884.22/2891.78	c #Conflicts:    4117000 | #Constraints:      75946
2884.22/2891.78	c #Conflicts:    4118000 | #Constraints:      76946
2884.22/2891.78	c #Conflicts:    4119000 | #Constraints:      77946
2884.22/2891.78	c #Conflicts:    4120000 | #Constraints:      78946
2884.22/2891.78	c #Conflicts:    4121000 | #Constraints:      79946
2884.22/2891.78	c #Conflicts:    4122000 | #Constraints:      80946
2884.22/2891.78	c #Conflicts:    4123000 | #Constraints:      81946
2884.22/2891.78	c #Conflicts:    4124000 | #Constraints:      82946
2884.22/2891.78	c #Conflicts:    4125000 | #Constraints:      83946
2884.22/2891.78	c #Conflicts:    4126000 | #Constraints:      84946
2884.22/2891.78	c #Conflicts:    4127000 | #Constraints:      85946
2884.22/2891.78	c #Conflicts:    4128000 | #Constraints:      86946
2884.22/2891.78	c #Conflicts:    4129000 | #Constraints:      87946
2884.22/2891.78	c #Conflicts:    4130000 | #Constraints:      88946
2884.22/2891.78	c #Conflicts:    4131000 | #Constraints:      89946
2884.22/2891.78	c #Conflicts:    4132000 | #Constraints:      90947
2884.22/2891.78	c INPROCESSING
2884.22/2891.78	c GARBAGE COLLECT
2884.22/2891.78	c #Conflicts:    4133000 | #Constraints:      51225
2884.22/2891.78	c #Conflicts:    4134000 | #Constraints:      52225
2884.22/2891.78	c #Conflicts:    4135000 | #Constraints:      53225
2884.22/2891.78	c #Conflicts:    4136000 | #Constraints:      54225
2884.22/2891.78	c #Conflicts:    4137000 | #Constraints:      55225
2884.22/2891.78	c #Conflicts:    4138000 | #Constraints:      56225
2884.22/2891.78	WSVECS04 Frhs2[23]: 6 -1.41992 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[54]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[102]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[123]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[151]: 6 -1.28906 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[152]: 6 -7.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[153]: 6 -1.15625 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[172]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[188]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[215]: 6 -1.24487 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[246]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[252]: 6 -1.32813 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[254]: 6 -1.1875 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[278]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[281]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[283]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[289]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[316]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[366]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[373]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[382]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[391]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[397]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[408]: 6 -4.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[439]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[440]: 6 -3.125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[443]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[494]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[535]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[537]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[538]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[556]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[573]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[587]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[600]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[632]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[651]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[664]: 6 -4.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[690]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[694]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[700]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[702]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[726]: 6 -1.16699 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[729]: 6 -1.32813 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[938]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[943]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1083]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1084]: 6 -0.812501 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1109]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1113]: 6 -1.34644 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1139]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1176]: 6 -0.750001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1177]: 6 -0.75 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1236]: 6 -0.979493 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1247]: 6 -0.750001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1270]: 6 -1.23047 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1271]: 6 -1.23169 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1279]: 6 -0.75 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1290]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1296]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1303]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1372]: 6 -0.875001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1400]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1441]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1496]: 6 -0.500001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1508]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1557]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1560]: 6 -2 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1568]: 6 -1.0625 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1644]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1688]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1766]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[1999]: 6 -1.36719 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2012]: 6 0 0.25 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2188]: 6 -2 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2198]: 6 0 1 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2233]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2279]: 6 -1.32813 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2283]: 6 -1.1875 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2296]: 6 -5 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2330]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2378]: 6 -1.28906 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2480]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2489]: 6 -0.375 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2588]: 6 -0.500001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2758]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2759]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2768]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2864]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2872]: 6 -1.125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2973]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3013]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3049]: 6 -0.375001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3096]: 6 -1.3125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3155]: 6 -0.5 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3192]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3313]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3348]: 6 -1.125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3358]: 6 -9 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3412]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3459]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3539]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3555]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3667]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3720]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3761]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3781]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3855]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3916]: 6 -1.1875 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3930]: 6 -1.125 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3933]: 6 -0.750001 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3935]: 6 -0.5 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3960]: 6 -1.25 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3986]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4049]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4067]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4108]: 6 -1.33203 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4145]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4203]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4226]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4246]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4266]: 6 -1 0 shouldn't be
2884.22/2891.78	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
2939.17/2946.89	c #Conflicts:    4139000 | #Constraints:      57230
2939.17/2946.89	c #Conflicts:    4140000 | #Constraints:      58230
2939.17/2946.89	c #Conflicts:    4141000 | #Constraints:      59230
2939.17/2946.89	c #Conflicts:    4142000 | #Constraints:      60230
2939.17/2946.89	c #Conflicts:    4143000 | #Constraints:      61230
2939.17/2946.89	c #Conflicts:    4144000 | #Constraints:      62230
2939.17/2946.89	c #Conflicts:    4145000 | #Constraints:      63230
2939.17/2946.89	c #Conflicts:    4146000 | #Constraints:      64230
2939.17/2946.89	c #Conflicts:    4147000 | #Constraints:      65230
2939.17/2946.89	c #Conflicts:    4148000 | #Constraints:      66230
2939.17/2946.89	c #Conflicts:    4149000 | #Constraints:      67230
2939.17/2946.89	c #Conflicts:    4150000 | #Constraints:      68230
2939.17/2946.89	c #Conflicts:    4151000 | #Constraints:      69230
2939.17/2946.89	c #Conflicts:    4152000 | #Constraints:      70230
2939.17/2946.89	c #Conflicts:    4153000 | #Constraints:      71230
2939.17/2946.89	c #Conflicts:    4154000 | #Constraints:      72230
2939.17/2946.89	c #Conflicts:    4155000 | #Constraints:      73230
2939.17/2946.89	c #Conflicts:    4156000 | #Constraints:      74230
2939.17/2946.89	c #Conflicts:    4157000 | #Constraints:      75230
2939.17/2946.89	c #Conflicts:    4158000 | #Constraints:      76230
2939.17/2946.89	c #Conflicts:    4159000 | #Constraints:      77230
2939.17/2946.89	c #Conflicts:    4160000 | #Constraints:      78230
2939.17/2946.89	c #Conflicts:    4161000 | #Constraints:      79230
2939.17/2946.89	c #Conflicts:    4162000 | #Constraints:      80230
2939.17/2946.89	c #Conflicts:    4163000 | #Constraints:      81230
2939.17/2946.89	c #Conflicts:    4164000 | #Constraints:      82230
2939.17/2946.89	c #Conflicts:    4165000 | #Constraints:      83230
2939.17/2946.89	c #Conflicts:    4166000 | #Constraints:      84230
2939.17/2946.89	c #Conflicts:    4167000 | #Constraints:      85230
2939.17/2946.89	c #Conflicts:    4168000 | #Constraints:      86230
2939.17/2946.89	c #Conflicts:    4169000 | #Constraints:      87230
2939.17/2946.89	c #Conflicts:    4170000 | #Constraints:      88230
2939.17/2946.89	c #Conflicts:    4171000 | #Constraints:      89230
2939.17/2946.89	c #Conflicts:    4172000 | #Constraints:      90230
2939.17/2946.89	c #Conflicts:    4173000 | #Constraints:      91230
2939.17/2946.89	c INPROCESSING
2939.17/2946.89	c GARBAGE COLLECT
2939.17/2946.89	c #Conflicts:    4174000 | #Constraints:      51412
2939.17/2946.89	c #Conflicts:    4175000 | #Constraints:      52412
2939.17/2946.89	c #Conflicts:    4176000 | #Constraints:      53412
2939.17/2946.89	c #Conflicts:    4177000 | #Constraints:      54412
2939.17/2946.89	c #Conflicts:    4178000 | #Constraints:      55412
2939.17/2946.89	c #Conflicts:    4179000 | #Constraints:      56412
2939.17/2946.89	c #Conflicts:    4180000 | #Constraints:      57412
2939.17/2946.89	c #Conflicts:    4181000 | #Constraints:      58412
2939.17/2946.89	c #Conflicts:    4182000 | #Constraints:      59412
2939.17/2946.89	c #Conflicts:    4183000 | #Constraints:      60412
2939.17/2946.89	c #Conflicts:    4184000 | #Constraints:      61412
2939.17/2946.89	c #Conflicts:    4185000 | #Constraints:      62412
2939.17/2946.89	c #Conflicts:    4186000 | #Constraints:      63412
2939.17/2946.89	c #Conflicts:    4187000 | #Constraints:      64412
2939.17/2946.89	c #Conflicts:    4188000 | #Constraints:      65412
2939.17/2946.89	c #Conflicts:    4189000 | #Constraints:      66412
2939.17/2946.89	c #Conflicts:    4190000 | #Constraints:      67412
2939.17/2946.89	c #Conflicts:    4191000 | #Constraints:      68412
2939.17/2946.89	c #Conflicts:    4192000 | #Constraints:      69412
2939.17/2946.89	c #Conflicts:    4193000 | #Constraints:      70412
2939.17/2946.89	c #Conflicts:    4194000 | #Constraints:      71412
2939.17/2946.89	c #Conflicts:    4195000 | #Constraints:      72412
2939.17/2946.89	c #Conflicts:    4196000 | #Constraints:      73412
2939.17/2946.89	c #Conflicts:    4197000 | #Constraints:      74412
2939.17/2946.89	c #Conflicts:    4198000 | #Constraints:      75412
2939.17/2946.89	c #Conflicts:    4199000 | #Constraints:      76412
2939.17/2946.89	c #Conflicts:    4200000 | #Constraints:      77412
2939.17/2946.89	c #Conflicts:    4201000 | #Constraints:      78412
2939.17/2946.89	c #Conflicts:    4202000 | #Constraints:      79412
2939.17/2946.89	c #Conflicts:    4203000 | #Constraints:      80412
2939.17/2946.89	c #Conflicts:    4204000 | #Constraints:      81412
2939.17/2946.89	c #Conflicts:    4205000 | #Constraints:      82412
2939.17/2946.89	c #Conflicts:    4206000 | #Constraints:      83412
2939.17/2946.89	c #Conflicts:    4207000 | #Constraints:      84412
2939.17/2946.89	c #Conflicts:    4208000 | #Constraints:      85412
2939.17/2946.89	c #Conflicts:    4209000 | #Constraints:      86412
2939.17/2946.89	c #Conflicts:    4210000 | #Constraints:      87412
2939.17/2946.89	c #Conflicts:    4211000 | #Constraints:      88412
2939.17/2946.89	c #Conflicts:    4212000 | #Constraints:      89412
2939.17/2946.89	c #Conflicts:    4213000 | #Constraints:      90412
2939.17/2946.89	c #Conflicts:    4214000 | #Constraints:      91412
2939.17/2946.89	c INPROCESSING
2939.17/2946.89	c GARBAGE COLLECT
2939.17/2946.89	c #Conflicts:    4215000 | #Constraints:      51584
2939.17/2946.89	c #Conflicts:    4216000 | #Constraints:      52584
2987.55/2995.36	c #Conflicts:    4217000 | #Constraints:      53584
2987.55/2995.36	c #Conflicts:    4218000 | #Constraints:      54584
2987.55/2995.36	c #Conflicts:    4219000 | #Constraints:      55584
2987.55/2995.36	c #Conflicts:    4220000 | #Constraints:      56584
2987.55/2995.36	c #Conflicts:    4221000 | #Constraints:      57584
2987.55/2995.36	c #Conflicts:    4222000 | #Constraints:      58584
2987.55/2995.36	c #Conflicts:    4223000 | #Constraints:      59584
2987.55/2995.36	c #Conflicts:    4224000 | #Constraints:      60584
2987.55/2995.36	c #Conflicts:    4225000 | #Constraints:      61584
2987.55/2995.36	c #Conflicts:    4226000 | #Constraints:      62584
2987.55/2995.36	c #Conflicts:    4227000 | #Constraints:      63584
2987.55/2995.36	c #Conflicts:    4228000 | #Constraints:      64584
2987.55/2995.36	c #Conflicts:    4229000 | #Constraints:      65584
2987.55/2995.36	c #Conflicts:    4230000 | #Constraints:      66584
2987.55/2995.36	c #Conflicts:    4231000 | #Constraints:      67584
2987.55/2995.36	c #Conflicts:    4232000 | #Constraints:      68584
2987.55/2995.36	c #Conflicts:    4233000 | #Constraints:      69584
2987.55/2995.36	c #Conflicts:    4234000 | #Constraints:      70584
2987.55/2995.36	c #Conflicts:    4235000 | #Constraints:      71584
2987.55/2995.36	c #Conflicts:    4236000 | #Constraints:      72584
2987.55/2995.36	c #Conflicts:    4237000 | #Constraints:      73584
2987.55/2995.36	c #Conflicts:    4238000 | #Constraints:      74584
2987.55/2995.36	c #Conflicts:    4239000 | #Constraints:      75584
2987.55/2995.36	c #Conflicts:    4240000 | #Constraints:      76584
2987.55/2995.36	c #Conflicts:    4241000 | #Constraints:      77584
2987.55/2995.36	c #Conflicts:    4242000 | #Constraints:      78584
2987.55/2995.36	c #Conflicts:    4243000 | #Constraints:      79584
2987.55/2995.36	c #Conflicts:    4244000 | #Constraints:      80584
2987.55/2995.36	c #Conflicts:    4245000 | #Constraints:      81584
2987.55/2995.36	c #Conflicts:    4246000 | #Constraints:      82584
2987.55/2995.36	c #Conflicts:    4247000 | #Constraints:      83584
2987.55/2995.36	c #Conflicts:    4248000 | #Constraints:      84584
2987.55/2995.36	c #Conflicts:    4249000 | #Constraints:      85584
2987.55/2995.36	c #Conflicts:    4250000 | #Constraints:      86584
2987.55/2995.36	c #Conflicts:    4251000 | #Constraints:      87584
2987.55/2995.36	c #Conflicts:    4252000 | #Constraints:      88584
2987.55/2995.36	c #Conflicts:    4253000 | #Constraints:      89584
2987.55/2995.36	c #Conflicts:    4254000 | #Constraints:      90584
2987.55/2995.36	c #Conflicts:    4255000 | #Constraints:      91584
2987.55/2995.36	c INPROCESSING
2987.55/2995.36	c GARBAGE COLLECT
2987.55/2995.36	c #Conflicts:    4256000 | #Constraints:      51536
2987.55/2995.36	c #Conflicts:    4257000 | #Constraints:      52536
2987.55/2995.36	c #Conflicts:    4258000 | #Constraints:      53536
2987.55/2995.36	c #Conflicts:    4259000 | #Constraints:      54536
2987.55/2995.36	c #Conflicts:    4260000 | #Constraints:      55536
2987.55/2995.36	c #Conflicts:    4261000 | #Constraints:      56536
2987.55/2995.36	c #Conflicts:    4262000 | #Constraints:      57536
2987.55/2995.36	c #Conflicts:    4263000 | #Constraints:      58536
2987.55/2995.36	c #Conflicts:    4264000 | #Constraints:      59536
2987.55/2995.36	c #Conflicts:    4265000 | #Constraints:      60536
2987.55/2995.36	c #Conflicts:    4266000 | #Constraints:      61536
2987.55/2995.36	c #Conflicts:    4267000 | #Constraints:      62536
2987.55/2995.36	c #Conflicts:    4268000 | #Constraints:      63536
2987.55/2995.36	c #Conflicts:    4269000 | #Constraints:      64536
2987.55/2995.36	c #Conflicts:    4270000 | #Constraints:      65536
2987.55/2995.36	c #Conflicts:    4271000 | #Constraints:      66536
2987.55/2995.36	c #Conflicts:    4272000 | #Constraints:      67536
2987.55/2995.36	c #Conflicts:    4273000 | #Constraints:      68536
2987.55/2995.36	c #Conflicts:    4274000 | #Constraints:      69536
2987.55/2995.36	c #Conflicts:    4275000 | #Constraints:      70536
2987.55/2995.36	c #Conflicts:    4276000 | #Constraints:      71536
2987.55/2995.36	c #Conflicts:    4277000 | #Constraints:      72536
2987.55/2995.36	c #Conflicts:    4278000 | #Constraints:      73536
2987.55/2995.36	c #Conflicts:    4279000 | #Constraints:      74536
2987.55/2995.36	c #Conflicts:    4280000 | #Constraints:      75536
2987.55/2995.36	c #Conflicts:    4281000 | #Constraints:      76536
2987.55/2995.36	c #Conflicts:    4282000 | #Constraints:      77536
2987.55/2995.36	c #Conflicts:    4283000 | #Constraints:      78536
2987.55/2995.36	c #Conflicts:    4284000 | #Constraints:      79536
2987.55/2995.36	c #Conflicts:    4285000 | #Constraints:      80536
2987.55/2995.36	c #Conflicts:    4286000 | #Constraints:      81537
2987.55/2995.36	c #Conflicts:    4287000 | #Constraints:      82537
2987.55/2995.36	c #Conflicts:    4288000 | #Constraints:      83537
2987.55/2995.36	c #Conflicts:    4289000 | #Constraints:      84537
2987.55/2995.36	c #Conflicts:    4290000 | #Constraints:      85537
2987.55/2995.36	c #Conflicts:    4291000 | #Constraints:      86537
2987.55/2995.36	c #Conflicts:    4292000 | #Constraints:      87537
2987.55/2995.36	c #Conflicts:    4293000 | #Constraints:      88539
2987.55/2995.36	c #Conflicts:    4294000 | #Constraints:      89539
3060.14/3068.18	c #Conflicts:    4295000 | #Constraints:      90539
3060.14/3068.18	c #Conflicts:    4296000 | #Constraints:      91539
3060.14/3068.18	c INPROCESSING
3060.14/3068.18	c GARBAGE COLLECT
3060.14/3068.18	c #Conflicts:    4297000 | #Constraints:      51350
3060.14/3068.18	c #Conflicts:    4298000 | #Constraints:      52350
3060.14/3068.18	c #Conflicts:    4299000 | #Constraints:      53350
3060.14/3068.18	c #Conflicts:    4300000 | #Constraints:      54350
3060.14/3068.18	c #Conflicts:    4301000 | #Constraints:      55350
3060.14/3068.18	c #Conflicts:    4302000 | #Constraints:      56350
3060.14/3068.18	c #Conflicts:    4303000 | #Constraints:      57350
3060.14/3068.18	c #Conflicts:    4304000 | #Constraints:      58350
3060.14/3068.18	c #Conflicts:    4305000 | #Constraints:      59350
3060.14/3068.18	c #Conflicts:    4306000 | #Constraints:      60350
3060.14/3068.18	c #Conflicts:    4307000 | #Constraints:      61350
3060.14/3068.18	c #Conflicts:    4308000 | #Constraints:      62350
3060.14/3068.18	c #Conflicts:    4309000 | #Constraints:      63350
3060.14/3068.18	c #Conflicts:    4310000 | #Constraints:      64350
3060.14/3068.18	c #Conflicts:    4311000 | #Constraints:      65350
3060.14/3068.18	c #Conflicts:    4312000 | #Constraints:      66350
3060.14/3068.18	c #Conflicts:    4313000 | #Constraints:      67350
3060.14/3068.18	c #Conflicts:    4314000 | #Constraints:      68350
3060.14/3068.18	c #Conflicts:    4315000 | #Constraints:      69351
3060.14/3068.18	c #Conflicts:    4316000 | #Constraints:      70351
3060.14/3068.18	c #Conflicts:    4317000 | #Constraints:      71358
3060.14/3068.18	c #Conflicts:    4318000 | #Constraints:      72362
3060.14/3068.18	c #Conflicts:    4319000 | #Constraints:      73367
3060.14/3068.18	c #Conflicts:    4320000 | #Constraints:      74373
3060.14/3068.18	c #Conflicts:    4321000 | #Constraints:      75469
3060.14/3068.18	c #Conflicts:    4322000 | #Constraints:      76976
3060.14/3068.18	c #Conflicts:    4323000 | #Constraints:      78492
3060.14/3068.18	c #Conflicts:    4324000 | #Constraints:      80030
3060.14/3068.18	c #Conflicts:    4325000 | #Constraints:      81548
3060.14/3068.18	c #Conflicts:    4326000 | #Constraints:      83066
3060.14/3068.18	c #Conflicts:    4327000 | #Constraints:      84583
3060.14/3068.18	c #Conflicts:    4328000 | #Constraints:      86086
3060.14/3068.18	c #Conflicts:    4329000 | #Constraints:      87599
3060.14/3068.18	c #Conflicts:    4330000 | #Constraints:      89104
3060.14/3068.18	c #Conflicts:    4331000 | #Constraints:      90615
3060.14/3068.18	c #Conflicts:    4332000 | #Constraints:      91644
3060.14/3068.18	c #Conflicts:    4333000 | #Constraints:      92644
3060.14/3068.18	c #Conflicts:    4334000 | #Constraints:      93644
3060.14/3068.18	c #Conflicts:    4335000 | #Constraints:      94644
3060.14/3068.18	c #Conflicts:    4336000 | #Constraints:      95644
3060.14/3068.18	c #Conflicts:    4337000 | #Constraints:      96644
3060.14/3068.18	c #Conflicts:    4338000 | #Constraints:      97644
3060.14/3068.18	c INPROCESSING
3060.14/3068.18	c GARBAGE COLLECT
3060.14/3068.18	c #Conflicts:    4339000 | #Constraints:      54559
3060.14/3068.18	c #Conflicts:    4340000 | #Constraints:      55559
3060.14/3068.18	c #Conflicts:    4341000 | #Constraints:      56559
3060.14/3068.18	c #Conflicts:    4342000 | #Constraints:      57559
3060.14/3068.18	c #Conflicts:    4343000 | #Constraints:      58559
3060.14/3068.18	c #Conflicts:    4344000 | #Constraints:      59559
3060.14/3068.18	c #Conflicts:    4345000 | #Constraints:      60559
3060.14/3068.18	c #Conflicts:    4346000 | #Constraints:      61559
3060.14/3068.18	c #Conflicts:    4347000 | #Constraints:      62559
3060.14/3068.18	c #Conflicts:    4348000 | #Constraints:      63559
3060.14/3068.18	c #Conflicts:    4349000 | #Constraints:      64559
3060.14/3068.18	c #Conflicts:    4350000 | #Constraints:      65559
3060.14/3068.18	c #Conflicts:    4351000 | #Constraints:      66559
3060.14/3068.18	c #Conflicts:    4352000 | #Constraints:      67559
3060.14/3068.18	c #Conflicts:    4353000 | #Constraints:      68559
3060.14/3068.18	c #Conflicts:    4354000 | #Constraints:      69559
3060.14/3068.18	c #Conflicts:    4355000 | #Constraints:      70559
3060.14/3068.18	c #Conflicts:    4356000 | #Constraints:      71559
3060.14/3068.18	c #Conflicts:    4357000 | #Constraints:      72559
3060.14/3068.18	c #Conflicts:    4358000 | #Constraints:      73559
3060.14/3068.18	c #Conflicts:    4359000 | #Constraints:      74560
3060.14/3068.18	c #Conflicts:    4360000 | #Constraints:      75560
3060.14/3068.18	c #Conflicts:    4361000 | #Constraints:      76560
3060.14/3068.18	c #Conflicts:    4362000 | #Constraints:      77560
3060.14/3068.18	c #Conflicts:    4363000 | #Constraints:      78560
3060.14/3068.18	c #Conflicts:    4364000 | #Constraints:      79560
3060.14/3068.18	c #Conflicts:    4365000 | #Constraints:      80560
3060.14/3068.18	c #Conflicts:    4366000 | #Constraints:      81560
3060.14/3068.18	c #Conflicts:    4367000 | #Constraints:      82560
3060.14/3068.18	c #Conflicts:    4368000 | #Constraints:      83560
3060.14/3068.18	c #Conflicts:    4369000 | #Constraints:      84560
3060.14/3068.18	c #Conflicts:    4370000 | #Constraints:      85560
3060.14/3068.18	c #Conflicts:    4371000 | #Constraints:      86560
3060.14/3068.18	c #Conflicts:    4372000 | #Constraints:      87560
3115.27/3123.44	c #Conflicts:    4373000 | #Constraints:      88560
3115.27/3123.44	c #Conflicts:    4374000 | #Constraints:      89560
3115.27/3123.44	c #Conflicts:    4375000 | #Constraints:      90560
3115.27/3123.44	c #Conflicts:    4376000 | #Constraints:      91560
3115.27/3123.44	c #Conflicts:    4377000 | #Constraints:      92560
3115.27/3123.44	c #Conflicts:    4378000 | #Constraints:      93560
3115.27/3123.44	c #Conflicts:    4379000 | #Constraints:      94560
3115.27/3123.44	c #Conflicts:    4380000 | #Constraints:      95560
3115.27/3123.44	c INPROCESSING
3115.27/3123.44	c GARBAGE COLLECT
3115.27/3123.44	c #Conflicts:    4381000 | #Constraints:      53578
3115.27/3123.44	c #Conflicts:    4382000 | #Constraints:      54578
3115.27/3123.44	c #Conflicts:    4383000 | #Constraints:      55578
3115.27/3123.44	c #Conflicts:    4384000 | #Constraints:      56578
3115.27/3123.44	c #Conflicts:    4385000 | #Constraints:      57578
3115.27/3123.44	c #Conflicts:    4386000 | #Constraints:      58578
3115.27/3123.44	c #Conflicts:    4387000 | #Constraints:      59578
3115.27/3123.44	c #Conflicts:    4388000 | #Constraints:      60578
3115.27/3123.44	c #Conflicts:    4389000 | #Constraints:      61578
3115.27/3123.44	c #Conflicts:    4390000 | #Constraints:      62578
3115.27/3123.44	c #Conflicts:    4391000 | #Constraints:      63578
3115.27/3123.44	c #Conflicts:    4392000 | #Constraints:      64578
3115.27/3123.44	c #Conflicts:    4393000 | #Constraints:      65578
3115.27/3123.44	c #Conflicts:    4394000 | #Constraints:      66578
3115.27/3123.44	c #Conflicts:    4395000 | #Constraints:      67578
3115.27/3123.44	c #Conflicts:    4396000 | #Constraints:      68578
3115.27/3123.44	c #Conflicts:    4397000 | #Constraints:      69578
3115.27/3123.44	c #Conflicts:    4398000 | #Constraints:      70578
3115.27/3123.44	c #Conflicts:    4399000 | #Constraints:      71578
3115.27/3123.44	c #Conflicts:    4400000 | #Constraints:      72578
3115.27/3123.44	c #Conflicts:    4401000 | #Constraints:      73578
3115.27/3123.44	c #Conflicts:    4402000 | #Constraints:      74578
3115.27/3123.44	c #Conflicts:    4403000 | #Constraints:      75578
3115.27/3123.44	c #Conflicts:    4404000 | #Constraints:      76578
3115.27/3123.44	c #Conflicts:    4405000 | #Constraints:      77578
3115.27/3123.44	c #Conflicts:    4406000 | #Constraints:      78578
3115.27/3123.44	c #Conflicts:    4407000 | #Constraints:      79578
3115.27/3123.44	c #Conflicts:    4408000 | #Constraints:      80578
3115.27/3123.44	c #Conflicts:    4409000 | #Constraints:      81578
3115.27/3123.44	c #Conflicts:    4410000 | #Constraints:      82578
3115.27/3123.44	c #Conflicts:    4411000 | #Constraints:      83578
3115.27/3123.44	c #Conflicts:    4412000 | #Constraints:      84578
3115.27/3123.44	c #Conflicts:    4413000 | #Constraints:      85579
3115.27/3123.44	c #Conflicts:    4414000 | #Constraints:      86579
3115.27/3123.44	c #Conflicts:    4415000 | #Constraints:      87579
3115.27/3123.44	c #Conflicts:    4416000 | #Constraints:      88580
3115.27/3123.44	c #Conflicts:    4417000 | #Constraints:      89580
3115.27/3123.44	c #Conflicts:    4418000 | #Constraints:      90580
3115.27/3123.44	c #Conflicts:    4419000 | #Constraints:      91580
3115.27/3123.44	c #Conflicts:    4420000 | #Constraints:      92580
3115.27/3123.44	c #Conflicts:    4421000 | #Constraints:      93580
3115.27/3123.44	c #Conflicts:    4422000 | #Constraints:      94580
3115.27/3123.44	c INPROCESSING
3115.27/3123.44	c GARBAGE COLLECT
3115.27/3123.44	c #Conflicts:    4423000 | #Constraints:      53130
3115.27/3123.44	c #Conflicts:    4424000 | #Constraints:      54130
3115.27/3123.44	c #Conflicts:    4425000 | #Constraints:      55130
3115.27/3123.44	c #Conflicts:    4426000 | #Constraints:      56130
3115.27/3123.44	c #Conflicts:    4427000 | #Constraints:      57138
3115.27/3123.44	c #Conflicts:    4428000 | #Constraints:      58207
3115.27/3123.44	c #Conflicts:    4429000 | #Constraints:      59208
3115.27/3123.44	c #Conflicts:    4430000 | #Constraints:      60208
3115.27/3123.44	c #Conflicts:    4431000 | #Constraints:      61208
3115.27/3123.44	c #Conflicts:    4432000 | #Constraints:      62208
3115.27/3123.44	c #Conflicts:    4433000 | #Constraints:      63208
3115.27/3123.44	c #Conflicts:    4434000 | #Constraints:      64208
3115.27/3123.44	c #Conflicts:    4435000 | #Constraints:      65209
3115.27/3123.44	c #Conflicts:    4436000 | #Constraints:      66209
3115.27/3123.44	c #Conflicts:    4437000 | #Constraints:      67209
3115.27/3123.44	c #Conflicts:    4438000 | #Constraints:      68209
3115.27/3123.44	c #Conflicts:    4439000 | #Constraints:      69209
3115.27/3123.44	c #Conflicts:    4440000 | #Constraints:      70209
3115.27/3123.44	c #Conflicts:    4441000 | #Constraints:      71209
3115.27/3123.44	c #Conflicts:    4442000 | #Constraints:      72209
3115.27/3123.44	c #Conflicts:    4443000 | #Constraints:      73209
3115.27/3123.44	c #Conflicts:    4444000 | #Constraints:      74209
3115.27/3123.44	c #Conflicts:    4445000 | #Constraints:      75209
3115.27/3123.44	c #Conflicts:    4446000 | #Constraints:      76209
3115.27/3123.44	c #Conflicts:    4447000 | #Constraints:      77209
3115.27/3123.44	c #Conflicts:    4448000 | #Constraints:      78209
3115.27/3123.44	c #Conflicts:    4449000 | #Constraints:      79209
3172.89/3181.25	c #Conflicts:    4450000 | #Constraints:      80209
3172.89/3181.25	c #Conflicts:    4451000 | #Constraints:      81209
3172.89/3181.25	c #Conflicts:    4452000 | #Constraints:      82209
3172.89/3181.25	c #Conflicts:    4453000 | #Constraints:      83209
3172.89/3181.25	c #Conflicts:    4454000 | #Constraints:      84209
3172.89/3181.25	c #Conflicts:    4455000 | #Constraints:      85209
3172.89/3181.25	c #Conflicts:    4456000 | #Constraints:      86209
3172.89/3181.25	c #Conflicts:    4457000 | #Constraints:      87209
3172.89/3181.25	c #Conflicts:    4458000 | #Constraints:      88209
3172.89/3181.25	c #Conflicts:    4459000 | #Constraints:      89209
3172.89/3181.25	c #Conflicts:    4460000 | #Constraints:      90209
3172.89/3181.25	c #Conflicts:    4461000 | #Constraints:      91209
3172.89/3181.25	c #Conflicts:    4462000 | #Constraints:      92209
3172.89/3181.25	c #Conflicts:    4463000 | #Constraints:      93209
3172.89/3181.25	c #Conflicts:    4464000 | #Constraints:      94209
3172.89/3181.25	c INPROCESSING
3172.89/3181.25	c GARBAGE COLLECT
3172.89/3181.25	c #Conflicts:    4465000 | #Constraints:      52812
3172.89/3181.25	c #Conflicts:    4466000 | #Constraints:      53812
3172.89/3181.25	c #Conflicts:    4467000 | #Constraints:      54812
3172.89/3181.25	c #Conflicts:    4468000 | #Constraints:      55812
3172.89/3181.25	c #Conflicts:    4469000 | #Constraints:      56812
3172.89/3181.25	c #Conflicts:    4470000 | #Constraints:      57812
3172.89/3181.25	c #Conflicts:    4471000 | #Constraints:      58813
3172.89/3181.25	c #Conflicts:    4472000 | #Constraints:      59813
3172.89/3181.25	c #Conflicts:    4473000 | #Constraints:      60813
3172.89/3181.25	c #Conflicts:    4474000 | #Constraints:      61813
3172.89/3181.25	c #Conflicts:    4475000 | #Constraints:      62813
3172.89/3181.25	c #Conflicts:    4476000 | #Constraints:      63813
3172.89/3181.25	c #Conflicts:    4477000 | #Constraints:      64813
3172.89/3181.25	c #Conflicts:    4478000 | #Constraints:      65813
3172.89/3181.25	c #Conflicts:    4479000 | #Constraints:      66813
3172.89/3181.25	c #Conflicts:    4480000 | #Constraints:      67813
3172.89/3181.25	c #Conflicts:    4481000 | #Constraints:      68851
3172.89/3181.25	c #Conflicts:    4482000 | #Constraints:      69871
3172.89/3181.25	c #Conflicts:    4483000 | #Constraints:      70871
3172.89/3181.25	c #Conflicts:    4484000 | #Constraints:      71871
3172.89/3181.25	c #Conflicts:    4485000 | #Constraints:      72871
3172.89/3181.25	c #Conflicts:    4486000 | #Constraints:      73871
3172.89/3181.25	c #Conflicts:    4487000 | #Constraints:      74871
3172.89/3181.25	c #Conflicts:    4488000 | #Constraints:      75871
3172.89/3181.25	c #Conflicts:    4489000 | #Constraints:      76871
3172.89/3181.25	c #Conflicts:    4490000 | #Constraints:      77871
3172.89/3181.25	c #Conflicts:    4491000 | #Constraints:      78871
3172.89/3181.25	c #Conflicts:    4492000 | #Constraints:      79871
3172.89/3181.25	c #Conflicts:    4493000 | #Constraints:      80871
3172.89/3181.25	c #Conflicts:    4494000 | #Constraints:      81871
3172.89/3181.25	c #Conflicts:    4495000 | #Constraints:      82871
3172.89/3181.25	c #Conflicts:    4496000 | #Constraints:      83871
3172.89/3181.25	c #Conflicts:    4497000 | #Constraints:      84871
3172.89/3181.25	c #Conflicts:    4498000 | #Constraints:      85871
3172.89/3181.25	c #Conflicts:    4499000 | #Constraints:      86871
3172.89/3181.25	c #Conflicts:    4500000 | #Constraints:      87871
3172.89/3181.25	c #Conflicts:    4501000 | #Constraints:      88871
3172.89/3181.25	c #Conflicts:    4502000 | #Constraints:      89871
3172.89/3181.25	c #Conflicts:    4503000 | #Constraints:      90871
3172.89/3181.25	c #Conflicts:    4504000 | #Constraints:      91871
3172.89/3181.25	c #Conflicts:    4505000 | #Constraints:      92872
3172.89/3181.25	c #Conflicts:    4506000 | #Constraints:      93872
3172.89/3181.25	c INPROCESSING
3172.89/3181.25	c GARBAGE COLLECT
3172.89/3181.25	c #Conflicts:    4507000 | #Constraints:      52464
3172.89/3181.25	c #Conflicts:    4508000 | #Constraints:      53464
3172.89/3181.25	c #Conflicts:    4509000 | #Constraints:      54464
3172.89/3181.25	c #Conflicts:    4510000 | #Constraints:      55464
3172.89/3181.25	c #Conflicts:    4511000 | #Constraints:      56464
3172.89/3181.25	c #Conflicts:    4512000 | #Constraints:      57465
3172.89/3181.25	c #Conflicts:    4513000 | #Constraints:      58551
3172.89/3181.25	c #Conflicts:    4514000 | #Constraints:      59551
3172.89/3181.25	c #Conflicts:    4515000 | #Constraints:      60551
3172.89/3181.25	c #Conflicts:    4516000 | #Constraints:      61551
3172.89/3181.25	c #Conflicts:    4517000 | #Constraints:      62551
3172.89/3181.25	c #Conflicts:    4518000 | #Constraints:      63551
3172.89/3181.25	c #Conflicts:    4519000 | #Constraints:      64551
3172.89/3181.25	c #Conflicts:    4520000 | #Constraints:      65551
3172.89/3181.25	c #Conflicts:    4521000 | #Constraints:      66551
3172.89/3181.25	c #Conflicts:    4522000 | #Constraints:      67551
3172.89/3181.25	c #Conflicts:    4523000 | #Constraints:      68552
3172.89/3181.25	c #Conflicts:    4524000 | #Constraints:      69552
3172.89/3181.25	c #Conflicts:    4525000 | #Constraints:      70552
3172.89/3181.25	c #Conflicts:    4526000 | #Constraints:      71552
3172.89/3181.25	c #Conflicts:    4527000 | #Constraints:      72552
3197.02/3205.43	c #Conflicts:    4528000 | #Constraints:      73552
3197.02/3205.43	c #Conflicts:    4529000 | #Constraints:      74552
3197.02/3205.43	c #Conflicts:    4530000 | #Constraints:      75552
3197.02/3205.43	c #Conflicts:    4531000 | #Constraints:      76552
3197.02/3205.43	c #Conflicts:    4532000 | #Constraints:      77552
3197.02/3205.43	c #Conflicts:    4533000 | #Constraints:      78552
3197.02/3205.43	c #Conflicts:    4534000 | #Constraints:      79552
3197.02/3205.43	c #Conflicts:    4535000 | #Constraints:      80552
3197.02/3205.43	c #Conflicts:    4536000 | #Constraints:      81552
3197.02/3205.43	c #Conflicts:    4537000 | #Constraints:      82552
3197.02/3205.43	c #Conflicts:    4538000 | #Constraints:      83552
3197.02/3205.43	c #Conflicts:    4539000 | #Constraints:      84552
3197.02/3205.43	c #Conflicts:    4540000 | #Constraints:      85552
3197.02/3205.43	c #Conflicts:    4541000 | #Constraints:      86552
3197.02/3205.43	c #Conflicts:    4542000 | #Constraints:      87552
3197.02/3205.43	c #Conflicts:    4543000 | #Constraints:      88552
3197.02/3205.43	c #Conflicts:    4544000 | #Constraints:      89552
3197.02/3205.43	c #Conflicts:    4545000 | #Constraints:      90552
3197.02/3205.43	c #Conflicts:    4546000 | #Constraints:      91552
3197.02/3205.43	c #Conflicts:    4547000 | #Constraints:      92553
3197.02/3205.43	c #Conflicts:    4548000 | #Constraints:      93553
3197.02/3205.43	c #Conflicts:    4549000 | #Constraints:      94553
3197.02/3205.43	c INPROCESSING
3197.02/3205.43	c GARBAGE COLLECT
3197.02/3205.43	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[65]: 6 -3.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[77]: 6 -0.999997 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[147]: 6 -2.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[148]: 6 -2.24979 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[157]: 6 -0.321429 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[166]: 6 -0.0714287 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[174]: 6 -0.999995 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[180]: 6 -1.62479 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[190]: 6 -0.619049 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[221]: 6 -0.125 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[222]: 6 -1.125 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[244]: 6 -0.374895 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[259]: 6 -0.678572 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[275]: 6 -0.999896 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[278]: 6 -1.99472 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[285]: 6 -0.937501 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[325]: 6 -0.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[332]: 6 -1.625 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[340]: 6 -2.24979 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[366]: 6 -0.999996 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[382]: 6 -0.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[473]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[482]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[510]: 6 -1.92857 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[533]: 6 -2.2474 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[541]: 6 -0.500001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[562]: 6 -1.4166 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[564]: 6 -1.99902 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[580]: 6 0 0.5 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[581]: 6 -2.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[591]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[610]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[633]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[637]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[723]: 6 -1.6249 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[725]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[734]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[957]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1066]: 6 0 2 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1070]: 6 -0.44974 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1075]: 6 -0.9375 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1083]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1087]: 6 -0.678572 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1116]: 6 -0.75 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1132]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1137]: 6 -0.808594 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1142]: 6 0 0.249791 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1149]: 6 -0.678572 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1154]: 6 -1.03571 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1162]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1169]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1183]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1184]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1196]: 6 -1.17083 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1197]: 6 -0.591658 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1198]: 6 -0.750001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1199]: 6 -0.749981 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1202]: 6 -1.5625 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1208]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1214]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1217]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1232]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1234]: 6 -0.750001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1248]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1250]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1259]: 6 -0.250001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1276]: 6 -0.968751 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1278]: 6 -1.375 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1301]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1311]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1315]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1346]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1350]: 6 -1.3125 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1352]: 6 -0.285715 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1374]: 6 -0.875001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1379]: 6 -1.75 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1380]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1436]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1441]: 6 -5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1446]: 6 -1.23529 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1447]: 6 -1.375 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1473]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1479]: 6 -1.30556 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1512]: 6 -2.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1515]: 6 -1.16363 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1553]: 6 -1.28125 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1556]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1570]: 6 -3.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1596]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1599]: 6 -0.750001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1600]: 6 -1.375 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1605]: 6 -0.529412 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1630]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1660]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1690]: 6 -1.25 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1720]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1727]: 6 -0.750001 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1756]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1981]: 6 -1.57813 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2078]: 6 -13.2111 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2150]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2177]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2182]: 6 0 1 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2267]: 6 -0.99997 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2271]: 6 -0.999878 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2275]: 6 -0.999512 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2284]: 6 0 0.984376 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2291]: 6 -0.875 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2320]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2330]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2343]: 6 -1.5 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2377]: 6 -0.994978 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
3197.02/3205.43	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2389]: 6 -0.678572 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2415]: 6 -1.24583 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2417]: 6 -1.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2431]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2454]: 6 -1.31146 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2464]: 6 -1.96667 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2470]: 6 -1.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2476]: 6 -5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2493]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2496]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2507]: 6 -1.75 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2524]: 6 -1.03125 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2583]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2600]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2635]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2643]: 6 -0.500001 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2658]: 6 0 0.125001 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2663]: 6 -3.49958 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2701]: 6 -0.999981 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2744]: 6 -5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2750]: 6 -0.500001 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2813]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2835]: 6 -3 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2836]: 6 -5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2840]: 6 -1.39063 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2845]: 6 0 0.3125 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2872]: 6 -1.125 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2876]: 6 -0.500001 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2899]: 6 -1.5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2918]: 6 -0.375 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2928]: 6 -1.40625 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2940]: 6 -1.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[2990]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3063]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3169]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3336]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3361]: 6 -2.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3478]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3496]: 6 0 0.285715 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3548]: 6 -1.5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3583]: 6 -0.0357146 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3592]: 6 -0.0588237 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3600]: 6 -1.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3608]: 6 -1.375 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3650]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3679]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3734]: 6 -1.25 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3736]: 6 -1.5 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3784]: 6 -0.750001 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3789]: 6 -2 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3791]: 6 -1.16363 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3822]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3966]: 6 -1.875 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[3968]: 6 -2.375 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4115]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4128]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4144]: 6 -2.375 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4188]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4227]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4228]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4254]: 6 -1 0 shouldn't be
3197.02/3205.44	WSVECS04 Frhs2[4255]: 6 -1 0 shouldn't be
3282.25/3290.95	c #Conflicts:    4550000 | #Constraints:      53067
3282.25/3290.95	c #Conflicts:    4551000 | #Constraints:      54067
3282.25/3290.95	c #Conflicts:    4552000 | #Constraints:      55067
3282.25/3290.95	c #Conflicts:    4553000 | #Constraints:      56067
3282.25/3290.95	c #Conflicts:    4554000 | #Constraints:      57067
3282.25/3290.95	c #Conflicts:    4555000 | #Constraints:      58067
3282.25/3290.95	c #Conflicts:    4556000 | #Constraints:      59067
3282.25/3290.95	c #Conflicts:    4557000 | #Constraints:      60067
3282.25/3290.95	c #Conflicts:    4558000 | #Constraints:      61067
3282.25/3290.95	c #Conflicts:    4559000 | #Constraints:      62067
3282.25/3290.95	c #Conflicts:    4560000 | #Constraints:      63067
3282.25/3290.95	c #Conflicts:    4561000 | #Constraints:      64067
3282.25/3290.95	c #Conflicts:    4562000 | #Constraints:      65067
3282.25/3290.95	c #Conflicts:    4563000 | #Constraints:      66067
3282.25/3290.95	c #Conflicts:    4564000 | #Constraints:      67067
3282.25/3290.95	c #Conflicts:    4565000 | #Constraints:      68067
3282.25/3290.95	c #Conflicts:    4566000 | #Constraints:      69067
3282.25/3290.95	c #Conflicts:    4567000 | #Constraints:      70067
3282.25/3290.95	c #Conflicts:    4568000 | #Constraints:      71067
3282.25/3290.95	c #Conflicts:    4569000 | #Constraints:      72067
3282.25/3290.95	c #Conflicts:    4570000 | #Constraints:      73067
3282.25/3290.95	c #Conflicts:    4571000 | #Constraints:      74067
3282.25/3290.95	c #Conflicts:    4572000 | #Constraints:      75067
3282.25/3290.95	c #Conflicts:    4573000 | #Constraints:      76067
3282.25/3290.95	c #Conflicts:    4574000 | #Constraints:      77067
3282.25/3290.95	c #Conflicts:    4575000 | #Constraints:      78067
3282.25/3290.95	c #Conflicts:    4576000 | #Constraints:      79067
3282.25/3290.95	c #Conflicts:    4577000 | #Constraints:      80067
3282.25/3290.95	c #Conflicts:    4578000 | #Constraints:      81067
3282.25/3290.95	c #Conflicts:    4579000 | #Constraints:      82067
3282.25/3290.95	c #Conflicts:    4580000 | #Constraints:      83067
3282.25/3290.95	c #Conflicts:    4581000 | #Constraints:      84067
3282.25/3290.95	c #Conflicts:    4582000 | #Constraints:      85067
3282.25/3290.95	c #Conflicts:    4583000 | #Constraints:      86067
3282.25/3290.95	c #Conflicts:    4584000 | #Constraints:      87067
3282.25/3290.95	c #Conflicts:    4585000 | #Constraints:      88067
3282.25/3290.95	c #Conflicts:    4586000 | #Constraints:      89067
3282.25/3290.95	c #Conflicts:    4587000 | #Constraints:      90067
3282.25/3290.95	c #Conflicts:    4588000 | #Constraints:      91067
3282.25/3290.95	c #Conflicts:    4589000 | #Constraints:      92067
3282.25/3290.95	c #Conflicts:    4590000 | #Constraints:      93067
3282.25/3290.95	c #Conflicts:    4591000 | #Constraints:      94067
3282.25/3290.95	c #Conflicts:    4592000 | #Constraints:      95067
3282.25/3290.95	c INPROCESSING
3282.25/3290.95	c GARBAGE COLLECT
3282.25/3290.95	c #Conflicts:    4593000 | #Constraints:      53409
3282.25/3290.95	c #Conflicts:    4594000 | #Constraints:      54409
3282.25/3290.95	c #Conflicts:    4595000 | #Constraints:      55409
3282.25/3290.95	c #Conflicts:    4596000 | #Constraints:      56409
3282.25/3290.95	c #Conflicts:    4597000 | #Constraints:      57409
3282.25/3290.95	c #Conflicts:    4598000 | #Constraints:      58409
3282.25/3290.95	c #Conflicts:    4599000 | #Constraints:      59409
3282.25/3290.95	c #Conflicts:    4600000 | #Constraints:      60409
3282.25/3290.95	c #Conflicts:    4601000 | #Constraints:      61409
3282.25/3290.95	c #Conflicts:    4602000 | #Constraints:      62409
3282.25/3290.95	c #Conflicts:    4603000 | #Constraints:      63409
3282.25/3290.95	c #Conflicts:    4604000 | #Constraints:      64409
3282.25/3290.95	c #Conflicts:    4605000 | #Constraints:      65409
3282.25/3290.95	c #Conflicts:    4606000 | #Constraints:      66409
3282.25/3290.95	c #Conflicts:    4607000 | #Constraints:      67409
3282.25/3290.95	c #Conflicts:    4608000 | #Constraints:      68409
3282.25/3290.95	c #Conflicts:    4609000 | #Constraints:      69409
3282.25/3290.95	c #Conflicts:    4610000 | #Constraints:      70409
3282.25/3290.95	c #Conflicts:    4611000 | #Constraints:      71409
3282.25/3290.95	c #Conflicts:    4612000 | #Constraints:      72409
3282.25/3290.95	c #Conflicts:    4613000 | #Constraints:      73409
3282.25/3290.95	c #Conflicts:    4614000 | #Constraints:      74409
3282.25/3290.95	c #Conflicts:    4615000 | #Constraints:      75409
3282.25/3290.95	c #Conflicts:    4616000 | #Constraints:      76409
3282.25/3290.95	c #Conflicts:    4617000 | #Constraints:      77409
3282.25/3290.95	c #Conflicts:    4618000 | #Constraints:      78409
3282.25/3290.95	c #Conflicts:    4619000 | #Constraints:      79409
3282.25/3290.95	c #Conflicts:    4620000 | #Constraints:      80409
3282.25/3290.95	c #Conflicts:    4621000 | #Constraints:      81409
3282.25/3290.95	c #Conflicts:    4622000 | #Constraints:      82409
3282.25/3290.95	c #Conflicts:    4623000 | #Constraints:      83409
3282.25/3290.95	c #Conflicts:    4624000 | #Constraints:      84409
3282.25/3290.95	c #Conflicts:    4625000 | #Constraints:      85410
3282.25/3290.95	c #Conflicts:    4626000 | #Constraints:      86410
3282.25/3290.95	c #Conflicts:    4627000 | #Constraints:      87410
3282.25/3290.95	c #Conflicts:    4628000 | #Constraints:      88410
3382.84/3391.87	c #Conflicts:    4629000 | #Constraints:      89410
3382.84/3391.87	c #Conflicts:    4630000 | #Constraints:      90410
3382.84/3391.87	c #Conflicts:    4631000 | #Constraints:      91410
3382.84/3391.87	c #Conflicts:    4632000 | #Constraints:      92410
3382.84/3391.87	c #Conflicts:    4633000 | #Constraints:      93411
3382.84/3391.87	c #Conflicts:    4634000 | #Constraints:      94411
3382.84/3391.87	c #Conflicts:    4635000 | #Constraints:      95411
3382.84/3391.87	c INPROCESSING
3382.84/3391.87	c GARBAGE COLLECT
3382.84/3391.87	c #Conflicts:    4636000 | #Constraints:      53557
3382.84/3391.87	c #Conflicts:    4637000 | #Constraints:      54557
3382.84/3391.87	c #Conflicts:    4638000 | #Constraints:      55557
3382.84/3391.87	c #Conflicts:    4639000 | #Constraints:      56557
3382.84/3391.87	c #Conflicts:    4640000 | #Constraints:      57557
3382.84/3391.87	c #Conflicts:    4641000 | #Constraints:      58557
3382.84/3391.87	c #Conflicts:    4642000 | #Constraints:      59558
3382.84/3391.87	c #Conflicts:    4643000 | #Constraints:      60558
3382.84/3391.87	c #Conflicts:    4644000 | #Constraints:      61558
3382.84/3391.87	c #Conflicts:    4645000 | #Constraints:      62558
3382.84/3391.87	c #Conflicts:    4646000 | #Constraints:      63558
3382.84/3391.87	c #Conflicts:    4647000 | #Constraints:      64558
3382.84/3391.87	c #Conflicts:    4648000 | #Constraints:      65558
3382.84/3391.87	c #Conflicts:    4649000 | #Constraints:      66558
3382.84/3391.87	c #Conflicts:    4650000 | #Constraints:      67558
3382.84/3391.87	c #Conflicts:    4651000 | #Constraints:      68558
3382.84/3391.87	c #Conflicts:    4652000 | #Constraints:      69558
3382.84/3391.87	c #Conflicts:    4653000 | #Constraints:      70558
3382.84/3391.87	c #Conflicts:    4654000 | #Constraints:      71558
3382.84/3391.87	c #Conflicts:    4655000 | #Constraints:      72558
3382.84/3391.87	c #Conflicts:    4656000 | #Constraints:      73558
3382.84/3391.87	c #Conflicts:    4657000 | #Constraints:      74558
3382.84/3391.87	c #Conflicts:    4658000 | #Constraints:      75613
3382.84/3391.87	c #Conflicts:    4659000 | #Constraints:      77122
3382.84/3391.87	c #Conflicts:    4660000 | #Constraints:      78634
3382.84/3391.87	c #Conflicts:    4661000 | #Constraints:      80136
3382.84/3391.87	c #Conflicts:    4662000 | #Constraints:      81648
3382.84/3391.87	c #Conflicts:    4663000 | #Constraints:      83150
3382.84/3391.87	c #Conflicts:    4664000 | #Constraints:      84659
3382.84/3391.87	c #Conflicts:    4665000 | #Constraints:      86174
3382.84/3391.87	c #Conflicts:    4666000 | #Constraints:      87681
3382.84/3391.87	c #Conflicts:    4667000 | #Constraints:      89170
3382.84/3391.87	c #Conflicts:    4668000 | #Constraints:      90660
3382.84/3391.87	c #Conflicts:    4669000 | #Constraints:      92147
3382.84/3391.87	c #Conflicts:    4670000 | #Constraints:      93659
3382.84/3391.87	c #Conflicts:    4671000 | #Constraints:      95177
3382.84/3391.87	c #Conflicts:    4672000 | #Constraints:      96680
3382.84/3391.87	c #Conflicts:    4673000 | #Constraints:      98199
3382.84/3391.87	c #Conflicts:    4674000 | #Constraints:      99713
3382.84/3391.87	c #Conflicts:    4675000 | #Constraints:     101208
3382.84/3391.87	c #Conflicts:    4676000 | #Constraints:     102713
3382.84/3391.87	c #Conflicts:    4677000 | #Constraints:     104225
3382.84/3391.87	c #Conflicts:    4678000 | #Constraints:     105733
3382.84/3391.87	c INPROCESSING
3382.84/3391.87	c GARBAGE COLLECT
3382.84/3391.87	WSVECS04 Frhs2[25]: 6 -1.62494 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[27]: 6 -0.710915 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[31]: 6 -2 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[56]: 6 -2.24884 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[65]: 6 -1.99564 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[66]: 6 -0.996289 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[87]: 6 0 0.308381 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[90]: 6 -2.24981 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[102]: 6 -0.418969 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[104]: 6 -0.493461 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[138]: 6 -1.51494 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[140]: 6 -0.933305 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[145]: 6 0 0.000271283 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[155]: 6 -0.148443 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[177]: 6 -0.947398 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[181]: 6 -1.00003 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[185]: 6 -0.818361 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[193]: 6 -0.573719 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[207]: 6 -2.39175 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[219]: 6 -0.424797 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[241]: 6 -0.947398 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[265]: 6 -4.9738 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[348]: 6 -0.659822 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[354]: 6 -0.999306 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[358]: 6 -0.545714 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[360]: 6 -0.983886 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[369]: 6 -0.894796 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[380]: 6 0 0.157749 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[394]: 6 -1.49984 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[397]: 6 -1.24636 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[401]: 6 0 8.04746e-05 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[418]: 6 -0.999198 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[430]: 6 -3.49077 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[431]: 6 0 0.432429 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[433]: 6 -0.947233 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[478]: 6 -2.3125 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[480]: 6 -7.02586 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[517]: 6 -0.294431 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[519]: 6 -2.28242 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[524]: 6 -0.937594 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[525]: 6 -0.996057 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[539]: 6 -0.0499861 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[542]: 6 -1.37494 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[549]: 6 -2.00448 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[551]: 6 -1.2875 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[553]: 6 -0.418478 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[556]: 6 -0.873186 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[559]: 6 -3.46975 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[561]: 6 -0.984151 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[581]: 6 -0.994155 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[588]: 6 -2.03959 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[589]: 6 0 0.416012 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[591]: 6 -1.17968 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[596]: 6 -0.714298 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[605]: 6 -1.11433 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[609]: 6 -1.99456 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[616]: 6 -1.00631 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[622]: 6 -2.39176 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[625]: 6 -0.894795 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[650]: 6 -1.21095 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[652]: 6 -1.06827 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[667]: 6 -1.02881 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[678]: 6 -0.999079 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[688]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[704]: 6 -1.99989 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[988]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1057]: 6 -0.375056 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1061]: 6 -0.283648 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1084]: 6 0 0.135863 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1113]: 6 -4.98323 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1115]: 6 -1.93093 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1135]: 6 -0.854816 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1137]: 6 -0.966248 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1141]: 6 -0.999881 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1149]: 6 -1.77129 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1162]: 6 -0.966947 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1165]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1176]: 6 -2.03647 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1178]: 6 -4.03844 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1192]: 6 -0.429574 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1203]: 6 -1.00046 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1204]: 6 -1.81836 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1208]: 6 -0.093854 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1210]: 6 -0.62461 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1214]: 6 -3.03099 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1239]: 6 -0.65625 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1241]: 6 -3.16309 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1247]: 6 -0.944484 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1254]: 6 -0.999998 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1259]: 6 -1.48075 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1263]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1266]: 6 -2.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1268]: 6 -0.904438 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1277]: 6 -0.735981 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1295]: 6 -1.49901 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1297]: 6 -0.970839 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1298]: 6 -1.29485 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1307]: 6 -1.38145 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1308]: 6 -0.359375 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1311]: 6 -0.491001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1312]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1314]: 6 -1.49998 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1331]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1334]: 6 -0.99878 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1357]: 6 -1.09623 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1368]: 6 -0.357139 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1369]: 6 -0.825056 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1383]: 6 -1.73078 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1411]: 6 -1.87456 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1419]: 6 -0.4375 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1427]: 6 -1.19112 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1461]: 6 -1.33203 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1462]: 6 -1.32813 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1473]: 6 -1.0933 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1482]: 6 -0.999348 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1507]: 6 -0.687501 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1517]: 6 -0.888889 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1520]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1522]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1544]: 6 -0.122 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1587]: 6 0 0.856202 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1609]: 6 -0.414063 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1629]: 6 -1.66342 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1633]: 6 -0.853653 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1635]: 6 -1.21173 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1641]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1643]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1656]: 6 -1.14646 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1660]: 6 -2.15051 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1691]: 6 0 2.51536 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1694]: 6 -1.1874 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1697]: 6 -2.64964 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1710]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1720]: 6 -2.56229 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1733]: 6 -0.500001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1754]: 6 -0.917969 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1756]: 6 -0.609376 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1966]: 6 0 3.79818 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[1987]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2072]: 6 -2 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2076]: 6 -0.984149 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2104]: 6 -5.75068 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2112]: 6 0 5.56437 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2148]: 6 -0.998816 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2149]: 6 -0.998338 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2160]: 6 -5.02993 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2172]: 6 -1.4265 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2174]: 6 -0.99901 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2176]: 6 0 0.894864 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2177]: 6 -0.95829 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2182]: 6 0 0.999993 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2193]: 6 -2.99988 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2216]: 6 -0.500001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2244]: 6 -0.638393 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2264]: 6 -4.4927 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2290]: 6 0 0.5 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2294]: 6 0 1 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2299]: 6 -8.56013 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2319]: 6 -0.998576 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2333]: 6 -1.32229 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2357]: 6 -0.873185 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2360]: 6 -0.999325 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2361]: 6 -1.00002 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2383]: 6 0 0.470289 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2386]: 6 0 0.729715 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2389]: 6 -0.457642 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2391]: 6 -1.55986 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2410]: 6 -1.00003 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2423]: 6 -0.999155 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2431]: 6 -0.375056 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2476]: 6 0 1 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2480]: 6 -1.63672 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2504]: 6 -0.992074 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2565]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2584]: 6 -2.6875 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2598]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2606]: 6 -1.49999 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2612]: 6 -1.28571 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2614]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2627]: 6 -1.25694 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2645]: 6 -1.375 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2662]: 6 -0.428572 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2672]: 6 -0.999999 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2709]: 6 -1.00371 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2712]: 6 -1.66113 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2760]: 6 -1.41528 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2761]: 6 -1.41528 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2782]: 6 -2.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2817]: 6 -1.125 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2858]: 6 -1.33838 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2887]: 6 -0.0362513 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2899]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2910]: 6 -0.928572 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2921]: 6 -1.01813 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2925]: 6 -0.82052 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2930]: 6 -6 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2956]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2957]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2964]: 6 -0.660715 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3000]: 6 -1.2873 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3028]: 6 -5.57236 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3035]: 6 -0.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3068]: 6 -11.6986 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3074]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3082]: 6 -1.49954 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3089]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3103]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3105]: 6 -13.9006 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3107]: 6 -0.999951 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3119]: 6 -0.375001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3132]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3156]: 6 -2 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3164]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3170]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3204]: 6 -0.375019 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3208]: 6 -0.999925 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3225]: 6 -0.750001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3246]: 6 -1.33203 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3265]: 6 -12.2325 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3268]: 6 -0.999402 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3304]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3313]: 6 -3.54861 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3319]: 6 -0.388889 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3346]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3365]: 6 -1.99995 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3366]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3369]: 6 -0.999086 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3393]: 6 -0.999993 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3403]: 6 -0.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3407]: 6 -0.999086 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3412]: 6 0 0.125 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3447]: 6 -11.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3494]: 6 -0.999698 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3496]: 6 -0.0598551 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3509]: 6 -1.5 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3535]: 6 -3.45152 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3545]: 6 -0.500001 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3550]: 6 0 1.5 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3563]: 6 -2.53772 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3583]: 6 -0.294891 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3601]: 6 -0.41864 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3620]: 6 -0.999998 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3674]: 6 -1.28917 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3701]: 6 -0.0317041 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3704]: 6 -4.87318 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3738]: 6 0 0.253528 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3878]: 6 0 1.00141 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3879]: 6 -0.99859 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3919]: 6 -1.3413 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3935]: 6 -3.37443 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3937]: 6 -0.998395 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[3984]: 6 -5.58125 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4000]: 6 0 0.250002 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4012]: 6 -1.57468 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4066]: 6 -5.24834 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4077]: 6 -1.25 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4108]: 6 0 1.10777e-05 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4124]: 6 -6 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4128]: 6 -2.34375 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4143]: 6 -1 0 shouldn't be
3382.84/3391.87	WSVECS04 Frhs2[4213]: 6 -0.999989 0 shouldn't be
3438.27/3447.42	c #Conflicts:    4679000 | #Constraints:      58700
3438.27/3447.42	c #Conflicts:    4680000 | #Constraints:      59700
3438.27/3447.42	c #Conflicts:    4681000 | #Constraints:      60700
3438.27/3447.42	c #Conflicts:    4682000 | #Constraints:      61700
3438.27/3447.42	c #Conflicts:    4683000 | #Constraints:      62700
3438.27/3447.42	c #Conflicts:    4684000 | #Constraints:      63700
3438.27/3447.42	c #Conflicts:    4685000 | #Constraints:      64700
3438.27/3447.42	c #Conflicts:    4686000 | #Constraints:      65700
3438.27/3447.42	c #Conflicts:    4687000 | #Constraints:      66700
3438.27/3447.42	c #Conflicts:    4688000 | #Constraints:      67700
3438.27/3447.42	c #Conflicts:    4689000 | #Constraints:      68700
3438.27/3447.42	c #Conflicts:    4690000 | #Constraints:      69700
3438.27/3447.42	c #Conflicts:    4691000 | #Constraints:      70700
3438.27/3447.42	c #Conflicts:    4692000 | #Constraints:      71700
3438.27/3447.42	c #Conflicts:    4693000 | #Constraints:      72700
3438.27/3447.42	c #Conflicts:    4694000 | #Constraints:      73700
3438.27/3447.42	c #Conflicts:    4695000 | #Constraints:      74700
3438.27/3447.42	c #Conflicts:    4696000 | #Constraints:      75700
3438.27/3447.42	c #Conflicts:    4697000 | #Constraints:      76700
3438.27/3447.42	c #Conflicts:    4698000 | #Constraints:      77700
3438.27/3447.42	c #Conflicts:    4699000 | #Constraints:      78700
3438.27/3447.42	c #Conflicts:    4700000 | #Constraints:      79700
3438.27/3447.42	c #Conflicts:    4701000 | #Constraints:      80700
3438.27/3447.42	c #Conflicts:    4702000 | #Constraints:      81700
3438.27/3447.42	c #Conflicts:    4703000 | #Constraints:      82700
3438.27/3447.42	c #Conflicts:    4704000 | #Constraints:      83700
3438.27/3447.42	c #Conflicts:    4705000 | #Constraints:      84700
3438.27/3447.42	c #Conflicts:    4706000 | #Constraints:      85700
3438.27/3447.42	c #Conflicts:    4707000 | #Constraints:      86700
3438.27/3447.42	c #Conflicts:    4708000 | #Constraints:      87700
3438.27/3447.42	c #Conflicts:    4709000 | #Constraints:      88700
3438.27/3447.42	c #Conflicts:    4710000 | #Constraints:      89700
3438.27/3447.42	c #Conflicts:    4711000 | #Constraints:      90700
3438.27/3447.42	c #Conflicts:    4712000 | #Constraints:      91700
3438.27/3447.42	c #Conflicts:    4713000 | #Constraints:      92700
3438.27/3447.42	c #Conflicts:    4714000 | #Constraints:      93700
3438.27/3447.42	c #Conflicts:    4715000 | #Constraints:      94701
3438.27/3447.42	c #Conflicts:    4716000 | #Constraints:      95701
3438.27/3447.42	c #Conflicts:    4717000 | #Constraints:      96701
3438.27/3447.42	c #Conflicts:    4718000 | #Constraints:      97701
3438.27/3447.42	c #Conflicts:    4719000 | #Constraints:      98701
3438.27/3447.42	c #Conflicts:    4720000 | #Constraints:      99701
3438.27/3447.42	c #Conflicts:    4721000 | #Constraints:     100701
3438.27/3447.42	c INPROCESSING
3438.27/3447.42	c GARBAGE COLLECT
3438.27/3447.42	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[22]: 6 -2.27734 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[93]: 6 -1.625 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[108]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[117]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[140]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[148]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[254]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[277]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[382]: 6 -3.6875 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[400]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[439]: 6 -1.90234 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[442]: 6 0 0.0273443 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[446]: 6 -1.5415 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[477]: 6 -2.3125 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[504]: 6 -1.88981 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[555]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[563]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[596]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[600]: 6 -1.88981 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[686]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1111]: 6 0 0.3125 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1112]: 6 0 0.3125 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1118]: 6 -2.28125 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1128]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1144]: 6 0 4.01318 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1162]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1165]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1176]: 6 -2.70899 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1298]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1299]: 6 -1.24316 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1300]: 6 -0.486329 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1337]: 6 -1.51367 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1423]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1655]: 6 -1.34375 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2001]: 6 -1.02734 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2106]: 6 -0.135254 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2107]: 6 -0.135254 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2192]: 6 -1.02734 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2287]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2290]: 6 -0.750001 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2379]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2390]: 6 0 1.5 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2476]: 6 0 1.75 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2486]: 6 0 1 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2609]: 6 -3.66943 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2677]: 6 -11 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2772]: 6 -9.10938 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2778]: 6 -4.75 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2779]: 6 -5.4375 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2970]: 6 -3 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[2972]: 6 -1.25 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3150]: 6 -5.25 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3240]: 6 0 0.00683616 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3244]: 6 -5.02734 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3730]: 6 -1.3125 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3832]: 6 -3.625 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3932]: 6 -4.25 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
3438.27/3447.42	WSVECS04 Frhs2[4242]: 6 -1 0 shouldn't be
3542.45/3551.91	c #Conflicts:    4722000 | #Constraints:      55898
3542.45/3551.91	c #Conflicts:    4723000 | #Constraints:      56898
3542.45/3551.91	c #Conflicts:    4724000 | #Constraints:      57898
3542.45/3551.91	c #Conflicts:    4725000 | #Constraints:      58898
3542.45/3551.91	c #Conflicts:    4726000 | #Constraints:      59898
3542.45/3551.91	c #Conflicts:    4727000 | #Constraints:      60898
3542.45/3551.91	c #Conflicts:    4728000 | #Constraints:      61898
3542.45/3551.91	c #Conflicts:    4729000 | #Constraints:      62898
3542.45/3551.91	c #Conflicts:    4730000 | #Constraints:      63898
3542.45/3551.91	c #Conflicts:    4731000 | #Constraints:      64898
3542.45/3551.91	c #Conflicts:    4732000 | #Constraints:      65898
3542.45/3551.91	c #Conflicts:    4733000 | #Constraints:      66898
3542.45/3551.91	c #Conflicts:    4734000 | #Constraints:      67898
3542.45/3551.91	c #Conflicts:    4735000 | #Constraints:      68898
3542.45/3551.91	c #Conflicts:    4736000 | #Constraints:      69898
3542.45/3551.91	c #Conflicts:    4737000 | #Constraints:      70898
3542.45/3551.91	c #Conflicts:    4738000 | #Constraints:      71898
3542.45/3551.91	c #Conflicts:    4739000 | #Constraints:      72898
3542.45/3551.91	c #Conflicts:    4740000 | #Constraints:      73898
3542.45/3551.91	c #Conflicts:    4741000 | #Constraints:      74898
3542.45/3551.91	c #Conflicts:    4742000 | #Constraints:      75898
3542.45/3551.91	c #Conflicts:    4743000 | #Constraints:      76898
3542.45/3551.91	c #Conflicts:    4744000 | #Constraints:      77898
3542.45/3551.91	c #Conflicts:    4745000 | #Constraints:      78898
3542.45/3551.91	c #Conflicts:    4746000 | #Constraints:      79898
3542.45/3551.91	c #Conflicts:    4747000 | #Constraints:      80898
3542.45/3551.91	c #Conflicts:    4748000 | #Constraints:      81898
3542.45/3551.91	c #Conflicts:    4749000 | #Constraints:      82898
3542.45/3551.91	c #Conflicts:    4750000 | #Constraints:      83898
3542.45/3551.91	c #Conflicts:    4751000 | #Constraints:      84898
3542.45/3551.91	c #Conflicts:    4752000 | #Constraints:      85899
3542.45/3551.91	c #Conflicts:    4753000 | #Constraints:      86899
3542.45/3551.91	c #Conflicts:    4754000 | #Constraints:      87899
3542.45/3551.91	c #Conflicts:    4755000 | #Constraints:      88899
3542.45/3551.91	c #Conflicts:    4756000 | #Constraints:      89899
3542.45/3551.91	c #Conflicts:    4757000 | #Constraints:      90899
3542.45/3551.91	c #Conflicts:    4758000 | #Constraints:      91899
3542.45/3551.91	c #Conflicts:    4759000 | #Constraints:      92899
3542.45/3551.91	c #Conflicts:    4760000 | #Constraints:      93899
3542.45/3551.91	c #Conflicts:    4761000 | #Constraints:      94899
3542.45/3551.91	c #Conflicts:    4762000 | #Constraints:      95899
3542.45/3551.91	c #Conflicts:    4763000 | #Constraints:      96900
3542.45/3551.91	c #Conflicts:    4764000 | #Constraints:      97900
3542.45/3551.91	c #Conflicts:    4765000 | #Constraints:      98900
3542.45/3551.91	c INPROCESSING
3542.45/3551.91	c GARBAGE COLLECT
3542.45/3551.91	c #Conflicts:    4766000 | #Constraints:      55202
3542.45/3551.91	c #Conflicts:    4767000 | #Constraints:      56202
3542.45/3551.91	c #Conflicts:    4768000 | #Constraints:      57202
3542.45/3551.91	c #Conflicts:    4769000 | #Constraints:      58202
3542.45/3551.91	c #Conflicts:    4770000 | #Constraints:      59202
3542.45/3551.91	c #Conflicts:    4771000 | #Constraints:      60202
3542.45/3551.91	c #Conflicts:    4772000 | #Constraints:      61202
3542.45/3551.91	c #Conflicts:    4773000 | #Constraints:      62202
3542.45/3551.91	c #Conflicts:    4774000 | #Constraints:      63202
3542.45/3551.91	c #Conflicts:    4775000 | #Constraints:      64202
3542.45/3551.91	c #Conflicts:    4776000 | #Constraints:      65202
3542.45/3551.91	c #Conflicts:    4777000 | #Constraints:      66202
3542.45/3551.91	c #Conflicts:    4778000 | #Constraints:      67202
3542.45/3551.91	c #Conflicts:    4779000 | #Constraints:      68202
3542.45/3551.91	c #Conflicts:    4780000 | #Constraints:      69202
3542.45/3551.91	c #Conflicts:    4781000 | #Constraints:      70202
3542.45/3551.91	c #Conflicts:    4782000 | #Constraints:      71202
3542.45/3551.91	c #Conflicts:    4783000 | #Constraints:      72202
3542.45/3551.91	c #Conflicts:    4784000 | #Constraints:      73202
3542.45/3551.91	c #Conflicts:    4785000 | #Constraints:      74203
3542.45/3551.91	c #Conflicts:    4786000 | #Constraints:      75203
3542.45/3551.91	c #Conflicts:    4787000 | #Constraints:      76203
3542.45/3551.91	c #Conflicts:    4788000 | #Constraints:      77203
3542.45/3551.91	c #Conflicts:    4789000 | #Constraints:      78203
3542.45/3551.91	c #Conflicts:    4790000 | #Constraints:      79203
3542.45/3551.91	c #Conflicts:    4791000 | #Constraints:      80203
3542.45/3551.91	c #Conflicts:    4792000 | #Constraints:      81203
3542.45/3551.91	c #Conflicts:    4793000 | #Constraints:      82203
3542.45/3551.91	c #Conflicts:    4794000 | #Constraints:      83203
3542.45/3551.91	c #Conflicts:    4795000 | #Constraints:      84203
3542.45/3551.91	c #Conflicts:    4796000 | #Constraints:      85203
3542.45/3551.91	c #Conflicts:    4797000 | #Constraints:      86203
3542.45/3551.91	c #Conflicts:    4798000 | #Constraints:      87203
3542.45/3551.91	c #Conflicts:    4799000 | #Constraints:      88203
3542.45/3551.91	c #Conflicts:    4800000 | #Constraints:      89203
3574.34/3583.99	c #Conflicts:    4801000 | #Constraints:      90207
3574.34/3583.99	c #Conflicts:    4802000 | #Constraints:      91207
3574.34/3583.99	c #Conflicts:    4803000 | #Constraints:      92207
3574.34/3583.99	c #Conflicts:    4804000 | #Constraints:      93207
3574.34/3583.99	c #Conflicts:    4805000 | #Constraints:      94207
3574.34/3583.99	c #Conflicts:    4806000 | #Constraints:      95208
3574.34/3583.99	c #Conflicts:    4807000 | #Constraints:      96208
3574.34/3583.99	c #Conflicts:    4808000 | #Constraints:      97208
3574.34/3583.99	c #Conflicts:    4809000 | #Constraints:      98208
3574.34/3583.99	c INPROCESSING
3574.34/3583.99	c GARBAGE COLLECT
3574.34/3583.99	WSVECS04 Frhs2[35]: 6 -0.939454 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[68]: 6 -3.43815 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[69]: 6 -2.4541 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[72]: 6 -2.25 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[73]: 6 -1.03174 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[99]: 6 -1.43265 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[103]: 6 -1.96875 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[104]: 6 -1.75391 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[132]: 6 0 1.43278 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[140]: 6 -0.866212 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[197]: 6 -1.86765 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[226]: 6 -1.86828 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[319]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[363]: 6 -1.25568 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[451]: 6 -2.06055 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[457]: 6 0 0.3125 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[460]: 6 -1.5 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[499]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[515]: 6 -2.27759 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[520]: 6 0 0.812501 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[545]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[547]: 6 -1.50977 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[553]: 6 -2.54077 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[554]: 6 0 1.26514 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[588]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[589]: 6 -2.33594 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[644]: 6 -2.44922 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[649]: 6 -2.20154 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1092]: 6 -1.76246 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1093]: 6 -1.77393 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1128]: 6 -1.33572 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1137]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1144]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1150]: 6 -1.08068 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1151]: 6 -1.1277 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1160]: 6 -2.33984 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1162]: 6 -1.08594 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1164]: 6 -1.34375 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1165]: 6 -1.3125 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1233]: 6 -1.34375 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1316]: 6 -0.680661 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1335]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1350]: 6 -0.976563 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1358]: 6 -1.5 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1385]: 6 -2.18945 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1386]: 6 -2.55371 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1404]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1410]: 6 0 0.159665 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1412]: 6 -2.31641 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1431]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1440]: 6 -1.34375 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1441]: 6 -1.3125 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1445]: 6 -0.656251 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1446]: 6 0 0.236214 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1538]: 6 -1.17476 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1539]: 6 -1.67764 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1544]: 6 -2.43457 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1546]: 6 -2.73828 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1571]: 6 0 0.41708 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1572]: 6 0 0.138786 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1573]: 6 -4.25491 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1589]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1598]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1601]: 6 -1.23093 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1605]: 6 -1.84743 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1663]: 6 -0.90223 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2053]: 6 -1.48438 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2199]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2365]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2453]: 6 -15.9375 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2536]: 6 -10.7969 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2551]: 6 -2.73242 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2787]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2834]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2840]: 6 -3 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2884]: 6 -1.02393 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2928]: 6 -17.7305 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2929]: 6 -1.32519 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2931]: 6 -4.47656 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2984]: 6 -1.3125 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[2993]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3013]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3202]: 6 0 0.603607 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3204]: 6 0 1.95506 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3205]: 6 -3.71307 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3208]: 6 -9.90625 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3362]: 6 -1.32524 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3410]: 6 -2.81055 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3411]: 6 -4.81055 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3496]: 6 -1.75 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3583]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3592]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3594]: 6 0 1.71393 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3596]: 6 -11.7794 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3749]: 6 -1.80446 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3750]: 6 -1.60892 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3779]: 6 -1.45111 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3784]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3791]: 6 -2 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3794]: 6 -1.51465 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3796]: 6 -6.0293 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3961]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[3984]: 6 -6.29639 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4074]: 6 -5.1875 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4185]: 6 -1 0 shouldn't be
3574.34/3583.99	WSVECS04 Frhs2[4186]: 6 -1 0 shouldn't be
3600.07/3609.70	c #Conflicts:    4810000 | #Constraints:      55001
3600.07/3609.70	c #Conflicts:    4811000 | #Constraints:      56001
3600.07/3609.70	c #Conflicts:    4812000 | #Constraints:      57001
3600.07/3609.70	c #Conflicts:    4813000 | #Constraints:      58001
3600.07/3609.70	c #Conflicts:    4814000 | #Constraints:      59001
3600.07/3609.70	c #Conflicts:    4815000 | #Constraints:      60001
3600.07/3609.70	c #Conflicts:    4816000 | #Constraints:      61001
3600.07/3609.70	c #Conflicts:    4817000 | #Constraints:      62001
3600.07/3609.70	c #Conflicts:    4818000 | #Constraints:      63001
3600.07/3609.70	c #Conflicts:    4819000 | #Constraints:      64001
3600.07/3609.70	c #Conflicts:    4820000 | #Constraints:      65001
3600.07/3609.70	c #Conflicts:    4821000 | #Constraints:      66001
3600.07/3609.70	c #Conflicts:    4822000 | #Constraints:      67001
3600.07/3609.70	c #Conflicts:    4823000 | #Constraints:      68001
3600.07/3609.70	c #Conflicts:    4824000 | #Constraints:      69001
3600.07/3609.70	c #Conflicts:    4825000 | #Constraints:      70001
3600.07/3609.70	c #Conflicts:    4826000 | #Constraints:      71001
3600.07/3609.70	c #Conflicts:    4827000 | #Constraints:      72001
3600.07/3609.70	c #Conflicts:    4828000 | #Constraints:      73001
3600.07/3609.70	c #Conflicts:    4829000 | #Constraints:      74001
3600.07/3609.70	c #Conflicts:    4830000 | #Constraints:      75001
3600.07/3609.70	c cpu time 3571.96 s
3600.07/3609.70	c deterministic time 212803243564 2.13e+11
3600.07/3609.70	c optimization time 25.402 s
3600.07/3609.70	c total solve time 3546.52 s
3600.07/3609.70	c core-guided solve time 0 s
3600.07/3609.70	c propagation time 2422.83 s
3600.07/3609.70	c conflict analysis time 941.859 s
3600.07/3609.70	c propagations 707799286
3600.07/3609.70	c resolve steps 155870484
3600.07/3609.70	c decisions 15213521
3600.07/3609.70	c conflicts 4830536
3600.07/3609.70	c restarts 8189
3600.07/3609.70	c inprocessing phases 210
3600.07/3609.70	c garbage collections 210 ,( 100.00 )
3600.07/3609.70	c input clauses 8078 ,( 81.89 )
3600.07/3609.70	c input cardinalities 0 ,( 0.00 )
3600.07/3609.70	c input general constraints 1786 ,( 18.11 )
3600.07/3609.70	c input average constraint length 4.55
3600.07/3609.70	c input average constraint degree 1.83
3600.07/3609.70	c learned clauses 2109438 ,( 42.95 )
3600.07/3609.70	c learned cardinalities 958 ,( 0.02 )
3600.07/3609.70	c learned general constraints 2800516 ,( 57.03 )
3600.07/3609.70	c learned average constraint length 195.73
3600.07/3609.70	c learned average constraint degree 19741075.56
3600.07/3609.70	c watched  CF 32, 64, 128, Arb: 861800 , 0 , 0 , 0
3600.07/3609.70	c counting CF 32, 64, 128, Arb: 1940502 , 0 , 0 , 0
3600.07/3609.70	c watched   constraints 861800 ,( 30.75 ) 
3600.07/3609.70	c counting  constraints 1940502 ,( 69.25 ) 
3600.07/3609.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1022759847 , 4163636 , 23685565435 ,( 1410668085 , 22274897350 )
3600.07/3609.70	c gcd simplifications 440929
3600.07/3609.70	c detected cardinalities 49
3600.07/3609.70	c weakened non-implied lits 125866878
3600.07/3609.70	c weakened non-implying lits 1321447
3600.07/3609.70	c original variables 4288
3600.07/3609.70	c clausal propagations 170069980
3600.07/3609.70	c cardinality propagations 63708
3600.07/3609.70	c watched propagations 3281838
3600.07/3609.70	c counting propagations 529301527
3600.07/3609.70	c watch lookups 111674179798
3600.07/3609.70	c watch backjump lookups 0
3600.07/3609.70	c watch checks 54839937615
3600.07/3609.70	c propagation checks 42104133944
3600.07/3609.70	c constraint additions 2733173354
3600.07/3609.70	c trail pops 727839434
3600.07/3609.70	c formula constraints 9864
3600.07/3609.70	c learned constraints 4830532
3600.07/3609.70	c bound constraints 0
3600.07/3609.70	c core-guided constraints 0
3600.07/3609.70	c encountered formula constraints 118292385
3600.07/3609.70	c encountered learned constraints 42344035
3600.07/3609.70	c encountered bound constraints 0
3600.07/3609.70	c encountered core-guided constraints 0
3600.07/3609.70	c LP total time 303.064 s
3600.07/3609.70	c LP solve time 269.15 s
3600.07/3609.70	c LP constraints added 10482
3600.07/3609.70	c LP constraints removed 244
3600.07/3609.70	c LP pivots internal 483389
3600.07/3609.70	c LP pivots root 483222
3600.07/3609.70	c LP calls 87118
3600.07/3609.70	c LP optimalities 27
3600.07/3609.70	c LP no pivot count 0
3600.07/3609.70	c LP infeasibilities 86963
3600.07/3609.70	c LP valid Farkas constraints 80311
3600.07/3609.70	c LP learned Farkas constraints 3
3600.07/3609.70	c LP basis resets 127
3600.07/3609.70	c LP cycling count 0
3600.07/3609.70	c LP singular count 121
3600.07/3609.70	c LP no primal count 0
3600.07/3609.70	c LP no farkas count 4
3600.07/3609.70	c LP other issue count 2
3600.07/3609.70	c LP Gomory cuts 66
3600.07/3609.70	c LP learned cuts 552
3600.07/3609.70	c LP deleted cuts 244
3600.07/3609.70	c LP encountered Gomory constraints 16103
3600.07/3609.70	c LP encountered Farkas constraints 45498
3600.07/3609.70	c LP encountered learned Farkas constraints 2996
3600.07/3609.70	c CG auxiliary variables introduced 0
3600.07/3609.70	c CG solutions found 0
3600.07/3609.70	c CG cores constructed 0
3600.07/3609.70	c CG core cardinality constraints returned 0
3600.07/3609.70	c CG unit cores 0
3600.07/3609.70	c CG single cores 0
3600.07/3609.70	c CG blocks removed during cardinality reduction 0
3600.07/3609.70	c CG first core best 0
3600.07/3609.70	c CG decision core best 0
3600.07/3609.70	c CG core reduction tie 0
3600.07/3609.70	c CG core degree average 0.00
3600.07/3609.70	c CG core slack average 0.00
3600.07/3609.70	c CG core upper bound improvements 0
3600.07/3609.70	c STR number of successful calls 0
3600.07/3609.70	c STR number of unsuccessful calls 0
3600.07/3609.70	c STR number of inconclusive calls 0
3600.07/3609.70	c STR number of successful attempts 0
3600.07/3609.70	c STR number of unsuccessful attempts 0
3600.07/3609.70	c STR number of inconclusive attempts 0
3600.07/3609.70	c STR average degree increase per successful call inf
3600.07/3609.70	c STR average degree increase per successful attempt inf
3600.07/3609.70	c STR total number of conflicts for successful attempts 0
3600.07/3609.70	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3609.70	c STR total number of conflicts for inconclusive attempts 0
3600.07/3609.70	c STR average number of conflicts per successful attempt inf
3600.07/3609.70	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3609.70	c STR average number of conflicts per inconclusive attempt inf
3600.07/3609.70	c AVG.sumWPerc 55.00 
3600.07/3609.70	c bigint constraints 0 
3600.07/3609.70	s UNKNOWN
3600.07/3609.70	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

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 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=26615, runsolver pid=26612

[startup+0.100059 s]*
/proc/loadavg: 4.09 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128437740/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=75848 memory=27984 CPUtime=0.06 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 5445 0 0 0 5 1 0 0 20 0 1 0 36020523 77668352 6996 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 18962 6996 2304 1147 0 6389 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 80040 KiB
Current children cumulated memory: 30928 KiB

[startup+0.20576 s]*
/proc/loadavg: 4.09 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128437740/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=76312 memory=27984 CPUtime=0.17 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 5474 0 0 0 16 1 0 0 20 0 1 0 36020523 78143488 6996 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 19078 6996 2304 1147 0 6505 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 80504 KiB
Current children cumulated memory: 30928 KiB

[startup+0.305667 s]*
/proc/loadavg: 4.09 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128435976/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=77776 memory=30288 CPUtime=0.26 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 5982 0 0 0 25 1 0 0 20 0 1 0 36020523 79642624 7572 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 19444 7572 2368 1147 0 6871 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81968 KiB
Current children cumulated memory: 33232 KiB

[startup+0.700159 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128435976/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=78304 memory=31568 CPUtime=0.66 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 6268 0 0 0 62 4 0 0 20 0 1 0 36020523 80183296 7892 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 19576 7892 2400 1147 0 7003 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 82496 KiB
Current children cumulated memory: 34512 KiB

[startup+1.50015 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128434560/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=79836 memory=33488 CPUtime=1.45 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 6763 0 0 0 138 7 0 0 20 0 1 0 36020523 81752064 8372 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 19959 8372 2400 1147 0 7386 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 84028 KiB
Current children cumulated memory: 36432 KiB

[startup+3.10577 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 26618
/proc/meminfo: memFree=128422468/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=82196 memory=38528 CPUtime=3.05 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 7496 0 0 0 292 13 0 0 20 0 1 0 36020523 84168704 9632 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 20549 9632 2400 1147 0 7976 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 86388 KiB
Current children cumulated memory: 41472 KiB

[startup+6.30014 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 26618
/proc/meminfo: memFree=128414896/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=88956 memory=42880 CPUtime=6.24 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 8614 0 0 0 598 26 0 0 20 0 1 0 36020523 91090944 10720 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 22239 10720 2400 1147 0 9666 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 93148 KiB
Current children cumulated memory: 45824 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 26618
/proc/meminfo: memFree=128401464/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=95196 memory=48896 CPUtime=12.62 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 10134 0 0 0 1221 41 0 0 20 0 1 0 36020523 97480704 12224 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 23799 12224 2400 1147 0 11226 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 99388 KiB
Current children cumulated memory: 51840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.09 4.09 5/269 26618
/proc/meminfo: memFree=128352516/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=125628 memory=73756 CPUtime=25.39 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 15844 0 0 0 2473 66 0 0 20 0 1 0 36020523 128643072 18439 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 31407 18439 2400 1147 0 18834 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 129820 KiB
Current children cumulated memory: 76700 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 26619
/proc/meminfo: memFree=128311028/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=136660 memory=87380 CPUtime=50.93 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 18740 0 0 0 4963 130 0 0 20 0 1 0 36020523 139939840 21845 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 34165 21845 2400 1147 0 21592 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 140852 KiB
Current children cumulated memory: 90324 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 26621
/proc/meminfo: memFree=128286448/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=166988 memory=118636 CPUtime=101.99 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 25947 0 0 0 9971 228 0 0 20 0 1 0 36020523 170995712 29659 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 41747 29659 2496 1147 0 29174 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 171180 KiB
Current children cumulated memory: 121580 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/269 26628
/proc/meminfo: memFree=128193252/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=209580 memory=155080 CPUtime=161.83 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 33401 0 0 0 15878 305 0 0 20 0 1 0 36020523 214609920 38770 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 52395 38770 2496 1147 0 39822 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 213772 KiB
Current children cumulated memory: 158024 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 26629
/proc/meminfo: memFree=128154632/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=226452 memory=180048 CPUtime=221.66 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 37091 0 0 0 21758 408 0 0 20 0 1 0 36020523 231886848 45012 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 56613 45012 2496 1147 0 44040 0
Current children cumulated CPU time: 221.67 s

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

/proc/26618/statm: 179218 156690 2496 1147 0 166645 0
Current children cumulated CPU time: 3094.23 s
Current children cumulated vsize: 721064 KiB
Current children cumulated memory: 629704 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 26965
/proc/meminfo: memFree=128061372/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=717012 memory=626888 CPUtime=3154.04 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 120392 0 0 0 312744 2660 0 0 20 0 1 0 36020523 734220288 156722 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 179253 156722 2496 1147 0 166680 0
Current children cumulated CPU time: 3154.05 s
Current children cumulated vsize: 721204 KiB
Current children cumulated memory: 629832 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 26971
/proc/meminfo: memFree=128011836/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=717012 memory=626888 CPUtime=3213.86 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 120401 0 0 0 318694 2692 0 0 20 0 1 0 36020523 734220288 156722 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 179253 156722 2496 1147 0 166680 0
Current children cumulated CPU time: 3213.87 s
Current children cumulated vsize: 721204 KiB
Current children cumulated memory: 629832 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 26974
/proc/meminfo: memFree=127954856/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=719032 memory=628936 CPUtime=3273.67 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 120914 0 0 0 324656 2711 0 0 20 0 1 0 36020523 736288768 157234 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 179758 157234 2496 1147 0 167185 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 723224 KiB
Current children cumulated memory: 631880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 26977
/proc/meminfo: memFree=127939116/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=719032 memory=628936 CPUtime=3333.48 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 120914 0 0 0 330616 2732 0 0 20 0 1 0 36020523 736288768 157234 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 179758 157234 2496 1147 0 167185 0
Current children cumulated CPU time: 3333.49 s
Current children cumulated vsize: 723224 KiB
Current children cumulated memory: 631880 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 26979
/proc/meminfo: memFree=127886672/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=722908 memory=632136 CPUtime=3393.3 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 121727 0 0 0 336580 2750 0 0 20 0 1 0 36020523 740257792 158034 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 180727 158034 2496 1147 0 168154 0
Current children cumulated CPU time: 3393.31 s
Current children cumulated vsize: 727100 KiB
Current children cumulated memory: 635080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/268 26981
/proc/meminfo: memFree=127877624/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=727860 memory=637256 CPUtime=3453.11 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 123003 0 0 0 342537 2774 0 0 20 0 1 0 36020523 745328640 159314 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 181965 159314 2496 1147 0 169392 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 732052 KiB
Current children cumulated memory: 640200 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 26983
/proc/meminfo: memFree=127867160/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=731872 memory=641096 CPUtime=3512.93 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 123962 0 0 0 348502 2791 0 0 20 0 1 0 36020523 749436928 160274 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 182968 160274 2496 1147 0 170395 0
Current children cumulated CPU time: 3512.94 s
Current children cumulated vsize: 736064 KiB
Current children cumulated memory: 644040 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/268 26986
/proc/meminfo: memFree=127839232/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=743420 memory=650312 CPUtime=3572.74 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 126275 0 0 0 354474 2800 0 0 20 0 1 0 36020523 761262080 162578 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 185855 162578 2496 1147 0 173282 0
Current children cumulated CPU time: 3572.75 s
Current children cumulated vsize: 747612 KiB
Current children cumulated memory: 653256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 26988
/proc/meminfo: memFree=127792780/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=747564 memory=654408 CPUtime=3600.06 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 127291 0 0 0 357196 2810 0 0 20 0 1 0 36020523 765505536 163602 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 186891 163602 2496 1147 0 174318 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 751756 KiB
Current children cumulated memory: 657352 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.7 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 26988
/proc/meminfo: memFree=127792780/131250000 swapFree=33010684/33010684
[pid=26615] ppid=26612 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/26615/stat : 26615 (run-dec-break.s) S 26612 26615 23358 0 -1 4194304 235 3324 0 0 0 0 0 1 20 0 1 0 36020520 4292608 736 18446744073709551615 94628340269056 94628341163589 140730240925760 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94628341402640 94628341450384 94628351066112 140730240928097 140730240928226 140730240928226 140730240933828 0
/proc/26615/statm: 1048 736 672 219 0 110 0
[pid=26618] ppid=26615 vsize=747564 memory=654408 CPUtime=3600.06 cores=5,7
/proc/26618/stat : 26618 (roundingsat) R 26615 26615 23358 0 -1 4194304 127291 0 0 0 357196 2810 0 0 20 0 1 0 36020523 765505536 163602 18446744073709551615 4227072 8923433 140722418547920 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 43204608 140722418551108 140722418551336 140722418551336 140722418556906 0
/proc/26618/statm: 186891 163602 2496 1147 0 174318 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 751756 KiB
Current children cumulated memory: 657352 KiB

Child status: 2

Real time (s): 3609.71
CPU time (s): 3600.1
CPU user time (s): 3571.98
CPU system time (s): 28.1203
CPU usage (%): 99.7337
Max. virtual memory (cumulated for all children) (KiB): 751756
Max. memory (cumulated for all children) (KiB): 657352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.98
system time used= 28.1203
maximum resident set size= 654664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 343
involuntary context switches= 4189


# summary of solver processes directly reported to runsolver:
#   pid: 26615,26618
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3571.98
#   total CPU system time (s): 28.1203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26074 second user time and 16.1184 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 15:23:50
IDJOB=4512974
IDBENCH=162230
IDSOLVER=3357
FILE ID=nodeC019/4512974-1751203430
RUNJOBID= nodeC019-1751196526-23371
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=191923214

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128451172 kB
MemAvailable:   128348652 kB
Buffers:            3280 kB
Cached:           707004 kB
SwapCached:            0 kB
Active:          1718268 kB
Inactive:         450256 kB
Active(anon):    1476304 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   450256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7548 kB
Writeback:             0 kB
AnonPages:       1460816 kB
Mapped:           117328 kB
Shmem:             18064 kB
KReclaimable:      88996 kB
Slab:             174780 kB
SReclaimable:      88996 kB
SUnreclaim:        85784 kB
KernelStack:        4336 kB
PageTables:         6092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1868436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 16:24:00