Trace number 4512794

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMab6600e5fcf1c6d7769b5fd648c35e77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3539.86
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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-4512794-1751199715.opb'
0.00/0.01	c 	read 0.42MB  (5.69ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9488 #duplicates 0 #arr 40998]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.24ms)
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.84ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26358 #edges 107160]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.00ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 62 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4512794-1751199715.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.00ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.24ms 38.52% approx_orbits
0.00/0.02	c                   5.69ms 35.11% parse
0.00/0.02	c                   2.00ms 12.33% detect_generic
0.00/0.02	c                   1.00ms  6.19% output
0.00/0.02	c                   0.84ms  5.16% detect_special
0.00/0.02	c                   0.31ms  1.88% other
0.00/0.02	c                   0.13ms  0.81% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.21ms   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.08	c #variables 4288 #constraints 9896
10.83/10.93	c #Conflicts:       1000 | #Constraints:      10895
10.83/10.93	c #Conflicts:       2000 | #Constraints:      11895
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:       3000 | #Constraints:      10820
10.83/10.93	c #Conflicts:       4000 | #Constraints:      11820
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:       5000 | #Constraints:      11256
10.83/10.93	c #Conflicts:       6000 | #Constraints:      12256
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:       7000 | #Constraints:      11289
10.83/10.93	c #Conflicts:       8000 | #Constraints:      12289
10.83/10.93	c #Conflicts:       9000 | #Constraints:      13289
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      10000 | #Constraints:      12009
10.83/10.93	c #Conflicts:      11000 | #Constraints:      13009
10.83/10.93	c #Conflicts:      12000 | #Constraints:      14009
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      13000 | #Constraints:      12478
10.83/10.93	c #Conflicts:      14000 | #Constraints:      13478
10.83/10.93	c #Conflicts:      15000 | #Constraints:      14478
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      16000 | #Constraints:      12718
10.83/10.93	c #Conflicts:      17000 | #Constraints:      13718
10.83/10.93	c #Conflicts:      18000 | #Constraints:      14718
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      19000 | #Constraints:      12746
10.83/10.93	c #Conflicts:      20000 | #Constraints:      13746
10.83/10.93	c #Conflicts:      21000 | #Constraints:      14746
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      22000 | #Constraints:      12549
10.83/10.93	c #Conflicts:      23000 | #Constraints:      13549
10.83/10.93	c #Conflicts:      24000 | #Constraints:      14549
10.83/10.93	c #Conflicts:      25000 | #Constraints:      15549
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      26000 | #Constraints:      13153
10.83/10.93	c #Conflicts:      27000 | #Constraints:      14153
10.83/10.93	c #Conflicts:      28000 | #Constraints:      15153
10.83/10.93	c #Conflicts:      29000 | #Constraints:      16153
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      30000 | #Constraints:      13564
10.83/10.93	c #Conflicts:      31000 | #Constraints:      14564
10.83/10.93	c #Conflicts:      32000 | #Constraints:      15564
10.83/10.93	c #Conflicts:      33000 | #Constraints:      16564
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      34000 | #Constraints:      13761
10.83/10.93	c #Conflicts:      35000 | #Constraints:      14761
10.83/10.93	c #Conflicts:      36000 | #Constraints:      15761
10.83/10.93	c #Conflicts:      37000 | #Constraints:      16761
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      38000 | #Constraints:      13810
10.83/10.93	c #Conflicts:      39000 | #Constraints:      14810
10.83/10.93	c #Conflicts:      40000 | #Constraints:      15810
10.83/10.93	c #Conflicts:      41000 | #Constraints:      16810
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      42000 | #Constraints:      13612
10.83/10.93	c #Conflicts:      43000 | #Constraints:      14612
10.83/10.93	c #Conflicts:      44000 | #Constraints:      15612
10.83/10.93	c #Conflicts:      45000 | #Constraints:      16612
10.83/10.93	c #Conflicts:      46000 | #Constraints:      17612
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c #Conflicts:      47000 | #Constraints:      14199
10.83/10.93	c #Conflicts:      48000 | #Constraints:      15199
10.83/10.93	c #Conflicts:      49000 | #Constraints:      16199
10.83/10.93	c #Conflicts:      50000 | #Constraints:      17199
10.83/10.93	c #Conflicts:      51000 | #Constraints:      18199
10.83/10.93	c INPROCESSING
10.83/10.93	c GARBAGE COLLECT
10.83/10.93	c rational objective 634.742
28.89/29.09	c #Conflicts:      52000 | #Constraints:      14640
28.89/29.09	c #Conflicts:      53000 | #Constraints:      15640
28.89/29.09	c #Conflicts:      54000 | #Constraints:      16640
28.89/29.09	c #Conflicts:      55000 | #Constraints:      17640
28.89/29.09	c #Conflicts:      56000 | #Constraints:      18640
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      57000 | #Constraints:      14823
28.89/29.09	c #Conflicts:      58000 | #Constraints:      15823
28.89/29.09	c #Conflicts:      59000 | #Constraints:      16823
28.89/29.09	c #Conflicts:      60000 | #Constraints:      17823
28.89/29.09	c #Conflicts:      61000 | #Constraints:      18823
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      62000 | #Constraints:      14838
28.89/29.09	c #Conflicts:      63000 | #Constraints:      15838
28.89/29.09	c #Conflicts:      64000 | #Constraints:      16838
28.89/29.09	c #Conflicts:      65000 | #Constraints:      17838
28.89/29.09	c #Conflicts:      66000 | #Constraints:      18838
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      67000 | #Constraints:      14616
28.89/29.09	c #Conflicts:      68000 | #Constraints:      15616
28.89/29.09	c #Conflicts:      69000 | #Constraints:      16616
28.89/29.09	c #Conflicts:      70000 | #Constraints:      17616
28.89/29.09	c #Conflicts:      71000 | #Constraints:      18616
28.89/29.09	c #Conflicts:      72000 | #Constraints:      19616
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      73000 | #Constraints:      15209
28.89/29.09	c #Conflicts:      74000 | #Constraints:      16209
28.89/29.09	c #Conflicts:      75000 | #Constraints:      17209
28.89/29.09	c #Conflicts:      76000 | #Constraints:      18209
28.89/29.09	c #Conflicts:      77000 | #Constraints:      19209
28.89/29.09	c #Conflicts:      78000 | #Constraints:      20209
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      79000 | #Constraints:      15632
28.89/29.09	c #Conflicts:      80000 | #Constraints:      16632
28.89/29.09	c #Conflicts:      81000 | #Constraints:      17632
28.89/29.09	c #Conflicts:      82000 | #Constraints:      18632
28.89/29.09	c #Conflicts:      83000 | #Constraints:      19632
28.89/29.09	c #Conflicts:      84000 | #Constraints:      20632
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      85000 | #Constraints:      15866
28.89/29.09	c #Conflicts:      86000 | #Constraints:      16866
28.89/29.09	c #Conflicts:      87000 | #Constraints:      17866
28.89/29.09	c #Conflicts:      88000 | #Constraints:      18866
28.89/29.09	c #Conflicts:      89000 | #Constraints:      19866
28.89/29.09	c #Conflicts:      90000 | #Constraints:      20866
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      91000 | #Constraints:      15862
28.89/29.09	c #Conflicts:      92000 | #Constraints:      16862
28.89/29.09	c #Conflicts:      93000 | #Constraints:      17862
28.89/29.09	c #Conflicts:      94000 | #Constraints:      18862
28.89/29.09	c #Conflicts:      95000 | #Constraints:      19862
28.89/29.09	c #Conflicts:      96000 | #Constraints:      20862
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:      97000 | #Constraints:      15705
28.89/29.09	c #Conflicts:      98000 | #Constraints:      16705
28.89/29.09	c #Conflicts:      99000 | #Constraints:      17705
28.89/29.09	c #Conflicts:     100000 | #Constraints:      18705
28.89/29.09	c #Conflicts:     101000 | #Constraints:      19705
28.89/29.09	c #Conflicts:     102000 | #Constraints:      20705
28.89/29.09	c #Conflicts:     103000 | #Constraints:      21705
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:     104000 | #Constraints:      16287
28.89/29.09	c #Conflicts:     105000 | #Constraints:      17287
28.89/29.09	c #Conflicts:     106000 | #Constraints:      18287
28.89/29.09	c #Conflicts:     107000 | #Constraints:      19287
28.89/29.09	c #Conflicts:     108000 | #Constraints:      20287
28.89/29.09	c #Conflicts:     109000 | #Constraints:      21287
28.89/29.09	c #Conflicts:     110000 | #Constraints:      22287
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:     111000 | #Constraints:      16703
28.89/29.09	c #Conflicts:     112000 | #Constraints:      17703
28.89/29.09	c #Conflicts:     113000 | #Constraints:      18703
28.89/29.09	c #Conflicts:     114000 | #Constraints:      19703
28.89/29.09	c #Conflicts:     115000 | #Constraints:      20703
28.89/29.09	c #Conflicts:     116000 | #Constraints:      21703
28.89/29.09	c #Conflicts:     117000 | #Constraints:      22703
28.89/29.09	c INPROCESSING
28.89/29.09	c GARBAGE COLLECT
28.89/29.09	c #Conflicts:     118000 | #Constraints:      16883
28.89/29.09	c #Conflicts:     119000 | #Constraints:      17883
28.89/29.09	c #Conflicts:     120000 | #Constraints:      18883
28.89/29.09	c #Conflicts:     121000 | #Constraints:      19883
28.89/29.09	c #Conflicts:     122000 | #Constraints:      20883
28.89/29.09	c #Conflicts:     123000 | #Constraints:      21883
47.64/47.85	c #Conflicts:     124000 | #Constraints:      22883
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     125000 | #Constraints:      16853
47.64/47.85	c #Conflicts:     126000 | #Constraints:      17853
47.64/47.85	c #Conflicts:     127000 | #Constraints:      18853
47.64/47.85	c #Conflicts:     128000 | #Constraints:      19853
47.64/47.85	c #Conflicts:     129000 | #Constraints:      20853
47.64/47.85	c #Conflicts:     130000 | #Constraints:      21853
47.64/47.85	c #Conflicts:     131000 | #Constraints:      22853
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     132000 | #Constraints:      16662
47.64/47.85	c #Conflicts:     133000 | #Constraints:      17662
47.64/47.85	c #Conflicts:     134000 | #Constraints:      18662
47.64/47.85	c #Conflicts:     135000 | #Constraints:      19662
47.64/47.85	c #Conflicts:     136000 | #Constraints:      20662
47.64/47.85	c #Conflicts:     137000 | #Constraints:      21662
47.64/47.85	c #Conflicts:     138000 | #Constraints:      22662
47.64/47.85	c #Conflicts:     139000 | #Constraints:      23662
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     140000 | #Constraints:      17302
47.64/47.85	c #Conflicts:     141000 | #Constraints:      18302
47.64/47.85	c #Conflicts:     142000 | #Constraints:      19302
47.64/47.85	c #Conflicts:     143000 | #Constraints:      20302
47.64/47.85	c #Conflicts:     144000 | #Constraints:      21302
47.64/47.85	c #Conflicts:     145000 | #Constraints:      22302
47.64/47.85	c #Conflicts:     146000 | #Constraints:      23302
47.64/47.85	c #Conflicts:     147000 | #Constraints:      24302
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     148000 | #Constraints:      17704
47.64/47.85	c #Conflicts:     149000 | #Constraints:      18704
47.64/47.85	c #Conflicts:     150000 | #Constraints:      19704
47.64/47.85	c #Conflicts:     151000 | #Constraints:      20704
47.64/47.85	c #Conflicts:     152000 | #Constraints:      21704
47.64/47.85	c #Conflicts:     153000 | #Constraints:      22704
47.64/47.85	c #Conflicts:     154000 | #Constraints:      23704
47.64/47.85	c #Conflicts:     155000 | #Constraints:      24704
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     156000 | #Constraints:      17917
47.64/47.85	c #Conflicts:     157000 | #Constraints:      18917
47.64/47.85	c #Conflicts:     158000 | #Constraints:      19917
47.64/47.85	c #Conflicts:     159000 | #Constraints:      20917
47.64/47.85	c #Conflicts:     160000 | #Constraints:      21917
47.64/47.85	c #Conflicts:     161000 | #Constraints:      22917
47.64/47.85	c #Conflicts:     162000 | #Constraints:      23917
47.64/47.85	c #Conflicts:     163000 | #Constraints:      24917
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     164000 | #Constraints:      17894
47.64/47.85	c #Conflicts:     165000 | #Constraints:      18894
47.64/47.85	c #Conflicts:     166000 | #Constraints:      19894
47.64/47.85	c #Conflicts:     167000 | #Constraints:      20894
47.64/47.85	c #Conflicts:     168000 | #Constraints:      21894
47.64/47.85	c #Conflicts:     169000 | #Constraints:      22894
47.64/47.85	c #Conflicts:     170000 | #Constraints:      23894
47.64/47.85	c #Conflicts:     171000 | #Constraints:      24894
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     172000 | #Constraints:      17662
47.64/47.85	c #Conflicts:     173000 | #Constraints:      18662
47.64/47.85	c #Conflicts:     174000 | #Constraints:      19662
47.64/47.85	c #Conflicts:     175000 | #Constraints:      20662
47.64/47.85	c #Conflicts:     176000 | #Constraints:      21662
47.64/47.85	c #Conflicts:     177000 | #Constraints:      22662
47.64/47.85	c #Conflicts:     178000 | #Constraints:      23662
47.64/47.85	c #Conflicts:     179000 | #Constraints:      24662
47.64/47.85	c #Conflicts:     180000 | #Constraints:      25662
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     181000 | #Constraints:      18272
47.64/47.85	c #Conflicts:     182000 | #Constraints:      19272
47.64/47.85	c #Conflicts:     183000 | #Constraints:      20272
47.64/47.85	c #Conflicts:     184000 | #Constraints:      21272
47.64/47.85	c #Conflicts:     185000 | #Constraints:      22272
47.64/47.85	c #Conflicts:     186000 | #Constraints:      23272
47.64/47.85	c #Conflicts:     187000 | #Constraints:      24272
47.64/47.85	c #Conflicts:     188000 | #Constraints:      25272
47.64/47.85	c #Conflicts:     189000 | #Constraints:      26272
47.64/47.85	c INPROCESSING
47.64/47.85	c GARBAGE COLLECT
47.64/47.85	c #Conflicts:     190000 | #Constraints:      18700
47.64/47.85	c #Conflicts:     191000 | #Constraints:      19700
47.64/47.85	c #Conflicts:     192000 | #Constraints:      20700
47.64/47.85	c #Conflicts:     193000 | #Constraints:      21700
47.64/47.85	c #Conflicts:     194000 | #Constraints:      22700
47.64/47.85	c #Conflicts:     195000 | #Constraints:      23700
47.64/47.85	c #Conflicts:     196000 | #Constraints:      24700
52.52/52.77	c #Conflicts:     197000 | #Constraints:      25700
52.52/52.77	c #Conflicts:     198000 | #Constraints:      26700
52.52/52.77	c INPROCESSING
52.52/52.77	c GARBAGE COLLECT
52.52/52.77	c #Conflicts:     199000 | #Constraints:      18919
52.52/52.77	c #Conflicts:     200000 | #Constraints:      19919
52.52/52.77	c #Conflicts:     201000 | #Constraints:      20919
52.52/52.77	c #Conflicts:     202000 | #Constraints:      21919
52.52/52.77	c #Conflicts:     203000 | #Constraints:      22919
52.52/52.77	c #Conflicts:     204000 | #Constraints:      23919
52.52/52.77	c #Conflicts:     205000 | #Constraints:      24919
52.52/52.77	c #Conflicts:     206000 | #Constraints:      25919
52.52/52.77	c #Conflicts:     207000 | #Constraints:      26919
52.52/52.77	c INPROCESSING
52.52/52.77	c GARBAGE COLLECT
52.52/52.77	c rational objective 698.364
77.06/77.33	c #Conflicts:     208000 | #Constraints:      18961
77.06/77.33	c #Conflicts:     209000 | #Constraints:      19961
77.06/77.33	c #Conflicts:     210000 | #Constraints:      20961
77.06/77.33	c #Conflicts:     211000 | #Constraints:      21961
77.06/77.33	c #Conflicts:     212000 | #Constraints:      22961
77.06/77.33	c #Conflicts:     213000 | #Constraints:      23961
77.06/77.33	c #Conflicts:     214000 | #Constraints:      24961
77.06/77.33	c #Conflicts:     215000 | #Constraints:      25961
77.06/77.33	c #Conflicts:     216000 | #Constraints:      26961
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     217000 | #Constraints:      18766
77.06/77.33	c #Conflicts:     218000 | #Constraints:      19766
77.06/77.33	c #Conflicts:     219000 | #Constraints:      20766
77.06/77.33	c #Conflicts:     220000 | #Constraints:      21766
77.06/77.33	c #Conflicts:     221000 | #Constraints:      22766
77.06/77.33	c #Conflicts:     222000 | #Constraints:      23766
77.06/77.33	c #Conflicts:     223000 | #Constraints:      24766
77.06/77.33	c #Conflicts:     224000 | #Constraints:      25766
77.06/77.33	c #Conflicts:     225000 | #Constraints:      26766
77.06/77.33	c #Conflicts:     226000 | #Constraints:      27766
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     227000 | #Constraints:      19356
77.06/77.33	c #Conflicts:     228000 | #Constraints:      20356
77.06/77.33	c #Conflicts:     229000 | #Constraints:      21356
77.06/77.33	c #Conflicts:     230000 | #Constraints:      22356
77.06/77.33	c #Conflicts:     231000 | #Constraints:      23356
77.06/77.33	c #Conflicts:     232000 | #Constraints:      24356
77.06/77.33	c #Conflicts:     233000 | #Constraints:      25356
77.06/77.33	c #Conflicts:     234000 | #Constraints:      26356
77.06/77.33	c #Conflicts:     235000 | #Constraints:      27356
77.06/77.33	c #Conflicts:     236000 | #Constraints:      28356
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     237000 | #Constraints:      19732
77.06/77.33	c #Conflicts:     238000 | #Constraints:      20732
77.06/77.33	c #Conflicts:     239000 | #Constraints:      21732
77.06/77.33	c #Conflicts:     240000 | #Constraints:      22732
77.06/77.33	c #Conflicts:     241000 | #Constraints:      23732
77.06/77.33	c #Conflicts:     242000 | #Constraints:      24732
77.06/77.33	c #Conflicts:     243000 | #Constraints:      25732
77.06/77.33	c #Conflicts:     244000 | #Constraints:      26732
77.06/77.33	c #Conflicts:     245000 | #Constraints:      27732
77.06/77.33	c #Conflicts:     246000 | #Constraints:      28732
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     247000 | #Constraints:      19971
77.06/77.33	c #Conflicts:     248000 | #Constraints:      20971
77.06/77.33	c #Conflicts:     249000 | #Constraints:      21971
77.06/77.33	c #Conflicts:     250000 | #Constraints:      22971
77.06/77.33	c #Conflicts:     251000 | #Constraints:      23971
77.06/77.33	c #Conflicts:     252000 | #Constraints:      24971
77.06/77.33	c #Conflicts:     253000 | #Constraints:      25971
77.06/77.33	c #Conflicts:     254000 | #Constraints:      26971
77.06/77.33	c #Conflicts:     255000 | #Constraints:      27971
77.06/77.33	c #Conflicts:     256000 | #Constraints:      28971
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     257000 | #Constraints:      19960
77.06/77.33	c #Conflicts:     258000 | #Constraints:      20960
77.06/77.33	c #Conflicts:     259000 | #Constraints:      21960
77.06/77.33	c #Conflicts:     260000 | #Constraints:      22961
77.06/77.33	c #Conflicts:     261000 | #Constraints:      23961
77.06/77.33	c #Conflicts:     262000 | #Constraints:      24961
77.06/77.33	c #Conflicts:     263000 | #Constraints:      25961
77.06/77.33	c #Conflicts:     264000 | #Constraints:      26961
77.06/77.33	c #Conflicts:     265000 | #Constraints:      27961
77.06/77.33	c #Conflicts:     266000 | #Constraints:      28961
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     267000 | #Constraints:      19771
77.06/77.33	c #Conflicts:     268000 | #Constraints:      20771
77.06/77.33	c #Conflicts:     269000 | #Constraints:      21771
77.06/77.33	c #Conflicts:     270000 | #Constraints:      22771
77.06/77.33	c #Conflicts:     271000 | #Constraints:      23771
77.06/77.33	c #Conflicts:     272000 | #Constraints:      24771
77.06/77.33	c #Conflicts:     273000 | #Constraints:      25771
77.06/77.33	c #Conflicts:     274000 | #Constraints:      26771
77.06/77.33	c #Conflicts:     275000 | #Constraints:      27771
77.06/77.33	c #Conflicts:     276000 | #Constraints:      28771
77.06/77.33	c #Conflicts:     277000 | #Constraints:      29771
77.06/77.33	c INPROCESSING
77.06/77.33	c GARBAGE COLLECT
77.06/77.33	c #Conflicts:     278000 | #Constraints:      20304
77.06/77.33	c #Conflicts:     279000 | #Constraints:      21304
77.06/77.33	c #Conflicts:     280000 | #Constraints:      22304
77.06/77.33	c #Conflicts:     281000 | #Constraints:      23304
77.06/77.33	c #Conflicts:     282000 | #Constraints:      24304
102.99/103.38	c #Conflicts:     283000 | #Constraints:      25304
102.99/103.38	c #Conflicts:     284000 | #Constraints:      26304
102.99/103.38	c #Conflicts:     285000 | #Constraints:      27304
102.99/103.38	c #Conflicts:     286000 | #Constraints:      28304
102.99/103.38	c #Conflicts:     287000 | #Constraints:      29304
102.99/103.38	c #Conflicts:     288000 | #Constraints:      30304
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     289000 | #Constraints:      20711
102.99/103.38	c #Conflicts:     290000 | #Constraints:      21711
102.99/103.38	c #Conflicts:     291000 | #Constraints:      22711
102.99/103.38	c #Conflicts:     292000 | #Constraints:      23711
102.99/103.38	c #Conflicts:     293000 | #Constraints:      24711
102.99/103.38	c #Conflicts:     294000 | #Constraints:      25711
102.99/103.38	c #Conflicts:     295000 | #Constraints:      26711
102.99/103.38	c #Conflicts:     296000 | #Constraints:      27711
102.99/103.38	c #Conflicts:     297000 | #Constraints:      28712
102.99/103.38	c #Conflicts:     298000 | #Constraints:      29712
102.99/103.38	c #Conflicts:     299000 | #Constraints:      30712
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     300000 | #Constraints:      20923
102.99/103.38	c #Conflicts:     301000 | #Constraints:      21923
102.99/103.38	c #Conflicts:     302000 | #Constraints:      22923
102.99/103.38	c #Conflicts:     303000 | #Constraints:      23923
102.99/103.38	c #Conflicts:     304000 | #Constraints:      24923
102.99/103.38	c #Conflicts:     305000 | #Constraints:      25923
102.99/103.38	c #Conflicts:     306000 | #Constraints:      26923
102.99/103.38	c #Conflicts:     307000 | #Constraints:      27923
102.99/103.38	c #Conflicts:     308000 | #Constraints:      28924
102.99/103.38	c #Conflicts:     309000 | #Constraints:      29924
102.99/103.38	c #Conflicts:     310000 | #Constraints:      30924
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     311000 | #Constraints:      20938
102.99/103.38	c #Conflicts:     312000 | #Constraints:      21938
102.99/103.38	c #Conflicts:     313000 | #Constraints:      22938
102.99/103.38	c #Conflicts:     314000 | #Constraints:      23938
102.99/103.38	c #Conflicts:     315000 | #Constraints:      24938
102.99/103.38	c #Conflicts:     316000 | #Constraints:      25938
102.99/103.38	c #Conflicts:     317000 | #Constraints:      26938
102.99/103.38	c #Conflicts:     318000 | #Constraints:      27939
102.99/103.38	c #Conflicts:     319000 | #Constraints:      28939
102.99/103.38	c #Conflicts:     320000 | #Constraints:      29939
102.99/103.38	c #Conflicts:     321000 | #Constraints:      30940
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     322000 | #Constraints:      20753
102.99/103.38	c #Conflicts:     323000 | #Constraints:      21753
102.99/103.38	c #Conflicts:     324000 | #Constraints:      22753
102.99/103.38	c #Conflicts:     325000 | #Constraints:      23754
102.99/103.38	c #Conflicts:     326000 | #Constraints:      24754
102.99/103.38	c #Conflicts:     327000 | #Constraints:      25754
102.99/103.38	c #Conflicts:     328000 | #Constraints:      26754
102.99/103.38	c #Conflicts:     329000 | #Constraints:      28102
102.99/103.38	c #Conflicts:     330000 | #Constraints:      29167
102.99/103.38	c #Conflicts:     331000 | #Constraints:      30167
102.99/103.38	c #Conflicts:     332000 | #Constraints:      31167
102.99/103.38	c #Conflicts:     333000 | #Constraints:      32167
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     334000 | #Constraints:      21561
102.99/103.38	c #Conflicts:     335000 | #Constraints:      22561
102.99/103.38	c #Conflicts:     336000 | #Constraints:      23561
102.99/103.38	c #Conflicts:     337000 | #Constraints:      24561
102.99/103.38	c #Conflicts:     338000 | #Constraints:      25561
102.99/103.38	c #Conflicts:     339000 | #Constraints:      26561
102.99/103.38	c #Conflicts:     340000 | #Constraints:      27561
102.99/103.38	c #Conflicts:     341000 | #Constraints:      28561
102.99/103.38	c #Conflicts:     342000 | #Constraints:      29561
102.99/103.38	c #Conflicts:     343000 | #Constraints:      30561
102.99/103.38	c #Conflicts:     344000 | #Constraints:      31561
102.99/103.38	c #Conflicts:     345000 | #Constraints:      32561
102.99/103.38	c INPROCESSING
102.99/103.38	c GARBAGE COLLECT
102.99/103.38	c #Conflicts:     346000 | #Constraints:      21820
102.99/103.38	c #Conflicts:     347000 | #Constraints:      22820
102.99/103.38	c #Conflicts:     348000 | #Constraints:      23820
102.99/103.38	c #Conflicts:     349000 | #Constraints:      24820
102.99/103.38	c #Conflicts:     350000 | #Constraints:      25820
102.99/103.38	c #Conflicts:     351000 | #Constraints:      26820
102.99/103.38	c #Conflicts:     352000 | #Constraints:      27820
102.99/103.38	c #Conflicts:     353000 | #Constraints:      28820
102.99/103.38	c #Conflicts:     354000 | #Constraints:      29820
102.99/103.38	c #Conflicts:     355000 | #Constraints:      30820
102.99/103.38	c #Conflicts:     356000 | #Constraints:      31820
102.99/103.38	c #Conflicts:     357000 | #Constraints:      32820
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     358000 | #Constraints:      21976
128.53/128.96	c #Conflicts:     359000 | #Constraints:      22976
128.53/128.96	c #Conflicts:     360000 | #Constraints:      23976
128.53/128.96	c #Conflicts:     361000 | #Constraints:      24976
128.53/128.96	c #Conflicts:     362000 | #Constraints:      25976
128.53/128.96	c #Conflicts:     363000 | #Constraints:      26976
128.53/128.96	c #Conflicts:     364000 | #Constraints:      27976
128.53/128.96	c #Conflicts:     365000 | #Constraints:      28976
128.53/128.96	c #Conflicts:     366000 | #Constraints:      29976
128.53/128.96	c #Conflicts:     367000 | #Constraints:      30976
128.53/128.96	c #Conflicts:     368000 | #Constraints:      31976
128.53/128.96	c #Conflicts:     369000 | #Constraints:      32976
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     370000 | #Constraints:      21977
128.53/128.96	c #Conflicts:     371000 | #Constraints:      22977
128.53/128.96	c #Conflicts:     372000 | #Constraints:      23977
128.53/128.96	c #Conflicts:     373000 | #Constraints:      24977
128.53/128.96	c #Conflicts:     374000 | #Constraints:      25977
128.53/128.96	c #Conflicts:     375000 | #Constraints:      26977
128.53/128.96	c #Conflicts:     376000 | #Constraints:      27977
128.53/128.96	c #Conflicts:     377000 | #Constraints:      28977
128.53/128.96	c #Conflicts:     378000 | #Constraints:      29977
128.53/128.96	c #Conflicts:     379000 | #Constraints:      30977
128.53/128.96	c #Conflicts:     380000 | #Constraints:      31977
128.53/128.96	c #Conflicts:     381000 | #Constraints:      32977
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     382000 | #Constraints:      21752
128.53/128.96	c #Conflicts:     383000 | #Constraints:      22752
128.53/128.96	c #Conflicts:     384000 | #Constraints:      23752
128.53/128.96	c #Conflicts:     385000 | #Constraints:      24752
128.53/128.96	c #Conflicts:     386000 | #Constraints:      25752
128.53/128.96	c #Conflicts:     387000 | #Constraints:      26752
128.53/128.96	c #Conflicts:     388000 | #Constraints:      27752
128.53/128.96	c #Conflicts:     389000 | #Constraints:      28752
128.53/128.96	c #Conflicts:     390000 | #Constraints:      29752
128.53/128.96	c #Conflicts:     391000 | #Constraints:      30752
128.53/128.96	c #Conflicts:     392000 | #Constraints:      31752
128.53/128.96	c #Conflicts:     393000 | #Constraints:      32752
128.53/128.96	c #Conflicts:     394000 | #Constraints:      33752
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     395000 | #Constraints:      22372
128.53/128.96	c #Conflicts:     396000 | #Constraints:      23372
128.53/128.96	c #Conflicts:     397000 | #Constraints:      24372
128.53/128.96	c #Conflicts:     398000 | #Constraints:      25372
128.53/128.96	c #Conflicts:     399000 | #Constraints:      26372
128.53/128.96	c #Conflicts:     400000 | #Constraints:      27372
128.53/128.96	c #Conflicts:     401000 | #Constraints:      28372
128.53/128.96	c #Conflicts:     402000 | #Constraints:      29372
128.53/128.96	c #Conflicts:     403000 | #Constraints:      30372
128.53/128.96	c #Conflicts:     404000 | #Constraints:      31372
128.53/128.96	c #Conflicts:     405000 | #Constraints:      32372
128.53/128.96	c #Conflicts:     406000 | #Constraints:      33372
128.53/128.96	c #Conflicts:     407000 | #Constraints:      34372
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     408000 | #Constraints:      22743
128.53/128.96	c #Conflicts:     409000 | #Constraints:      23743
128.53/128.96	c #Conflicts:     410000 | #Constraints:      24743
128.53/128.96	c #Conflicts:     411000 | #Constraints:      25743
128.53/128.96	c #Conflicts:     412000 | #Constraints:      26743
128.53/128.96	c #Conflicts:     413000 | #Constraints:      27743
128.53/128.96	c #Conflicts:     414000 | #Constraints:      28743
128.53/128.96	c #Conflicts:     415000 | #Constraints:      29743
128.53/128.96	c #Conflicts:     416000 | #Constraints:      30743
128.53/128.96	c #Conflicts:     417000 | #Constraints:      31743
128.53/128.96	c #Conflicts:     418000 | #Constraints:      32743
128.53/128.96	c #Conflicts:     419000 | #Constraints:      33743
128.53/128.96	c #Conflicts:     420000 | #Constraints:      34743
128.53/128.96	c INPROCESSING
128.53/128.96	c GARBAGE COLLECT
128.53/128.96	c #Conflicts:     421000 | #Constraints:      22960
128.53/128.96	c #Conflicts:     422000 | #Constraints:      23960
128.53/128.96	c #Conflicts:     423000 | #Constraints:      24960
128.53/128.96	c #Conflicts:     424000 | #Constraints:      25960
128.53/128.96	c #Conflicts:     425000 | #Constraints:      26960
128.53/128.96	c #Conflicts:     426000 | #Constraints:      27960
128.53/128.96	c #Conflicts:     427000 | #Constraints:      28960
128.53/128.96	c #Conflicts:     428000 | #Constraints:      29960
128.53/128.96	c #Conflicts:     429000 | #Constraints:      30960
128.53/128.96	c #Conflicts:     430000 | #Constraints:      31960
128.53/128.96	c #Conflicts:     431000 | #Constraints:      32960
128.53/128.96	c #Conflicts:     432000 | #Constraints:      33960
171.83/172.35	c #Conflicts:     433000 | #Constraints:      34960
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     434000 | #Constraints:      22980
171.83/172.35	c #Conflicts:     435000 | #Constraints:      23980
171.83/172.35	c #Conflicts:     436000 | #Constraints:      24980
171.83/172.35	c #Conflicts:     437000 | #Constraints:      25980
171.83/172.35	c #Conflicts:     438000 | #Constraints:      26980
171.83/172.35	c #Conflicts:     439000 | #Constraints:      27980
171.83/172.35	c #Conflicts:     440000 | #Constraints:      28980
171.83/172.35	c #Conflicts:     441000 | #Constraints:      29980
171.83/172.35	c #Conflicts:     442000 | #Constraints:      30980
171.83/172.35	c #Conflicts:     443000 | #Constraints:      31980
171.83/172.35	c #Conflicts:     444000 | #Constraints:      32980
171.83/172.35	c #Conflicts:     445000 | #Constraints:      33980
171.83/172.35	c #Conflicts:     446000 | #Constraints:      34980
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     447000 | #Constraints:      22775
171.83/172.35	c #Conflicts:     448000 | #Constraints:      23775
171.83/172.35	c #Conflicts:     449000 | #Constraints:      24775
171.83/172.35	c #Conflicts:     450000 | #Constraints:      25775
171.83/172.35	c #Conflicts:     451000 | #Constraints:      26775
171.83/172.35	c #Conflicts:     452000 | #Constraints:      27775
171.83/172.35	c #Conflicts:     453000 | #Constraints:      28775
171.83/172.35	c #Conflicts:     454000 | #Constraints:      29775
171.83/172.35	c #Conflicts:     455000 | #Constraints:      30775
171.83/172.35	c #Conflicts:     456000 | #Constraints:      31776
171.83/172.35	c #Conflicts:     457000 | #Constraints:      32776
171.83/172.35	c #Conflicts:     458000 | #Constraints:      33776
171.83/172.35	c #Conflicts:     459000 | #Constraints:      34776
171.83/172.35	c #Conflicts:     460000 | #Constraints:      35776
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     461000 | #Constraints:      23413
171.83/172.35	c #Conflicts:     462000 | #Constraints:      24413
171.83/172.35	c #Conflicts:     463000 | #Constraints:      25415
171.83/172.35	c #Conflicts:     464000 | #Constraints:      26425
171.83/172.35	c #Conflicts:     465000 | #Constraints:      27425
171.83/172.35	c #Conflicts:     466000 | #Constraints:      28425
171.83/172.35	c #Conflicts:     467000 | #Constraints:      29425
171.83/172.35	c #Conflicts:     468000 | #Constraints:      30425
171.83/172.35	c #Conflicts:     469000 | #Constraints:      31425
171.83/172.35	c #Conflicts:     470000 | #Constraints:      32425
171.83/172.35	c #Conflicts:     471000 | #Constraints:      33425
171.83/172.35	c #Conflicts:     472000 | #Constraints:      34425
171.83/172.35	c #Conflicts:     473000 | #Constraints:      35425
171.83/172.35	c #Conflicts:     474000 | #Constraints:      36425
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     475000 | #Constraints:      23841
171.83/172.35	c #Conflicts:     476000 | #Constraints:      24841
171.83/172.35	c #Conflicts:     477000 | #Constraints:      25841
171.83/172.35	c #Conflicts:     478000 | #Constraints:      26841
171.83/172.35	c #Conflicts:     479000 | #Constraints:      27841
171.83/172.35	c #Conflicts:     480000 | #Constraints:      28841
171.83/172.35	c #Conflicts:     481000 | #Constraints:      29841
171.83/172.35	c #Conflicts:     482000 | #Constraints:      30841
171.83/172.35	c #Conflicts:     483000 | #Constraints:      31841
171.83/172.35	c #Conflicts:     484000 | #Constraints:      32841
171.83/172.35	c #Conflicts:     485000 | #Constraints:      33841
171.83/172.35	c #Conflicts:     486000 | #Constraints:      34841
171.83/172.35	c #Conflicts:     487000 | #Constraints:      35841
171.83/172.35	c #Conflicts:     488000 | #Constraints:      36841
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     489000 | #Constraints:      24055
171.83/172.35	c #Conflicts:     490000 | #Constraints:      25055
171.83/172.35	c #Conflicts:     491000 | #Constraints:      26055
171.83/172.35	c #Conflicts:     492000 | #Constraints:      27055
171.83/172.35	c #Conflicts:     493000 | #Constraints:      28055
171.83/172.35	c #Conflicts:     494000 | #Constraints:      29055
171.83/172.35	c #Conflicts:     495000 | #Constraints:      30055
171.83/172.35	c #Conflicts:     496000 | #Constraints:      31055
171.83/172.35	c #Conflicts:     497000 | #Constraints:      32055
171.83/172.35	c #Conflicts:     498000 | #Constraints:      33055
171.83/172.35	c #Conflicts:     499000 | #Constraints:      34055
171.83/172.35	c #Conflicts:     500000 | #Constraints:      35055
171.83/172.35	c #Conflicts:     501000 | #Constraints:      36055
171.83/172.35	c #Conflicts:     502000 | #Constraints:      37055
171.83/172.35	c INPROCESSING
171.83/172.35	c GARBAGE COLLECT
171.83/172.35	c #Conflicts:     503000 | #Constraints:      24070
171.83/172.35	c #Conflicts:     504000 | #Constraints:      25070
171.83/172.35	c #Conflicts:     505000 | #Constraints:      26070
171.83/172.35	c #Conflicts:     506000 | #Constraints:      27070
171.83/172.35	c #Conflicts:     507000 | #Constraints:      28070
183.00/183.50	c #Conflicts:     508000 | #Constraints:      29070
183.00/183.50	c #Conflicts:     509000 | #Constraints:      30070
183.00/183.50	c #Conflicts:     510000 | #Constraints:      31070
183.00/183.50	c #Conflicts:     511000 | #Constraints:      32070
183.00/183.50	c #Conflicts:     512000 | #Constraints:      33070
183.00/183.50	c #Conflicts:     513000 | #Constraints:      34070
183.00/183.50	c #Conflicts:     514000 | #Constraints:      35070
183.00/183.50	c #Conflicts:     515000 | #Constraints:      36070
183.00/183.50	c #Conflicts:     516000 | #Constraints:      37070
183.00/183.50	c INPROCESSING
183.00/183.50	c GARBAGE COLLECT
183.00/183.50	c #Conflicts:     517000 | #Constraints:      23814
183.00/183.50	c #Conflicts:     518000 | #Constraints:      24814
183.00/183.50	c #Conflicts:     519000 | #Constraints:      25814
183.00/183.50	c #Conflicts:     520000 | #Constraints:      26814
183.00/183.50	c #Conflicts:     521000 | #Constraints:      27815
183.00/183.50	c #Conflicts:     522000 | #Constraints:      28815
183.00/183.50	c #Conflicts:     523000 | #Constraints:      29815
183.00/183.50	c #Conflicts:     524000 | #Constraints:      30815
183.00/183.50	c #Conflicts:     525000 | #Constraints:      31815
183.00/183.50	c #Conflicts:     526000 | #Constraints:      32815
183.00/183.50	c #Conflicts:     527000 | #Constraints:      33815
183.00/183.50	c #Conflicts:     528000 | #Constraints:      34815
183.00/183.50	c #Conflicts:     529000 | #Constraints:      35815
183.00/183.50	c #Conflicts:     530000 | #Constraints:      36815
183.00/183.50	c #Conflicts:     531000 | #Constraints:      37815
183.00/183.50	c INPROCESSING
183.00/183.50	c GARBAGE COLLECT
183.00/183.50	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[29]: 6 -0.416668 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[33]: 6 -0.541667 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[62]: 6 -1.1875 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[76]: 6 -0.999991 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[78]: 6 -0.999963 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[79]: 6 -0.999983 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[80]: 6 -0.999863 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[88]: 6 -0.973947 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[89]: 6 -0.992152 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[90]: 6 -0.906251 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[92]: 6 -0.583141 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[99]: 6 -0.216727 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[158]: 6 -2.75 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[177]: 6 -0.999568 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[185]: 6 -1.32418 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[188]: 6 -0.203125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[206]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[213]: 6 -0.998616 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[222]: 6 -1.1875 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[256]: 6 -0.5625 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[260]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[263]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[274]: 6 -1.00044 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[279]: 6 -0.998692 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[285]: 6 -0.666667 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[286]: 6 -1.3125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[321]: 6 -0.968751 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[335]: 6 -0.999995 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[369]: 6 -0.999568 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[384]: 6 -0.562501 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[396]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[400]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[407]: 6 -0.993925 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[408]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[433]: 6 -0.99998 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[449]: 6 -0.541667 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[461]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[462]: 6 -0.999995 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[471]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[483]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[496]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[510]: 6 -2.5 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[514]: 6 -1.34375 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[515]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[525]: 6 -0.99999 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[535]: 6 -0.998692 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[536]: 6 -1.02082 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[543]: 6 -0.312501 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[550]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[572]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[591]: 6 -0.999991 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[592]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[597]: 6 -0.99951 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[609]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[612]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[625]: 6 -0.999569 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[627]: 6 -0.999726 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[653]: 6 -0.999996 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[663]: 6 -0.993924 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[704]: 6 -0.3125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[725]: 6 -0.998616 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[733]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1018]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1073]: 6 -0.999939 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1079]: 6 -0.996076 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1083]: 6 -1.58203 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1087]: 6 -1.3125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1089]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1106]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1135]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1136]: 6 -1.00125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1152]: 6 -1.3125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1156]: 6 -0.777778 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1158]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1171]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1175]: 6 -3.5625 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1177]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1180]: 6 -0.875 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1181]: 6 -0.75 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1201]: 6 -0.999716 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1202]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1204]: 6 -1.33203 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1209]: 6 -1.23958 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1212]: 6 0 0.312501 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1213]: 6 -0.190705 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1234]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1237]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1242]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1243]: 6 -1.25391 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1259]: 6 -0.999991 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1271]: 6 -1.07813 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1277]: 6 -0.953126 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1309]: 6 -1.01563 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1314]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1316]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1330]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1331]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1336]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1364]: 6 -1.33203 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1367]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1369]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1371]: 6 -1.25 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1375]: 6 -1.3125 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1399]: 6 -1.32813 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1430]: 6 -1.32813 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1457]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1484]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
183.00/183.50	WSVECS04 Frhs2[1490]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1496]: 6 -1.3125 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1497]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1505]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1512]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1529]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1533]: 6 -0.6875 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1539]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1540]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1546]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1552]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1566]: 6 -0.390625 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1578]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1580]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1591]: 6 -1.32813 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1600]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1606]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1620]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1622]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1628]: 6 -2.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1661]: 6 -0.250001 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1674]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1675]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1681]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1711]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1716]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2049]: 6 -1.03327 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2052]: 6 -0.866905 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2104]: 6 -1.1875 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2163]: 6 -1.00001 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2179]: 6 -1.0022 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2183]: 6 -1.00879 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2191]: 6 -1.14063 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2211]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2283]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2300]: 6 -3 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2316]: 6 -1.00006 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2325]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2333]: 6 -0.64263 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2341]: 6 -3 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2353]: 6 -0.999999 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2357]: 6 -0.999991 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2369]: 6 -0.999431 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2373]: 6 -0.997722 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2377]: 6 -0.990886 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2381]: 6 -0.963542 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2384]: 6 -1.32813 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2385]: 6 -1.18229 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2421]: 6 -2.125 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2422]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2423]: 6 -3.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2425]: 6 -1.33203 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2428]: 6 -7.26736 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2478]: 6 -1.33203 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2513]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2526]: 6 -1.1875 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2568]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2570]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2584]: 6 -1.1875 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2628]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2641]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2771]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2774]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2813]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2868]: 6 -5.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2898]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2951]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2964]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3094]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3154]: 6 -1.32813 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3183]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3272]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3275]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3291]: 6 -0.687501 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3300]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3375]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3467]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3531]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3544]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3587]: 6 -2 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3649]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3661]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3680]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3739]: 6 -1.83333 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3756]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3757]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3778]: 6 -3.75 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3850]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3920]: 6 -1.25 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3941]: 6 0 1.25 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3949]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3989]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4001]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4050]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4142]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4172]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4173]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
183.00/183.51	WSVECS04 Frhs2[4282]: 6 -1 0 shouldn't be
207.55/208.15	c #Conflicts:     532000 | #Constraints:      24395
207.55/208.15	c #Conflicts:     533000 | #Constraints:      25395
207.55/208.15	c #Conflicts:     534000 | #Constraints:      26395
207.55/208.15	c #Conflicts:     535000 | #Constraints:      27395
207.55/208.15	c #Conflicts:     536000 | #Constraints:      28395
207.55/208.15	c #Conflicts:     537000 | #Constraints:      29395
207.55/208.15	c #Conflicts:     538000 | #Constraints:      30395
207.55/208.15	c #Conflicts:     539000 | #Constraints:      31395
207.55/208.15	c #Conflicts:     540000 | #Constraints:      32395
207.55/208.15	c #Conflicts:     541000 | #Constraints:      33395
207.55/208.15	c #Conflicts:     542000 | #Constraints:      34395
207.55/208.15	c #Conflicts:     543000 | #Constraints:      35395
207.55/208.15	c #Conflicts:     544000 | #Constraints:      36395
207.55/208.15	c #Conflicts:     545000 | #Constraints:      37395
207.55/208.15	c #Conflicts:     546000 | #Constraints:      38395
207.55/208.15	c INPROCESSING
207.55/208.15	c GARBAGE COLLECT
207.55/208.15	c #Conflicts:     547000 | #Constraints:      24819
207.55/208.15	c #Conflicts:     548000 | #Constraints:      25819
207.55/208.15	c #Conflicts:     549000 | #Constraints:      26819
207.55/208.15	c #Conflicts:     550000 | #Constraints:      27819
207.55/208.15	c #Conflicts:     551000 | #Constraints:      28819
207.55/208.15	c #Conflicts:     552000 | #Constraints:      29819
207.55/208.15	c #Conflicts:     553000 | #Constraints:      30819
207.55/208.15	c #Conflicts:     554000 | #Constraints:      31819
207.55/208.15	c #Conflicts:     555000 | #Constraints:      32819
207.55/208.15	c #Conflicts:     556000 | #Constraints:      33819
207.55/208.15	c #Conflicts:     557000 | #Constraints:      34819
207.55/208.15	c #Conflicts:     558000 | #Constraints:      35819
207.55/208.15	c #Conflicts:     559000 | #Constraints:      36819
207.55/208.15	c #Conflicts:     560000 | #Constraints:      37819
207.55/208.15	c #Conflicts:     561000 | #Constraints:      38819
207.55/208.15	c INPROCESSING
207.55/208.15	c GARBAGE COLLECT
207.55/208.15	c #Conflicts:     562000 | #Constraints:      24984
207.55/208.15	c #Conflicts:     563000 | #Constraints:      25984
207.55/208.15	c #Conflicts:     564000 | #Constraints:      26984
207.55/208.15	c #Conflicts:     565000 | #Constraints:      27984
207.55/208.15	c #Conflicts:     566000 | #Constraints:      28984
207.55/208.15	c #Conflicts:     567000 | #Constraints:      29984
207.55/208.15	c #Conflicts:     568000 | #Constraints:      30984
207.55/208.15	c #Conflicts:     569000 | #Constraints:      31984
207.55/208.15	c #Conflicts:     570000 | #Constraints:      32984
207.55/208.15	c #Conflicts:     571000 | #Constraints:      33984
207.55/208.15	c #Conflicts:     572000 | #Constraints:      34984
207.55/208.15	c #Conflicts:     573000 | #Constraints:      35984
207.55/208.15	c #Conflicts:     574000 | #Constraints:      36984
207.55/208.15	c #Conflicts:     575000 | #Constraints:      37984
207.55/208.15	c #Conflicts:     576000 | #Constraints:      38984
207.55/208.15	c INPROCESSING
207.55/208.15	c GARBAGE COLLECT
207.55/208.15	c #Conflicts:     577000 | #Constraints:      24991
207.55/208.15	c #Conflicts:     578000 | #Constraints:      25991
207.55/208.15	c #Conflicts:     579000 | #Constraints:      26991
207.55/208.15	c #Conflicts:     580000 | #Constraints:      27991
207.55/208.15	c #Conflicts:     581000 | #Constraints:      28991
207.55/208.15	c #Conflicts:     582000 | #Constraints:      29991
207.55/208.15	c #Conflicts:     583000 | #Constraints:      30991
207.55/208.15	c #Conflicts:     584000 | #Constraints:      31991
207.55/208.15	c #Conflicts:     585000 | #Constraints:      32991
207.55/208.15	c #Conflicts:     586000 | #Constraints:      33991
207.55/208.15	c #Conflicts:     587000 | #Constraints:      34991
207.55/208.15	c #Conflicts:     588000 | #Constraints:      35991
207.55/208.15	c #Conflicts:     589000 | #Constraints:      36991
207.55/208.15	c #Conflicts:     590000 | #Constraints:      37991
207.55/208.15	c #Conflicts:     591000 | #Constraints:      38991
207.55/208.15	c INPROCESSING
207.55/208.15	c GARBAGE COLLECT
207.55/208.15	c #Conflicts:     592000 | #Constraints:      24769
207.55/208.15	c #Conflicts:     593000 | #Constraints:      25769
207.55/208.15	c #Conflicts:     594000 | #Constraints:      26769
207.55/208.15	c #Conflicts:     595000 | #Constraints:      27769
207.55/208.15	c #Conflicts:     596000 | #Constraints:      28769
207.55/208.15	c #Conflicts:     597000 | #Constraints:      29769
207.55/208.15	c #Conflicts:     598000 | #Constraints:      30769
207.55/208.15	c #Conflicts:     599000 | #Constraints:      31769
207.55/208.15	c #Conflicts:     600000 | #Constraints:      32769
207.55/208.15	c #Conflicts:     601000 | #Constraints:      33769
207.55/208.15	c #Conflicts:     602000 | #Constraints:      34769
207.55/208.15	c #Conflicts:     603000 | #Constraints:      35769
207.55/208.15	c #Conflicts:     604000 | #Constraints:      36769
207.55/208.15	c #Conflicts:     605000 | #Constraints:      37769
207.55/208.15	c #Conflicts:     606000 | #Constraints:      38769
207.55/208.15	c #Conflicts:     607000 | #Constraints:      39769
207.55/208.15	c INPROCESSING
233.68/234.39	c GARBAGE COLLECT
233.68/234.39	c #Conflicts:     608000 | #Constraints:      25404
233.68/234.39	c #Conflicts:     609000 | #Constraints:      26404
233.68/234.39	c #Conflicts:     610000 | #Constraints:      27404
233.68/234.39	c #Conflicts:     611000 | #Constraints:      28404
233.68/234.39	c #Conflicts:     612000 | #Constraints:      29404
233.68/234.39	c #Conflicts:     613000 | #Constraints:      30404
233.68/234.39	c #Conflicts:     614000 | #Constraints:      31404
233.68/234.39	c #Conflicts:     615000 | #Constraints:      32404
233.68/234.39	c #Conflicts:     616000 | #Constraints:      33404
233.68/234.39	c #Conflicts:     617000 | #Constraints:      34404
233.68/234.39	c #Conflicts:     618000 | #Constraints:      35404
233.68/234.39	c #Conflicts:     619000 | #Constraints:      36404
233.68/234.39	c #Conflicts:     620000 | #Constraints:      37404
233.68/234.39	c #Conflicts:     621000 | #Constraints:      38404
233.68/234.39	c #Conflicts:     622000 | #Constraints:      39404
233.68/234.39	c #Conflicts:     623000 | #Constraints:      40404
233.68/234.39	c INPROCESSING
233.68/234.39	c GARBAGE COLLECT
233.68/234.39	c #Conflicts:     624000 | #Constraints:      25789
233.68/234.39	c #Conflicts:     625000 | #Constraints:      26789
233.68/234.39	c #Conflicts:     626000 | #Constraints:      27789
233.68/234.39	c #Conflicts:     627000 | #Constraints:      28789
233.68/234.39	c #Conflicts:     628000 | #Constraints:      29789
233.68/234.39	c #Conflicts:     629000 | #Constraints:      30789
233.68/234.39	c #Conflicts:     630000 | #Constraints:      31789
233.68/234.39	c #Conflicts:     631000 | #Constraints:      32789
233.68/234.39	c #Conflicts:     632000 | #Constraints:      33789
233.68/234.39	c #Conflicts:     633000 | #Constraints:      34789
233.68/234.39	c #Conflicts:     634000 | #Constraints:      35789
233.68/234.39	c #Conflicts:     635000 | #Constraints:      36789
233.68/234.39	c #Conflicts:     636000 | #Constraints:      37789
233.68/234.39	c #Conflicts:     637000 | #Constraints:      38789
233.68/234.39	c #Conflicts:     638000 | #Constraints:      39789
233.68/234.39	c #Conflicts:     639000 | #Constraints:      40789
233.68/234.39	c INPROCESSING
233.68/234.39	c GARBAGE COLLECT
233.68/234.39	c #Conflicts:     640000 | #Constraints:      25971
233.68/234.39	c #Conflicts:     641000 | #Constraints:      26971
233.68/234.39	c #Conflicts:     642000 | #Constraints:      27971
233.68/234.39	c #Conflicts:     643000 | #Constraints:      28971
233.68/234.39	c #Conflicts:     644000 | #Constraints:      29971
233.68/234.39	c #Conflicts:     645000 | #Constraints:      30971
233.68/234.39	c #Conflicts:     646000 | #Constraints:      31971
233.68/234.39	c #Conflicts:     647000 | #Constraints:      32971
233.68/234.39	c #Conflicts:     648000 | #Constraints:      33971
233.68/234.39	c #Conflicts:     649000 | #Constraints:      34971
233.68/234.39	c #Conflicts:     650000 | #Constraints:      35971
233.68/234.39	c #Conflicts:     651000 | #Constraints:      36971
233.68/234.39	c #Conflicts:     652000 | #Constraints:      38032
233.68/234.39	c #Conflicts:     653000 | #Constraints:      39033
233.68/234.39	c #Conflicts:     654000 | #Constraints:      40033
233.68/234.39	c #Conflicts:     655000 | #Constraints:      41033
233.68/234.39	c INPROCESSING
233.68/234.39	c GARBAGE COLLECT
233.68/234.39	c #Conflicts:     656000 | #Constraints:      26003
233.68/234.39	c #Conflicts:     657000 | #Constraints:      27003
233.68/234.39	c #Conflicts:     658000 | #Constraints:      28003
233.68/234.39	c #Conflicts:     659000 | #Constraints:      29003
233.68/234.39	c #Conflicts:     660000 | #Constraints:      30003
233.68/234.39	c #Conflicts:     661000 | #Constraints:      31003
233.68/234.39	c #Conflicts:     662000 | #Constraints:      32003
233.68/234.39	c #Conflicts:     663000 | #Constraints:      33003
233.68/234.39	c #Conflicts:     664000 | #Constraints:      34003
233.68/234.39	c #Conflicts:     665000 | #Constraints:      35003
233.68/234.39	c #Conflicts:     666000 | #Constraints:      36003
233.68/234.39	c #Conflicts:     667000 | #Constraints:      37003
233.68/234.39	c #Conflicts:     668000 | #Constraints:      38003
233.68/234.39	c #Conflicts:     669000 | #Constraints:      39003
233.68/234.39	c #Conflicts:     670000 | #Constraints:      40003
233.68/234.39	c #Conflicts:     671000 | #Constraints:      41003
233.68/234.39	c INPROCESSING
233.68/234.39	c GARBAGE COLLECT
233.68/234.39	c #Conflicts:     672000 | #Constraints:      25780
233.68/234.39	c #Conflicts:     673000 | #Constraints:      26780
233.68/234.39	c #Conflicts:     674000 | #Constraints:      27780
233.68/234.39	c #Conflicts:     675000 | #Constraints:      28780
233.68/234.39	c #Conflicts:     676000 | #Constraints:      29780
233.68/234.39	c #Conflicts:     677000 | #Constraints:      30780
233.68/234.39	c #Conflicts:     678000 | #Constraints:      31780
233.68/234.39	c #Conflicts:     679000 | #Constraints:      32780
233.68/234.39	c #Conflicts:     680000 | #Constraints:      33780
233.68/234.39	c #Conflicts:     681000 | #Constraints:      34780
233.68/234.39	c #Conflicts:     682000 | #Constraints:      35780
233.68/234.39	c #Conflicts:     683000 | #Constraints:      36780
269.29/270.01	c #Conflicts:     684000 | #Constraints:      37780
269.29/270.01	c #Conflicts:     685000 | #Constraints:      38780
269.29/270.01	c #Conflicts:     686000 | #Constraints:      39780
269.29/270.01	c #Conflicts:     687000 | #Constraints:      40780
269.29/270.01	c #Conflicts:     688000 | #Constraints:      41780
269.29/270.01	c INPROCESSING
269.29/270.01	c GARBAGE COLLECT
269.29/270.01	c #Conflicts:     689000 | #Constraints:      26383
269.29/270.01	c #Conflicts:     690000 | #Constraints:      27383
269.29/270.01	c #Conflicts:     691000 | #Constraints:      28383
269.29/270.01	c #Conflicts:     692000 | #Constraints:      29383
269.29/270.01	c #Conflicts:     693000 | #Constraints:      30383
269.29/270.01	c #Conflicts:     694000 | #Constraints:      31383
269.29/270.01	c #Conflicts:     695000 | #Constraints:      32383
269.29/270.01	c #Conflicts:     696000 | #Constraints:      33383
269.29/270.01	c #Conflicts:     697000 | #Constraints:      34383
269.29/270.01	c #Conflicts:     698000 | #Constraints:      35384
269.29/270.01	c #Conflicts:     699000 | #Constraints:      36384
269.29/270.01	c #Conflicts:     700000 | #Constraints:      37384
269.29/270.01	c #Conflicts:     701000 | #Constraints:      38384
269.29/270.01	c #Conflicts:     702000 | #Constraints:      39384
269.29/270.01	c #Conflicts:     703000 | #Constraints:      40384
269.29/270.01	c #Conflicts:     704000 | #Constraints:      41384
269.29/270.01	c #Conflicts:     705000 | #Constraints:      42384
269.29/270.01	c INPROCESSING
269.29/270.01	c GARBAGE COLLECT
269.29/270.01	c #Conflicts:     706000 | #Constraints:      26790
269.29/270.01	c #Conflicts:     707000 | #Constraints:      27790
269.29/270.01	c #Conflicts:     708000 | #Constraints:      28790
269.29/270.01	c #Conflicts:     709000 | #Constraints:      29790
269.29/270.01	c #Conflicts:     710000 | #Constraints:      30790
269.29/270.01	c #Conflicts:     711000 | #Constraints:      31790
269.29/270.01	c #Conflicts:     712000 | #Constraints:      32790
269.29/270.01	c #Conflicts:     713000 | #Constraints:      33790
269.29/270.01	c #Conflicts:     714000 | #Constraints:      34790
269.29/270.01	c #Conflicts:     715000 | #Constraints:      35790
269.29/270.01	c #Conflicts:     716000 | #Constraints:      36790
269.29/270.01	c #Conflicts:     717000 | #Constraints:      37790
269.29/270.01	c #Conflicts:     718000 | #Constraints:      38790
269.29/270.01	c #Conflicts:     719000 | #Constraints:      39790
269.29/270.01	c #Conflicts:     720000 | #Constraints:      40790
269.29/270.01	c #Conflicts:     721000 | #Constraints:      41790
269.29/270.01	c #Conflicts:     722000 | #Constraints:      42790
269.29/270.01	c INPROCESSING
269.29/270.01	c GARBAGE COLLECT
269.29/270.01	c #Conflicts:     723000 | #Constraints:      27013
269.29/270.01	c #Conflicts:     724000 | #Constraints:      28013
269.29/270.01	c #Conflicts:     725000 | #Constraints:      29013
269.29/270.01	c #Conflicts:     726000 | #Constraints:      30014
269.29/270.01	c #Conflicts:     727000 | #Constraints:      31014
269.29/270.01	c #Conflicts:     728000 | #Constraints:      32014
269.29/270.01	c #Conflicts:     729000 | #Constraints:      33014
269.29/270.01	c #Conflicts:     730000 | #Constraints:      34014
269.29/270.01	c #Conflicts:     731000 | #Constraints:      35014
269.29/270.01	c #Conflicts:     732000 | #Constraints:      36014
269.29/270.01	c #Conflicts:     733000 | #Constraints:      37016
269.29/270.01	c #Conflicts:     734000 | #Constraints:      38016
269.29/270.01	c #Conflicts:     735000 | #Constraints:      39034
269.29/270.01	c #Conflicts:     736000 | #Constraints:      40034
269.29/270.01	c #Conflicts:     737000 | #Constraints:      41034
269.29/270.01	c #Conflicts:     738000 | #Constraints:      42052
269.29/270.01	c #Conflicts:     739000 | #Constraints:      43283
269.29/270.01	c INPROCESSING
269.29/270.01	c GARBAGE COLLECT
269.29/270.01	WSVECS04 Frhs2[18]: 6 -0.999942 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[22]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[24]: 6 -1.00125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[26]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[27]: 6 -0.947677 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[31]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[42]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[69]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[85]: 6 -0.999387 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[86]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[88]: 6 -0.998753 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[90]: 6 -1.00809 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[103]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[121]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[131]: 6 0 0.312501 shouldn't be
269.29/270.01	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[142]: 6 -0.999992 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[149]: 6 -1.00016 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[166]: 6 -2.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[168]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[173]: 6 -0.999998 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[175]: 6 -0.999993 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[185]: 6 -0.990189 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[187]: 6 0 0.8125 shouldn't be
269.29/270.01	WSVECS04 Frhs2[194]: 6 -1.33333 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[205]: 6 -0.999999 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[212]: 6 -1.0002 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[223]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[225]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[258]: 6 0 0.5 shouldn't be
269.29/270.01	WSVECS04 Frhs2[261]: 6 -0.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[262]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[264]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[269]: 6 -0.999999 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[276]: 6 -0.999908 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[285]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[302]: 6 -0.999999 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[314]: 6 -1.01352 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[318]: 6 -0.9375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[319]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[341]: 6 -0.999388 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[344]: 6 -0.980379 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[346]: 6 0 0.00809008 shouldn't be
269.29/270.01	WSVECS04 Frhs2[349]: 6 -0.656251 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[376]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[415]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[418]: 6 -0.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[420]: 6 0 0.6875 shouldn't be
269.29/270.01	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[434]: 6 -0.999942 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[443]: 6 -1.22384 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[456]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[462]: 6 -0.999998 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[469]: 6 -0.999853 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[474]: 6 -1.01352 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[475]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[485]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[501]: 6 -0.999387 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[506]: 6 -0.991911 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[509]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[512]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[517]: 6 -2.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[519]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[524]: 6 -0.999997 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[530]: 6 -0.999943 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[531]: 6 -0.999704 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[534]: 6 -0.99842 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[538]: 6 -2.8125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[540]: 6 -1.20785 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[541]: 6 -2.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[550]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[559]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[570]: 6 -1.01352 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[573]: 6 0 0.3125 shouldn't be
269.29/270.01	WSVECS04 Frhs2[576]: 6 -6.62305 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[578]: 6 0 0.250001 shouldn't be
269.29/270.01	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[588]: 6 -0.999998 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[590]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[602]: 6 -0.991911 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[614]: 6 -2.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[620]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[622]: 6 -0.999993 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[625]: 6 -1.00007 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[628]: 6 -1.00015 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[634]: 6 -2 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[643]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[645]: 6 -2.125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[660]: 6 -1.00002 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[662]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[668]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[672]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[682]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[687]: 6 -0.999993 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[689]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[708]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[719]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[970]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1018]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1061]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1068]: 6 -0.999998 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1069]: 6 -0.999995 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1073]: 6 -0.999924 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1074]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1081]: 6 -1.29288 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1083]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1088]: 6 -1.00233 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1089]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1094]: 6 -0.671875 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1098]: 6 -0.750001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1113]: 6 -1.31915 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1143]: 6 -1.66223 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1156]: 6 -0.34375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1210]: 6 -2 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1212]: 6 -0.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1214]: 6 -0.625001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1216]: 6 -4.36719 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1222]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1240]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1254]: 6 -0.8125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1309]: 6 0 0.21875 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1315]: 6 -0.312501 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1318]: 6 -0.500001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1321]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1334]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1338]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1339]: 6 -0.921876 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1346]: 6 -0.625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1368]: 6 -0.656251 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1374]: 6 -3.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1377]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1380]: 6 -0.6875 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1386]: 6 -0.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1408]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1411]: 6 -0.863282 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1416]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1441]: 6 -1.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1450]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1458]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1472]: 6 -0.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1474]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1478]: 6 -1.625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1480]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1503]: 6 0 1.9375 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1528]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1534]: 6 -0.687501 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1540]: 6 -0.718751 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1554]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1555]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1558]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1571]: 6 -1.23438 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1574]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1587]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1590]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1595]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1598]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1602]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1604]: 6 -1.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1607]: 6 -0.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1625]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1628]: 6 0 0.853516 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1630]: 6 -0.0156256 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1658]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1660]: 6 -0.109376 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1661]: 6 -6.51172 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1677]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1692]: 6 -0.703126 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1709]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1961]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2049]: 6 -1.22628 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2106]: 6 -10.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2107]: 6 -0.375001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2182]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2191]: 6 -0.987866 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2196]: 6 -0.2754 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2200]: 6 -4.0234 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2207]: 6 -0.500001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2222]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2241]: 6 -3 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2244]: 6 -1.65625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2249]: 6 -0.625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2255]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2259]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2272]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2301]: 6 -3.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2323]: 6 -1.01014 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2332]: 6 -0.290444 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2345]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2388]: 6 -5.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2395]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2399]: 6 -2 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2405]: 6 -0.999999 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2421]: 6 -0.902925 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2423]: 6 -0.805851 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2428]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2430]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2432]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2486]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2498]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2522]: 6 -1.66406 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2523]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2536]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2540]: 6 0 1 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2545]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2574]: 6 -1.33203 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2587]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2594]: 6 -1.375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2595]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2618]: 6 -1.33203 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2620]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2626]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2723]: 6 -1.6875 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2732]: 6 0 1 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2772]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2787]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2789]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2800]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2813]: 6 -2.15625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2824]: 6 -4 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2856]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2872]: 6 -2.8125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2886]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2963]: 6 -3 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2966]: 6 -0.656251 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2969]: 6 -2 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2975]: 6 -0.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3004]: 6 -1.625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3006]: 6 -3.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3010]: 6 -4.01563 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3011]: 6 -3.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3019]: 6 -0.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3067]: 6 -0.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3075]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3096]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3103]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3108]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3163]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3174]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3185]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3192]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3219]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3241]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3244]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3245]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3250]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3252]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3257]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3260]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3265]: 6 -1.375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3266]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3338]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3342]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3346]: 6 -1.32813 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3352]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3368]: 6 -0.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3382]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3399]: 6 -0.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3408]: 6 -3 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3433]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3453]: 6 -0.500001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3457]: 6 -1.19141 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3474]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3488]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3494]: 6 0 2 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3496]: 6 -6.875 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3556]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3584]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3587]: 6 -5.49219 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3591]: 6 -1.375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3639]: 6 -1.4375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3643]: 6 -1.75 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3655]: 6 0 1.24609 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3684]: 6 -23.1094 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3696]: 6 -18.9688 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3699]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3736]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3738]: 6 -8 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3742]: 6 -16 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3748]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3750]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3760]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3771]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3778]: 6 -3.375 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3786]: 6 -7.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3842]: 6 -0.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3869]: 6 -0.125001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3870]: 6 -0.125001 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3880]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3975]: 6 -1.5 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3978]: 6 0 1 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3979]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4026]: 6 -1.25 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4074]: 6 -1.3125 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4091]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4173]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4216]: 6 -2.90625 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4282]: 6 -1 0 shouldn't be
269.29/270.01	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
296.33/297.17	c #Conflicts:     740000 | #Constraints:      27198
296.33/297.17	c #Conflicts:     741000 | #Constraints:      28198
296.33/297.17	c #Conflicts:     742000 | #Constraints:      29198
296.33/297.17	c #Conflicts:     743000 | #Constraints:      30198
296.33/297.17	c #Conflicts:     744000 | #Constraints:      31198
296.33/297.17	c #Conflicts:     745000 | #Constraints:      32198
296.33/297.17	c #Conflicts:     746000 | #Constraints:      33198
296.33/297.17	c #Conflicts:     747000 | #Constraints:      34198
296.33/297.17	c #Conflicts:     748000 | #Constraints:      35198
296.33/297.17	c #Conflicts:     749000 | #Constraints:      36198
296.33/297.17	c #Conflicts:     750000 | #Constraints:      37198
296.33/297.17	c #Conflicts:     751000 | #Constraints:      38198
296.33/297.17	c #Conflicts:     752000 | #Constraints:      39198
296.33/297.17	c #Conflicts:     753000 | #Constraints:      40198
296.33/297.17	c #Conflicts:     754000 | #Constraints:      41198
296.33/297.17	c #Conflicts:     755000 | #Constraints:      42198
296.33/297.17	c #Conflicts:     756000 | #Constraints:      43198
296.33/297.17	c INPROCESSING
296.33/297.17	c GARBAGE COLLECT
296.33/297.17	c #Conflicts:     757000 | #Constraints:      26865
296.33/297.17	c #Conflicts:     758000 | #Constraints:      27865
296.33/297.17	c #Conflicts:     759000 | #Constraints:      28865
296.33/297.17	c #Conflicts:     760000 | #Constraints:      29865
296.33/297.17	c #Conflicts:     761000 | #Constraints:      30865
296.33/297.17	c #Conflicts:     762000 | #Constraints:      31865
296.33/297.17	c #Conflicts:     763000 | #Constraints:      32865
296.33/297.17	c #Conflicts:     764000 | #Constraints:      33865
296.33/297.17	c #Conflicts:     765000 | #Constraints:      34865
296.33/297.17	c #Conflicts:     766000 | #Constraints:      35865
296.33/297.17	c #Conflicts:     767000 | #Constraints:      36865
296.33/297.17	c #Conflicts:     768000 | #Constraints:      37865
296.33/297.17	c #Conflicts:     769000 | #Constraints:      38865
296.33/297.17	c #Conflicts:     770000 | #Constraints:      39865
296.33/297.17	c #Conflicts:     771000 | #Constraints:      40865
296.33/297.17	c #Conflicts:     772000 | #Constraints:      41865
296.33/297.17	c #Conflicts:     773000 | #Constraints:      42865
296.33/297.17	c #Conflicts:     774000 | #Constraints:      43865
296.33/297.17	c INPROCESSING
296.33/297.17	c GARBAGE COLLECT
296.33/297.17	c #Conflicts:     775000 | #Constraints:      27396
296.33/297.17	c #Conflicts:     776000 | #Constraints:      28396
296.33/297.17	c #Conflicts:     777000 | #Constraints:      29396
296.33/297.17	c #Conflicts:     778000 | #Constraints:      30396
296.33/297.17	c #Conflicts:     779000 | #Constraints:      31396
296.33/297.17	c #Conflicts:     780000 | #Constraints:      32396
296.33/297.17	c #Conflicts:     781000 | #Constraints:      33396
296.33/297.17	c #Conflicts:     782000 | #Constraints:      34396
296.33/297.17	c #Conflicts:     783000 | #Constraints:      35396
296.33/297.17	c #Conflicts:     784000 | #Constraints:      36396
296.33/297.17	c #Conflicts:     785000 | #Constraints:      37396
296.33/297.17	c #Conflicts:     786000 | #Constraints:      38396
296.33/297.17	c #Conflicts:     787000 | #Constraints:      39396
296.33/297.17	c #Conflicts:     788000 | #Constraints:      40396
296.33/297.17	c #Conflicts:     789000 | #Constraints:      41396
296.33/297.17	c #Conflicts:     790000 | #Constraints:      42396
296.33/297.17	c #Conflicts:     791000 | #Constraints:      43396
296.33/297.17	c #Conflicts:     792000 | #Constraints:      44396
296.33/297.17	c INPROCESSING
296.33/297.17	c GARBAGE COLLECT
296.33/297.17	c #Conflicts:     793000 | #Constraints:      27792
296.33/297.17	c #Conflicts:     794000 | #Constraints:      28792
296.33/297.17	c #Conflicts:     795000 | #Constraints:      29792
296.33/297.17	c #Conflicts:     796000 | #Constraints:      30792
296.33/297.17	c #Conflicts:     797000 | #Constraints:      31792
296.33/297.17	c #Conflicts:     798000 | #Constraints:      32792
296.33/297.17	c #Conflicts:     799000 | #Constraints:      33792
296.33/297.17	c #Conflicts:     800000 | #Constraints:      34792
296.33/297.17	c #Conflicts:     801000 | #Constraints:      35792
296.33/297.17	c #Conflicts:     802000 | #Constraints:      36792
296.33/297.17	c #Conflicts:     803000 | #Constraints:      37792
296.33/297.17	c #Conflicts:     804000 | #Constraints:      38792
296.33/297.17	c #Conflicts:     805000 | #Constraints:      39792
296.33/297.17	c #Conflicts:     806000 | #Constraints:      40792
296.33/297.17	c #Conflicts:     807000 | #Constraints:      41792
296.33/297.17	c #Conflicts:     808000 | #Constraints:      42792
296.33/297.17	c #Conflicts:     809000 | #Constraints:      43792
296.33/297.17	c #Conflicts:     810000 | #Constraints:      44792
296.33/297.17	c INPROCESSING
296.33/297.17	c GARBAGE COLLECT
296.33/297.17	c #Conflicts:     811000 | #Constraints:      28015
296.33/297.17	c #Conflicts:     812000 | #Constraints:      29015
296.33/297.17	c #Conflicts:     813000 | #Constraints:      30015
296.33/297.17	c #Conflicts:     814000 | #Constraints:      31015
296.33/297.17	c #Conflicts:     815000 | #Constraints:      32015
296.33/297.17	c #Conflicts:     816000 | #Constraints:      33015
328.34/329.29	c #Conflicts:     817000 | #Constraints:      34015
328.34/329.29	c #Conflicts:     818000 | #Constraints:      35015
328.34/329.29	c #Conflicts:     819000 | #Constraints:      36015
328.34/329.29	c #Conflicts:     820000 | #Constraints:      37015
328.34/329.29	c #Conflicts:     821000 | #Constraints:      38015
328.34/329.29	c #Conflicts:     822000 | #Constraints:      39015
328.34/329.29	c #Conflicts:     823000 | #Constraints:      40015
328.34/329.29	c #Conflicts:     824000 | #Constraints:      41015
328.34/329.29	c #Conflicts:     825000 | #Constraints:      42015
328.34/329.29	c #Conflicts:     826000 | #Constraints:      43015
328.34/329.29	c #Conflicts:     827000 | #Constraints:      44015
328.34/329.29	c #Conflicts:     828000 | #Constraints:      45015
328.34/329.29	c INPROCESSING
328.34/329.29	c GARBAGE COLLECT
328.34/329.29	c #Conflicts:     829000 | #Constraints:      28043
328.34/329.29	c #Conflicts:     830000 | #Constraints:      29043
328.34/329.29	c #Conflicts:     831000 | #Constraints:      30043
328.34/329.29	c #Conflicts:     832000 | #Constraints:      31043
328.34/329.29	c #Conflicts:     833000 | #Constraints:      32043
328.34/329.29	c #Conflicts:     834000 | #Constraints:      33043
328.34/329.29	c #Conflicts:     835000 | #Constraints:      34044
328.34/329.29	c #Conflicts:     836000 | #Constraints:      35044
328.34/329.29	c #Conflicts:     837000 | #Constraints:      36044
328.34/329.29	c #Conflicts:     838000 | #Constraints:      37044
328.34/329.29	c #Conflicts:     839000 | #Constraints:      38044
328.34/329.29	c #Conflicts:     840000 | #Constraints:      39044
328.34/329.29	c #Conflicts:     841000 | #Constraints:      40044
328.34/329.29	c #Conflicts:     842000 | #Constraints:      41044
328.34/329.29	c #Conflicts:     843000 | #Constraints:      42044
328.34/329.29	c #Conflicts:     844000 | #Constraints:      43044
328.34/329.29	c #Conflicts:     845000 | #Constraints:      44044
328.34/329.29	c #Conflicts:     846000 | #Constraints:      45044
328.34/329.29	c INPROCESSING
328.34/329.29	c GARBAGE COLLECT
328.34/329.29	c #Conflicts:     847000 | #Constraints:      27835
328.34/329.29	c #Conflicts:     848000 | #Constraints:      28835
328.34/329.29	c #Conflicts:     849000 | #Constraints:      29835
328.34/329.29	c #Conflicts:     850000 | #Constraints:      30835
328.34/329.29	c #Conflicts:     851000 | #Constraints:      31836
328.34/329.29	c #Conflicts:     852000 | #Constraints:      32836
328.34/329.29	c #Conflicts:     853000 | #Constraints:      33836
328.34/329.29	c #Conflicts:     854000 | #Constraints:      34836
328.34/329.29	c #Conflicts:     855000 | #Constraints:      35836
328.34/329.29	c #Conflicts:     856000 | #Constraints:      36836
328.34/329.29	c #Conflicts:     857000 | #Constraints:      37836
328.34/329.29	c #Conflicts:     858000 | #Constraints:      38836
328.34/329.29	c #Conflicts:     859000 | #Constraints:      39836
328.34/329.29	c #Conflicts:     860000 | #Constraints:      40836
328.34/329.29	c #Conflicts:     861000 | #Constraints:      41836
328.34/329.29	c #Conflicts:     862000 | #Constraints:      42836
328.34/329.29	c #Conflicts:     863000 | #Constraints:      43836
328.34/329.29	c #Conflicts:     864000 | #Constraints:      44836
328.34/329.29	c #Conflicts:     865000 | #Constraints:      45836
328.34/329.29	c INPROCESSING
328.34/329.29	c GARBAGE COLLECT
328.34/329.29	c #Conflicts:     866000 | #Constraints:      28386
328.34/329.29	c #Conflicts:     867000 | #Constraints:      29386
328.34/329.29	c #Conflicts:     868000 | #Constraints:      30386
328.34/329.29	c #Conflicts:     869000 | #Constraints:      31386
328.34/329.29	c #Conflicts:     870000 | #Constraints:      32386
328.34/329.29	c #Conflicts:     871000 | #Constraints:      33386
328.34/329.29	c #Conflicts:     872000 | #Constraints:      34386
328.34/329.29	c #Conflicts:     873000 | #Constraints:      35486
328.34/329.29	c #Conflicts:     874000 | #Constraints:      36486
328.34/329.29	c #Conflicts:     875000 | #Constraints:      37486
328.34/329.29	c #Conflicts:     876000 | #Constraints:      38486
328.34/329.29	c #Conflicts:     877000 | #Constraints:      39486
328.34/329.29	c #Conflicts:     878000 | #Constraints:      40486
328.34/329.29	c #Conflicts:     879000 | #Constraints:      41486
328.34/329.29	c #Conflicts:     880000 | #Constraints:      42486
328.34/329.29	c #Conflicts:     881000 | #Constraints:      43486
328.34/329.29	c #Conflicts:     882000 | #Constraints:      44486
328.34/329.29	c #Conflicts:     883000 | #Constraints:      45486
328.34/329.29	c #Conflicts:     884000 | #Constraints:      46486
328.34/329.29	c INPROCESSING
328.34/329.29	c GARBAGE COLLECT
328.34/329.29	c #Conflicts:     885000 | #Constraints:      28857
328.34/329.29	c #Conflicts:     886000 | #Constraints:      29857
328.34/329.29	c #Conflicts:     887000 | #Constraints:      30857
328.34/329.29	c #Conflicts:     888000 | #Constraints:      31857
328.34/329.29	c #Conflicts:     889000 | #Constraints:      32857
328.34/329.29	c #Conflicts:     890000 | #Constraints:      33857
328.34/329.29	c #Conflicts:     891000 | #Constraints:      34857
328.34/329.29	c #Conflicts:     892000 | #Constraints:      35857
361.06/362.04	c #Conflicts:     893000 | #Constraints:      36857
361.06/362.04	c #Conflicts:     894000 | #Constraints:      37857
361.06/362.04	c #Conflicts:     895000 | #Constraints:      38857
361.06/362.04	c #Conflicts:     896000 | #Constraints:      39857
361.06/362.04	c #Conflicts:     897000 | #Constraints:      40857
361.06/362.04	c #Conflicts:     898000 | #Constraints:      41857
361.06/362.04	c #Conflicts:     899000 | #Constraints:      42857
361.06/362.04	c #Conflicts:     900000 | #Constraints:      43857
361.06/362.04	c #Conflicts:     901000 | #Constraints:      44857
361.06/362.04	c #Conflicts:     902000 | #Constraints:      45857
361.06/362.04	c #Conflicts:     903000 | #Constraints:      46857
361.06/362.04	c INPROCESSING
361.06/362.04	c GARBAGE COLLECT
361.06/362.04	c #Conflicts:     904000 | #Constraints:      29025
361.06/362.04	c #Conflicts:     905000 | #Constraints:      30025
361.06/362.04	c #Conflicts:     906000 | #Constraints:      31025
361.06/362.04	c #Conflicts:     907000 | #Constraints:      32025
361.06/362.04	c #Conflicts:     908000 | #Constraints:      33025
361.06/362.04	c #Conflicts:     909000 | #Constraints:      34025
361.06/362.04	c #Conflicts:     910000 | #Constraints:      35025
361.06/362.04	c #Conflicts:     911000 | #Constraints:      36025
361.06/362.04	c #Conflicts:     912000 | #Constraints:      37025
361.06/362.04	c #Conflicts:     913000 | #Constraints:      38025
361.06/362.04	c #Conflicts:     914000 | #Constraints:      39025
361.06/362.04	c #Conflicts:     915000 | #Constraints:      40025
361.06/362.04	c #Conflicts:     916000 | #Constraints:      41025
361.06/362.04	c #Conflicts:     917000 | #Constraints:      42025
361.06/362.04	c #Conflicts:     918000 | #Constraints:      43025
361.06/362.04	c #Conflicts:     919000 | #Constraints:      44025
361.06/362.04	c #Conflicts:     920000 | #Constraints:      45025
361.06/362.04	c #Conflicts:     921000 | #Constraints:      46025
361.06/362.04	c #Conflicts:     922000 | #Constraints:      47025
361.06/362.04	c INPROCESSING
361.06/362.04	c GARBAGE COLLECT
361.06/362.04	c #Conflicts:     923000 | #Constraints:      29006
361.06/362.04	c #Conflicts:     924000 | #Constraints:      30006
361.06/362.04	c #Conflicts:     925000 | #Constraints:      31006
361.06/362.04	c #Conflicts:     926000 | #Constraints:      32006
361.06/362.04	c #Conflicts:     927000 | #Constraints:      33006
361.06/362.04	c #Conflicts:     928000 | #Constraints:      34006
361.06/362.04	c #Conflicts:     929000 | #Constraints:      35006
361.06/362.04	c #Conflicts:     930000 | #Constraints:      36006
361.06/362.04	c #Conflicts:     931000 | #Constraints:      37006
361.06/362.04	c #Conflicts:     932000 | #Constraints:      38006
361.06/362.04	c #Conflicts:     933000 | #Constraints:      39006
361.06/362.04	c #Conflicts:     934000 | #Constraints:      40006
361.06/362.04	c #Conflicts:     935000 | #Constraints:      41006
361.06/362.04	c #Conflicts:     936000 | #Constraints:      42006
361.06/362.04	c #Conflicts:     937000 | #Constraints:      43006
361.06/362.04	c #Conflicts:     938000 | #Constraints:      44006
361.06/362.04	c #Conflicts:     939000 | #Constraints:      45006
361.06/362.04	c #Conflicts:     940000 | #Constraints:      46006
361.06/362.04	c #Conflicts:     941000 | #Constraints:      47006
361.06/362.04	c INPROCESSING
361.06/362.04	c GARBAGE COLLECT
361.06/362.04	c #Conflicts:     942000 | #Constraints:      28815
361.06/362.04	c #Conflicts:     943000 | #Constraints:      29815
361.06/362.04	c #Conflicts:     944000 | #Constraints:      30815
361.06/362.04	c #Conflicts:     945000 | #Constraints:      31815
361.06/362.04	c #Conflicts:     946000 | #Constraints:      32815
361.06/362.04	c #Conflicts:     947000 | #Constraints:      33815
361.06/362.04	c #Conflicts:     948000 | #Constraints:      34815
361.06/362.04	c #Conflicts:     949000 | #Constraints:      35815
361.06/362.04	c #Conflicts:     950000 | #Constraints:      36815
361.06/362.04	c #Conflicts:     951000 | #Constraints:      37815
361.06/362.04	c #Conflicts:     952000 | #Constraints:      38815
361.06/362.04	c #Conflicts:     953000 | #Constraints:      39815
361.06/362.04	c #Conflicts:     954000 | #Constraints:      40815
361.06/362.04	c #Conflicts:     955000 | #Constraints:      41815
361.06/362.04	c #Conflicts:     956000 | #Constraints:      42815
361.06/362.04	c #Conflicts:     957000 | #Constraints:      43815
361.06/362.04	c #Conflicts:     958000 | #Constraints:      44815
361.06/362.04	c #Conflicts:     959000 | #Constraints:      45815
361.06/362.04	c #Conflicts:     960000 | #Constraints:      46815
361.06/362.04	c #Conflicts:     961000 | #Constraints:      47815
361.06/362.04	c INPROCESSING
361.06/362.04	c GARBAGE COLLECT
361.06/362.04	c rational objective 729.067
413.94/415.08	c #Conflicts:     962000 | #Constraints:      29453
413.94/415.08	c #Conflicts:     963000 | #Constraints:      30453
413.94/415.08	c #Conflicts:     964000 | #Constraints:      31453
413.94/415.08	c #Conflicts:     965000 | #Constraints:      32453
413.94/415.08	c #Conflicts:     966000 | #Constraints:      33453
413.94/415.08	c #Conflicts:     967000 | #Constraints:      34453
413.94/415.08	c #Conflicts:     968000 | #Constraints:      35453
413.94/415.08	c #Conflicts:     969000 | #Constraints:      36453
413.94/415.08	c #Conflicts:     970000 | #Constraints:      37453
413.94/415.08	c #Conflicts:     971000 | #Constraints:      38453
413.94/415.08	c #Conflicts:     972000 | #Constraints:      39453
413.94/415.08	c #Conflicts:     973000 | #Constraints:      40453
413.94/415.08	c #Conflicts:     974000 | #Constraints:      41453
413.94/415.08	c #Conflicts:     975000 | #Constraints:      42453
413.94/415.08	c #Conflicts:     976000 | #Constraints:      43453
413.94/415.08	c #Conflicts:     977000 | #Constraints:      44453
413.94/415.08	c #Conflicts:     978000 | #Constraints:      45453
413.94/415.08	c #Conflicts:     979000 | #Constraints:      46453
413.94/415.08	c #Conflicts:     980000 | #Constraints:      47453
413.94/415.08	c #Conflicts:     981000 | #Constraints:      48453
413.94/415.08	c INPROCESSING
413.94/415.08	c GARBAGE COLLECT
413.94/415.08	c #Conflicts:     982000 | #Constraints:      29879
413.94/415.08	c #Conflicts:     983000 | #Constraints:      30879
413.94/415.08	c #Conflicts:     984000 | #Constraints:      31879
413.94/415.08	c #Conflicts:     985000 | #Constraints:      32879
413.94/415.08	c #Conflicts:     986000 | #Constraints:      33879
413.94/415.08	c #Conflicts:     987000 | #Constraints:      34879
413.94/415.08	c #Conflicts:     988000 | #Constraints:      35879
413.94/415.08	c #Conflicts:     989000 | #Constraints:      36879
413.94/415.08	c #Conflicts:     990000 | #Constraints:      37879
413.94/415.08	c #Conflicts:     991000 | #Constraints:      38879
413.94/415.08	c #Conflicts:     992000 | #Constraints:      39879
413.94/415.08	c #Conflicts:     993000 | #Constraints:      40879
413.94/415.08	c #Conflicts:     994000 | #Constraints:      41879
413.94/415.08	c #Conflicts:     995000 | #Constraints:      42879
413.94/415.08	c #Conflicts:     996000 | #Constraints:      43879
413.94/415.08	c #Conflicts:     997000 | #Constraints:      44879
413.94/415.08	c #Conflicts:     998000 | #Constraints:      45879
413.94/415.08	c #Conflicts:     999000 | #Constraints:      46879
413.94/415.08	c #Conflicts:    1000000 | #Constraints:      47879
413.94/415.08	c #Conflicts:    1001000 | #Constraints:      48879
413.94/415.08	c INPROCESSING
413.94/415.08	c GARBAGE COLLECT
413.94/415.08	c #Conflicts:    1002000 | #Constraints:      30099
413.94/415.08	c #Conflicts:    1003000 | #Constraints:      31099
413.94/415.08	c #Conflicts:    1004000 | #Constraints:      32099
413.94/415.08	c #Conflicts:    1005000 | #Constraints:      33099
413.94/415.08	c #Conflicts:    1006000 | #Constraints:      34099
413.94/415.08	c #Conflicts:    1007000 | #Constraints:      35099
413.94/415.08	c #Conflicts:    1008000 | #Constraints:      36099
413.94/415.08	c #Conflicts:    1009000 | #Constraints:      37099
413.94/415.08	c #Conflicts:    1010000 | #Constraints:      38099
413.94/415.08	c #Conflicts:    1011000 | #Constraints:      39100
413.94/415.08	c #Conflicts:    1012000 | #Constraints:      40100
413.94/415.08	c #Conflicts:    1013000 | #Constraints:      41100
413.94/415.08	c #Conflicts:    1014000 | #Constraints:      42100
413.94/415.08	c #Conflicts:    1015000 | #Constraints:      43100
413.94/415.08	c #Conflicts:    1016000 | #Constraints:      44100
413.94/415.08	c #Conflicts:    1017000 | #Constraints:      45100
413.94/415.08	c #Conflicts:    1018000 | #Constraints:      46100
413.94/415.08	c #Conflicts:    1019000 | #Constraints:      47100
413.94/415.08	c #Conflicts:    1020000 | #Constraints:      48100
413.94/415.08	c #Conflicts:    1021000 | #Constraints:      49100
413.94/415.08	c INPROCESSING
413.94/415.08	c GARBAGE COLLECT
413.94/415.08	c #Conflicts:    1022000 | #Constraints:      30089
413.94/415.08	c #Conflicts:    1023000 | #Constraints:      31089
413.94/415.08	c #Conflicts:    1024000 | #Constraints:      32089
413.94/415.08	c #Conflicts:    1025000 | #Constraints:      33492
413.94/415.08	c #Conflicts:    1026000 | #Constraints:      34543
413.94/415.08	c #Conflicts:    1027000 | #Constraints:      35543
413.94/415.08	c #Conflicts:    1028000 | #Constraints:      36543
413.94/415.08	c #Conflicts:    1029000 | #Constraints:      37543
413.94/415.08	c #Conflicts:    1030000 | #Constraints:      38543
413.94/415.08	c #Conflicts:    1031000 | #Constraints:      39543
413.94/415.08	c #Conflicts:    1032000 | #Constraints:      40543
413.94/415.08	c #Conflicts:    1033000 | #Constraints:      41543
413.94/415.08	c #Conflicts:    1034000 | #Constraints:      42543
413.94/415.08	c #Conflicts:    1035000 | #Constraints:      43543
413.94/415.08	c #Conflicts:    1036000 | #Constraints:      44543
413.94/415.08	c #Conflicts:    1037000 | #Constraints:      45543
413.94/415.08	c #Conflicts:    1038000 | #Constraints:      46543
468.89/470.19	c #Conflicts:    1039000 | #Constraints:      47543
468.89/470.19	c #Conflicts:    1040000 | #Constraints:      48543
468.89/470.19	c #Conflicts:    1041000 | #Constraints:      49543
468.89/470.19	c INPROCESSING
468.89/470.19	c GARBAGE COLLECT
468.89/470.19	c #Conflicts:    1042000 | #Constraints:      30133
468.89/470.19	c #Conflicts:    1043000 | #Constraints:      31133
468.89/470.19	c #Conflicts:    1044000 | #Constraints:      32133
468.89/470.19	c #Conflicts:    1045000 | #Constraints:      33133
468.89/470.19	c #Conflicts:    1046000 | #Constraints:      34133
468.89/470.19	c #Conflicts:    1047000 | #Constraints:      35133
468.89/470.19	c #Conflicts:    1048000 | #Constraints:      36133
468.89/470.19	c #Conflicts:    1049000 | #Constraints:      37133
468.89/470.19	c #Conflicts:    1050000 | #Constraints:      38133
468.89/470.19	c #Conflicts:    1051000 | #Constraints:      39133
468.89/470.19	c #Conflicts:    1052000 | #Constraints:      40133
468.89/470.19	c #Conflicts:    1053000 | #Constraints:      41133
468.89/470.19	c #Conflicts:    1054000 | #Constraints:      42133
468.89/470.19	c #Conflicts:    1055000 | #Constraints:      43133
468.89/470.19	c #Conflicts:    1056000 | #Constraints:      44133
468.89/470.19	c #Conflicts:    1057000 | #Constraints:      45133
468.89/470.19	c #Conflicts:    1058000 | #Constraints:      46133
468.89/470.19	c #Conflicts:    1059000 | #Constraints:      47133
468.89/470.19	c #Conflicts:    1060000 | #Constraints:      48133
468.89/470.19	c #Conflicts:    1061000 | #Constraints:      49133
468.89/470.19	c #Conflicts:    1062000 | #Constraints:      50133
468.89/470.19	c INPROCESSING
468.89/470.19	c GARBAGE COLLECT
468.89/470.19	c #Conflicts:    1063000 | #Constraints:      30592
468.89/470.19	c #Conflicts:    1064000 | #Constraints:      31592
468.89/470.19	c #Conflicts:    1065000 | #Constraints:      32592
468.89/470.19	c #Conflicts:    1066000 | #Constraints:      33592
468.89/470.19	c #Conflicts:    1067000 | #Constraints:      34592
468.89/470.19	c #Conflicts:    1068000 | #Constraints:      35592
468.89/470.19	c #Conflicts:    1069000 | #Constraints:      36592
468.89/470.19	c #Conflicts:    1070000 | #Constraints:      37592
468.89/470.19	c #Conflicts:    1071000 | #Constraints:      38592
468.89/470.19	c #Conflicts:    1072000 | #Constraints:      39592
468.89/470.19	c #Conflicts:    1073000 | #Constraints:      40592
468.89/470.19	c #Conflicts:    1074000 | #Constraints:      41592
468.89/470.19	c #Conflicts:    1075000 | #Constraints:      42592
468.89/470.19	c #Conflicts:    1076000 | #Constraints:      43592
468.89/470.19	c #Conflicts:    1077000 | #Constraints:      44592
468.89/470.19	c #Conflicts:    1078000 | #Constraints:      45592
468.89/470.19	c #Conflicts:    1079000 | #Constraints:      46592
468.89/470.19	c #Conflicts:    1080000 | #Constraints:      47592
468.89/470.19	c #Conflicts:    1081000 | #Constraints:      48592
468.89/470.19	c #Conflicts:    1082000 | #Constraints:      49592
468.89/470.19	c #Conflicts:    1083000 | #Constraints:      50592
468.89/470.19	c INPROCESSING
468.89/470.19	c GARBAGE COLLECT
468.89/470.19	c #Conflicts:    1084000 | #Constraints:      30961
468.89/470.19	c #Conflicts:    1085000 | #Constraints:      31961
468.89/470.19	c #Conflicts:    1086000 | #Constraints:      32961
468.89/470.19	c #Conflicts:    1087000 | #Constraints:      33961
468.89/470.19	c #Conflicts:    1088000 | #Constraints:      34961
468.89/470.19	c #Conflicts:    1089000 | #Constraints:      35961
468.89/470.19	c #Conflicts:    1090000 | #Constraints:      36961
468.89/470.19	c #Conflicts:    1091000 | #Constraints:      37961
468.89/470.19	c #Conflicts:    1092000 | #Constraints:      38961
468.89/470.19	c #Conflicts:    1093000 | #Constraints:      39961
468.89/470.19	c #Conflicts:    1094000 | #Constraints:      40961
468.89/470.19	c #Conflicts:    1095000 | #Constraints:      41961
468.89/470.19	c #Conflicts:    1096000 | #Constraints:      42961
468.89/470.19	c #Conflicts:    1097000 | #Constraints:      43961
468.89/470.19	c #Conflicts:    1098000 | #Constraints:      44961
468.89/470.19	c #Conflicts:    1099000 | #Constraints:      45961
468.89/470.19	c #Conflicts:    1100000 | #Constraints:      46961
468.89/470.19	c #Conflicts:    1101000 | #Constraints:      47961
468.89/470.19	c #Conflicts:    1102000 | #Constraints:      48961
468.89/470.19	c #Conflicts:    1103000 | #Constraints:      49961
468.89/470.19	c #Conflicts:    1104000 | #Constraints:      50961
468.89/470.19	c INPROCESSING
468.89/470.19	c GARBAGE COLLECT
468.89/470.19	c #Conflicts:    1105000 | #Constraints:      31119
468.89/470.19	c #Conflicts:    1106000 | #Constraints:      32119
468.89/470.19	c #Conflicts:    1107000 | #Constraints:      33119
468.89/470.19	c #Conflicts:    1108000 | #Constraints:      34119
468.89/470.19	c #Conflicts:    1109000 | #Constraints:      35119
468.89/470.19	c #Conflicts:    1110000 | #Constraints:      36119
468.89/470.19	c #Conflicts:    1111000 | #Constraints:      37119
468.89/470.19	c #Conflicts:    1112000 | #Constraints:      38119
468.89/470.19	c #Conflicts:    1113000 | #Constraints:      39119
468.89/470.19	c #Conflicts:    1114000 | #Constraints:      40119
468.89/470.19	c #Conflicts:    1115000 | #Constraints:      41119
509.40/510.79	c #Conflicts:    1116000 | #Constraints:      42119
509.40/510.79	c #Conflicts:    1117000 | #Constraints:      43119
509.40/510.79	c #Conflicts:    1118000 | #Constraints:      44119
509.40/510.79	c #Conflicts:    1119000 | #Constraints:      45119
509.40/510.79	c #Conflicts:    1120000 | #Constraints:      46119
509.40/510.79	c #Conflicts:    1121000 | #Constraints:      47119
509.40/510.79	c #Conflicts:    1122000 | #Constraints:      48119
509.40/510.79	c #Conflicts:    1123000 | #Constraints:      49119
509.40/510.79	c #Conflicts:    1124000 | #Constraints:      50119
509.40/510.79	c #Conflicts:    1125000 | #Constraints:      51119
509.40/510.79	c INPROCESSING
509.40/510.79	c GARBAGE COLLECT
509.40/510.79	c #Conflicts:    1126000 | #Constraints:      31106
509.40/510.79	c #Conflicts:    1127000 | #Constraints:      32106
509.40/510.79	c #Conflicts:    1128000 | #Constraints:      33106
509.40/510.79	c #Conflicts:    1129000 | #Constraints:      34106
509.40/510.79	c #Conflicts:    1130000 | #Constraints:      35106
509.40/510.79	c #Conflicts:    1131000 | #Constraints:      36106
509.40/510.79	c #Conflicts:    1132000 | #Constraints:      37106
509.40/510.79	c #Conflicts:    1133000 | #Constraints:      38106
509.40/510.79	c #Conflicts:    1134000 | #Constraints:      39106
509.40/510.79	c #Conflicts:    1135000 | #Constraints:      40106
509.40/510.79	c #Conflicts:    1136000 | #Constraints:      41106
509.40/510.79	c #Conflicts:    1137000 | #Constraints:      42106
509.40/510.79	c #Conflicts:    1138000 | #Constraints:      43106
509.40/510.79	c #Conflicts:    1139000 | #Constraints:      44106
509.40/510.79	c #Conflicts:    1140000 | #Constraints:      45106
509.40/510.79	c #Conflicts:    1141000 | #Constraints:      46106
509.40/510.79	c #Conflicts:    1142000 | #Constraints:      47106
509.40/510.79	c #Conflicts:    1143000 | #Constraints:      48106
509.40/510.79	c #Conflicts:    1144000 | #Constraints:      49106
509.40/510.79	c #Conflicts:    1145000 | #Constraints:      50106
509.40/510.79	c #Conflicts:    1146000 | #Constraints:      51106
509.40/510.79	c INPROCESSING
509.40/510.79	c GARBAGE COLLECT
509.40/510.79	c #Conflicts:    1147000 | #Constraints:      30897
509.40/510.79	c #Conflicts:    1148000 | #Constraints:      31897
509.40/510.79	c #Conflicts:    1149000 | #Constraints:      32897
509.40/510.79	c #Conflicts:    1150000 | #Constraints:      33897
509.40/510.79	c #Conflicts:    1151000 | #Constraints:      34897
509.40/510.79	c #Conflicts:    1152000 | #Constraints:      35897
509.40/510.79	c #Conflicts:    1153000 | #Constraints:      36897
509.40/510.79	c #Conflicts:    1154000 | #Constraints:      37897
509.40/510.79	c #Conflicts:    1155000 | #Constraints:      38897
509.40/510.79	c #Conflicts:    1156000 | #Constraints:      39897
509.40/510.79	c #Conflicts:    1157000 | #Constraints:      40897
509.40/510.79	c #Conflicts:    1158000 | #Constraints:      41897
509.40/510.79	c #Conflicts:    1159000 | #Constraints:      42897
509.40/510.79	c #Conflicts:    1160000 | #Constraints:      43897
509.40/510.79	c #Conflicts:    1161000 | #Constraints:      44897
509.40/510.79	c #Conflicts:    1162000 | #Constraints:      45897
509.40/510.79	c #Conflicts:    1163000 | #Constraints:      46897
509.40/510.79	c #Conflicts:    1164000 | #Constraints:      47897
509.40/510.79	c #Conflicts:    1165000 | #Constraints:      48897
509.40/510.79	c #Conflicts:    1166000 | #Constraints:      49897
509.40/510.79	c #Conflicts:    1167000 | #Constraints:      50897
509.40/510.79	c #Conflicts:    1168000 | #Constraints:      51897
509.40/510.79	c INPROCESSING
509.40/510.79	c GARBAGE COLLECT
509.40/510.79	c #Conflicts:    1169000 | #Constraints:      31449
509.40/510.79	c #Conflicts:    1170000 | #Constraints:      32449
509.40/510.79	c #Conflicts:    1171000 | #Constraints:      33449
509.40/510.79	c #Conflicts:    1172000 | #Constraints:      34449
509.40/510.79	c #Conflicts:    1173000 | #Constraints:      35449
509.40/510.79	c #Conflicts:    1174000 | #Constraints:      36449
509.40/510.79	c #Conflicts:    1175000 | #Constraints:      37449
509.40/510.79	c #Conflicts:    1176000 | #Constraints:      38449
509.40/510.79	c #Conflicts:    1177000 | #Constraints:      39449
509.40/510.79	c #Conflicts:    1178000 | #Constraints:      40449
509.40/510.79	c #Conflicts:    1179000 | #Constraints:      41449
509.40/510.79	c #Conflicts:    1180000 | #Constraints:      42449
509.40/510.79	c #Conflicts:    1181000 | #Constraints:      43449
509.40/510.79	c #Conflicts:    1182000 | #Constraints:      44449
509.40/510.79	c #Conflicts:    1183000 | #Constraints:      45449
509.40/510.79	c #Conflicts:    1184000 | #Constraints:      46449
509.40/510.79	c #Conflicts:    1185000 | #Constraints:      47449
509.40/510.79	c #Conflicts:    1186000 | #Constraints:      48449
509.40/510.79	c #Conflicts:    1187000 | #Constraints:      49449
509.40/510.79	c #Conflicts:    1188000 | #Constraints:      50449
509.40/510.79	c #Conflicts:    1189000 | #Constraints:      51449
509.40/510.79	c #Conflicts:    1190000 | #Constraints:      52449
509.40/510.79	c INPROCESSING
509.40/510.79	c GARBAGE COLLECT
509.40/510.79	c #Conflicts:    1191000 | #Constraints:      31889
531.14/532.59	c #Conflicts:    1192000 | #Constraints:      32889
531.14/532.59	c #Conflicts:    1193000 | #Constraints:      33889
531.14/532.59	c #Conflicts:    1194000 | #Constraints:      34889
531.14/532.59	c #Conflicts:    1195000 | #Constraints:      35889
531.14/532.59	c #Conflicts:    1196000 | #Constraints:      36889
531.14/532.59	c #Conflicts:    1197000 | #Constraints:      37889
531.14/532.59	c #Conflicts:    1198000 | #Constraints:      38889
531.14/532.59	c #Conflicts:    1199000 | #Constraints:      39889
531.14/532.59	c #Conflicts:    1200000 | #Constraints:      40889
531.14/532.59	c #Conflicts:    1201000 | #Constraints:      41889
531.14/532.59	c #Conflicts:    1202000 | #Constraints:      42889
531.14/532.59	c #Conflicts:    1203000 | #Constraints:      43889
531.14/532.59	c #Conflicts:    1204000 | #Constraints:      44889
531.14/532.59	c #Conflicts:    1205000 | #Constraints:      45889
531.14/532.59	c #Conflicts:    1206000 | #Constraints:      46890
531.14/532.59	c #Conflicts:    1207000 | #Constraints:      47890
531.14/532.59	c #Conflicts:    1208000 | #Constraints:      48890
531.14/532.59	c #Conflicts:    1209000 | #Constraints:      49890
531.14/532.59	c #Conflicts:    1210000 | #Constraints:      50890
531.14/532.59	c #Conflicts:    1211000 | #Constraints:      51890
531.14/532.59	c #Conflicts:    1212000 | #Constraints:      52890
531.14/532.59	c INPROCESSING
531.14/532.59	c GARBAGE COLLECT
531.14/532.59	c #Conflicts:    1213000 | #Constraints:      32056
531.14/532.59	c #Conflicts:    1214000 | #Constraints:      33056
531.14/532.59	c #Conflicts:    1215000 | #Constraints:      34056
531.14/532.59	c #Conflicts:    1216000 | #Constraints:      35056
531.14/532.59	c #Conflicts:    1217000 | #Constraints:      36056
531.14/532.59	c #Conflicts:    1218000 | #Constraints:      37056
531.14/532.59	c #Conflicts:    1219000 | #Constraints:      38056
531.14/532.59	c #Conflicts:    1220000 | #Constraints:      39056
531.14/532.59	c #Conflicts:    1221000 | #Constraints:      40056
531.14/532.59	c #Conflicts:    1222000 | #Constraints:      41056
531.14/532.59	c #Conflicts:    1223000 | #Constraints:      42056
531.14/532.59	c #Conflicts:    1224000 | #Constraints:      43056
531.14/532.59	c #Conflicts:    1225000 | #Constraints:      44056
531.14/532.59	c #Conflicts:    1226000 | #Constraints:      45056
531.14/532.59	c #Conflicts:    1227000 | #Constraints:      46056
531.14/532.59	c #Conflicts:    1228000 | #Constraints:      47056
531.14/532.59	c #Conflicts:    1229000 | #Constraints:      48056
531.14/532.59	c #Conflicts:    1230000 | #Constraints:      49056
531.14/532.59	c #Conflicts:    1231000 | #Constraints:      50056
531.14/532.59	c #Conflicts:    1232000 | #Constraints:      51056
531.14/532.59	c #Conflicts:    1233000 | #Constraints:      52056
531.14/532.59	c #Conflicts:    1234000 | #Constraints:      53056
531.14/532.59	c INPROCESSING
531.14/532.59	c GARBAGE COLLECT
531.14/532.59	WSVECS04 Frhs2[35]: 6 0 5.10649e-06 shouldn't be
531.14/532.59	WSVECS04 Frhs2[44]: 6 -1.25 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[72]: 6 -1.00001 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[73]: 6 -0.999919 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[74]: 6 -0.999782 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[79]: 6 -0.99996 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[80]: 6 -0.999972 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[117]: 6 -0.994993 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[137]: 6 0 340 shouldn't be
531.14/532.59	WSVECS04 Frhs2[176]: 6 -0.999842 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[179]: 6 -1.00422 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[199]: 6 0 3.26477e-06 shouldn't be
531.14/532.59	WSVECS04 Frhs2[210]: 6 -1.00409 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[231]: 6 0 0.250035 shouldn't be
531.14/532.59	WSVECS04 Frhs2[238]: 6 -0.999956 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[240]: 6 -0.999944 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[276]: 6 -1.00532 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[309]: 6 -0.997128 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[326]: 6 -0.999978 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[330]: 6 -0.999874 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[335]: 6 -0.999992 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[361]: 6 -0.999982 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[391]: 6 0 9.99149e-07 shouldn't be
531.14/532.59	WSVECS04 Frhs2[425]: 6 -1.00003 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[485]: 6 0 2.74999 shouldn't be
531.14/532.59	WSVECS04 Frhs2[487]: 6 0 82 shouldn't be
531.14/532.59	WSVECS04 Frhs2[530]: 6 -1.00291 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[560]: 6 -1.00055 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[595]: 6 -0.999994 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[610]: 6 0 0.187504 shouldn't be
531.14/532.59	WSVECS04 Frhs2[616]: 6 -0.99984 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[625]: 6 -1.00227 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[627]: 6 -0.999786 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[659]: 6 -1.00763 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[722]: 6 -1.00452 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1134]: 6 -0.999993 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1191]: 6 -86 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1195]: 6 -1.00001 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1196]: 6 -0.999997 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1316]: 6 0 0.125003 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1445]: 6 -0.99995 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1577]: 6 -0.374999 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1582]: 6 -0.999939 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1664]: 6 0 1.7209e-05 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1968]: 6 -4.99987 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1970]: 6 -8.99972 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2130]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2158]: 6 -5 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2163]: 6 -0.999999 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2170]: 6 -1.00001 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2171]: 6 -0.999981 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2173]: 6 -0.999973 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2313]: 6 0 340 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2318]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2319]: 6 -1.00002 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2352]: 6 -357.823 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2412]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2456]: 6 -0.99999 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2539]: 6 -0.999994 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2561]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2700]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2728]: 6 -1.125 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2788]: 6 -1.4375 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2822]: 6 0 1.875 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2917]: 6 -0.255667 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2920]: 6 -18.9 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3082]: 6 -0.999995 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3175]: 6 -1.24997 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3203]: 6 -3 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3218]: 6 -0.999873 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3338]: 6 -0.998261 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3527]: 6 -0.997898 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3781]: 6 -0.999937 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3792]: 6 -0.999999 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3807]: 6 -0.999766 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3814]: 6 -0.992178 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3900]: 6 -0.999973 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3942]: 6 -0.687516 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3984]: 6 -9.99964 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4000]: 6 -0.99985 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4004]: 6 -0.999533 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4054]: 6 -0.995312 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4085]: 6 -0.99999 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4088]: 6 -1.00002 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4090]: 6 -1.00004 0 shouldn't be
531.14/532.59	WSVECS04 Frhs2[4101]: 6 -0.998681 0 shouldn't be
558.17/559.65	c #Conflicts:    1235000 | #Constraints:      32017
558.17/559.65	c #Conflicts:    1236000 | #Constraints:      33017
558.17/559.65	c #Conflicts:    1237000 | #Constraints:      34017
558.17/559.65	c #Conflicts:    1238000 | #Constraints:      35017
558.17/559.65	c #Conflicts:    1239000 | #Constraints:      36017
558.17/559.65	c #Conflicts:    1240000 | #Constraints:      37017
558.17/559.65	c #Conflicts:    1241000 | #Constraints:      38017
558.17/559.65	c #Conflicts:    1242000 | #Constraints:      39017
558.17/559.65	c #Conflicts:    1243000 | #Constraints:      40017
558.17/559.65	c #Conflicts:    1244000 | #Constraints:      41017
558.17/559.65	c #Conflicts:    1245000 | #Constraints:      42017
558.17/559.65	c #Conflicts:    1246000 | #Constraints:      43017
558.17/559.65	c #Conflicts:    1247000 | #Constraints:      44017
558.17/559.65	c #Conflicts:    1248000 | #Constraints:      45017
558.17/559.65	c #Conflicts:    1249000 | #Constraints:      46017
558.17/559.65	c #Conflicts:    1250000 | #Constraints:      47017
558.17/559.65	c #Conflicts:    1251000 | #Constraints:      48017
558.17/559.65	c #Conflicts:    1252000 | #Constraints:      49017
558.17/559.65	c #Conflicts:    1253000 | #Constraints:      50017
558.17/559.65	c #Conflicts:    1254000 | #Constraints:      51017
558.17/559.65	c #Conflicts:    1255000 | #Constraints:      52017
558.17/559.65	c #Conflicts:    1256000 | #Constraints:      53017
558.17/559.65	c INPROCESSING
558.17/559.65	c GARBAGE COLLECT
558.17/559.65	c #Conflicts:    1257000 | #Constraints:      31833
558.17/559.65	c #Conflicts:    1258000 | #Constraints:      32833
558.17/559.65	c #Conflicts:    1259000 | #Constraints:      33833
558.17/559.65	c #Conflicts:    1260000 | #Constraints:      34833
558.17/559.65	c #Conflicts:    1261000 | #Constraints:      35833
558.17/559.65	c #Conflicts:    1262000 | #Constraints:      36833
558.17/559.65	c #Conflicts:    1263000 | #Constraints:      37833
558.17/559.65	c #Conflicts:    1264000 | #Constraints:      38833
558.17/559.65	c #Conflicts:    1265000 | #Constraints:      39833
558.17/559.65	c #Conflicts:    1266000 | #Constraints:      40833
558.17/559.65	c #Conflicts:    1267000 | #Constraints:      41833
558.17/559.65	c #Conflicts:    1268000 | #Constraints:      42833
558.17/559.65	c #Conflicts:    1269000 | #Constraints:      43833
558.17/559.65	c #Conflicts:    1270000 | #Constraints:      44833
558.17/559.65	c #Conflicts:    1271000 | #Constraints:      45833
558.17/559.65	c #Conflicts:    1272000 | #Constraints:      46833
558.17/559.65	c #Conflicts:    1273000 | #Constraints:      47833
558.17/559.65	c #Conflicts:    1274000 | #Constraints:      48833
558.17/559.65	c #Conflicts:    1275000 | #Constraints:      49833
558.17/559.65	c #Conflicts:    1276000 | #Constraints:      50833
558.17/559.65	c #Conflicts:    1277000 | #Constraints:      51833
558.17/559.65	c #Conflicts:    1278000 | #Constraints:      52833
558.17/559.65	c #Conflicts:    1279000 | #Constraints:      53833
558.17/559.65	c INPROCESSING
558.17/559.65	c GARBAGE COLLECT
558.17/559.65	c #Conflicts:    1280000 | #Constraints:      32428
558.17/559.65	c #Conflicts:    1281000 | #Constraints:      33428
558.17/559.65	c #Conflicts:    1282000 | #Constraints:      34428
558.17/559.65	c #Conflicts:    1283000 | #Constraints:      35428
558.17/559.65	c #Conflicts:    1284000 | #Constraints:      36428
558.17/559.65	c #Conflicts:    1285000 | #Constraints:      37428
558.17/559.65	c #Conflicts:    1286000 | #Constraints:      38428
558.17/559.65	c #Conflicts:    1287000 | #Constraints:      39428
558.17/559.65	c #Conflicts:    1288000 | #Constraints:      40428
558.17/559.65	c #Conflicts:    1289000 | #Constraints:      41428
558.17/559.65	c #Conflicts:    1290000 | #Constraints:      42428
558.17/559.65	c #Conflicts:    1291000 | #Constraints:      43429
558.17/559.65	c #Conflicts:    1292000 | #Constraints:      44429
558.17/559.65	c #Conflicts:    1293000 | #Constraints:      45429
558.17/559.65	c #Conflicts:    1294000 | #Constraints:      46429
558.17/559.65	c #Conflicts:    1295000 | #Constraints:      47429
558.17/559.65	c #Conflicts:    1296000 | #Constraints:      48429
558.17/559.65	c #Conflicts:    1297000 | #Constraints:      49429
558.17/559.65	c #Conflicts:    1298000 | #Constraints:      50429
558.17/559.65	c #Conflicts:    1299000 | #Constraints:      51429
558.17/559.65	c #Conflicts:    1300000 | #Constraints:      52429
558.17/559.65	c #Conflicts:    1301000 | #Constraints:      53429
558.17/559.65	c #Conflicts:    1302000 | #Constraints:      54429
558.17/559.65	c INPROCESSING
558.17/559.65	c GARBAGE COLLECT
558.17/559.65	WSVECS04 Frhs2[11]: 6 -0.827883 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[12]: 6 -0.477488 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[16]: 6 -1.01039 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[22]: 6 -0.877135 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[33]: 6 -0.999648 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[42]: 6 -0.999847 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[57]: 6 -1.24984 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[77]: 6 -2.56948 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[80]: 6 -0.993625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[82]: 6 -1.24508 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[83]: 6 -1.49464 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[106]: 6 -0.999859 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[107]: 6 -0.999954 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[142]: 6 -0.984658 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[173]: 6 -1.32685 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[185]: 6 -1.88761 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[192]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[198]: 6 -6.24906 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[205]: 6 -0.656189 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[209]: 6 -1.31013 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[211]: 6 -1.2296 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[240]: 6 -1.24898 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[255]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[267]: 6 -1.14038 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[271]: 6 -0.994541 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[273]: 6 -0.976636 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[299]: 6 -0.999962 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[333]: 6 -0.999655 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[334]: 6 -0.970679 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[336]: 6 -0.993962 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[363]: 6 -1.32291 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[370]: 6 -0.999677 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[389]: 6 -0.375415 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[390]: 6 -8.87345 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[417]: 6 -1.24971 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[446]: 6 0 0.000122699 shouldn't be
558.17/559.65	WSVECS04 Frhs2[459]: 6 -1.33287 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[486]: 6 -0.998989 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[493]: 6 -0.999656 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[494]: 6 -0.999974 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[509]: 6 0 0.25 shouldn't be
558.17/559.65	WSVECS04 Frhs2[519]: 6 -0.997519 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[521]: 6 -0.606175 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[524]: 6 0 6.19453 shouldn't be
558.17/559.65	WSVECS04 Frhs2[530]: 6 -0.972334 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[531]: 6 -0.999049 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[534]: 6 -0.976531 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[547]: 6 -2.41319 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[592]: 6 -0.995691 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[605]: 6 0 0.25 shouldn't be
558.17/559.65	WSVECS04 Frhs2[608]: 6 -0.999896 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[613]: 6 -6.24892 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[618]: 6 -0.999996 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[621]: 6 -0.479092 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[622]: 6 -1.12078 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[623]: 6 -1.24823 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[624]: 6 -2.23671 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[628]: 6 -1.01816 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[634]: 6 -0.875 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[640]: 6 -0.999496 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[645]: 6 -2.37499 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[646]: 6 -8.87345 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[676]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[683]: 6 -1.06844 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[692]: 6 -0.988869 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[702]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[716]: 6 -2.1023 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[718]: 6 -0.998498 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[723]: 6 -0.97863 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[902]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[903]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[945]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[961]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[975]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[976]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[987]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[995]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1004]: 6 -0.998768 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1005]: 6 -0.997535 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1006]: 6 -0.99507 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1009]: 6 -0.964135 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1033]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1035]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1057]: 6 -1.00002 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1061]: 6 -0.999784 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1062]: 6 -0.999942 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1066]: 6 -30.3363 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1067]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1070]: 6 -2.08923 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1075]: 6 -1.37475 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1078]: 6 -1.29848 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1079]: 6 -1.62041 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1084]: 6 -2.38321 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1096]: 6 -0.999947 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1097]: 6 -0.999802 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1100]: 6 -0.999782 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1101]: 6 -1.24999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1102]: 6 -1.50005 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1105]: 6 -0.929631 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1107]: 6 -1.14822 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1111]: 6 -1.34379 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1112]: 6 -0.616967 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1121]: 6 -0.999703 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1122]: 6 -0.99991 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1123]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1125]: 6 -0.999998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1126]: 6 -8.87369 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1129]: 6 -1.24984 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1135]: 6 -2.67156 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1137]: 6 -1.24939 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1138]: 6 -0.999262 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1140]: 6 -0.996976 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1143]: 6 -0.999974 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1153]: 6 -0.374944 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1154]: 6 -0.75 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1158]: 6 -1.00019 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1162]: 6 -1.00028 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1164]: 6 -0.687504 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1167]: 6 -0.988284 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1168]: 6 -0.999719 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1171]: 6 -0.999771 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1173]: 6 -0.250001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1174]: 6 -1.02922 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1185]: 6 -1.62499 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1187]: 6 -0.999981 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1188]: 6 -4.94099 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1190]: 6 -16.4806 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1201]: 6 -1.24927 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1211]: 6 -1.46873 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1218]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1223]: 6 -0.999987 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1228]: 6 -0.387675 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1234]: 6 -0.999751 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1236]: 6 -1.31188 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1242]: 6 -0.0811865 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1250]: 6 -0.750005 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1253]: 6 -1.87482 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1258]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1266]: 6 -0.687496 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1270]: 6 -0.999923 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1278]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1287]: 6 -1.625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1290]: 6 -0.999997 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1295]: 6 -1.06217 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1301]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1308]: 6 -0.500001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1310]: 6 0 1.67915 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1344]: 6 0 0.283355 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1347]: 6 -0.687427 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1349]: 6 -0.75 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1350]: 6 -0.00013849 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1351]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1355]: 6 0 0.322925 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1375]: 6 -0.375 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1377]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1385]: 6 -1.0012 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1388]: 6 0 0.24887 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1389]: 6 -1.09113 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1392]: 6 -1.00013 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1399]: 6 -0.99614 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1427]: 6 -1.01146 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1432]: 6 -0.979572 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1438]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1446]: 6 -0.583286 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1452]: 6 -2.0747 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1453]: 6 -0.538938 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1475]: 6 -0.999864 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1476]: 6 -0.999705 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1477]: 6 -1.00044 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1480]: 6 -1.33118 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1483]: 6 -1.72529 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1494]: 6 -1.36495 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1508]: 6 -0.999154 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1518]: 6 -1.24207 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1532]: 6 -0.656252 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1533]: 6 -0.750003 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1539]: 6 -0.999639 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1541]: 6 -0.606044 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1551]: 6 -0.999904 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1569]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1571]: 6 -1.00624 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1573]: 6 -0.999978 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1574]: 6 -0.999998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1580]: 6 -3.57517 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1583]: 6 -1.48893 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1590]: 6 -1.0127 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1592]: 6 -0.999979 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1593]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1604]: 6 -1.00217 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1605]: 6 -1.68742 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1606]: 6 -1.35799 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1618]: 6 -1.32897 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1619]: 6 -1.3106 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1620]: 6 -0.327437 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1643]: 6 -1.25843 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1646]: 6 -0.955056 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1661]: 6 -0.999303 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1663]: 6 -0.999963 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1677]: 6 -1.0318 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1680]: 6 -0.667253 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1684]: 6 -0.949193 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1692]: 6 0 0.131503 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1713]: 6 -0.747764 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1717]: 6 -1.4375 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1725]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1742]: 6 -1.23191 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1957]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1961]: 6 -0.99999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1964]: 6 -1.00001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1965]: 6 -0.999972 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1967]: 6 -0.999982 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1969]: 6 -0.999697 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1973]: 6 -0.999837 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2016]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2053]: 6 -1.12731 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2060]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2063]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2065]: 6 -0.999664 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2068]: 6 -1.00002 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2069]: 6 -1.00001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2072]: 6 -0.999942 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2074]: 6 0 1.24067 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2076]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2078]: 6 -9.96223 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2106]: 6 -0.00528115 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2130]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2138]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2151]: 6 -0.999989 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2153]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2161]: 6 -0.999995 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2163]: 6 -0.999995 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2165]: 6 -0.999977 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2168]: 6 -1.00001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2170]: 6 -1.00019 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2174]: 6 -0.999789 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2178]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2182]: 6 0 1.00004 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2184]: 6 -0.999911 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2191]: 6 -0.906251 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2193]: 6 -1.00035 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2198]: 6 0 1 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2217]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2220]: 6 -1.31228 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2223]: 6 -4.91837 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2225]: 6 -0.99999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2236]: 6 -0.999689 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2242]: 6 0 1.99997 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2244]: 6 0 1.99993 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2246]: 6 0 1.99985 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2248]: 6 0 1 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2249]: 6 -0.999705 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2260]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2261]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2271]: 6 -0.999926 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2279]: 6 -0.998574 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2283]: 6 -0.995945 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2288]: 6 -1.46755 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2295]: 6 -0.740437 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2308]: 6 -1.31248 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2311]: 6 -1.49984 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2316]: 6 -0.99994 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2337]: 6 -0.999997 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2352]: 6 -130.976 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2354]: 6 -1.00004 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2355]: 6 -0.7651 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2359]: 6 -0.060411 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2364]: 6 -0.999345 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2366]: 6 -0.997737 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2370]: 6 -1.2497 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2371]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2378]: 6 -0.999864 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2379]: 6 -0.999864 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2385]: 6 -0.6875 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2388]: 6 -1.31219 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2409]: 6 -1.2498 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2412]: 6 -1.92476 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2424]: 6 -0.999378 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2425]: 6 -1.68721 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2454]: 6 -1.84951 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2464]: 6 -9.95713 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2469]: 6 -0.999977 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2471]: 6 -0.999906 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2482]: 6 -1.0203 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2502]: 6 -1.00009 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2504]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2514]: 6 -1.31251 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2515]: 6 -1.24748 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2528]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2529]: 6 -0.999996 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2536]: 6 -0.999994 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2537]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2540]: 6 -0.999823 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2544]: 6 -0.999995 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2546]: 6 -0.999989 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2558]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2559]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2565]: 6 -0.75 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2578]: 6 -1.74998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2579]: 6 -1.74998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2584]: 6 0 1 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2596]: 6 -0.999845 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2606]: 6 -1.31275 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2608]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2611]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2618]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2627]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2648]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2649]: 6 -0.6875 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2676]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2677]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2683]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2694]: 6 -0.999911 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2697]: 6 -1.31249 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2699]: 6 -1.31248 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2709]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2710]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2711]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2714]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2719]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2733]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2736]: 6 -0.68751 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2740]: 6 -1.625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2748]: 6 -0.681006 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2756]: 6 -10.1039 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2760]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2763]: 6 -1.09028 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2767]: 6 -0.361111 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2772]: 6 -1.32813 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2783]: 6 -0.500001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2797]: 6 -1.31247 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2802]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2815]: 6 -1.625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2822]: 6 0 1 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2838]: 6 -1.31246 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2872]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2879]: 6 -0.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2885]: 6 -0.99986 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2908]: 6 -1.625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2915]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2929]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2931]: 6 -0.000311571 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2933]: 6 -2.99938 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2937]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2940]: 6 -1.00001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2944]: 6 -1.3125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2960]: 6 -0.968687 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2965]: 6 -1.625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2979]: 6 -1.875 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2980]: 6 -1.75 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[2994]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3036]: 6 -0.995156 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3038]: 6 -4.99031 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3055]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3061]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3075]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3088]: 6 -1.31601 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3091]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3097]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3106]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3110]: 6 -0.999995 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3114]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3117]: 6 -0.999993 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3121]: 6 -0.99997 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3123]: 6 -1.32807 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3131]: 6 -1.24904 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3143]: 6 -0.971246 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3146]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3157]: 6 -1.40625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3169]: 6 -1.24997 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3171]: 6 -0.999857 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3173]: 6 -0.999425 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3204]: 6 0 0.999713 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3207]: 6 -0.999426 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3216]: 6 -1.0411 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3221]: 6 -0.999998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3225]: 6 -1.99999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3234]: 6 -0.984961 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3238]: 6 -1.06016 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3242]: 6 -0.754269 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3245]: 6 -0.990003 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3252]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3259]: 6 -3 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3271]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3272]: 6 -0.999768 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3278]: 6 -1.32796 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3285]: 6 -0.998707 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3292]: 6 -1.28125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3299]: 6 -1.24999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3306]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3314]: 6 -1.33297 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3315]: 6 -1.33295 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3353]: 6 -1.125 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3357]: 6 -0.500001 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3373]: 6 -0.993092 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3381]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3382]: 6 -0.992445 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3386]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3395]: 6 -0.999998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3401]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3408]: 6 -1.00012 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3410]: 6 -0.00669865 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3414]: 6 -4.97321 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3416]: 6 -4.99804 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3423]: 6 -0.765656 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3426]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3428]: 6 -1.25 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3436]: 6 -0.999532 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3488]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3499]: 6 -1.00007 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3504]: 6 -0.606181 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3514]: 6 -25.6022 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3516]: 6 -0.997873 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3528]: 6 -0.860548 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3534]: 6 -0.877718 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3553]: 6 -0.999632 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3557]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3566]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3584]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3586]: 6 -0.999633 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3587]: 6 -0.999633 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3589]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3618]: 6 -0.997739 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3621]: 6 -1.0026 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3623]: 6 -0.994807 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3634]: 6 -0.999998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3656]: 6 -0.999982 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3659]: 6 -0.98297 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3676]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3686]: 6 -0.999626 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3694]: 6 -1.00004 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3696]: 6 -1.00008 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3698]: 6 -0.983099 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3701]: 6 -0.000181466 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3704]: 6 -4.99928 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3708]: 6 -0.995229 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3712]: 6 -0.978656 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3715]: 6 -0.999818 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3723]: 6 -0.999221 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3732]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3733]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3737]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3741]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3745]: 6 -1.00039 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3748]: 6 -0.999925 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3756]: 6 -1.32004 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3766]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3767]: 6 -1.12228 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3771]: 6 -0.875003 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3776]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3778]: 6 -0.998268 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3782]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3792]: 6 -0.999951 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3793]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3804]: 6 -0.994255 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3812]: 6 -0.949207 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3814]: 6 -0.787851 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3815]: 6 -0.889438 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3824]: 6 -0.9375 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3841]: 6 -0.99417 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3843]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3848]: 6 -1.00107 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3850]: 6 -0.999938 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3851]: 6 -0.990905 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3852]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3853]: 6 -0.989837 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3862]: 6 -0.999979 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3873]: 6 -0.999921 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3875]: 6 -0.99998 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3881]: 6 -0.999975 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3885]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3888]: 6 -0.991398 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3890]: 6 -0.982797 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3897]: 6 -1.00019 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3900]: 6 -0.99924 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3904]: 6 -1.1875 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3942]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3948]: 6 -0.957101 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3949]: 6 -1.49049 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3951]: 6 -0.999977 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3961]: 6 -0.890625 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3963]: 6 -0.999951 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3969]: 6 -0.99205 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3973]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3979]: 6 -0.999618 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3980]: 6 -0.99922 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3985]: 6 -0.999941 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3989]: 6 -0.999883 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3992]: 6 -1.0002 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3998]: 6 -0.996373 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[3999]: 6 -0.996373 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4002]: 6 -0.993651 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4003]: 6 -0.987302 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4006]: 6 -0.974604 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4008]: 6 -0.949208 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4014]: 6 -2.32813 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4022]: 6 -1.5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4026]: 6 0 0.75 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4041]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4050]: 6 -0.995528 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4058]: 6 -1.38154 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4068]: 6 -1.37473 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4073]: 6 -1.49935 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4081]: 6 -0.999965 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4084]: 6 -0.999869 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4088]: 6 -1.00053 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4089]: 6 -0.999999 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4093]: 6 -0.997764 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4109]: 6 -0.809238 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4112]: 6 -1.76305 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4118]: 6 0 1.82813 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4126]: 6 -5 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4140]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4158]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4202]: 6 -0.996102 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4216]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4235]: 6 -1 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4239]: 6 -0.991051 0 shouldn't be
558.17/559.65	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[44]: 6 -0.770424 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[63]: 6 -0.999121 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[73]: 6 -0.994936 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[88]: 6 -1.00801 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[135]: 6 -1.49756 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[141]: 6 -0.999826 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[166]: 6 -0.99801 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[199]: 6 -0.99751 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[230]: 6 -0.999443 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[275]: 6 -0.972734 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[300]: 6 -0.770655 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[319]: 6 -1.62412 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[362]: 6 -0.999898 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[374]: 6 -0.998463 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[435]: 6 -0.968393 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[485]: 6 -0.999211 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[489]: 6 -0.995044 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[495]: 6 -0.998669 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[498]: 6 -0.977503 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[518]: 6 -6.24795 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[556]: 6 -0.770436 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[591]: 6 -0.997467 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[611]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[630]: 6 -0.998463 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[647]: 6 -0.998707 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[653]: 6 -0.999652 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[681]: 6 -0.999044 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[687]: 6 0 0.250049 shouldn't be
559.17/560.67	WSVECS04 Frhs2[711]: 6 -0.998819 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[715]: 6 -0.999803 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[927]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1051]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1065]: 6 -0.999535 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1068]: 6 0 0.0443044 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1109]: 6 -1.1797 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1136]: 6 -1.31146 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1141]: 6 -1.46756 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1148]: 6 0 0.187519 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1155]: 6 -0.249989 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1176]: 6 0 0.883734 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1328]: 6 0 2.00789 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1346]: 6 -0.120825 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1445]: 6 -1.04073 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1448]: 6 0 1.66344 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1467]: 6 -0.999966 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1479]: 6 -1.33188 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1507]: 6 -0.750458 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1536]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1550]: 6 -0.985012 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1589]: 6 -0.993651 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1599]: 6 -1.49967 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1674]: 6 -0.999559 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1681]: 6 -1.00684 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1682]: 6 -0.329091 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1708]: 6 -0.999024 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[1980]: 6 -1.01048 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2079]: 6 -0.499999 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2097]: 6 -0.75 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2175]: 6 -0.999634 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2231]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2319]: 6 -0.999964 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2381]: 6 -0.921876 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2390]: 6 0 1 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2415]: 6 -3.38663 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2485]: 6 -0.959408 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2513]: 6 -1.31246 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2525]: 6 0 1.5001 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2561]: 6 -0.6875 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2567]: 6 -0.500001 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2570]: 6 -0.999845 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2582]: 6 0 2 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2674]: 6 0 1 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2713]: 6 -1.25 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2808]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2827]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2847]: 6 -0.5 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2853]: 6 -0.5 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2954]: 6 0 1 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2964]: 6 -1.625 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2984]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2989]: 6 -1.50061 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[2995]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3002]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3027]: 6 -1.32291 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3029]: 6 -1.10448 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3058]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3127]: 6 -0.812261 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3139]: 6 -0.742812 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3164]: 6 0 1.5 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3205]: 6 -1.00029 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3213]: 6 -1.00025 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3295]: 6 -1.24986 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3346]: 6 0 1.39063 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3349]: 6 -0.78125 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3442]: 6 0 0.000313808 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3545]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3735]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3746]: 6 -0.999154 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3821]: 6 -0.999983 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3826]: 6 0 1 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3837]: 6 0 1 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3859]: 6 -1.25 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3866]: 6 -0.999816 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3907]: 6 -0.625001 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3909]: 6 -0.75 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3956]: 6 -0.987302 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3959]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[3966]: 6 -0.999934 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4019]: 6 -0.125001 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4042]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4070]: 6 0 1.75 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4071]: 6 -0.250001 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4139]: 6 -0.999931 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4178]: 6 -1 0 shouldn't be
559.17/560.67	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
600.57/602.13	c #Conflicts:    1303000 | #Constraints:      32848
600.57/602.13	c #Conflicts:    1304000 | #Constraints:      33848
600.57/602.13	c #Conflicts:    1305000 | #Constraints:      34848
600.57/602.13	c #Conflicts:    1306000 | #Constraints:      35848
600.57/602.13	c #Conflicts:    1307000 | #Constraints:      36848
600.57/602.13	c #Conflicts:    1308000 | #Constraints:      37848
600.57/602.13	c #Conflicts:    1309000 | #Constraints:      38848
600.57/602.13	c #Conflicts:    1310000 | #Constraints:      39848
600.57/602.13	c #Conflicts:    1311000 | #Constraints:      40848
600.57/602.13	c #Conflicts:    1312000 | #Constraints:      41848
600.57/602.13	c #Conflicts:    1313000 | #Constraints:      42848
600.57/602.13	c #Conflicts:    1314000 | #Constraints:      43848
600.57/602.13	c #Conflicts:    1315000 | #Constraints:      44848
600.57/602.13	c #Conflicts:    1316000 | #Constraints:      45848
600.57/602.13	c #Conflicts:    1317000 | #Constraints:      46848
600.57/602.13	c #Conflicts:    1318000 | #Constraints:      47848
600.57/602.13	c #Conflicts:    1319000 | #Constraints:      48848
600.57/602.13	c #Conflicts:    1320000 | #Constraints:      49848
600.57/602.13	c #Conflicts:    1321000 | #Constraints:      50848
600.57/602.13	c #Conflicts:    1322000 | #Constraints:      51848
600.57/602.13	c #Conflicts:    1323000 | #Constraints:      52848
600.57/602.13	c #Conflicts:    1324000 | #Constraints:      53848
600.57/602.13	c #Conflicts:    1325000 | #Constraints:      54848
600.57/602.13	c INPROCESSING
600.57/602.13	c GARBAGE COLLECT
600.57/602.13	c #Conflicts:    1326000 | #Constraints:      33084
600.57/602.13	c #Conflicts:    1327000 | #Constraints:      34084
600.57/602.13	c #Conflicts:    1328000 | #Constraints:      35084
600.57/602.13	c #Conflicts:    1329000 | #Constraints:      36084
600.57/602.13	c #Conflicts:    1330000 | #Constraints:      37084
600.57/602.13	c #Conflicts:    1331000 | #Constraints:      38084
600.57/602.13	c #Conflicts:    1332000 | #Constraints:      39084
600.57/602.13	c #Conflicts:    1333000 | #Constraints:      40084
600.57/602.13	c #Conflicts:    1334000 | #Constraints:      41084
600.57/602.13	c #Conflicts:    1335000 | #Constraints:      42084
600.57/602.13	c #Conflicts:    1336000 | #Constraints:      43084
600.57/602.13	c #Conflicts:    1337000 | #Constraints:      44084
600.57/602.13	c #Conflicts:    1338000 | #Constraints:      45084
600.57/602.13	c #Conflicts:    1339000 | #Constraints:      46084
600.57/602.13	c #Conflicts:    1340000 | #Constraints:      47084
600.57/602.13	c #Conflicts:    1341000 | #Constraints:      48084
600.57/602.13	c #Conflicts:    1342000 | #Constraints:      49084
600.57/602.13	c #Conflicts:    1343000 | #Constraints:      50084
600.57/602.13	c #Conflicts:    1344000 | #Constraints:      51084
600.57/602.13	c #Conflicts:    1345000 | #Constraints:      52084
600.57/602.13	c #Conflicts:    1346000 | #Constraints:      53084
600.57/602.13	c #Conflicts:    1347000 | #Constraints:      54084
600.57/602.13	c #Conflicts:    1348000 | #Constraints:      55084
600.57/602.13	c INPROCESSING
600.57/602.13	c GARBAGE COLLECT
600.57/602.13	c #Conflicts:    1349000 | #Constraints:      33095
600.57/602.13	c #Conflicts:    1350000 | #Constraints:      34095
600.57/602.13	c #Conflicts:    1351000 | #Constraints:      35095
600.57/602.13	c #Conflicts:    1352000 | #Constraints:      36095
600.57/602.13	c #Conflicts:    1353000 | #Constraints:      37095
600.57/602.13	c #Conflicts:    1354000 | #Constraints:      38095
600.57/602.13	c #Conflicts:    1355000 | #Constraints:      39095
600.57/602.13	c #Conflicts:    1356000 | #Constraints:      40095
600.57/602.13	c #Conflicts:    1357000 | #Constraints:      41095
600.57/602.13	c #Conflicts:    1358000 | #Constraints:      42095
600.57/602.13	c #Conflicts:    1359000 | #Constraints:      43095
600.57/602.13	c #Conflicts:    1360000 | #Constraints:      44095
600.57/602.13	c #Conflicts:    1361000 | #Constraints:      45095
600.57/602.13	c #Conflicts:    1362000 | #Constraints:      46095
600.57/602.13	c #Conflicts:    1363000 | #Constraints:      47095
600.57/602.13	c #Conflicts:    1364000 | #Constraints:      48095
600.57/602.13	c #Conflicts:    1365000 | #Constraints:      49095
600.57/602.13	c #Conflicts:    1366000 | #Constraints:      50095
600.57/602.13	c #Conflicts:    1367000 | #Constraints:      51095
600.57/602.13	c #Conflicts:    1368000 | #Constraints:      52095
600.57/602.13	c #Conflicts:    1369000 | #Constraints:      53095
600.57/602.13	c #Conflicts:    1370000 | #Constraints:      54095
600.57/602.13	c #Conflicts:    1371000 | #Constraints:      55095
600.57/602.13	c INPROCESSING
600.57/602.13	c GARBAGE COLLECT
600.57/602.13	c #Conflicts:    1372000 | #Constraints:      32863
600.57/602.13	c #Conflicts:    1373000 | #Constraints:      33863
600.57/602.13	c #Conflicts:    1374000 | #Constraints:      34863
600.57/602.13	c #Conflicts:    1375000 | #Constraints:      35863
600.57/602.13	c #Conflicts:    1376000 | #Constraints:      36863
600.57/602.13	c #Conflicts:    1377000 | #Constraints:      37863
600.57/602.13	c #Conflicts:    1378000 | #Constraints:      38863
600.57/602.13	c #Conflicts:    1379000 | #Constraints:      39863
610.74/612.38	c #Conflicts:    1380000 | #Constraints:      40863
610.74/612.38	c #Conflicts:    1381000 | #Constraints:      41863
610.74/612.38	c #Conflicts:    1382000 | #Constraints:      42863
610.74/612.38	c #Conflicts:    1383000 | #Constraints:      43863
610.74/612.38	c #Conflicts:    1384000 | #Constraints:      44863
610.74/612.38	c #Conflicts:    1385000 | #Constraints:      45863
610.74/612.38	c #Conflicts:    1386000 | #Constraints:      46863
610.74/612.38	c #Conflicts:    1387000 | #Constraints:      47863
610.74/612.38	c #Conflicts:    1388000 | #Constraints:      48863
610.74/612.38	c #Conflicts:    1389000 | #Constraints:      49863
610.74/612.38	c #Conflicts:    1390000 | #Constraints:      50863
610.74/612.38	c #Conflicts:    1391000 | #Constraints:      51863
610.74/612.38	c #Conflicts:    1392000 | #Constraints:      52863
610.74/612.38	c #Conflicts:    1393000 | #Constraints:      53863
610.74/612.38	c #Conflicts:    1394000 | #Constraints:      54863
610.74/612.38	c #Conflicts:    1395000 | #Constraints:      55863
610.74/612.38	c INPROCESSING
610.74/612.38	c GARBAGE COLLECT
610.74/612.38	c rational objective 754.88
646.95/648.64	c #Conflicts:    1396000 | #Constraints:      33448
646.95/648.64	c #Conflicts:    1397000 | #Constraints:      34448
646.95/648.64	c #Conflicts:    1398000 | #Constraints:      35448
646.95/648.64	c #Conflicts:    1399000 | #Constraints:      36448
646.95/648.64	c #Conflicts:    1400000 | #Constraints:      37448
646.95/648.64	c #Conflicts:    1401000 | #Constraints:      38448
646.95/648.64	c #Conflicts:    1402000 | #Constraints:      39448
646.95/648.64	c #Conflicts:    1403000 | #Constraints:      40448
646.95/648.64	c #Conflicts:    1404000 | #Constraints:      41448
646.95/648.64	c #Conflicts:    1405000 | #Constraints:      42448
646.95/648.64	c #Conflicts:    1406000 | #Constraints:      43448
646.95/648.64	c #Conflicts:    1407000 | #Constraints:      44448
646.95/648.64	c #Conflicts:    1408000 | #Constraints:      45448
646.95/648.64	c #Conflicts:    1409000 | #Constraints:      46448
646.95/648.64	c #Conflicts:    1410000 | #Constraints:      47448
646.95/648.64	c #Conflicts:    1411000 | #Constraints:      48448
646.95/648.64	c #Conflicts:    1412000 | #Constraints:      49448
646.95/648.64	c #Conflicts:    1413000 | #Constraints:      50448
646.95/648.64	c #Conflicts:    1414000 | #Constraints:      51448
646.95/648.64	c #Conflicts:    1415000 | #Constraints:      52448
646.95/648.64	c #Conflicts:    1416000 | #Constraints:      53448
646.95/648.64	c #Conflicts:    1417000 | #Constraints:      54449
646.95/648.64	c #Conflicts:    1418000 | #Constraints:      55449
646.95/648.64	c #Conflicts:    1419000 | #Constraints:      56449
646.95/648.64	c INPROCESSING
646.95/648.64	c GARBAGE COLLECT
646.95/648.64	c #Conflicts:    1420000 | #Constraints:      33868
646.95/648.64	c #Conflicts:    1421000 | #Constraints:      34868
646.95/648.64	c #Conflicts:    1422000 | #Constraints:      35868
646.95/648.64	c #Conflicts:    1423000 | #Constraints:      36868
646.95/648.64	c #Conflicts:    1424000 | #Constraints:      37868
646.95/648.64	c #Conflicts:    1425000 | #Constraints:      38868
646.95/648.64	c #Conflicts:    1426000 | #Constraints:      39868
646.95/648.64	c #Conflicts:    1427000 | #Constraints:      40868
646.95/648.64	c #Conflicts:    1428000 | #Constraints:      41869
646.95/648.64	c #Conflicts:    1429000 | #Constraints:      42869
646.95/648.64	c #Conflicts:    1430000 | #Constraints:      43869
646.95/648.64	c #Conflicts:    1431000 | #Constraints:      44869
646.95/648.64	c #Conflicts:    1432000 | #Constraints:      45869
646.95/648.64	c #Conflicts:    1433000 | #Constraints:      46869
646.95/648.64	c #Conflicts:    1434000 | #Constraints:      47869
646.95/648.64	c #Conflicts:    1435000 | #Constraints:      48869
646.95/648.64	c #Conflicts:    1436000 | #Constraints:      49869
646.95/648.64	c #Conflicts:    1437000 | #Constraints:      50869
646.95/648.64	c #Conflicts:    1438000 | #Constraints:      51869
646.95/648.64	c #Conflicts:    1439000 | #Constraints:      52870
646.95/648.64	c #Conflicts:    1440000 | #Constraints:      53870
646.95/648.64	c #Conflicts:    1441000 | #Constraints:      54870
646.95/648.64	c #Conflicts:    1442000 | #Constraints:      55870
646.95/648.64	c #Conflicts:    1443000 | #Constraints:      56870
646.95/648.64	c INPROCESSING
646.95/648.64	c GARBAGE COLLECT
646.95/648.64	c #Conflicts:    1444000 | #Constraints:      34072
646.95/648.64	c #Conflicts:    1445000 | #Constraints:      35072
646.95/648.64	c #Conflicts:    1446000 | #Constraints:      36072
646.95/648.64	c #Conflicts:    1447000 | #Constraints:      37072
646.95/648.64	c #Conflicts:    1448000 | #Constraints:      38072
646.95/648.64	c #Conflicts:    1449000 | #Constraints:      39073
646.95/648.64	c #Conflicts:    1450000 | #Constraints:      40073
646.95/648.64	c #Conflicts:    1451000 | #Constraints:      41073
646.95/648.64	c #Conflicts:    1452000 | #Constraints:      42073
646.95/648.64	c #Conflicts:    1453000 | #Constraints:      43077
646.95/648.64	c #Conflicts:    1454000 | #Constraints:      44078
646.95/648.64	c #Conflicts:    1455000 | #Constraints:      45078
646.95/648.64	c #Conflicts:    1456000 | #Constraints:      46279
646.95/648.64	c #Conflicts:    1457000 | #Constraints:      47794
646.95/648.64	c #Conflicts:    1458000 | #Constraints:      49305
646.95/648.64	c #Conflicts:    1459000 | #Constraints:      50386
646.95/648.64	c #Conflicts:    1460000 | #Constraints:      51387
646.95/648.64	c #Conflicts:    1461000 | #Constraints:      52388
646.95/648.64	c #Conflicts:    1462000 | #Constraints:      53388
646.95/648.64	c #Conflicts:    1463000 | #Constraints:      54388
646.95/648.64	c #Conflicts:    1464000 | #Constraints:      55388
646.95/648.64	c #Conflicts:    1465000 | #Constraints:      56388
646.95/648.64	c #Conflicts:    1466000 | #Constraints:      57388
646.95/648.64	c #Conflicts:    1467000 | #Constraints:      58388
646.95/648.64	c INPROCESSING
646.95/648.64	c GARBAGE COLLECT
646.95/648.64	c #Conflicts:    1468000 | #Constraints:      34713
646.95/648.64	c #Conflicts:    1469000 | #Constraints:      35713
646.95/648.64	c #Conflicts:    1470000 | #Constraints:      36713
646.95/648.64	c #Conflicts:    1471000 | #Constraints:      37713
646.95/648.64	c #Conflicts:    1472000 | #Constraints:      38713
683.47/685.27	c #Conflicts:    1473000 | #Constraints:      39713
683.47/685.27	c #Conflicts:    1474000 | #Constraints:      40713
683.47/685.27	c #Conflicts:    1475000 | #Constraints:      41713
683.47/685.27	c #Conflicts:    1476000 | #Constraints:      42713
683.47/685.27	c #Conflicts:    1477000 | #Constraints:      43713
683.47/685.27	c #Conflicts:    1478000 | #Constraints:      44713
683.47/685.27	c #Conflicts:    1479000 | #Constraints:      45713
683.47/685.27	c #Conflicts:    1480000 | #Constraints:      46713
683.47/685.27	c #Conflicts:    1481000 | #Constraints:      47713
683.47/685.27	c #Conflicts:    1482000 | #Constraints:      48713
683.47/685.27	c #Conflicts:    1483000 | #Constraints:      49713
683.47/685.27	c #Conflicts:    1484000 | #Constraints:      50713
683.47/685.27	c #Conflicts:    1485000 | #Constraints:      51713
683.47/685.27	c #Conflicts:    1486000 | #Constraints:      52713
683.47/685.27	c #Conflicts:    1487000 | #Constraints:      53713
683.47/685.27	c #Conflicts:    1488000 | #Constraints:      54713
683.47/685.27	c #Conflicts:    1489000 | #Constraints:      55713
683.47/685.27	c #Conflicts:    1490000 | #Constraints:      56713
683.47/685.27	c #Conflicts:    1491000 | #Constraints:      57713
683.47/685.27	c INPROCESSING
683.47/685.27	c GARBAGE COLLECT
683.47/685.27	c #Conflicts:    1492000 | #Constraints:      34184
683.47/685.27	c #Conflicts:    1493000 | #Constraints:      35184
683.47/685.27	c #Conflicts:    1494000 | #Constraints:      36184
683.47/685.27	c #Conflicts:    1495000 | #Constraints:      37184
683.47/685.27	c #Conflicts:    1496000 | #Constraints:      38184
683.47/685.27	c #Conflicts:    1497000 | #Constraints:      39184
683.47/685.27	c #Conflicts:    1498000 | #Constraints:      40184
683.47/685.27	c #Conflicts:    1499000 | #Constraints:      41184
683.47/685.27	c #Conflicts:    1500000 | #Constraints:      42184
683.47/685.27	c #Conflicts:    1501000 | #Constraints:      43184
683.47/685.27	c #Conflicts:    1502000 | #Constraints:      44184
683.47/685.27	c #Conflicts:    1503000 | #Constraints:      45184
683.47/685.27	c #Conflicts:    1504000 | #Constraints:      46184
683.47/685.27	c #Conflicts:    1505000 | #Constraints:      47184
683.47/685.27	c #Conflicts:    1506000 | #Constraints:      48185
683.47/685.27	c #Conflicts:    1507000 | #Constraints:      49185
683.47/685.27	c #Conflicts:    1508000 | #Constraints:      50185
683.47/685.27	c #Conflicts:    1509000 | #Constraints:      51185
683.47/685.27	c #Conflicts:    1510000 | #Constraints:      52185
683.47/685.27	c #Conflicts:    1511000 | #Constraints:      53185
683.47/685.27	c #Conflicts:    1512000 | #Constraints:      54185
683.47/685.27	c #Conflicts:    1513000 | #Constraints:      55185
683.47/685.27	c #Conflicts:    1514000 | #Constraints:      56185
683.47/685.27	c #Conflicts:    1515000 | #Constraints:      57185
683.47/685.27	c #Conflicts:    1516000 | #Constraints:      58185
683.47/685.27	c INPROCESSING
683.47/685.27	c GARBAGE COLLECT
683.47/685.27	c #Conflicts:    1517000 | #Constraints:      34617
683.47/685.27	c #Conflicts:    1518000 | #Constraints:      35617
683.47/685.27	c #Conflicts:    1519000 | #Constraints:      36617
683.47/685.27	c #Conflicts:    1520000 | #Constraints:      37617
683.47/685.27	c #Conflicts:    1521000 | #Constraints:      38617
683.47/685.27	c #Conflicts:    1522000 | #Constraints:      39617
683.47/685.27	c #Conflicts:    1523000 | #Constraints:      40618
683.47/685.27	c #Conflicts:    1524000 | #Constraints:      41618
683.47/685.27	c #Conflicts:    1525000 | #Constraints:      42618
683.47/685.27	c #Conflicts:    1526000 | #Constraints:      43618
683.47/685.27	c #Conflicts:    1527000 | #Constraints:      44618
683.47/685.27	c #Conflicts:    1528000 | #Constraints:      45618
683.47/685.27	c #Conflicts:    1529000 | #Constraints:      46618
683.47/685.27	c #Conflicts:    1530000 | #Constraints:      47618
683.47/685.27	c #Conflicts:    1531000 | #Constraints:      48618
683.47/685.27	c #Conflicts:    1532000 | #Constraints:      49618
683.47/685.27	c #Conflicts:    1533000 | #Constraints:      50618
683.47/685.27	c #Conflicts:    1534000 | #Constraints:      51618
683.47/685.27	c #Conflicts:    1535000 | #Constraints:      52618
683.47/685.27	c #Conflicts:    1536000 | #Constraints:      53618
683.47/685.27	c #Conflicts:    1537000 | #Constraints:      54618
683.47/685.27	c #Conflicts:    1538000 | #Constraints:      55618
683.47/685.27	c #Conflicts:    1539000 | #Constraints:      56618
683.47/685.27	c #Conflicts:    1540000 | #Constraints:      57618
683.47/685.27	c #Conflicts:    1541000 | #Constraints:      58619
683.47/685.27	c INPROCESSING
683.47/685.27	c GARBAGE COLLECT
683.47/685.27	c #Conflicts:    1542000 | #Constraints:      34933
683.47/685.27	c #Conflicts:    1543000 | #Constraints:      35933
683.47/685.27	c #Conflicts:    1544000 | #Constraints:      36933
683.47/685.27	c #Conflicts:    1545000 | #Constraints:      37933
683.47/685.27	c #Conflicts:    1546000 | #Constraints:      38933
683.47/685.27	c #Conflicts:    1547000 | #Constraints:      39933
683.47/685.27	c #Conflicts:    1548000 | #Constraints:      40933
683.47/685.27	c #Conflicts:    1549000 | #Constraints:      41933
743.91/745.89	c #Conflicts:    1550000 | #Constraints:      42933
743.91/745.89	c #Conflicts:    1551000 | #Constraints:      43933
743.91/745.89	c #Conflicts:    1552000 | #Constraints:      44933
743.91/745.89	c #Conflicts:    1553000 | #Constraints:      45933
743.91/745.89	c #Conflicts:    1554000 | #Constraints:      46933
743.91/745.89	c #Conflicts:    1555000 | #Constraints:      47933
743.91/745.89	c #Conflicts:    1556000 | #Constraints:      48933
743.91/745.89	c #Conflicts:    1557000 | #Constraints:      49933
743.91/745.89	c #Conflicts:    1558000 | #Constraints:      50933
743.91/745.89	c #Conflicts:    1559000 | #Constraints:      51933
743.91/745.89	c #Conflicts:    1560000 | #Constraints:      52933
743.91/745.89	c #Conflicts:    1561000 | #Constraints:      53933
743.91/745.89	c #Conflicts:    1562000 | #Constraints:      54933
743.91/745.89	c #Conflicts:    1563000 | #Constraints:      55933
743.91/745.89	c #Conflicts:    1564000 | #Constraints:      56933
743.91/745.89	c #Conflicts:    1565000 | #Constraints:      57933
743.91/745.89	c #Conflicts:    1566000 | #Constraints:      58933
743.91/745.89	c INPROCESSING
743.91/745.89	c GARBAGE COLLECT
743.91/745.89	c #Conflicts:    1567000 | #Constraints:      35097
743.91/745.89	c #Conflicts:    1568000 | #Constraints:      36097
743.91/745.89	c #Conflicts:    1569000 | #Constraints:      37097
743.91/745.89	c #Conflicts:    1570000 | #Constraints:      38097
743.91/745.89	c #Conflicts:    1571000 | #Constraints:      39097
743.91/745.89	c #Conflicts:    1572000 | #Constraints:      40097
743.91/745.89	c #Conflicts:    1573000 | #Constraints:      41097
743.91/745.89	c #Conflicts:    1574000 | #Constraints:      42097
743.91/745.89	c #Conflicts:    1575000 | #Constraints:      43097
743.91/745.89	c #Conflicts:    1576000 | #Constraints:      44097
743.91/745.89	c #Conflicts:    1577000 | #Constraints:      45097
743.91/745.89	c #Conflicts:    1578000 | #Constraints:      46097
743.91/745.89	c #Conflicts:    1579000 | #Constraints:      47097
743.91/745.89	c #Conflicts:    1580000 | #Constraints:      48097
743.91/745.89	c #Conflicts:    1581000 | #Constraints:      49097
743.91/745.89	c #Conflicts:    1582000 | #Constraints:      50097
743.91/745.89	c #Conflicts:    1583000 | #Constraints:      51097
743.91/745.89	c #Conflicts:    1584000 | #Constraints:      52097
743.91/745.89	c #Conflicts:    1585000 | #Constraints:      53097
743.91/745.89	c #Conflicts:    1586000 | #Constraints:      54097
743.91/745.89	c #Conflicts:    1587000 | #Constraints:      55097
743.91/745.89	c #Conflicts:    1588000 | #Constraints:      56097
743.91/745.89	c #Conflicts:    1589000 | #Constraints:      57097
743.91/745.89	c #Conflicts:    1590000 | #Constraints:      58097
743.91/745.89	c #Conflicts:    1591000 | #Constraints:      59097
743.91/745.89	c INPROCESSING
743.91/745.89	c GARBAGE COLLECT
743.91/745.89	c #Conflicts:    1592000 | #Constraints:      35084
743.91/745.89	c #Conflicts:    1593000 | #Constraints:      36084
743.91/745.89	c #Conflicts:    1594000 | #Constraints:      37084
743.91/745.89	c #Conflicts:    1595000 | #Constraints:      38084
743.91/745.89	c #Conflicts:    1596000 | #Constraints:      39084
743.91/745.89	c #Conflicts:    1597000 | #Constraints:      40084
743.91/745.89	c #Conflicts:    1598000 | #Constraints:      41084
743.91/745.89	c #Conflicts:    1599000 | #Constraints:      42084
743.91/745.89	c #Conflicts:    1600000 | #Constraints:      43084
743.91/745.89	c #Conflicts:    1601000 | #Constraints:      44084
743.91/745.89	c #Conflicts:    1602000 | #Constraints:      45084
743.91/745.89	c #Conflicts:    1603000 | #Constraints:      46084
743.91/745.89	c #Conflicts:    1604000 | #Constraints:      47084
743.91/745.89	c #Conflicts:    1605000 | #Constraints:      48084
743.91/745.89	c #Conflicts:    1606000 | #Constraints:      49084
743.91/745.89	c #Conflicts:    1607000 | #Constraints:      50084
743.91/745.89	c #Conflicts:    1608000 | #Constraints:      51084
743.91/745.89	c #Conflicts:    1609000 | #Constraints:      52084
743.91/745.89	c #Conflicts:    1610000 | #Constraints:      53084
743.91/745.89	c #Conflicts:    1611000 | #Constraints:      54084
743.91/745.89	c #Conflicts:    1612000 | #Constraints:      55084
743.91/745.89	c #Conflicts:    1613000 | #Constraints:      56084
743.91/745.89	c #Conflicts:    1614000 | #Constraints:      57084
743.91/745.89	c #Conflicts:    1615000 | #Constraints:      58084
743.91/745.89	c #Conflicts:    1616000 | #Constraints:      59084
743.91/745.89	c INPROCESSING
743.91/745.89	c GARBAGE COLLECT
743.91/745.89	c #Conflicts:    1617000 | #Constraints:      34919
743.91/745.89	c #Conflicts:    1618000 | #Constraints:      35919
743.91/745.89	c #Conflicts:    1619000 | #Constraints:      36919
743.91/745.89	c #Conflicts:    1620000 | #Constraints:      37919
743.91/745.89	c #Conflicts:    1621000 | #Constraints:      38919
743.91/745.89	c #Conflicts:    1622000 | #Constraints:      39919
743.91/745.89	c #Conflicts:    1623000 | #Constraints:      40919
743.91/745.89	c #Conflicts:    1624000 | #Constraints:      41919
743.91/745.89	c #Conflicts:    1625000 | #Constraints:      42919
743.91/745.89	c #Conflicts:    1626000 | #Constraints:      43919
795.28/797.30	c #Conflicts:    1627000 | #Constraints:      44919
795.28/797.30	c #Conflicts:    1628000 | #Constraints:      45919
795.28/797.30	c #Conflicts:    1629000 | #Constraints:      46919
795.28/797.30	c #Conflicts:    1630000 | #Constraints:      47919
795.28/797.30	c #Conflicts:    1631000 | #Constraints:      48919
795.28/797.30	c #Conflicts:    1632000 | #Constraints:      49919
795.28/797.30	c #Conflicts:    1633000 | #Constraints:      50919
795.28/797.30	c #Conflicts:    1634000 | #Constraints:      51919
795.28/797.30	c #Conflicts:    1635000 | #Constraints:      52919
795.28/797.30	c #Conflicts:    1636000 | #Constraints:      53919
795.28/797.30	c #Conflicts:    1637000 | #Constraints:      54919
795.28/797.30	c #Conflicts:    1638000 | #Constraints:      55919
795.28/797.30	c #Conflicts:    1639000 | #Constraints:      56919
795.28/797.30	c #Conflicts:    1640000 | #Constraints:      57919
795.28/797.30	c #Conflicts:    1641000 | #Constraints:      58919
795.28/797.30	c #Conflicts:    1642000 | #Constraints:      59919
795.28/797.30	c INPROCESSING
795.28/797.30	c GARBAGE COLLECT
795.28/797.30	c #Conflicts:    1643000 | #Constraints:      35487
795.28/797.30	c #Conflicts:    1644000 | #Constraints:      36487
795.28/797.30	c #Conflicts:    1645000 | #Constraints:      37487
795.28/797.30	c #Conflicts:    1646000 | #Constraints:      38487
795.28/797.30	c #Conflicts:    1647000 | #Constraints:      39487
795.28/797.30	c #Conflicts:    1648000 | #Constraints:      40487
795.28/797.30	c #Conflicts:    1649000 | #Constraints:      41487
795.28/797.30	c #Conflicts:    1650000 | #Constraints:      42487
795.28/797.30	c #Conflicts:    1651000 | #Constraints:      43487
795.28/797.30	c #Conflicts:    1652000 | #Constraints:      44488
795.28/797.30	c #Conflicts:    1653000 | #Constraints:      45488
795.28/797.30	c #Conflicts:    1654000 | #Constraints:      46488
795.28/797.30	c #Conflicts:    1655000 | #Constraints:      47488
795.28/797.30	c #Conflicts:    1656000 | #Constraints:      48488
795.28/797.30	c #Conflicts:    1657000 | #Constraints:      49488
795.28/797.30	c #Conflicts:    1658000 | #Constraints:      50488
795.28/797.30	c #Conflicts:    1659000 | #Constraints:      51488
795.28/797.30	c #Conflicts:    1660000 | #Constraints:      52488
795.28/797.30	c #Conflicts:    1661000 | #Constraints:      53488
795.28/797.30	c #Conflicts:    1662000 | #Constraints:      54488
795.28/797.30	c #Conflicts:    1663000 | #Constraints:      55488
795.28/797.30	c #Conflicts:    1664000 | #Constraints:      56488
795.28/797.30	c #Conflicts:    1665000 | #Constraints:      57488
795.28/797.30	c #Conflicts:    1666000 | #Constraints:      58488
795.28/797.30	c #Conflicts:    1667000 | #Constraints:      59488
795.28/797.30	c #Conflicts:    1668000 | #Constraints:      60489
795.28/797.30	c INPROCESSING
795.28/797.30	c GARBAGE COLLECT
795.28/797.30	c #Conflicts:    1669000 | #Constraints:      35864
795.28/797.30	c #Conflicts:    1670000 | #Constraints:      36864
795.28/797.30	c #Conflicts:    1671000 | #Constraints:      37864
795.28/797.30	c #Conflicts:    1672000 | #Constraints:      38864
795.28/797.30	c #Conflicts:    1673000 | #Constraints:      39864
795.28/797.30	c #Conflicts:    1674000 | #Constraints:      40864
795.28/797.30	c #Conflicts:    1675000 | #Constraints:      41864
795.28/797.30	c #Conflicts:    1676000 | #Constraints:      42864
795.28/797.30	c #Conflicts:    1677000 | #Constraints:      43864
795.28/797.30	c #Conflicts:    1678000 | #Constraints:      44864
795.28/797.30	c #Conflicts:    1679000 | #Constraints:      45864
795.28/797.30	c #Conflicts:    1680000 | #Constraints:      46865
795.28/797.30	c #Conflicts:    1681000 | #Constraints:      47865
795.28/797.30	c #Conflicts:    1682000 | #Constraints:      48865
795.28/797.30	c #Conflicts:    1683000 | #Constraints:      49865
795.28/797.30	c #Conflicts:    1684000 | #Constraints:      50865
795.28/797.30	c #Conflicts:    1685000 | #Constraints:      51865
795.28/797.30	c #Conflicts:    1686000 | #Constraints:      52865
795.28/797.30	c #Conflicts:    1687000 | #Constraints:      53865
795.28/797.30	c #Conflicts:    1688000 | #Constraints:      54865
795.28/797.30	c #Conflicts:    1689000 | #Constraints:      55866
795.28/797.30	c #Conflicts:    1690000 | #Constraints:      56866
795.28/797.30	c #Conflicts:    1691000 | #Constraints:      57866
795.28/797.30	c #Conflicts:    1692000 | #Constraints:      58866
795.28/797.30	c #Conflicts:    1693000 | #Constraints:      59866
795.28/797.30	c #Conflicts:    1694000 | #Constraints:      60866
795.28/797.30	c INPROCESSING
795.28/797.30	c GARBAGE COLLECT
795.28/797.30	WSVECS04 Frhs2[8]: 6 -0.568998 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[10]: 6 -0.863386 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[23]: 6 -1.00574 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[27]: 6 -0.420016 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[28]: 6 -1.11286 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[31]: 6 0 0.332085 shouldn't be
795.28/797.30	WSVECS04 Frhs2[58]: 6 -1.25212 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[65]: 6 -1.62647 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[77]: 6 -1.25545 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[89]: 6 -1.17239 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[123]: 6 0 0.317566 shouldn't be
795.28/797.30	WSVECS04 Frhs2[124]: 6 -0.450505 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[126]: 6 0 0.088991 shouldn't be
795.28/797.30	WSVECS04 Frhs2[136]: 6 -0.207004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[166]: 6 0 3380.52 shouldn't be
795.28/797.30	WSVECS04 Frhs2[183]: 6 -1.23826 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[208]: 6 -1.00231 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[229]: 6 0 0.724134 shouldn't be
795.28/797.30	WSVECS04 Frhs2[264]: 6 -1.09434 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[290]: 6 -1.71361 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[381]: 6 -1.31254 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[398]: 6 -0.996736 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[496]: 6 -0.991752 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[498]: 6 -0.860424 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[514]: 6 -1.49163 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[515]: 6 -296.227 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[517]: 6 -856.277 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[519]: 6 -313.136 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[520]: 6 -489.709 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[524]: 6 -2.64789 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[531]: 6 -0.508433 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[551]: 6 -0.0714367 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[562]: 6 -0.749429 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[568]: 6 -0.984521 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[591]: 6 -0.992554 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[592]: 6 -1.00138 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[593]: 6 -1.00681 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[595]: 6 -0.976624 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[598]: 6 -0.986688 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[614]: 6 -1.04721 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[617]: 6 -489.74 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[619]: 6 -1.05667 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[649]: 6 -1.21741 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[652]: 6 -0.732961 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[664]: 6 -1.07011 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[681]: 6 -15642.7 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[701]: 6 0 0.93941 shouldn't be
795.28/797.30	WSVECS04 Frhs2[726]: 6 -0.990468 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[955]: 6 -1.90629 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[973]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[975]: 6 -1.0001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[978]: 6 -0.999599 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1033]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1057]: 6 -0.627761 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1059]: 6 -0.747392 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1064]: 6 0 2.52816 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1067]: 6 -0.863223 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1069]: 6 -1.09518 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1074]: 6 -0.974178 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1082]: 6 -0.0959493 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1091]: 6 -1.90973 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1108]: 6 -1.96053 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1112]: 6 -1.00339 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1115]: 6 -3.4537 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1121]: 6 0 0.678524 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1126]: 6 -0.380014 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1127]: 6 0 1.08969 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1128]: 6 0 3.00869 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1129]: 6 -0.304503 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1130]: 6 -0.843614 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1131]: 6 -0.859781 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1147]: 6 -1.54689 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1154]: 6 -1.17437 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1159]: 6 -0.667535 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1183]: 6 -1.00467 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1186]: 6 0 1.05476 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1193]: 6 -0.397224 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1202]: 6 -2.07767 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1233]: 6 -1.02117 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1240]: 6 -1.50016 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1248]: 6 -0.910609 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1253]: 6 -2.62114 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1254]: 6 0 12.5662 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1267]: 6 0 0.00666622 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1283]: 6 -1.81851 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1289]: 6 -0.991467 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1290]: 6 0 59.4422 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1305]: 6 -0.597657 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1324]: 6 -1.29646 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1326]: 6 -2.41538 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1341]: 6 -4.04003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1342]: 6 -1.49403 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1354]: 6 -1.00541 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1358]: 6 -0.945234 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1360]: 6 -0.774389 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1372]: 6 -3.27281 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1394]: 6 -0.999988 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1408]: 6 -0.562404 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1413]: 6 -2.12829 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1415]: 6 -123.867 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1416]: 6 -245.853 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1418]: 6 -979.412 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1425]: 6 0 0.246161 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1448]: 6 -61.064 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1450]: 6 -489.123 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1453]: 6 -0.544767 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1456]: 6 -0.999496 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1466]: 6 -1.53015 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1477]: 6 -0.216836 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1478]: 6 -1.5641 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1481]: 6 -0.975304 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1484]: 6 0 0.00754848 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1492]: 6 -1.39668 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1505]: 6 -1.22242 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1508]: 6 -1.39563 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1509]: 6 -0.982335 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1511]: 6 -0.925839 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1513]: 6 -1.14061 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1515]: 6 -0.609359 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1527]: 6 -0.787483 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1551]: 6 -0.992375 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1553]: 6 -1.24618 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1562]: 6 -4.19048 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1576]: 6 -978.624 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1577]: 6 -1956.07 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1578]: 6 -3911.76 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1580]: 6 -7822.35 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1581]: 6 -0.632674 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1583]: 6 -1.00088 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1585]: 6 -0.983226 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1586]: 6 -0.993957 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1590]: 6 -1.35259 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1592]: 6 -3.20658 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1595]: 6 -0.657453 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1611]: 6 -1.46888 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1612]: 6 -7822.1 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1614]: 6 -1.0111 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1615]: 6 -0.975636 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1619]: 6 -1.01907 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1621]: 6 -1.36139 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1622]: 6 -1.60705 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1625]: 6 -1.67132 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1630]: 6 -0.729392 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1643]: 6 -0.994177 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1645]: 6 -0.986618 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1674]: 6 -15643 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1675]: 6 -1.03072 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1679]: 6 -1.00656 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1680]: 6 -1.32976 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1681]: 6 -1.06874 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1682]: 6 -1.19341 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1684]: 6 -0.851609 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1709]: 6 -0.976613 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1713]: 6 -1.42242 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1717]: 6 -0.712237 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1742]: 6 -0.995856 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1968]: 6 -1.86214 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1970]: 6 -1.80119 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1983]: 6 -0.500094 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1985]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[1991]: 6 -1.05019 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2062]: 6 0 0.0863491 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2072]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2084]: 6 -0.964749 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2088]: 6 0 0.415932 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2090]: 6 -0.959384 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2094]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2098]: 6 -1.61799 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2106]: 6 -1.85428 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2108]: 6 -1.35434 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2122]: 6 -1.1349 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2154]: 6 0 1.00008 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2171]: 6 -0.504313 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2174]: 6 -0.98317 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2186]: 6 -1.62932 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2188]: 6 -2.43133 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2194]: 6 -1.98274 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2213]: 6 -1.00001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2225]: 6 -0.982527 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2231]: 6 -1.31259 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2241]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2244]: 6 -1.51913 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2246]: 6 0 2 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2268]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2270]: 6 -0.982499 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2272]: 6 -0.964637 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2284]: 6 -0.687568 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2299]: 6 0 2.67716 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2306]: 6 -1.25127 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2307]: 6 0 0.00254407 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2311]: 6 -1.0352 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2315]: 6 -1.38717 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2318]: 6 -1.00254 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2321]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2332]: 6 -0.349691 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2333]: 6 -0.999955 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2344]: 6 -1.03281 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2347]: 6 -0.444575 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2354]: 6 0 1.0001 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2366]: 6 -0.965681 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2370]: 6 -1.00297 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2374]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2407]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2411]: 6 -1.25002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2412]: 6 -0.500037 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2430]: 6 -1.5001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2440]: 6 -1.00003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2456]: 6 -3.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2459]: 6 -1.00003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2460]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2462]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2463]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2500]: 6 -0.10266 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2515]: 6 -0.89042 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2518]: 6 -1.01123 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2536]: 6 -2.60481 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2540]: 6 -7.99227 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2544]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2545]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2554]: 6 -1.00224 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2555]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2558]: 6 -0.991468 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2559]: 6 -0.991426 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2563]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2566]: 6 -1.01059 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2582]: 6 -1.49999 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2584]: 6 -5.00001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2626]: 6 -1.59253 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2628]: 6 -1.09608 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2636]: 6 -8.94913 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2640]: 6 -0.965752 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2648]: 6 -1.00003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2653]: 6 -0.990952 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2655]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2660]: 6 -1.24707 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2702]: 6 -1.00003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2703]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2704]: 6 -0.983789 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2744]: 6 -0.00028038 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2748]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2752]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2785]: 6 -1.51294 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2786]: 6 -1.71357 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2793]: 6 -1.24145 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2803]: 6 -1.91653 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2804]: 6 -1.83293 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2805]: 6 -1.66592 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2820]: 6 0 1.94192 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2830]: 6 -1.25004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2843]: 6 -0.505235 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2849]: 6 -1.95832 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2861]: 6 -0.826664 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2865]: 6 -1.30664 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2869]: 6 -1.22655 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2873]: 6 -2.90589 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2889]: 6 -0.910544 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2907]: 6 -1.50001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2940]: 6 -12.9999 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2942]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[2988]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3030]: 6 -1.00003 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3031]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3034]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3035]: 6 -1.00001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3038]: 6 -0.995588 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3040]: 6 -0.991077 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3081]: 6 -1.34385 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3118]: 6 -1.3438 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3125]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3130]: 6 0 0.999876 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3132]: 6 -1.00045 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3134]: 6 -0.999234 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3135]: 6 -0.999201 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3141]: 6 -2.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3143]: 6 -3.24379 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3160]: 6 0 1.86039 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3173]: 6 -0.967466 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3174]: 6 -1.32349 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3182]: 6 -2.0419 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3186]: 6 -1.0001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3195]: 6 -1.47365 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3205]: 6 -0.516394 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3222]: 6 -1.00105 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3226]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3230]: 6 -1.23313 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3246]: 6 -1.37072 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3270]: 6 -1.63425 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3272]: 6 -0.99997 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3287]: 6 -1.40174 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3312]: 6 -0.4729 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3320]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3322]: 6 -3.51284 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3326]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3329]: 6 -0.999779 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3332]: 6 -0.179691 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3365]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3367]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3368]: 6 -0.99999 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3369]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3392]: 6 -1.50002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3400]: 6 -5.99996 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3402]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3403]: 6 -0.999995 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3406]: 6 -1.00001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3408]: 6 -1.00001 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3410]: 6 -1.04648 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3414]: 6 -0.814194 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3416]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3418]: 6 -1.00268 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3420]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3422]: 6 -0.989633 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3424]: 6 -0.889503 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3428]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3432]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3440]: 6 -11.611 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3446]: 6 0 1.09373 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3462]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3463]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3466]: 6 0 1954.25 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3485]: 6 -1.31259 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3486]: 6 -1.31253 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3487]: 6 -1.25 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3496]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3498]: 6 -1.00012 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3500]: 6 -1.0009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3502]: 6 -1.00088 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3504]: 6 -1.00191 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3509]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3511]: 6 -0.966301 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3514]: 6 -1.00029 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3516]: 6 -0.999559 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3525]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3530]: 6 0 1.50565 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3533]: 6 -1.03311 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3538]: 6 -2.04287 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3561]: 6 -1.00105 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3571]: 6 -0.97544 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3574]: 6 -0.981811 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3582]: 6 -1.62503 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3583]: 6 -1.25007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3592]: 6 -0.62175 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3600]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3602]: 6 -0.637643 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3604]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3608]: 6 -1.00007 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3610]: 6 -1.00006 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3612]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3614]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3618]: 6 -0.98814 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3620]: 6 -1.00009 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3621]: 6 -1.00058 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3624]: 6 -0.98176 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3654]: 6 -1.40888 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3655]: 6 -1.20142 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3663]: 6 -0.996657 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3668]: 6 -1.00056 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3679]: 6 -1.49587 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3686]: 6 -2.42716 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3698]: 6 -2.21743 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3704]: 6 -1.49982 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3705]: 6 -1.49977 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3710]: 6 -1.00179 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3713]: 6 -1.00048 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3715]: 6 -0.987851 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3717]: 6 -1.00075 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3720]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3722]: 6 -0.999912 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3723]: 6 -0.999914 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3755]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3771]: 6 -1.13791 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3773]: 6 -1.50425 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3788]: 6 -1.31567 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3802]: 6 -0.930035 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3804]: 6 -0.863817 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3806]: 6 -1.00002 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3809]: 6 -1.00033 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3812]: 6 -0.954206 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3815]: 6 -0.965029 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3820]: 6 -1.01759 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3824]: 6 -0.113032 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3835]: 6 -1.62508 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3847]: 6 -1.14348 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3849]: 6 -1.14472 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3854]: 6 -1.00447 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3855]: 6 -0.98661 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3856]: 6 -1.00017 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3862]: 6 -0.933671 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3884]: 6 -1.00004 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3897]: 6 -0.998519 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3900]: 6 -0.999906 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3902]: 6 -0.999134 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3904]: 6 -0.998713 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3908]: 6 -0.991421 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
795.28/797.30	WSVECS04 Frhs2[3916]: 6 -1.00001 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3945]: 6 -1.16638 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3946]: 6 -15643.4 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3948]: 6 -1.00012 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3950]: 6 -1.00514 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3959]: 6 -1.00004 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3961]: 6 -1.04004 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3980]: 6 -3911.79 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3981]: 6 -1.2957 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3992]: 6 -0.999797 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3996]: 6 -0.998251 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[3999]: 6 -0.923175 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4000]: 6 -0.918981 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4002]: 6 -0.998671 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4006]: 6 -0.547563 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4008]: 6 -0.522223 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4010]: 6 -1.00001 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4014]: 6 -1.52077 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4018]: 6 0 0.739004 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4023]: 6 -3.04493 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4042]: 6 -1.11284 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4046]: 6 0 0.108891 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4047]: 6 -1.25066 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4056]: 6 -0.774986 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4057]: 6 -1.04376 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4061]: 6 -1.30375 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4069]: 6 -1.00003 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4073]: 6 -1.29116 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4074]: 6 -1.0432 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4084]: 6 -0.548678 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4092]: 6 -5.43401 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4095]: 6 -1.00331 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4098]: 6 -1.00017 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4102]: 6 -0.948409 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4104]: 6 -0.971768 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4106]: 6 -1.39222 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4110]: 6 -0.206294 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4117]: 6 -0.335006 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4178]: 6 -1.00009 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4179]: 6 -1.00008 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4213]: 6 -1.00008 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4214]: 6 -1.00005 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4215]: 6 -1.00006 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4216]: 6 -1.00005 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4232]: 6 -1.00001 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4233]: 6 -1.00206 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4237]: 6 -1.00006 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4238]: 6 -1.00003 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4240]: 6 -1.00014 0 shouldn't be
795.28/797.31	WSVECS04 Frhs2[4267]: 6 -0.998043 0 shouldn't be
836.78/838.99	c #Conflicts:    1695000 | #Constraints:      36065
836.78/838.99	c #Conflicts:    1696000 | #Constraints:      37065
836.78/838.99	c #Conflicts:    1697000 | #Constraints:      38065
836.78/838.99	c #Conflicts:    1698000 | #Constraints:      39065
836.78/838.99	c #Conflicts:    1699000 | #Constraints:      40065
836.78/838.99	c #Conflicts:    1700000 | #Constraints:      41065
836.78/838.99	c #Conflicts:    1701000 | #Constraints:      42065
836.78/838.99	c #Conflicts:    1702000 | #Constraints:      43065
836.78/838.99	c #Conflicts:    1703000 | #Constraints:      44065
836.78/838.99	c #Conflicts:    1704000 | #Constraints:      45065
836.78/838.99	c #Conflicts:    1705000 | #Constraints:      46065
836.78/838.99	c #Conflicts:    1706000 | #Constraints:      47065
836.78/838.99	c #Conflicts:    1707000 | #Constraints:      48065
836.78/838.99	c #Conflicts:    1708000 | #Constraints:      49065
836.78/838.99	c #Conflicts:    1709000 | #Constraints:      50065
836.78/838.99	c #Conflicts:    1710000 | #Constraints:      51065
836.78/838.99	c #Conflicts:    1711000 | #Constraints:      52065
836.78/838.99	c #Conflicts:    1712000 | #Constraints:      53065
836.78/838.99	c #Conflicts:    1713000 | #Constraints:      54065
836.78/838.99	c #Conflicts:    1714000 | #Constraints:      55065
836.78/838.99	c #Conflicts:    1715000 | #Constraints:      56065
836.78/838.99	c #Conflicts:    1716000 | #Constraints:      57065
836.78/838.99	c #Conflicts:    1717000 | #Constraints:      58065
836.78/838.99	c #Conflicts:    1718000 | #Constraints:      59065
836.78/838.99	c #Conflicts:    1719000 | #Constraints:      60065
836.78/838.99	c #Conflicts:    1720000 | #Constraints:      61065
836.78/838.99	c INPROCESSING
836.78/838.99	c GARBAGE COLLECT
836.78/838.99	c #Conflicts:    1721000 | #Constraints:      36102
836.78/838.99	c #Conflicts:    1722000 | #Constraints:      37102
836.78/838.99	c #Conflicts:    1723000 | #Constraints:      38102
836.78/838.99	c #Conflicts:    1724000 | #Constraints:      39102
836.78/838.99	c #Conflicts:    1725000 | #Constraints:      40102
836.78/838.99	c #Conflicts:    1726000 | #Constraints:      41102
836.78/838.99	c #Conflicts:    1727000 | #Constraints:      42102
836.78/838.99	c #Conflicts:    1728000 | #Constraints:      43102
836.78/838.99	c #Conflicts:    1729000 | #Constraints:      44102
836.78/838.99	c #Conflicts:    1730000 | #Constraints:      45102
836.78/838.99	c #Conflicts:    1731000 | #Constraints:      46102
836.78/838.99	c #Conflicts:    1732000 | #Constraints:      47102
836.78/838.99	c #Conflicts:    1733000 | #Constraints:      48102
836.78/838.99	c #Conflicts:    1734000 | #Constraints:      49102
836.78/838.99	c #Conflicts:    1735000 | #Constraints:      50102
836.78/838.99	c #Conflicts:    1736000 | #Constraints:      51102
836.78/838.99	c #Conflicts:    1737000 | #Constraints:      52102
836.78/838.99	c #Conflicts:    1738000 | #Constraints:      53102
836.78/838.99	c #Conflicts:    1739000 | #Constraints:      54103
836.78/838.99	c #Conflicts:    1740000 | #Constraints:      55103
836.78/838.99	c #Conflicts:    1741000 | #Constraints:      56103
836.78/838.99	c #Conflicts:    1742000 | #Constraints:      57103
836.78/838.99	c #Conflicts:    1743000 | #Constraints:      58103
836.78/838.99	c #Conflicts:    1744000 | #Constraints:      59103
836.78/838.99	c #Conflicts:    1745000 | #Constraints:      60103
836.78/838.99	c #Conflicts:    1746000 | #Constraints:      61103
836.78/838.99	c INPROCESSING
836.78/838.99	c GARBAGE COLLECT
836.78/838.99	c #Conflicts:    1747000 | #Constraints:      35856
836.78/838.99	c #Conflicts:    1748000 | #Constraints:      36856
836.78/838.99	c #Conflicts:    1749000 | #Constraints:      37856
836.78/838.99	c #Conflicts:    1750000 | #Constraints:      38856
836.78/838.99	c #Conflicts:    1751000 | #Constraints:      39856
836.78/838.99	c #Conflicts:    1752000 | #Constraints:      40856
836.78/838.99	c #Conflicts:    1753000 | #Constraints:      41856
836.78/838.99	c #Conflicts:    1754000 | #Constraints:      42856
836.78/838.99	c #Conflicts:    1755000 | #Constraints:      43856
836.78/838.99	c #Conflicts:    1756000 | #Constraints:      44856
836.78/838.99	c #Conflicts:    1757000 | #Constraints:      45856
836.78/838.99	c #Conflicts:    1758000 | #Constraints:      46856
836.78/838.99	c #Conflicts:    1759000 | #Constraints:      47856
836.78/838.99	c #Conflicts:    1760000 | #Constraints:      48856
836.78/838.99	c #Conflicts:    1761000 | #Constraints:      49856
836.78/838.99	c #Conflicts:    1762000 | #Constraints:      50856
836.78/838.99	c #Conflicts:    1763000 | #Constraints:      51856
836.78/838.99	c #Conflicts:    1764000 | #Constraints:      52856
836.78/838.99	c #Conflicts:    1765000 | #Constraints:      53856
836.78/838.99	c #Conflicts:    1766000 | #Constraints:      54856
836.78/838.99	c #Conflicts:    1767000 | #Constraints:      55856
836.78/838.99	c #Conflicts:    1768000 | #Constraints:      56856
836.78/838.99	c #Conflicts:    1769000 | #Constraints:      57856
836.78/838.99	c #Conflicts:    1770000 | #Constraints:      58856
836.78/838.99	c #Conflicts:    1771000 | #Constraints:      59856
836.78/838.99	c #Conflicts:    1772000 | #Constraints:      60856
884.96/887.28	c #Conflicts:    1773000 | #Constraints:      61856
884.96/887.28	c INPROCESSING
884.96/887.28	c GARBAGE COLLECT
884.96/887.28	c #Conflicts:    1774000 | #Constraints:      36429
884.96/887.28	c #Conflicts:    1775000 | #Constraints:      37429
884.96/887.28	c #Conflicts:    1776000 | #Constraints:      38429
884.96/887.28	c #Conflicts:    1777000 | #Constraints:      39429
884.96/887.28	c #Conflicts:    1778000 | #Constraints:      40429
884.96/887.28	c #Conflicts:    1779000 | #Constraints:      41429
884.96/887.28	c #Conflicts:    1780000 | #Constraints:      42429
884.96/887.28	c #Conflicts:    1781000 | #Constraints:      43429
884.96/887.28	c #Conflicts:    1782000 | #Constraints:      44429
884.96/887.28	c #Conflicts:    1783000 | #Constraints:      45429
884.96/887.28	c #Conflicts:    1784000 | #Constraints:      46429
884.96/887.28	c #Conflicts:    1785000 | #Constraints:      47429
884.96/887.28	c #Conflicts:    1786000 | #Constraints:      48429
884.96/887.28	c #Conflicts:    1787000 | #Constraints:      49429
884.96/887.28	c #Conflicts:    1788000 | #Constraints:      50429
884.96/887.28	c #Conflicts:    1789000 | #Constraints:      51429
884.96/887.28	c #Conflicts:    1790000 | #Constraints:      52429
884.96/887.28	c #Conflicts:    1791000 | #Constraints:      53429
884.96/887.28	c #Conflicts:    1792000 | #Constraints:      54429
884.96/887.28	c #Conflicts:    1793000 | #Constraints:      55429
884.96/887.28	c #Conflicts:    1794000 | #Constraints:      56429
884.96/887.28	c #Conflicts:    1795000 | #Constraints:      57429
884.96/887.28	c #Conflicts:    1796000 | #Constraints:      58429
884.96/887.28	c #Conflicts:    1797000 | #Constraints:      59429
884.96/887.28	c #Conflicts:    1798000 | #Constraints:      60429
884.96/887.28	c #Conflicts:    1799000 | #Constraints:      61429
884.96/887.28	c #Conflicts:    1800000 | #Constraints:      62429
884.96/887.28	c INPROCESSING
884.96/887.28	c GARBAGE COLLECT
884.96/887.28	c #Conflicts:    1801000 | #Constraints:      36826
884.96/887.28	c #Conflicts:    1802000 | #Constraints:      37826
884.96/887.28	c #Conflicts:    1803000 | #Constraints:      38826
884.96/887.28	c #Conflicts:    1804000 | #Constraints:      39826
884.96/887.28	c #Conflicts:    1805000 | #Constraints:      40826
884.96/887.28	c #Conflicts:    1806000 | #Constraints:      41826
884.96/887.28	c #Conflicts:    1807000 | #Constraints:      42826
884.96/887.28	c #Conflicts:    1808000 | #Constraints:      43826
884.96/887.28	c #Conflicts:    1809000 | #Constraints:      44826
884.96/887.28	c #Conflicts:    1810000 | #Constraints:      45826
884.96/887.28	c #Conflicts:    1811000 | #Constraints:      46826
884.96/887.28	c #Conflicts:    1812000 | #Constraints:      47826
884.96/887.28	c #Conflicts:    1813000 | #Constraints:      48826
884.96/887.28	c #Conflicts:    1814000 | #Constraints:      49826
884.96/887.28	c #Conflicts:    1815000 | #Constraints:      50826
884.96/887.28	c #Conflicts:    1816000 | #Constraints:      51826
884.96/887.28	c #Conflicts:    1817000 | #Constraints:      52826
884.96/887.28	c #Conflicts:    1818000 | #Constraints:      53827
884.96/887.28	c #Conflicts:    1819000 | #Constraints:      54827
884.96/887.28	c #Conflicts:    1820000 | #Constraints:      55827
884.96/887.28	c #Conflicts:    1821000 | #Constraints:      56827
884.96/887.28	c #Conflicts:    1822000 | #Constraints:      57827
884.96/887.28	c #Conflicts:    1823000 | #Constraints:      58827
884.96/887.28	c #Conflicts:    1824000 | #Constraints:      59827
884.96/887.28	c #Conflicts:    1825000 | #Constraints:      60827
884.96/887.28	c #Conflicts:    1826000 | #Constraints:      61827
884.96/887.28	c #Conflicts:    1827000 | #Constraints:      62827
884.96/887.28	c INPROCESSING
884.96/887.28	c GARBAGE COLLECT
884.96/887.28	c #Conflicts:    1828000 | #Constraints:      37071
884.96/887.28	c #Conflicts:    1829000 | #Constraints:      38457
884.96/887.28	c #Conflicts:    1830000 | #Constraints:      39986
884.96/887.28	c #Conflicts:    1831000 | #Constraints:      41492
884.96/887.28	c #Conflicts:    1832000 | #Constraints:      43005
884.96/887.28	c #Conflicts:    1833000 | #Constraints:      44212
884.96/887.28	c #Conflicts:    1834000 | #Constraints:      45212
884.96/887.28	c #Conflicts:    1835000 | #Constraints:      46212
884.96/887.28	c #Conflicts:    1836000 | #Constraints:      47212
884.96/887.28	c #Conflicts:    1837000 | #Constraints:      48212
884.96/887.28	c #Conflicts:    1838000 | #Constraints:      49212
884.96/887.28	c #Conflicts:    1839000 | #Constraints:      50212
884.96/887.28	c #Conflicts:    1840000 | #Constraints:      51212
884.96/887.28	c #Conflicts:    1841000 | #Constraints:      52212
884.96/887.28	c #Conflicts:    1842000 | #Constraints:      53212
884.96/887.28	c #Conflicts:    1843000 | #Constraints:      54212
884.96/887.28	c #Conflicts:    1844000 | #Constraints:      55212
884.96/887.28	c #Conflicts:    1845000 | #Constraints:      56212
884.96/887.28	c #Conflicts:    1846000 | #Constraints:      57212
884.96/887.28	c #Conflicts:    1847000 | #Constraints:      58212
884.96/887.28	c #Conflicts:    1848000 | #Constraints:      59212
884.96/887.28	c #Conflicts:    1849000 | #Constraints:      60212
930.44/932.86	c #Conflicts:    1850000 | #Constraints:      61212
930.44/932.86	c #Conflicts:    1851000 | #Constraints:      62212
930.44/932.86	c #Conflicts:    1852000 | #Constraints:      63212
930.44/932.86	c #Conflicts:    1853000 | #Constraints:      64212
930.44/932.86	c #Conflicts:    1854000 | #Constraints:      65212
930.44/932.86	c INPROCESSING
930.44/932.86	c GARBAGE COLLECT
930.44/932.86	c #Conflicts:    1855000 | #Constraints:      38199
930.44/932.86	c #Conflicts:    1856000 | #Constraints:      39199
930.44/932.86	c #Conflicts:    1857000 | #Constraints:      40199
930.44/932.86	c #Conflicts:    1858000 | #Constraints:      41199
930.44/932.86	c #Conflicts:    1859000 | #Constraints:      42199
930.44/932.86	c #Conflicts:    1860000 | #Constraints:      43199
930.44/932.86	c #Conflicts:    1861000 | #Constraints:      44199
930.44/932.86	c #Conflicts:    1862000 | #Constraints:      45199
930.44/932.86	c #Conflicts:    1863000 | #Constraints:      46199
930.44/932.86	c #Conflicts:    1864000 | #Constraints:      47199
930.44/932.86	c #Conflicts:    1865000 | #Constraints:      48199
930.44/932.86	c #Conflicts:    1866000 | #Constraints:      49199
930.44/932.86	c #Conflicts:    1867000 | #Constraints:      50199
930.44/932.86	c #Conflicts:    1868000 | #Constraints:      51199
930.44/932.86	c #Conflicts:    1869000 | #Constraints:      52199
930.44/932.86	c #Conflicts:    1870000 | #Constraints:      53199
930.44/932.86	c #Conflicts:    1871000 | #Constraints:      54199
930.44/932.86	c #Conflicts:    1872000 | #Constraints:      55199
930.44/932.86	c #Conflicts:    1873000 | #Constraints:      56199
930.44/932.86	c #Conflicts:    1874000 | #Constraints:      57199
930.44/932.86	c #Conflicts:    1875000 | #Constraints:      58199
930.44/932.86	c #Conflicts:    1876000 | #Constraints:      59199
930.44/932.86	c #Conflicts:    1877000 | #Constraints:      60199
930.44/932.86	c #Conflicts:    1878000 | #Constraints:      61199
930.44/932.86	c #Conflicts:    1879000 | #Constraints:      62199
930.44/932.86	c #Conflicts:    1880000 | #Constraints:      63199
930.44/932.86	c #Conflicts:    1881000 | #Constraints:      64199
930.44/932.86	c INPROCESSING
930.44/932.86	c GARBAGE COLLECT
930.44/932.86	c #Conflicts:    1882000 | #Constraints:      37426
930.44/932.86	c #Conflicts:    1883000 | #Constraints:      38426
930.44/932.86	c #Conflicts:    1884000 | #Constraints:      39426
930.44/932.86	c #Conflicts:    1885000 | #Constraints:      40426
930.44/932.86	c #Conflicts:    1886000 | #Constraints:      41426
930.44/932.86	c #Conflicts:    1887000 | #Constraints:      42426
930.44/932.86	c #Conflicts:    1888000 | #Constraints:      43426
930.44/932.86	c #Conflicts:    1889000 | #Constraints:      44426
930.44/932.86	c #Conflicts:    1890000 | #Constraints:      45426
930.44/932.86	c #Conflicts:    1891000 | #Constraints:      46426
930.44/932.86	c #Conflicts:    1892000 | #Constraints:      47426
930.44/932.86	c #Conflicts:    1893000 | #Constraints:      48426
930.44/932.86	c #Conflicts:    1894000 | #Constraints:      49426
930.44/932.86	c #Conflicts:    1895000 | #Constraints:      50426
930.44/932.86	c #Conflicts:    1896000 | #Constraints:      51426
930.44/932.86	c #Conflicts:    1897000 | #Constraints:      52426
930.44/932.86	c #Conflicts:    1898000 | #Constraints:      53426
930.44/932.86	c #Conflicts:    1899000 | #Constraints:      54426
930.44/932.86	c #Conflicts:    1900000 | #Constraints:      55426
930.44/932.86	c #Conflicts:    1901000 | #Constraints:      56426
930.44/932.86	c #Conflicts:    1902000 | #Constraints:      57426
930.44/932.86	c #Conflicts:    1903000 | #Constraints:      58426
930.44/932.86	c #Conflicts:    1904000 | #Constraints:      59426
930.44/932.86	c #Conflicts:    1905000 | #Constraints:      60426
930.44/932.86	c #Conflicts:    1906000 | #Constraints:      61426
930.44/932.86	c #Conflicts:    1907000 | #Constraints:      62426
930.44/932.86	c #Conflicts:    1908000 | #Constraints:      63426
930.44/932.86	c #Conflicts:    1909000 | #Constraints:      64426
930.44/932.86	c INPROCESSING
930.44/932.86	c GARBAGE COLLECT
930.44/932.86	c #Conflicts:    1910000 | #Constraints:      37754
930.44/932.86	c #Conflicts:    1911000 | #Constraints:      38754
930.44/932.86	c #Conflicts:    1912000 | #Constraints:      39754
930.44/932.86	c #Conflicts:    1913000 | #Constraints:      40754
930.44/932.86	c #Conflicts:    1914000 | #Constraints:      41754
930.44/932.86	c #Conflicts:    1915000 | #Constraints:      42754
930.44/932.86	c #Conflicts:    1916000 | #Constraints:      43754
930.44/932.86	c #Conflicts:    1917000 | #Constraints:      44754
930.44/932.86	c #Conflicts:    1918000 | #Constraints:      45754
930.44/932.86	c #Conflicts:    1919000 | #Constraints:      46754
930.44/932.86	c #Conflicts:    1920000 | #Constraints:      47754
930.44/932.86	c #Conflicts:    1921000 | #Constraints:      48754
930.44/932.86	c #Conflicts:    1922000 | #Constraints:      49754
930.44/932.86	c #Conflicts:    1923000 | #Constraints:      50755
930.44/932.86	c #Conflicts:    1924000 | #Constraints:      51755
930.44/932.86	c #Conflicts:    1925000 | #Constraints:      52755
930.44/932.86	c #Conflicts:    1926000 | #Constraints:      53755
937.73/940.12	c #Conflicts:    1927000 | #Constraints:      54755
937.73/940.12	c #Conflicts:    1928000 | #Constraints:      55755
937.73/940.12	c #Conflicts:    1929000 | #Constraints:      56755
937.73/940.12	c #Conflicts:    1930000 | #Constraints:      57755
937.73/940.12	c #Conflicts:    1931000 | #Constraints:      58756
937.73/940.12	c #Conflicts:    1932000 | #Constraints:      59756
937.73/940.12	c #Conflicts:    1933000 | #Constraints:      60756
937.73/940.12	c #Conflicts:    1934000 | #Constraints:      61756
937.73/940.12	c #Conflicts:    1935000 | #Constraints:      62756
937.73/940.12	c #Conflicts:    1936000 | #Constraints:      63756
937.73/940.12	c #Conflicts:    1937000 | #Constraints:      64756
937.73/940.12	c INPROCESSING
937.73/940.12	c GARBAGE COLLECT
937.73/940.12	WSVECS04 Frhs2[16]: 6 -0.999982 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[28]: 6 -1.97203 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[49]: 6 -1.01331 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[55]: 6 -7.75814 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[69]: 6 -0.869747 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[74]: 6 -0.984987 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[81]: 6 -1.99184 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[83]: 6 -2.13759 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[85]: 6 -1.83313 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[95]: 6 -0.0731943 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[105]: 6 -1.01084 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[109]: 6 0 1.89599 shouldn't be
937.73/940.12	WSVECS04 Frhs2[133]: 6 -0.126751 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[140]: 6 -1.00308 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[157]: 6 -0.759894 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[171]: 6 -0.906358 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[188]: 6 -2.75 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[195]: 6 -0.711184 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[208]: 6 -1.02572 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[222]: 6 -1.79729 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[231]: 6 0 0.284366 shouldn't be
937.73/940.12	WSVECS04 Frhs2[233]: 6 0 2.08405 shouldn't be
937.73/940.12	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[259]: 6 -0.713233 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[282]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[287]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[339]: 6 0 0.250356 shouldn't be
937.73/940.12	WSVECS04 Frhs2[363]: 6 -0.999869 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[380]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[419]: 6 -0.981686 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[425]: 6 0 0.543525 shouldn't be
937.73/940.12	WSVECS04 Frhs2[435]: 6 -0.96829 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[445]: 6 -2.26447 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[449]: 6 -1.25243 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[460]: 6 -0.751676 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[463]: 6 -1.01713 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[465]: 6 -1.01251 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[470]: 6 -1.01287 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[478]: 6 -1.37632 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[498]: 6 -1.10627 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[503]: 6 -9.99169 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[505]: 6 -0.99019 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[507]: 6 -0.939974 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[510]: 6 0 0.345155 shouldn't be
937.73/940.12	WSVECS04 Frhs2[517]: 6 -1.60509 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[520]: 6 -0.998635 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[538]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[539]: 6 -0.933821 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[541]: 6 0 0.349897 shouldn't be
937.73/940.12	WSVECS04 Frhs2[547]: 6 -1.61865 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[548]: 6 -0.936625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[549]: 6 -2.05998 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[561]: 6 -0.985221 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[575]: 6 0 1.3594 shouldn't be
937.73/940.12	WSVECS04 Frhs2[580]: 6 -1.90718 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[586]: 6 -0.8852 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[601]: 6 -0.99019 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[607]: 6 -2.65164 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[622]: 6 -1.0061 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[627]: 6 -0.99192 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[636]: 6 -0.454373 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[638]: 6 -1.00989 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[648]: 6 -0.0022223 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[664]: 6 -2.19891 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[669]: 6 -1.3125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[680]: 6 -0.999996 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[681]: 6 -0.998846 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[722]: 6 -1.02643 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[990]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1006]: 6 -0.996753 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1054]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1058]: 6 -0.749903 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1059]: 6 -1.24964 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1062]: 6 -1.70223 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1064]: 6 -1.22364 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1069]: 6 -0.999996 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1076]: 6 -0.999387 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1090]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1101]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1114]: 6 -0.733997 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1115]: 6 -0.937501 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1140]: 6 -1.58543 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1145]: 6 -4.48438 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1170]: 6 -6.01801 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1176]: 6 -0.673306 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1177]: 6 -2.73449 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1212]: 6 -5.97815 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1235]: 6 -0.733997 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1267]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1280]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1295]: 6 -0.999999 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1306]: 6 -1.59375 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1309]: 6 -2.32813 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1310]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1315]: 6 -1.12108 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1316]: 6 -0.549357 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1334]: 6 -1.32813 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1338]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1356]: 6 -1.56251 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1361]: 6 0 3.66604 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1364]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1366]: 6 -1.41739 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1385]: 6 -0.750001 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1390]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1391]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1399]: 6 -11.5836 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1406]: 6 -4 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1408]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1447]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1449]: 6 -1.74999 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1450]: 6 -1.4036 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1452]: 6 -0.614534 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1453]: 6 -0.999807 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1457]: 6 -1.63746 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1474]: 6 -1.625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1482]: 6 -1.49872 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1500]: 6 -1.4375 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1503]: 6 -1.18073 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1512]: 6 -1.84112 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1515]: 6 -0.523723 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1522]: 6 -1.49827 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1542]: 6 -0.746912 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1557]: 6 -1.62542 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1570]: 6 -2.21748 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1608]: 6 0 1.39725 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1618]: 6 0 3.29461 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1628]: 6 -0.99802 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1646]: 6 -1.41527 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1662]: 6 -0.995615 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1664]: 6 -1.00021 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1679]: 6 -0.999989 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1682]: 6 -7.88858 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1708]: 6 -0.9994 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1717]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1725]: 6 -0.593751 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1728]: 6 -0.750001 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1740]: 6 -1.00012 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1753]: 6 -0.317647 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1777]: 6 -0.999944 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1960]: 6 -0.979282 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1962]: 6 0 0.00577364 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1969]: 6 -2.41826 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2001]: 6 -1.33576 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2009]: 6 -2.93916 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2014]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2058]: 6 -1.125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2089]: 6 -0.999997 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2108]: 6 -0.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2162]: 6 -0.999933 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2163]: 6 -0.999932 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2183]: 6 -0.998989 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2186]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2190]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2192]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2194]: 6 0 1.625 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2229]: 6 -4.19427 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2240]: 6 -1.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2243]: 6 -0.98436 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2267]: 6 -0.999972 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2270]: 6 -0.99999 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2275]: 6 -0.999557 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2281]: 6 -0.999989 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2283]: 6 -0.992903 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2287]: 6 -0.971611 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2312]: 6 -1.17002 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2314]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2337]: 6 -1.17713 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2346]: 6 -4.85844 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2357]: 6 -3 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2361]: 6 -0.999986 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2365]: 6 -0.999942 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2369]: 6 -0.999766 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2378]: 6 -6.01821 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2380]: 6 0 11.0365 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2382]: 6 0 19.073 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2386]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2387]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2396]: 6 0 3 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2411]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2438]: 6 -1.32544 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2450]: 6 -0.101098 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2456]: 6 0 1.375 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2472]: 6 -1.08344 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2477]: 6 -2.66626 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2481]: 6 -1.4375 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2499]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2542]: 6 -1.49992 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2547]: 6 -2 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2568]: 6 -1.1835 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2569]: 6 -1.1835 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2575]: 6 -1.53201 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2629]: 6 -3 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2631]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2637]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2647]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2653]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2674]: 6 0 5.25 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2675]: 6 -0.500001 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2682]: 6 -5.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2746]: 6 -0.999994 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2748]: 6 -0.999987 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2769]: 6 -0.998577 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2806]: 6 -1.83252 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2810]: 6 -1.32031 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2814]: 6 -1.125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2822]: 6 0 2.98405 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2843]: 6 -0.535718 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2854]: 6 -1.91626 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2879]: 6 -2 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2884]: 6 -0.999971 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2886]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2929]: 6 -0.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2934]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2935]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2940]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2956]: 6 -19.9772 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2988]: 6 -0.304688 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[2996]: 6 -1.00161 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3010]: 6 -0.975723 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3012]: 6 0 0.0485557 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3016]: 6 -5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3020]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3028]: 6 -0.304688 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3032]: 6 -3.78125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3034]: 6 -10.5625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3060]: 6 -5.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3062]: 6 -5.5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3096]: 6 -1.36761 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3123]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3125]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3155]: 6 -0.250001 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3161]: 6 -1.625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3205]: 6 -1.625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3214]: 6 0 0.125001 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3247]: 6 -0.343751 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3306]: 6 0 0.343751 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3352]: 6 -1.37632 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3358]: 6 -1.12168 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3359]: 6 -0.111112 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3370]: 6 -1.45569 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3388]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3400]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3401]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3431]: 6 -1.99981 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3434]: 6 -1.49431 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3444]: 6 -5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3471]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3499]: 6 -0.902944 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3502]: 6 -0.998636 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3504]: 6 -0.99702 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3510]: 6 -1.00003 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3521]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3528]: 6 -1.33708 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3553]: 6 -1.31052 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3555]: 6 -1.24208 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3558]: 6 -1.37499 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3560]: 6 -1.49997 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3585]: 6 -0.375 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3592]: 6 -1.37499 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3607]: 6 -0.998964 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3624]: 6 -0.81184 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3632]: 6 -16.0033 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3653]: 6 -1.0625 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3654]: 6 -0.998265 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3666]: 6 -1.00002 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3686]: 6 -0.999999 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3697]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3699]: 6 -1.14291 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3702]: 6 -1.00018 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3710]: 6 -1.10009 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3711]: 6 -1.10009 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3716]: 6 -0.998809 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3725]: 6 -3 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3732]: 6 -1.25 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3782]: 6 -0.999557 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3783]: 6 -0.999557 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3785]: 6 -1.75 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3792]: 6 -2.99702 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3793]: 6 -0.997022 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3804]: 6 -1.00008 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3805]: 6 -0.999977 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3808]: 6 -0.999679 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3809]: 6 -0.999583 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3832]: 6 -1.06084 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3865]: 6 -1.69437 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3880]: 6 -0.125418 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3888]: 6 -9.97607 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3892]: 6 -1.0006 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3893]: 6 -1.0006 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3901]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3903]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3915]: 6 -1.29988 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3924]: 6 -1.32813 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3979]: 6 -0.614349 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3984]: 6 0 0.0344379 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3986]: 6 -0.997598 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3990]: 6 -5 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3995]: 6 -0.998368 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[3999]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4014]: 6 -1.3125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4027]: 6 -0.999376 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4069]: 6 -0.998392 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4093]: 6 -0.999583 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4096]: 6 -14.0582 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4108]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4120]: 6 -1.125 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4127]: 6 -2 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4202]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4214]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4240]: 6 -0.999866 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4281]: 6 -1 0 shouldn't be
937.73/940.12	WSVECS04 Frhs2[4284]: 6 -1 0 shouldn't be
979.93/982.45	c #Conflicts:    1938000 | #Constraints:      37999
979.93/982.45	c #Conflicts:    1939000 | #Constraints:      38999
979.93/982.45	c #Conflicts:    1940000 | #Constraints:      39999
979.93/982.45	c #Conflicts:    1941000 | #Constraints:      40999
979.93/982.45	c #Conflicts:    1942000 | #Constraints:      41999
979.93/982.45	c #Conflicts:    1943000 | #Constraints:      42999
979.93/982.45	c #Conflicts:    1944000 | #Constraints:      43999
979.93/982.45	c #Conflicts:    1945000 | #Constraints:      45000
979.93/982.45	c #Conflicts:    1946000 | #Constraints:      46000
979.93/982.45	c #Conflicts:    1947000 | #Constraints:      47000
979.93/982.45	c #Conflicts:    1948000 | #Constraints:      48000
979.93/982.45	c #Conflicts:    1949000 | #Constraints:      49000
979.93/982.45	c #Conflicts:    1950000 | #Constraints:      50000
979.93/982.45	c #Conflicts:    1951000 | #Constraints:      51000
979.93/982.45	c #Conflicts:    1952000 | #Constraints:      52000
979.93/982.45	c #Conflicts:    1953000 | #Constraints:      53000
979.93/982.45	c #Conflicts:    1954000 | #Constraints:      54000
979.93/982.45	c #Conflicts:    1955000 | #Constraints:      55000
979.93/982.45	c #Conflicts:    1956000 | #Constraints:      56000
979.93/982.45	c #Conflicts:    1957000 | #Constraints:      57000
979.93/982.45	c #Conflicts:    1958000 | #Constraints:      58000
979.93/982.45	c #Conflicts:    1959000 | #Constraints:      59001
979.93/982.45	c #Conflicts:    1960000 | #Constraints:      60001
979.93/982.45	c #Conflicts:    1961000 | #Constraints:      61001
979.93/982.45	c #Conflicts:    1962000 | #Constraints:      62001
979.93/982.45	c #Conflicts:    1963000 | #Constraints:      63001
979.93/982.45	c #Conflicts:    1964000 | #Constraints:      64001
979.93/982.45	c #Conflicts:    1965000 | #Constraints:      65001
979.93/982.45	c INPROCESSING
979.93/982.45	c GARBAGE COLLECT
979.93/982.45	c #Conflicts:    1966000 | #Constraints:      38115
979.93/982.45	c #Conflicts:    1967000 | #Constraints:      39115
979.93/982.45	c #Conflicts:    1968000 | #Constraints:      40115
979.93/982.45	c #Conflicts:    1969000 | #Constraints:      41115
979.93/982.45	c #Conflicts:    1970000 | #Constraints:      42115
979.93/982.45	c #Conflicts:    1971000 | #Constraints:      43115
979.93/982.45	c #Conflicts:    1972000 | #Constraints:      44115
979.93/982.45	c #Conflicts:    1973000 | #Constraints:      45115
979.93/982.45	c #Conflicts:    1974000 | #Constraints:      46115
979.93/982.45	c #Conflicts:    1975000 | #Constraints:      47115
979.93/982.45	c #Conflicts:    1976000 | #Constraints:      48115
979.93/982.45	c #Conflicts:    1977000 | #Constraints:      49115
979.93/982.45	c #Conflicts:    1978000 | #Constraints:      50115
979.93/982.45	c #Conflicts:    1979000 | #Constraints:      51115
979.93/982.45	c #Conflicts:    1980000 | #Constraints:      52115
979.93/982.45	c #Conflicts:    1981000 | #Constraints:      53115
979.93/982.45	c #Conflicts:    1982000 | #Constraints:      54115
979.93/982.45	c #Conflicts:    1983000 | #Constraints:      55115
979.93/982.45	c #Conflicts:    1984000 | #Constraints:      56115
979.93/982.45	c #Conflicts:    1985000 | #Constraints:      57115
979.93/982.45	c #Conflicts:    1986000 | #Constraints:      58115
979.93/982.45	c #Conflicts:    1987000 | #Constraints:      59115
979.93/982.45	c #Conflicts:    1988000 | #Constraints:      60115
979.93/982.45	c #Conflicts:    1989000 | #Constraints:      61115
979.93/982.45	c #Conflicts:    1990000 | #Constraints:      62115
979.93/982.45	c #Conflicts:    1991000 | #Constraints:      63115
979.93/982.45	c #Conflicts:    1992000 | #Constraints:      64115
979.93/982.45	c #Conflicts:    1993000 | #Constraints:      65115
979.93/982.45	c INPROCESSING
979.93/982.45	c GARBAGE COLLECT
979.93/982.45	c #Conflicts:    1994000 | #Constraints:      38118
979.93/982.45	c #Conflicts:    1995000 | #Constraints:      39118
979.93/982.45	c #Conflicts:    1996000 | #Constraints:      40118
979.93/982.45	c #Conflicts:    1997000 | #Constraints:      41118
979.93/982.45	c #Conflicts:    1998000 | #Constraints:      42118
979.93/982.45	c #Conflicts:    1999000 | #Constraints:      43118
979.93/982.45	c #Conflicts:    2000000 | #Constraints:      44119
979.93/982.45	c #Conflicts:    2001000 | #Constraints:      45119
979.93/982.45	c #Conflicts:    2002000 | #Constraints:      46119
979.93/982.45	c #Conflicts:    2003000 | #Constraints:      47119
979.93/982.45	c #Conflicts:    2004000 | #Constraints:      48119
979.93/982.45	c #Conflicts:    2005000 | #Constraints:      49119
979.93/982.45	c #Conflicts:    2006000 | #Constraints:      50119
979.93/982.45	c #Conflicts:    2007000 | #Constraints:      51119
979.93/982.45	c #Conflicts:    2008000 | #Constraints:      52119
979.93/982.45	c #Conflicts:    2009000 | #Constraints:      53119
979.93/982.45	c #Conflicts:    2010000 | #Constraints:      54125
979.93/982.45	c #Conflicts:    2011000 | #Constraints:      55125
979.93/982.45	c #Conflicts:    2012000 | #Constraints:      56125
979.93/982.45	c #Conflicts:    2013000 | #Constraints:      57125
979.93/982.45	c #Conflicts:    2014000 | #Constraints:      58125
979.93/982.45	c #Conflicts:    2015000 | #Constraints:      59125
1025.61/1028.28	c #Conflicts:    2016000 | #Constraints:      60125
1025.61/1028.28	c #Conflicts:    2017000 | #Constraints:      61130
1025.61/1028.28	c #Conflicts:    2018000 | #Constraints:      62132
1025.61/1028.28	c #Conflicts:    2019000 | #Constraints:      63135
1025.61/1028.28	c #Conflicts:    2020000 | #Constraints:      64136
1025.61/1028.28	c #Conflicts:    2021000 | #Constraints:      65136
1025.61/1028.28	c INPROCESSING
1025.61/1028.28	c GARBAGE COLLECT
1025.61/1028.28	c #Conflicts:    2022000 | #Constraints:      37903
1025.61/1028.28	c #Conflicts:    2023000 | #Constraints:      38903
1025.61/1028.28	c #Conflicts:    2024000 | #Constraints:      39903
1025.61/1028.28	c #Conflicts:    2025000 | #Constraints:      40903
1025.61/1028.28	c #Conflicts:    2026000 | #Constraints:      41903
1025.61/1028.28	c #Conflicts:    2027000 | #Constraints:      42903
1025.61/1028.28	c #Conflicts:    2028000 | #Constraints:      43903
1025.61/1028.28	c #Conflicts:    2029000 | #Constraints:      44903
1025.61/1028.28	c #Conflicts:    2030000 | #Constraints:      45903
1025.61/1028.28	c #Conflicts:    2031000 | #Constraints:      46903
1025.61/1028.28	c #Conflicts:    2032000 | #Constraints:      47903
1025.61/1028.28	c #Conflicts:    2033000 | #Constraints:      48903
1025.61/1028.28	c #Conflicts:    2034000 | #Constraints:      49903
1025.61/1028.28	c #Conflicts:    2035000 | #Constraints:      50903
1025.61/1028.28	c #Conflicts:    2036000 | #Constraints:      51903
1025.61/1028.28	c #Conflicts:    2037000 | #Constraints:      52903
1025.61/1028.28	c #Conflicts:    2038000 | #Constraints:      53903
1025.61/1028.28	c #Conflicts:    2039000 | #Constraints:      54903
1025.61/1028.28	c #Conflicts:    2040000 | #Constraints:      55903
1025.61/1028.28	c #Conflicts:    2041000 | #Constraints:      56903
1025.61/1028.28	c #Conflicts:    2042000 | #Constraints:      57903
1025.61/1028.28	c #Conflicts:    2043000 | #Constraints:      58903
1025.61/1028.28	c #Conflicts:    2044000 | #Constraints:      59903
1025.61/1028.28	c #Conflicts:    2045000 | #Constraints:      60903
1025.61/1028.28	c #Conflicts:    2046000 | #Constraints:      61903
1025.61/1028.28	c #Conflicts:    2047000 | #Constraints:      62903
1025.61/1028.28	c #Conflicts:    2048000 | #Constraints:      63903
1025.61/1028.28	c #Conflicts:    2049000 | #Constraints:      64903
1025.61/1028.28	c #Conflicts:    2050000 | #Constraints:      65903
1025.61/1028.28	c INPROCESSING
1025.61/1028.28	c GARBAGE COLLECT
1025.61/1028.28	c #Conflicts:    2051000 | #Constraints:      38479
1025.61/1028.28	c #Conflicts:    2052000 | #Constraints:      39479
1025.61/1028.28	c #Conflicts:    2053000 | #Constraints:      40479
1025.61/1028.28	c #Conflicts:    2054000 | #Constraints:      41479
1025.61/1028.28	c #Conflicts:    2055000 | #Constraints:      42479
1025.61/1028.28	c #Conflicts:    2056000 | #Constraints:      43479
1025.61/1028.28	c #Conflicts:    2057000 | #Constraints:      44479
1025.61/1028.28	c #Conflicts:    2058000 | #Constraints:      45479
1025.61/1028.28	c #Conflicts:    2059000 | #Constraints:      46479
1025.61/1028.28	c #Conflicts:    2060000 | #Constraints:      47479
1025.61/1028.28	c #Conflicts:    2061000 | #Constraints:      48480
1025.61/1028.28	c #Conflicts:    2062000 | #Constraints:      49480
1025.61/1028.28	c #Conflicts:    2063000 | #Constraints:      50480
1025.61/1028.28	c #Conflicts:    2064000 | #Constraints:      51480
1025.61/1028.28	c #Conflicts:    2065000 | #Constraints:      52480
1025.61/1028.28	c #Conflicts:    2066000 | #Constraints:      53480
1025.61/1028.28	c #Conflicts:    2067000 | #Constraints:      54480
1025.61/1028.28	c #Conflicts:    2068000 | #Constraints:      55480
1025.61/1028.28	c #Conflicts:    2069000 | #Constraints:      56480
1025.61/1028.28	c #Conflicts:    2070000 | #Constraints:      57480
1025.61/1028.28	c #Conflicts:    2071000 | #Constraints:      58480
1025.61/1028.28	c #Conflicts:    2072000 | #Constraints:      59480
1025.61/1028.28	c #Conflicts:    2073000 | #Constraints:      60480
1025.61/1028.28	c #Conflicts:    2074000 | #Constraints:      61481
1025.61/1028.28	c #Conflicts:    2075000 | #Constraints:      62481
1025.61/1028.28	c #Conflicts:    2076000 | #Constraints:      63481
1025.61/1028.28	c #Conflicts:    2077000 | #Constraints:      64481
1025.61/1028.28	c #Conflicts:    2078000 | #Constraints:      65481
1025.61/1028.28	c #Conflicts:    2079000 | #Constraints:      66481
1025.61/1028.28	c INPROCESSING
1025.61/1028.28	c GARBAGE COLLECT
1025.61/1028.28	c #Conflicts:    2080000 | #Constraints:      38882
1025.61/1028.28	c #Conflicts:    2081000 | #Constraints:      39882
1025.61/1028.28	c #Conflicts:    2082000 | #Constraints:      40882
1025.61/1028.28	c #Conflicts:    2083000 | #Constraints:      41882
1025.61/1028.28	c #Conflicts:    2084000 | #Constraints:      42882
1025.61/1028.28	c #Conflicts:    2085000 | #Constraints:      43882
1025.61/1028.28	c #Conflicts:    2086000 | #Constraints:      44885
1025.61/1028.28	c #Conflicts:    2087000 | #Constraints:      45885
1025.61/1028.28	c #Conflicts:    2088000 | #Constraints:      46885
1025.61/1028.28	c #Conflicts:    2089000 | #Constraints:      47885
1025.61/1028.28	c #Conflicts:    2090000 | #Constraints:      48886
1025.61/1028.28	c #Conflicts:    2091000 | #Constraints:      49886
1025.61/1028.28	c #Conflicts:    2092000 | #Constraints:      50886
1102.82/1105.69	c #Conflicts:    2093000 | #Constraints:      51886
1102.82/1105.69	c #Conflicts:    2094000 | #Constraints:      52886
1102.82/1105.69	c #Conflicts:    2095000 | #Constraints:      53886
1102.82/1105.69	c #Conflicts:    2096000 | #Constraints:      54886
1102.82/1105.69	c #Conflicts:    2097000 | #Constraints:      55886
1102.82/1105.69	c #Conflicts:    2098000 | #Constraints:      56886
1102.82/1105.69	c #Conflicts:    2099000 | #Constraints:      57886
1102.82/1105.69	c #Conflicts:    2100000 | #Constraints:      58886
1102.82/1105.69	c #Conflicts:    2101000 | #Constraints:      59887
1102.82/1105.69	c #Conflicts:    2102000 | #Constraints:      60887
1102.82/1105.69	c #Conflicts:    2103000 | #Constraints:      61887
1102.82/1105.69	c #Conflicts:    2104000 | #Constraints:      62999
1102.82/1105.69	c #Conflicts:    2105000 | #Constraints:      64543
1102.82/1105.69	c #Conflicts:    2106000 | #Constraints:      66077
1102.82/1105.69	c #Conflicts:    2107000 | #Constraints:      67607
1102.82/1105.69	c #Conflicts:    2108000 | #Constraints:      69135
1102.82/1105.69	c INPROCESSING
1102.82/1105.69	c GARBAGE COLLECT
1102.82/1105.69	c #Conflicts:    2109000 | #Constraints:      40215
1102.82/1105.69	c #Conflicts:    2110000 | #Constraints:      41215
1102.82/1105.69	c #Conflicts:    2111000 | #Constraints:      42215
1102.82/1105.69	c #Conflicts:    2112000 | #Constraints:      43215
1102.82/1105.69	c #Conflicts:    2113000 | #Constraints:      44215
1102.82/1105.69	c #Conflicts:    2114000 | #Constraints:      45215
1102.82/1105.69	c #Conflicts:    2115000 | #Constraints:      46215
1102.82/1105.69	c #Conflicts:    2116000 | #Constraints:      47215
1102.82/1105.69	c #Conflicts:    2117000 | #Constraints:      48215
1102.82/1105.69	c #Conflicts:    2118000 | #Constraints:      49215
1102.82/1105.69	c #Conflicts:    2119000 | #Constraints:      50215
1102.82/1105.69	c #Conflicts:    2120000 | #Constraints:      51215
1102.82/1105.69	c #Conflicts:    2121000 | #Constraints:      52215
1102.82/1105.69	c #Conflicts:    2122000 | #Constraints:      53215
1102.82/1105.69	c #Conflicts:    2123000 | #Constraints:      54215
1102.82/1105.69	c #Conflicts:    2124000 | #Constraints:      55215
1102.82/1105.69	c #Conflicts:    2125000 | #Constraints:      56215
1102.82/1105.69	c #Conflicts:    2126000 | #Constraints:      57215
1102.82/1105.69	c #Conflicts:    2127000 | #Constraints:      58215
1102.82/1105.69	c #Conflicts:    2128000 | #Constraints:      59215
1102.82/1105.69	c #Conflicts:    2129000 | #Constraints:      60215
1102.82/1105.69	c #Conflicts:    2130000 | #Constraints:      61215
1102.82/1105.69	c #Conflicts:    2131000 | #Constraints:      62215
1102.82/1105.69	c #Conflicts:    2132000 | #Constraints:      63215
1102.82/1105.69	c #Conflicts:    2133000 | #Constraints:      64215
1102.82/1105.69	c #Conflicts:    2134000 | #Constraints:      65215
1102.82/1105.69	c #Conflicts:    2135000 | #Constraints:      66215
1102.82/1105.69	c #Conflicts:    2136000 | #Constraints:      67215
1102.82/1105.69	c #Conflicts:    2137000 | #Constraints:      68215
1102.82/1105.69	c INPROCESSING
1102.82/1105.69	c GARBAGE COLLECT
1102.82/1105.69	c #Conflicts:    2138000 | #Constraints:      39663
1102.82/1105.69	c #Conflicts:    2139000 | #Constraints:      40663
1102.82/1105.69	c #Conflicts:    2140000 | #Constraints:      41663
1102.82/1105.69	c #Conflicts:    2141000 | #Constraints:      42663
1102.82/1105.69	c #Conflicts:    2142000 | #Constraints:      43663
1102.82/1105.69	c #Conflicts:    2143000 | #Constraints:      44663
1102.82/1105.69	c #Conflicts:    2144000 | #Constraints:      45663
1102.82/1105.69	c #Conflicts:    2145000 | #Constraints:      46663
1102.82/1105.69	c #Conflicts:    2146000 | #Constraints:      47663
1102.82/1105.69	c #Conflicts:    2147000 | #Constraints:      48663
1102.82/1105.69	c #Conflicts:    2148000 | #Constraints:      49663
1102.82/1105.69	c #Conflicts:    2149000 | #Constraints:      50663
1102.82/1105.69	c #Conflicts:    2150000 | #Constraints:      51663
1102.82/1105.69	c #Conflicts:    2151000 | #Constraints:      52663
1102.82/1105.69	c #Conflicts:    2152000 | #Constraints:      53663
1102.82/1105.69	c #Conflicts:    2153000 | #Constraints:      54663
1102.82/1105.69	c #Conflicts:    2154000 | #Constraints:      55663
1102.82/1105.69	c #Conflicts:    2155000 | #Constraints:      56663
1102.82/1105.69	c #Conflicts:    2156000 | #Constraints:      57663
1102.82/1105.69	c #Conflicts:    2157000 | #Constraints:      58663
1102.82/1105.69	c #Conflicts:    2158000 | #Constraints:      59663
1102.82/1105.69	c #Conflicts:    2159000 | #Constraints:      60663
1102.82/1105.69	c #Conflicts:    2160000 | #Constraints:      61663
1102.82/1105.69	c #Conflicts:    2161000 | #Constraints:      62663
1102.82/1105.69	c #Conflicts:    2162000 | #Constraints:      63663
1102.82/1105.69	c #Conflicts:    2163000 | #Constraints:      64663
1102.82/1105.69	c #Conflicts:    2164000 | #Constraints:      65663
1102.82/1105.69	c #Conflicts:    2165000 | #Constraints:      66663
1102.82/1105.69	c #Conflicts:    2166000 | #Constraints:      67663
1102.82/1105.69	c INPROCESSING
1102.82/1105.69	c GARBAGE COLLECT
1102.82/1105.69	c #Conflicts:    2167000 | #Constraints:      39196
1102.82/1105.69	c #Conflicts:    2168000 | #Constraints:      40196
1102.82/1105.69	c #Conflicts:    2169000 | #Constraints:      41196
1184.75/1187.85	c #Conflicts:    2170000 | #Constraints:      42196
1184.75/1187.85	c #Conflicts:    2171000 | #Constraints:      43196
1184.75/1187.85	c #Conflicts:    2172000 | #Constraints:      44196
1184.75/1187.85	c #Conflicts:    2173000 | #Constraints:      45196
1184.75/1187.85	c #Conflicts:    2174000 | #Constraints:      46196
1184.75/1187.85	c #Conflicts:    2175000 | #Constraints:      47196
1184.75/1187.85	c #Conflicts:    2176000 | #Constraints:      48196
1184.75/1187.85	c #Conflicts:    2177000 | #Constraints:      49196
1184.75/1187.85	c #Conflicts:    2178000 | #Constraints:      50196
1184.75/1187.85	c #Conflicts:    2179000 | #Constraints:      51196
1184.75/1187.85	c #Conflicts:    2180000 | #Constraints:      52196
1184.75/1187.85	c #Conflicts:    2181000 | #Constraints:      53196
1184.75/1187.85	c #Conflicts:    2182000 | #Constraints:      54196
1184.75/1187.85	c #Conflicts:    2183000 | #Constraints:      55196
1184.75/1187.85	c #Conflicts:    2184000 | #Constraints:      56196
1184.75/1187.85	c #Conflicts:    2185000 | #Constraints:      57196
1184.75/1187.85	c #Conflicts:    2186000 | #Constraints:      58196
1184.75/1187.85	c #Conflicts:    2187000 | #Constraints:      59196
1184.75/1187.85	c #Conflicts:    2188000 | #Constraints:      60196
1184.75/1187.85	c #Conflicts:    2189000 | #Constraints:      61196
1184.75/1187.85	c #Conflicts:    2190000 | #Constraints:      62196
1184.75/1187.85	c #Conflicts:    2191000 | #Constraints:      63196
1184.75/1187.85	c #Conflicts:    2192000 | #Constraints:      64196
1184.75/1187.85	c #Conflicts:    2193000 | #Constraints:      65196
1184.75/1187.85	c #Conflicts:    2194000 | #Constraints:      66196
1184.75/1187.85	c #Conflicts:    2195000 | #Constraints:      67196
1184.75/1187.85	c #Conflicts:    2196000 | #Constraints:      68196
1184.75/1187.85	c INPROCESSING
1184.75/1187.85	c GARBAGE COLLECT
1184.75/1187.85	c #Conflicts:    2197000 | #Constraints:      39673
1184.75/1187.85	c #Conflicts:    2198000 | #Constraints:      40673
1184.75/1187.85	c #Conflicts:    2199000 | #Constraints:      41673
1184.75/1187.85	c #Conflicts:    2200000 | #Constraints:      42673
1184.75/1187.85	c #Conflicts:    2201000 | #Constraints:      43673
1184.75/1187.85	c #Conflicts:    2202000 | #Constraints:      44673
1184.75/1187.85	c #Conflicts:    2203000 | #Constraints:      45673
1184.75/1187.85	c #Conflicts:    2204000 | #Constraints:      46673
1184.75/1187.85	c #Conflicts:    2205000 | #Constraints:      47673
1184.75/1187.85	c #Conflicts:    2206000 | #Constraints:      48673
1184.75/1187.85	c #Conflicts:    2207000 | #Constraints:      49673
1184.75/1187.85	c #Conflicts:    2208000 | #Constraints:      50673
1184.75/1187.85	c #Conflicts:    2209000 | #Constraints:      51673
1184.75/1187.85	c #Conflicts:    2210000 | #Constraints:      52673
1184.75/1187.85	c #Conflicts:    2211000 | #Constraints:      53673
1184.75/1187.85	c #Conflicts:    2212000 | #Constraints:      54673
1184.75/1187.85	c #Conflicts:    2213000 | #Constraints:      55673
1184.75/1187.85	c #Conflicts:    2214000 | #Constraints:      56673
1184.75/1187.85	c #Conflicts:    2215000 | #Constraints:      57673
1184.75/1187.85	c #Conflicts:    2216000 | #Constraints:      58673
1184.75/1187.85	c #Conflicts:    2217000 | #Constraints:      59673
1184.75/1187.85	c #Conflicts:    2218000 | #Constraints:      60673
1184.75/1187.85	c #Conflicts:    2219000 | #Constraints:      61673
1184.75/1187.85	c #Conflicts:    2220000 | #Constraints:      62673
1184.75/1187.85	c #Conflicts:    2221000 | #Constraints:      63673
1184.75/1187.85	c #Conflicts:    2222000 | #Constraints:      64673
1184.75/1187.85	c #Conflicts:    2223000 | #Constraints:      65673
1184.75/1187.85	c #Conflicts:    2224000 | #Constraints:      66673
1184.75/1187.85	c #Conflicts:    2225000 | #Constraints:      67673
1184.75/1187.85	c #Conflicts:    2226000 | #Constraints:      68673
1184.75/1187.85	c INPROCESSING
1184.75/1187.85	c GARBAGE COLLECT
1184.75/1187.85	c #Conflicts:    2227000 | #Constraints:      39982
1184.75/1187.85	c #Conflicts:    2228000 | #Constraints:      40982
1184.75/1187.85	c #Conflicts:    2229000 | #Constraints:      41982
1184.75/1187.85	c #Conflicts:    2230000 | #Constraints:      42982
1184.75/1187.85	c #Conflicts:    2231000 | #Constraints:      43982
1184.75/1187.85	c #Conflicts:    2232000 | #Constraints:      44982
1184.75/1187.85	c #Conflicts:    2233000 | #Constraints:      45982
1184.75/1187.85	c #Conflicts:    2234000 | #Constraints:      46982
1184.75/1187.85	c #Conflicts:    2235000 | #Constraints:      47982
1184.75/1187.85	c #Conflicts:    2236000 | #Constraints:      48982
1184.75/1187.85	c #Conflicts:    2237000 | #Constraints:      49982
1184.75/1187.85	c #Conflicts:    2238000 | #Constraints:      50982
1184.75/1187.85	c #Conflicts:    2239000 | #Constraints:      51982
1184.75/1187.85	c #Conflicts:    2240000 | #Constraints:      52982
1184.75/1187.85	c #Conflicts:    2241000 | #Constraints:      53982
1184.75/1187.85	c #Conflicts:    2242000 | #Constraints:      54982
1184.75/1187.85	c #Conflicts:    2243000 | #Constraints:      55982
1184.75/1187.85	c #Conflicts:    2244000 | #Constraints:      56982
1184.75/1187.85	c #Conflicts:    2245000 | #Constraints:      57983
1184.75/1187.85	c #Conflicts:    2246000 | #Constraints:      58983
1273.06/1276.46	c #Conflicts:    2247000 | #Constraints:      59983
1273.06/1276.46	c #Conflicts:    2248000 | #Constraints:      60983
1273.06/1276.46	c #Conflicts:    2249000 | #Constraints:      61983
1273.06/1276.46	c #Conflicts:    2250000 | #Constraints:      62983
1273.06/1276.46	c #Conflicts:    2251000 | #Constraints:      63983
1273.06/1276.46	c #Conflicts:    2252000 | #Constraints:      64983
1273.06/1276.46	c #Conflicts:    2253000 | #Constraints:      65983
1273.06/1276.46	c #Conflicts:    2254000 | #Constraints:      66983
1273.06/1276.46	c #Conflicts:    2255000 | #Constraints:      67983
1273.06/1276.46	c #Conflicts:    2256000 | #Constraints:      68983
1273.06/1276.46	c INPROCESSING
1273.06/1276.46	c GARBAGE COLLECT
1273.06/1276.46	c #Conflicts:    2257000 | #Constraints:      40112
1273.06/1276.46	c #Conflicts:    2258000 | #Constraints:      41112
1273.06/1276.46	c #Conflicts:    2259000 | #Constraints:      42112
1273.06/1276.46	c #Conflicts:    2260000 | #Constraints:      43112
1273.06/1276.46	c #Conflicts:    2261000 | #Constraints:      44112
1273.06/1276.46	c #Conflicts:    2262000 | #Constraints:      45112
1273.06/1276.46	c #Conflicts:    2263000 | #Constraints:      46112
1273.06/1276.46	c #Conflicts:    2264000 | #Constraints:      47113
1273.06/1276.46	c #Conflicts:    2265000 | #Constraints:      48113
1273.06/1276.46	c #Conflicts:    2266000 | #Constraints:      49113
1273.06/1276.46	c #Conflicts:    2267000 | #Constraints:      50113
1273.06/1276.46	c #Conflicts:    2268000 | #Constraints:      51114
1273.06/1276.46	c #Conflicts:    2269000 | #Constraints:      52114
1273.06/1276.46	c #Conflicts:    2270000 | #Constraints:      53138
1273.06/1276.46	c #Conflicts:    2271000 | #Constraints:      54623
1273.06/1276.46	c #Conflicts:    2272000 | #Constraints:      56125
1273.06/1276.46	c #Conflicts:    2273000 | #Constraints:      57615
1273.06/1276.46	c #Conflicts:    2274000 | #Constraints:      59128
1273.06/1276.46	c #Conflicts:    2275000 | #Constraints:      60627
1273.06/1276.46	c #Conflicts:    2276000 | #Constraints:      62119
1273.06/1276.46	c #Conflicts:    2277000 | #Constraints:      63594
1273.06/1276.46	c #Conflicts:    2278000 | #Constraints:      65091
1273.06/1276.46	c #Conflicts:    2279000 | #Constraints:      66597
1273.06/1276.46	c #Conflicts:    2280000 | #Constraints:      68113
1273.06/1276.46	c #Conflicts:    2281000 | #Constraints:      69619
1273.06/1276.46	c #Conflicts:    2282000 | #Constraints:      71112
1273.06/1276.46	c #Conflicts:    2283000 | #Constraints:      72597
1273.06/1276.46	c #Conflicts:    2284000 | #Constraints:      74088
1273.06/1276.46	c #Conflicts:    2285000 | #Constraints:      75586
1273.06/1276.46	c #Conflicts:    2286000 | #Constraints:      77088
1273.06/1276.46	c INPROCESSING
1273.06/1276.46	c GARBAGE COLLECT
1273.06/1276.46	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[3]: 6 -0.99224 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[5]: 6 -0.916741 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[17]: 6 -0.998518 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[18]: 6 -0.919408 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[23]: 6 -1.00166 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[33]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[36]: 6 -1.16672 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[46]: 6 -0.998888 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[49]: 6 -0.999895 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[57]: 6 0 1.25892 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[61]: 6 0 0.523768 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[65]: 6 -0.999981 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[78]: 6 -0.999746 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[82]: 6 -0.999159 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[85]: 6 -0.71933 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[89]: 6 -1.22413 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[101]: 6 0 0.0278631 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[109]: 6 -0.998205 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[116]: 6 -0.739029 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[128]: 6 0 1.62483 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[144]: 6 -0.999699 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[149]: 6 -0.999945 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[184]: 6 -1.74999 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[189]: 6 0 0.312441 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[192]: 6 -1.25003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[199]: 6 -0.864681 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[240]: 6 -0.995786 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[242]: 6 -0.999384 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[244]: 6 -0.869416 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[272]: 6 -0.999853 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[273]: 6 -0.998036 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[288]: 6 -1.25003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[302]: 6 -0.998838 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[310]: 6 -1.48921 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[313]: 6 0 0.0253862 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[326]: 6 -0.500125 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[327]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[332]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[341]: 6 -0.719566 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[381]: 6 -1.25001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[382]: 6 -1.25006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[400]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[430]: 6 -1.00084 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[432]: 6 -1.00422 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[434]: 6 -0.955569 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[437]: 6 -0.927803 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[438]: 6 -2.95809 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[440]: 6 -1.64215 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[456]: 6 0 4.83432 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[459]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[461]: 6 -0.998345 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[464]: 6 -0.999315 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[481]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[486]: 6 -0.500125 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[500]: 6 -0.897468 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[508]: 6 0 0.312429 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[523]: 6 -0.999947 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[528]: 6 -0.997511 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[532]: 6 -0.9552 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[535]: 6 -0.998395 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[536]: 6 -0.307197 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[541]: 6 -1.31255 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[545]: 6 0 0.500057 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[561]: 6 -0.998652 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[562]: 6 -0.870699 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[566]: 6 -0.996416 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[568]: 6 -1.61812 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[576]: 6 -0.999974 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[579]: 6 -1.24999 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[580]: 6 -1.92183 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[596]: 6 -0.953249 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[600]: 6 -0.551415 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[601]: 6 -0.98795 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[602]: 6 -0.824899 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[610]: 6 -0.869787 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[611]: 6 -1.81253 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[612]: 6 -0.916749 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[615]: 6 -0.5001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[619]: 6 -0.999954 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[620]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[623]: 6 -0.999704 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[628]: 6 -1.13224 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[644]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[649]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[659]: 6 -0.871003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[664]: 6 -0.998387 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[668]: 6 -1.31255 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[680]: 6 -0.999892 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[686]: 6 -0.998851 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[694]: 6 -2.46558 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[700]: 6 -1.25699 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[704]: 6 -1.00012 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[930]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[931]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[978]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1004]: 6 -0.999788 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1005]: 6 -0.999508 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1018]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1062]: 6 -1.25007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1070]: 6 -1.00015 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1072]: 6 -0.999984 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1075]: 6 -0.999747 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1077]: 6 -0.998826 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1078]: 6 -1.40968 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1079]: 6 -1.82329 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1083]: 6 -1.75002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1086]: 6 -0.612538 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1103]: 6 -1.00055 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1108]: 6 -1.23379 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1109]: 6 -1.46771 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1110]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1111]: 6 -1.12945 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1114]: 6 -0.835955 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1115]: 6 -1.5859 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1116]: 6 0 0.125987 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1124]: 6 -1.06251 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1127]: 6 -1.50004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1131]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1135]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1137]: 6 -1.12303 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1145]: 6 -0.766294 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1159]: 6 -0.625061 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1172]: 6 -0.876501 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1185]: 6 -1.25009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1191]: 6 -0.999993 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1194]: 6 -0.999926 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1199]: 6 -0.999886 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1212]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1223]: 6 0 1.79754e-05 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1234]: 6 -0.999965 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1242]: 6 -1.49838 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1246]: 6 -1.01571 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1248]: 6 -1.06251 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1257]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1270]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1273]: 6 -0.896537 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1274]: 6 -1.41806 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1281]: 6 -1.62952 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1283]: 6 -0.62503 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1285]: 6 -0.50007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1301]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1302]: 6 -2.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1303]: 6 -1.3282 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1304]: 6 -1.25007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1313]: 6 -2.25011 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1315]: 6 -1.40579 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1317]: 6 -1.62287 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1319]: 6 -1.49126 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1323]: 6 -0.8336 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1328]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1330]: 6 -0.999063 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1341]: 6 -0.920144 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1344]: 6 -2.37506 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1345]: 6 -1.62509 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1350]: 6 -1.25003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1358]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1363]: 6 -1.24858 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1367]: 6 -1.32821 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1372]: 6 -0.75005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1374]: 6 -2.25003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1379]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1381]: 6 -2.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1393]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1396]: 6 -0.999493 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1429]: 6 -1.33812 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1431]: 6 -1.34001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1432]: 6 -0.679117 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1434]: 6 -1.81703 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1446]: 6 -1.4999 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1455]: 6 -0.999842 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1458]: 6 -1.00031 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1466]: 6 -1.91205 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1478]: 6 -0.989577 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1480]: 6 -0.0418181 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1484]: 6 -0.998059 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1490]: 6 -1.25007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1492]: 6 -0.864637 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1494]: 6 -0.525081 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1497]: 6 -0.999907 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1498]: 6 -1.75002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1511]: 6 -1.00164 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1513]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1517]: 6 -1.00011 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1519]: 6 -0.986984 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1524]: 6 -1.00197 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1525]: 6 -1.00107 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1527]: 6 -0.750017 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1529]: 6 -1.31272 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1531]: 6 -1.37505 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1537]: 6 -1.50001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1544]: 6 -0.999906 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1547]: 6 -0.999121 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1551]: 6 -0.999991 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1557]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1559]: 6 -0.976426 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1561]: 6 -1.28646 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1576]: 6 -0.750151 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1578]: 6 -0.999826 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1581]: 6 -0.999975 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1583]: 6 -0.999901 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1584]: 6 -0.999878 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1586]: 6 -0.998497 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1587]: 6 -0.997006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1590]: 6 -1.50277 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1591]: 6 -0.99985 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1592]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1593]: 6 -1.3126 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1594]: 6 -1.22969 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1601]: 6 -1.24995 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1602]: 6 -1.24993 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1603]: 6 0 1.99883 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1606]: 6 -0.968826 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1608]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1610]: 6 -0.999561 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1612]: 6 0 0.999423 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1613]: 6 -0.999934 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1615]: 6 -0.999996 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1618]: 6 -0.999631 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1619]: 6 -1.00063 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1620]: 6 -0.998142 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1623]: 6 -1.04363 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1626]: 6 -0.979749 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1627]: 6 -0.750015 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1628]: 6 -1.43656 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1629]: 6 -1.31251 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1632]: 6 -0.40071 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1646]: 6 -0.999874 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1658]: 6 0 1.90431 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1661]: 6 -1.99991 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1663]: 6 -0.750055 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1664]: 6 -0.749976 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1676]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1677]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1683]: 6 -0.996175 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1684]: 6 -0.989197 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1692]: 6 -0.918696 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1708]: 6 -0.999879 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1717]: 6 -1.25009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1731]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1741]: 6 -0.998151 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1746]: 6 -0.998686 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1767]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1774]: 6 -0.999941 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1953]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1960]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1968]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1971]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1976]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1977]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1985]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1993]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[1999]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2001]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2010]: 6 0 3.9994 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2049]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2052]: 6 -1.25004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2058]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2060]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2062]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2066]: 6 -0.999874 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2067]: 6 -0.999978 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2070]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2072]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2073]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2079]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2082]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2084]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2085]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2091]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2094]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2122]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2138]: 6 -1.46768 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2145]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2153]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2163]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2165]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2168]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2172]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2176]: 6 -1.00033 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2180]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2186]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2199]: 6 -0.741207 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2202]: 6 -1.25008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2212]: 6 0 8.02002e-05 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2215]: 6 -1.37508 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2220]: 6 -0.999979 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2225]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2228]: 6 -1.00014 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2229]: 6 -1.12306 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2233]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2236]: 6 -1.25002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2251]: 6 -0.687589 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2262]: 6 0 1.00009 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2264]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2271]: 6 -0.999977 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2274]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2276]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2277]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2280]: 6 -0.999876 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2284]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2289]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2292]: 6 -1.25006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2294]: 6 0 1.25005 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2302]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2303]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2307]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2310]: 6 -3.91665 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2317]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2318]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2320]: 6 -0.999815 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2332]: 6 -0.116942 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2336]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2339]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2342]: 6 -1.50007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2346]: 6 0 1.00002 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2352]: 6 0 47.1239 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2360]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2361]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2364]: 6 -0.999936 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2365]: 6 -0.99983 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2369]: 6 -0.999996 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2376]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2380]: 6 0 2.30353 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2384]: 6 -14.2136 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2385]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2388]: 6 -0.999991 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2392]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2393]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2399]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2413]: 6 -0.999545 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2419]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2420]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2433]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2437]: 6 -1.25009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2441]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2444]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2448]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2449]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2452]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2453]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2456]: 6 -0.999965 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2460]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2462]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2463]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2465]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2468]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2472]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2474]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2475]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2478]: 6 -1.50002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2483]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2485]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2488]: 6 -1.31254 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2491]: 6 -0.625019 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2495]: 6 -0.500055 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2498]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2499]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2501]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2505]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2507]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2510]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2516]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2524]: 6 -1.32821 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2529]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2531]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2534]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2536]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2540]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2544]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2546]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2550]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2555]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2558]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2563]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2568]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2571]: 6 -0.99999 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2574]: 6 -1.50009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2575]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2587]: 6 -0.625064 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2591]: 6 -0.500074 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2601]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2602]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2603]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2605]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2607]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2608]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2609]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2613]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2618]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2619]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2620]: 6 -1.32821 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2623]: 6 -1.25009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2632]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2634]: 6 0 1.00005 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2636]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2637]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2639]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2646]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2647]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2650]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2652]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2654]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2656]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2657]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2660]: 6 -1.00002 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2664]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2667]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2671]: 6 -1.0001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2673]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2675]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2678]: 6 -1.31256 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2687]: 6 -0.500021 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2690]: 6 -1.00009 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2691]: 6 -1.00001 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2696]: 6 -1.00007 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2702]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2708]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2709]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2711]: 6 -1.37507 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2712]: 6 -1.2501 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2715]: 6 -2.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2716]: 6 -1.32814 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2725]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2727]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2730]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2732]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2733]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2738]: 6 -1.00006 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2740]: 6 -1.00003 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2741]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2748]: 6 -1.00008 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2750]: 6 -1.00004 0 shouldn't be
1273.06/1276.46	WSVECS04 Frhs2[2751]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2754]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2757]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2759]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2762]: 6 -1.37504 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2763]: 6 -1.37503 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2772]: 6 -1.32819 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2806]: 6 -1.50007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2807]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2808]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2813]: 6 -3.62504 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2816]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2817]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2819]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2821]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2824]: 6 0 1.00005 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2826]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2827]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2829]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2832]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2833]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2836]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2840]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2841]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2844]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2846]: 6 -0.999937 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2850]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2851]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2853]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2855]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2857]: 6 -1.50007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2861]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2864]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2865]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2868]: 6 -1.25008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2869]: 6 -1.25008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2875]: 6 -1.25007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2879]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2883]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2888]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2890]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2905]: 6 -1.33096 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2907]: 6 -1.32813 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2908]: 6 -1.32819 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2914]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2915]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2922]: 6 -5.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2923]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2926]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2927]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2930]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2931]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2934]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2935]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2940]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2944]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2945]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2951]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2953]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2955]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2963]: 6 -1.32815 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2965]: 6 -0.671921 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2971]: 6 -0.625029 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2979]: 6 -1.75004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2981]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2983]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2988]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2990]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2991]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2992]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[2998]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3007]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3009]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3014]: 6 0 2.00004 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3016]: 6 0 1.00009 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3018]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3021]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3024]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3025]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3028]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3029]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3032]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3033]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3040]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3041]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3044]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3047]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3049]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3052]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3055]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3058]: 6 -0.480249 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3059]: 6 -0.480276 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3062]: 6 -3.32926 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3064]: 6 -9.40856 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3067]: 6 -0.500062 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3070]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3072]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3081]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3082]: 6 -0.999979 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3084]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3086]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3088]: 6 -1.00105 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3097]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3102]: 6 -1.40856 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3103]: 6 -1.81701 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3104]: 6 -1.50007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3108]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3109]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3111]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3112]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3114]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3115]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3118]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3119]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3122]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3123]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3126]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3128]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3129]: 6 -0.999995 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3131]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3132]: 6 -1.00047 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3134]: 6 -0.999216 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3139]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3142]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3146]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3149]: 6 -1.33459 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3171]: 6 -1.62289 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3172]: 6 -1.24573 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3174]: 6 -1.26046 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3178]: 6 -0.417185 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3196]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3198]: 6 -1.37508 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3200]: 6 -1.50003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3215]: 6 -0.500024 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3222]: 6 0 1.00007 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3224]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3228]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3232]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3233]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3236]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3239]: 6 -0.743113 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3242]: 6 -0.947694 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3246]: 6 -0.995817 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3249]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3251]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3253]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3256]: 6 -0.250048 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3273]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3309]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3311]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3318]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3319]: 6 -0.999957 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3322]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3323]: 6 -0.999972 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3326]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3330]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3332]: 6 -0.997848 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3334]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3339]: 6 -1.22668 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3348]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3349]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3352]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3354]: 6 0 1.00003 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3360]: 6 0 0.125089 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3368]: 6 -1 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3372]: 6 -0.999574 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3379]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3389]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3391]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3393]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3395]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3397]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3399]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3402]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3410]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3414]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3416]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3418]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3420]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3422]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3423]: 6 -0.950082 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3426]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3427]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3430]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3432]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3436]: 6 -0.999962 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3440]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3441]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3444]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3445]: 6 -2.375 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3448]: 6 -1.31257 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3450]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3476]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3484]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3487]: 6 -1.25 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3489]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3491]: 6 -1.62499 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3494]: 6 0 1.1875 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3506]: 6 -0.999 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3510]: 6 -0.999974 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3512]: 6 -0.999918 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3514]: 6 -1.0003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3515]: 6 -1.0003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3521]: 6 -0.995142 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3525]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3528]: 6 -0.970305 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3529]: 6 -0.994639 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3531]: 6 -0.976621 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3539]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3541]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3544]: 6 -1.31259 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3545]: 6 -1.31255 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3551]: 6 -0.500085 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3557]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3575]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3577]: 6 -1.62502 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3578]: 6 -1.2501 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3580]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3586]: 6 -3.99999 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3589]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3593]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3595]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3600]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3608]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3610]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3613]: 6 -0.999988 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3616]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3620]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3626]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3630]: 6 -1.62502 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3632]: 6 -1.25001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3640]: 6 -1.31251 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3641]: 6 -1.31255 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3647]: 6 -0.500071 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3650]: 6 -1.31257 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3660]: 6 -0.999985 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3665]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3667]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3669]: 6 -0.986545 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3671]: 6 -0.999891 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3673]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3676]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3681]: 6 -1.31256 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3686]: 6 0 1.50006 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3690]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3692]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3694]: 6 -7.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3696]: 6 -13.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3698]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3701]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3704]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3706]: 6 -0.999553 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3707]: 6 -0.999507 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3710]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3711]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3713]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3716]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3720]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3721]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3724]: 6 -0.999688 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3730]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3732]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3733]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3735]: 6 -4.54388e-05 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3737]: 6 -3.31252 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3741]: 6 -0.750063 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3743]: 6 -0.500049 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3745]: 6 -0.750225 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3747]: 6 -0.998489 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3748]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3749]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3750]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3755]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3757]: 6 -0.999919 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3760]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3765]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3766]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3767]: 6 -1.02612 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3770]: 6 -1.25005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3778]: 6 -0.999691 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3782]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3784]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3785]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3788]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3790]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3794]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3798]: 6 -0.999932 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3802]: 6 -0.999479 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3804]: 6 -0.998811 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3805]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3808]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3812]: 6 -0.989229 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3813]: 6 -0.98924 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3816]: 6 -0.952882 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3820]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3824]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3825]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3833]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3837]: 6 -1.25003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3839]: 6 -0.500035 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3843]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3852]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3857]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3859]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3865]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3870]: 6 -0.599398 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3875]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3878]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3879]: 6 -1.00001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3885]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3888]: 6 -0.998194 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3895]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3897]: 6 -1.00012 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3903]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3906]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3907]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3910]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3911]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3914]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3918]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3922]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3926]: 6 -1.3126 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3927]: 6 -1.31252 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3937]: 6 -1.00012 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3944]: 6 -0.999869 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3946]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3951]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3955]: 6 -0.998034 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3956]: 6 -0.99735 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3957]: 6 -0.989267 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3966]: 6 -1.62509 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3970]: 6 -0.997504 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3979]: 6 -0.500171 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3986]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3988]: 6 0 7.26302 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3990]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3991]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3993]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3996]: 6 -1.00021 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3997]: 6 -0.999741 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[3999]: 6 -0.999268 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4000]: 6 -0.999221 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4002]: 6 -0.998716 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4005]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4008]: 6 -0.989262 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4011]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4014]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4016]: 6 -1.25005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4017]: 6 -1.25004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4022]: 6 0 0.743077 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4023]: 6 -1.25696 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4028]: 6 0 1.05557 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4041]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4046]: 6 -1.00018 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4047]: 6 -1.00005 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4048]: 6 -0.99956 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4055]: 6 -1.11773 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4056]: 6 0 1.90424 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4060]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4064]: 6 -1.25006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4069]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4071]: 6 -1.0001 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4073]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4076]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4080]: 6 -1.00006 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4081]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4085]: 6 -1.00002 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4088]: 6 -1.00015 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4089]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4093]: 6 -0.999552 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4096]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4098]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4100]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4101]: 6 -0.99247 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4104]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4106]: 6 -1.42649 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4107]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4109]: 6 -0.959352 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4116]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4117]: 6 -1.00004 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4142]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4143]: 6 -1.00009 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4144]: 6 -0.999112 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4172]: 6 -1.00003 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4173]: 6 -0.996182 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4178]: 6 -1.00008 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4179]: 6 -1.00007 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4202]: 6 -0.999226 0 shouldn't be
1273.06/1276.47	WSVECS04 Frhs2[4235]: 6 -1.00004 0 shouldn't be
1371.94/1375.62	c #Conflicts:    2287000 | #Constraints:      44178
1371.94/1375.62	c #Conflicts:    2288000 | #Constraints:      45178
1371.94/1375.62	c #Conflicts:    2289000 | #Constraints:      46178
1371.94/1375.62	c #Conflicts:    2290000 | #Constraints:      47178
1371.94/1375.62	c #Conflicts:    2291000 | #Constraints:      48178
1371.94/1375.62	c #Conflicts:    2292000 | #Constraints:      49178
1371.94/1375.62	c #Conflicts:    2293000 | #Constraints:      50178
1371.94/1375.62	c #Conflicts:    2294000 | #Constraints:      51178
1371.94/1375.62	c #Conflicts:    2295000 | #Constraints:      52178
1371.94/1375.62	c #Conflicts:    2296000 | #Constraints:      53178
1371.94/1375.62	c #Conflicts:    2297000 | #Constraints:      54178
1371.94/1375.62	c #Conflicts:    2298000 | #Constraints:      55178
1371.94/1375.62	c #Conflicts:    2299000 | #Constraints:      56178
1371.94/1375.62	c #Conflicts:    2300000 | #Constraints:      57178
1371.94/1375.62	c #Conflicts:    2301000 | #Constraints:      58178
1371.94/1375.62	c #Conflicts:    2302000 | #Constraints:      59178
1371.94/1375.62	c #Conflicts:    2303000 | #Constraints:      60178
1371.94/1375.62	c #Conflicts:    2304000 | #Constraints:      61178
1371.94/1375.62	c #Conflicts:    2305000 | #Constraints:      62178
1371.94/1375.62	c #Conflicts:    2306000 | #Constraints:      63178
1371.94/1375.62	c #Conflicts:    2307000 | #Constraints:      64178
1371.94/1375.62	c #Conflicts:    2308000 | #Constraints:      65178
1371.94/1375.62	c #Conflicts:    2309000 | #Constraints:      66178
1371.94/1375.62	c #Conflicts:    2310000 | #Constraints:      67178
1371.94/1375.62	c #Conflicts:    2311000 | #Constraints:      68178
1371.94/1375.62	c #Conflicts:    2312000 | #Constraints:      69178
1371.94/1375.62	c #Conflicts:    2313000 | #Constraints:      70178
1371.94/1375.62	c #Conflicts:    2314000 | #Constraints:      71178
1371.94/1375.62	c #Conflicts:    2315000 | #Constraints:      72178
1371.94/1375.62	c #Conflicts:    2316000 | #Constraints:      73178
1371.94/1375.62	c INPROCESSING
1371.94/1375.62	c GARBAGE COLLECT
1371.94/1375.62	c #Conflicts:    2317000 | #Constraints:      41901
1371.94/1375.62	c #Conflicts:    2318000 | #Constraints:      42901
1371.94/1375.62	c #Conflicts:    2319000 | #Constraints:      43901
1371.94/1375.62	c #Conflicts:    2320000 | #Constraints:      44901
1371.94/1375.62	c #Conflicts:    2321000 | #Constraints:      45901
1371.94/1375.62	c #Conflicts:    2322000 | #Constraints:      46901
1371.94/1375.62	c #Conflicts:    2323000 | #Constraints:      47901
1371.94/1375.62	c #Conflicts:    2324000 | #Constraints:      48901
1371.94/1375.62	c #Conflicts:    2325000 | #Constraints:      49901
1371.94/1375.62	c #Conflicts:    2326000 | #Constraints:      50901
1371.94/1375.62	c #Conflicts:    2327000 | #Constraints:      51901
1371.94/1375.62	c #Conflicts:    2328000 | #Constraints:      52901
1371.94/1375.62	c #Conflicts:    2329000 | #Constraints:      53901
1371.94/1375.62	c #Conflicts:    2330000 | #Constraints:      54901
1371.94/1375.62	c #Conflicts:    2331000 | #Constraints:      55901
1371.94/1375.62	c #Conflicts:    2332000 | #Constraints:      56901
1371.94/1375.62	c #Conflicts:    2333000 | #Constraints:      57901
1371.94/1375.62	c #Conflicts:    2334000 | #Constraints:      58901
1371.94/1375.62	c #Conflicts:    2335000 | #Constraints:      59901
1371.94/1375.62	c #Conflicts:    2336000 | #Constraints:      60901
1371.94/1375.62	c #Conflicts:    2337000 | #Constraints:      61901
1371.94/1375.62	c #Conflicts:    2338000 | #Constraints:      62901
1371.94/1375.62	c #Conflicts:    2339000 | #Constraints:      63901
1371.94/1375.62	c #Conflicts:    2340000 | #Constraints:      64901
1371.94/1375.62	c #Conflicts:    2341000 | #Constraints:      65901
1371.94/1375.62	c #Conflicts:    2342000 | #Constraints:      66901
1371.94/1375.62	c #Conflicts:    2343000 | #Constraints:      67901
1371.94/1375.62	c #Conflicts:    2344000 | #Constraints:      68901
1371.94/1375.62	c #Conflicts:    2345000 | #Constraints:      69901
1371.94/1375.62	c #Conflicts:    2346000 | #Constraints:      70901
1371.94/1375.62	c #Conflicts:    2347000 | #Constraints:      71901
1371.94/1375.62	c INPROCESSING
1371.94/1375.62	c GARBAGE COLLECT
1371.94/1375.62	c #Conflicts:    2348000 | #Constraints:      41533
1371.94/1375.62	c #Conflicts:    2349000 | #Constraints:      42533
1371.94/1375.62	c #Conflicts:    2350000 | #Constraints:      43533
1371.94/1375.62	c #Conflicts:    2351000 | #Constraints:      44533
1371.94/1375.62	c #Conflicts:    2352000 | #Constraints:      45533
1371.94/1375.62	c #Conflicts:    2353000 | #Constraints:      46533
1371.94/1375.62	c #Conflicts:    2354000 | #Constraints:      47533
1371.94/1375.62	c #Conflicts:    2355000 | #Constraints:      48533
1371.94/1375.62	c #Conflicts:    2356000 | #Constraints:      49533
1371.94/1375.62	c #Conflicts:    2357000 | #Constraints:      50533
1371.94/1375.62	c #Conflicts:    2358000 | #Constraints:      51533
1371.94/1375.62	c #Conflicts:    2359000 | #Constraints:      52533
1371.94/1375.62	c #Conflicts:    2360000 | #Constraints:      53533
1371.94/1375.62	c #Conflicts:    2361000 | #Constraints:      54533
1371.94/1375.62	c #Conflicts:    2362000 | #Constraints:      55533
1371.94/1375.62	c #Conflicts:    2363000 | #Constraints:      56533
1371.94/1375.62	c #Conflicts:    2364000 | #Constraints:      57533
1468.93/1472.95	c #Conflicts:    2365000 | #Constraints:      58533
1468.93/1472.95	c #Conflicts:    2366000 | #Constraints:      59533
1468.93/1472.95	c #Conflicts:    2367000 | #Constraints:      60533
1468.93/1472.95	c #Conflicts:    2368000 | #Constraints:      61533
1468.93/1472.95	c #Conflicts:    2369000 | #Constraints:      62533
1468.93/1472.95	c #Conflicts:    2370000 | #Constraints:      63533
1468.93/1472.95	c #Conflicts:    2371000 | #Constraints:      64533
1468.93/1472.95	c #Conflicts:    2372000 | #Constraints:      65533
1468.93/1472.95	c #Conflicts:    2373000 | #Constraints:      66533
1468.93/1472.95	c #Conflicts:    2374000 | #Constraints:      67533
1468.93/1472.95	c #Conflicts:    2375000 | #Constraints:      68533
1468.93/1472.95	c #Conflicts:    2376000 | #Constraints:      69533
1468.93/1472.95	c #Conflicts:    2377000 | #Constraints:      70533
1468.93/1472.95	c #Conflicts:    2378000 | #Constraints:      71533
1468.93/1472.95	c INPROCESSING
1468.93/1472.95	c GARBAGE COLLECT
1468.93/1472.95	c #Conflicts:    2379000 | #Constraints:      41425
1468.93/1472.95	c #Conflicts:    2380000 | #Constraints:      42425
1468.93/1472.95	c #Conflicts:    2381000 | #Constraints:      43425
1468.93/1472.95	c #Conflicts:    2382000 | #Constraints:      44425
1468.93/1472.95	c #Conflicts:    2383000 | #Constraints:      45425
1468.93/1472.95	c #Conflicts:    2384000 | #Constraints:      46425
1468.93/1472.95	c #Conflicts:    2385000 | #Constraints:      47425
1468.93/1472.95	c #Conflicts:    2386000 | #Constraints:      48425
1468.93/1472.95	c #Conflicts:    2387000 | #Constraints:      49425
1468.93/1472.95	c #Conflicts:    2388000 | #Constraints:      50425
1468.93/1472.95	c #Conflicts:    2389000 | #Constraints:      51425
1468.93/1472.95	c #Conflicts:    2390000 | #Constraints:      52425
1468.93/1472.95	c #Conflicts:    2391000 | #Constraints:      53425
1468.93/1472.95	c #Conflicts:    2392000 | #Constraints:      54425
1468.93/1472.95	c #Conflicts:    2393000 | #Constraints:      55425
1468.93/1472.95	c #Conflicts:    2394000 | #Constraints:      56425
1468.93/1472.95	c #Conflicts:    2395000 | #Constraints:      57425
1468.93/1472.95	c #Conflicts:    2396000 | #Constraints:      58425
1468.93/1472.95	c #Conflicts:    2397000 | #Constraints:      59425
1468.93/1472.95	c #Conflicts:    2398000 | #Constraints:      60425
1468.93/1472.95	c #Conflicts:    2399000 | #Constraints:      61425
1468.93/1472.95	c #Conflicts:    2400000 | #Constraints:      62425
1468.93/1472.95	c #Conflicts:    2401000 | #Constraints:      63425
1468.93/1472.95	c #Conflicts:    2402000 | #Constraints:      64425
1468.93/1472.95	c #Conflicts:    2403000 | #Constraints:      65425
1468.93/1472.95	c #Conflicts:    2404000 | #Constraints:      66425
1468.93/1472.95	c #Conflicts:    2405000 | #Constraints:      67425
1468.93/1472.95	c #Conflicts:    2406000 | #Constraints:      68425
1468.93/1472.95	c #Conflicts:    2407000 | #Constraints:      69425
1468.93/1472.95	c #Conflicts:    2408000 | #Constraints:      70425
1468.93/1472.95	c #Conflicts:    2409000 | #Constraints:      71425
1468.93/1472.95	c INPROCESSING
1468.93/1472.95	c GARBAGE COLLECT
1468.93/1472.95	c #Conflicts:    2410000 | #Constraints:      41377
1468.93/1472.95	c #Conflicts:    2411000 | #Constraints:      42377
1468.93/1472.95	c #Conflicts:    2412000 | #Constraints:      43377
1468.93/1472.95	c #Conflicts:    2413000 | #Constraints:      44377
1468.93/1472.95	c #Conflicts:    2414000 | #Constraints:      45378
1468.93/1472.95	c #Conflicts:    2415000 | #Constraints:      46378
1468.93/1472.95	c #Conflicts:    2416000 | #Constraints:      47378
1468.93/1472.95	c #Conflicts:    2417000 | #Constraints:      48378
1468.93/1472.95	c #Conflicts:    2418000 | #Constraints:      49378
1468.93/1472.95	c #Conflicts:    2419000 | #Constraints:      50378
1468.93/1472.95	c #Conflicts:    2420000 | #Constraints:      51378
1468.93/1472.95	c #Conflicts:    2421000 | #Constraints:      52378
1468.93/1472.95	c #Conflicts:    2422000 | #Constraints:      53378
1468.93/1472.95	c #Conflicts:    2423000 | #Constraints:      54378
1468.93/1472.95	c #Conflicts:    2424000 | #Constraints:      55462
1468.93/1472.95	c #Conflicts:    2425000 | #Constraints:      56982
1468.93/1472.95	c #Conflicts:    2426000 | #Constraints:      58011
1468.93/1472.95	c #Conflicts:    2427000 | #Constraints:      59011
1468.93/1472.95	c #Conflicts:    2428000 | #Constraints:      60012
1468.93/1472.95	c #Conflicts:    2429000 | #Constraints:      61013
1468.93/1472.95	c #Conflicts:    2430000 | #Constraints:      62013
1468.93/1472.95	c #Conflicts:    2431000 | #Constraints:      63014
1468.93/1472.95	c #Conflicts:    2432000 | #Constraints:      64014
1468.93/1472.95	c #Conflicts:    2433000 | #Constraints:      65014
1468.93/1472.95	c #Conflicts:    2434000 | #Constraints:      66014
1468.93/1472.95	c #Conflicts:    2435000 | #Constraints:      67019
1468.93/1472.95	c #Conflicts:    2436000 | #Constraints:      68028
1468.93/1472.95	c #Conflicts:    2437000 | #Constraints:      69028
1468.93/1472.95	c #Conflicts:    2438000 | #Constraints:      70028
1468.93/1472.95	c #Conflicts:    2439000 | #Constraints:      71028
1468.93/1472.95	c #Conflicts:    2440000 | #Constraints:      72028
1468.93/1472.95	c INPROCESSING
1468.93/1472.95	c GARBAGE COLLECT
1468.93/1472.95	c #Conflicts:    2441000 | #Constraints:      41542
1523.58/1527.77	c #Conflicts:    2442000 | #Constraints:      42542
1523.58/1527.77	c #Conflicts:    2443000 | #Constraints:      43542
1523.58/1527.77	c #Conflicts:    2444000 | #Constraints:      44542
1523.58/1527.77	c #Conflicts:    2445000 | #Constraints:      45542
1523.58/1527.77	c #Conflicts:    2446000 | #Constraints:      46542
1523.58/1527.77	c #Conflicts:    2447000 | #Constraints:      47542
1523.58/1527.77	c #Conflicts:    2448000 | #Constraints:      48542
1523.58/1527.77	c #Conflicts:    2449000 | #Constraints:      49542
1523.58/1527.77	c #Conflicts:    2450000 | #Constraints:      50542
1523.58/1527.77	c #Conflicts:    2451000 | #Constraints:      51542
1523.58/1527.77	c #Conflicts:    2452000 | #Constraints:      52542
1523.58/1527.77	c #Conflicts:    2453000 | #Constraints:      53542
1523.58/1527.77	c #Conflicts:    2454000 | #Constraints:      54542
1523.58/1527.77	c #Conflicts:    2455000 | #Constraints:      55542
1523.58/1527.77	c #Conflicts:    2456000 | #Constraints:      56542
1523.58/1527.77	c #Conflicts:    2457000 | #Constraints:      57542
1523.58/1527.77	c #Conflicts:    2458000 | #Constraints:      58542
1523.58/1527.77	c #Conflicts:    2459000 | #Constraints:      59542
1523.58/1527.77	c #Conflicts:    2460000 | #Constraints:      60542
1523.58/1527.77	c #Conflicts:    2461000 | #Constraints:      61542
1523.58/1527.77	c #Conflicts:    2462000 | #Constraints:      62542
1523.58/1527.77	c #Conflicts:    2463000 | #Constraints:      63542
1523.58/1527.77	c #Conflicts:    2464000 | #Constraints:      64542
1523.58/1527.77	c #Conflicts:    2465000 | #Constraints:      65542
1523.58/1527.77	c #Conflicts:    2466000 | #Constraints:      66542
1523.58/1527.77	c #Conflicts:    2467000 | #Constraints:      67542
1523.58/1527.77	c #Conflicts:    2468000 | #Constraints:      68542
1523.58/1527.77	c #Conflicts:    2469000 | #Constraints:      69542
1523.58/1527.77	c #Conflicts:    2470000 | #Constraints:      70542
1523.58/1527.77	c #Conflicts:    2471000 | #Constraints:      71542
1523.58/1527.77	c INPROCESSING
1523.58/1527.77	c GARBAGE COLLECT
1523.58/1527.77	c #Conflicts:    2472000 | #Constraints:      41108
1523.58/1527.77	c #Conflicts:    2473000 | #Constraints:      42108
1523.58/1527.77	c #Conflicts:    2474000 | #Constraints:      43108
1523.58/1527.77	c #Conflicts:    2475000 | #Constraints:      44108
1523.58/1527.77	c #Conflicts:    2476000 | #Constraints:      45108
1523.58/1527.77	c #Conflicts:    2477000 | #Constraints:      46108
1523.58/1527.77	c #Conflicts:    2478000 | #Constraints:      47108
1523.58/1527.77	c #Conflicts:    2479000 | #Constraints:      48108
1523.58/1527.77	c #Conflicts:    2480000 | #Constraints:      49108
1523.58/1527.77	c #Conflicts:    2481000 | #Constraints:      50108
1523.58/1527.77	c #Conflicts:    2482000 | #Constraints:      51108
1523.58/1527.77	c #Conflicts:    2483000 | #Constraints:      52108
1523.58/1527.77	c #Conflicts:    2484000 | #Constraints:      53108
1523.58/1527.77	c #Conflicts:    2485000 | #Constraints:      54108
1523.58/1527.77	c #Conflicts:    2486000 | #Constraints:      55108
1523.58/1527.77	c #Conflicts:    2487000 | #Constraints:      56108
1523.58/1527.77	c #Conflicts:    2488000 | #Constraints:      57108
1523.58/1527.77	c #Conflicts:    2489000 | #Constraints:      58108
1523.58/1527.77	c #Conflicts:    2490000 | #Constraints:      59108
1523.58/1527.77	c #Conflicts:    2491000 | #Constraints:      60108
1523.58/1527.77	c #Conflicts:    2492000 | #Constraints:      61108
1523.58/1527.77	c #Conflicts:    2493000 | #Constraints:      62108
1523.58/1527.77	c #Conflicts:    2494000 | #Constraints:      63108
1523.58/1527.77	c #Conflicts:    2495000 | #Constraints:      64109
1523.58/1527.77	c #Conflicts:    2496000 | #Constraints:      65109
1523.58/1527.77	c #Conflicts:    2497000 | #Constraints:      66109
1523.58/1527.77	c #Conflicts:    2498000 | #Constraints:      67109
1523.58/1527.77	c #Conflicts:    2499000 | #Constraints:      68109
1523.58/1527.77	c #Conflicts:    2500000 | #Constraints:      69109
1523.58/1527.77	c #Conflicts:    2501000 | #Constraints:      70109
1523.58/1527.77	c #Conflicts:    2502000 | #Constraints:      71109
1523.58/1527.77	c #Conflicts:    2503000 | #Constraints:      72109
1523.58/1527.77	c INPROCESSING
1523.58/1527.77	c GARBAGE COLLECT
1523.58/1527.77	c #Conflicts:    2504000 | #Constraints:      41634
1523.58/1527.77	c #Conflicts:    2505000 | #Constraints:      42634
1523.58/1527.77	c #Conflicts:    2506000 | #Constraints:      43634
1523.58/1527.77	c #Conflicts:    2507000 | #Constraints:      44634
1523.58/1527.77	c #Conflicts:    2508000 | #Constraints:      45634
1523.58/1527.77	c #Conflicts:    2509000 | #Constraints:      46634
1523.58/1527.77	c #Conflicts:    2510000 | #Constraints:      47634
1523.58/1527.77	c #Conflicts:    2511000 | #Constraints:      48634
1523.58/1527.77	c #Conflicts:    2512000 | #Constraints:      49634
1523.58/1527.77	c #Conflicts:    2513000 | #Constraints:      50634
1523.58/1527.77	c #Conflicts:    2514000 | #Constraints:      51634
1523.58/1527.77	c #Conflicts:    2515000 | #Constraints:      52634
1523.58/1527.77	c #Conflicts:    2516000 | #Constraints:      53634
1523.58/1527.77	c #Conflicts:    2517000 | #Constraints:      54634
1523.58/1527.77	c #Conflicts:    2518000 | #Constraints:      55634
1562.07/1566.39	c #Conflicts:    2519000 | #Constraints:      56634
1562.07/1566.39	c #Conflicts:    2520000 | #Constraints:      57635
1562.07/1566.39	c #Conflicts:    2521000 | #Constraints:      58635
1562.07/1566.39	c #Conflicts:    2522000 | #Constraints:      59635
1562.07/1566.39	c #Conflicts:    2523000 | #Constraints:      60635
1562.07/1566.39	c #Conflicts:    2524000 | #Constraints:      61636
1562.07/1566.39	c #Conflicts:    2525000 | #Constraints:      62636
1562.07/1566.39	c #Conflicts:    2526000 | #Constraints:      63636
1562.07/1566.39	c #Conflicts:    2527000 | #Constraints:      64636
1562.07/1566.39	c #Conflicts:    2528000 | #Constraints:      65637
1562.07/1566.39	c #Conflicts:    2529000 | #Constraints:      66637
1562.07/1566.39	c #Conflicts:    2530000 | #Constraints:      67637
1562.07/1566.39	c #Conflicts:    2531000 | #Constraints:      68637
1562.07/1566.39	c #Conflicts:    2532000 | #Constraints:      69637
1562.07/1566.39	c #Conflicts:    2533000 | #Constraints:      70637
1562.07/1566.39	c #Conflicts:    2534000 | #Constraints:      71637
1562.07/1566.39	c #Conflicts:    2535000 | #Constraints:      72637
1562.07/1566.39	c INPROCESSING
1562.07/1566.39	c GARBAGE COLLECT
1562.07/1566.39	c #Conflicts:    2536000 | #Constraints:      41965
1562.07/1566.39	c #Conflicts:    2537000 | #Constraints:      42965
1562.07/1566.39	c #Conflicts:    2538000 | #Constraints:      43965
1562.07/1566.39	c #Conflicts:    2539000 | #Constraints:      44965
1562.07/1566.39	c #Conflicts:    2540000 | #Constraints:      45965
1562.07/1566.39	c #Conflicts:    2541000 | #Constraints:      46965
1562.07/1566.39	c #Conflicts:    2542000 | #Constraints:      47965
1562.07/1566.39	c #Conflicts:    2543000 | #Constraints:      48965
1562.07/1566.39	c #Conflicts:    2544000 | #Constraints:      49965
1562.07/1566.39	c #Conflicts:    2545000 | #Constraints:      50965
1562.07/1566.39	c #Conflicts:    2546000 | #Constraints:      51965
1562.07/1566.39	c #Conflicts:    2547000 | #Constraints:      52965
1562.07/1566.39	c #Conflicts:    2548000 | #Constraints:      53965
1562.07/1566.39	c #Conflicts:    2549000 | #Constraints:      54965
1562.07/1566.39	c #Conflicts:    2550000 | #Constraints:      55965
1562.07/1566.39	c #Conflicts:    2551000 | #Constraints:      56965
1562.07/1566.39	c #Conflicts:    2552000 | #Constraints:      57965
1562.07/1566.39	c #Conflicts:    2553000 | #Constraints:      58965
1562.07/1566.39	c #Conflicts:    2554000 | #Constraints:      59966
1562.07/1566.39	c #Conflicts:    2555000 | #Constraints:      60966
1562.07/1566.39	c #Conflicts:    2556000 | #Constraints:      61966
1562.07/1566.39	c #Conflicts:    2557000 | #Constraints:      62966
1562.07/1566.39	c #Conflicts:    2558000 | #Constraints:      63978
1562.07/1566.39	c #Conflicts:    2559000 | #Constraints:      64978
1562.07/1566.39	c #Conflicts:    2560000 | #Constraints:      65978
1562.07/1566.39	c #Conflicts:    2561000 | #Constraints:      66978
1562.07/1566.39	c #Conflicts:    2562000 | #Constraints:      67978
1562.07/1566.39	c #Conflicts:    2563000 | #Constraints:      68978
1562.07/1566.39	c #Conflicts:    2564000 | #Constraints:      69978
1562.07/1566.39	c #Conflicts:    2565000 | #Constraints:      70978
1562.07/1566.39	c #Conflicts:    2566000 | #Constraints:      71979
1562.07/1566.39	c #Conflicts:    2567000 | #Constraints:      72979
1562.07/1566.39	c INPROCESSING
1562.07/1566.39	c GARBAGE COLLECT
1562.07/1566.39	c #Conflicts:    2568000 | #Constraints:      42099
1562.07/1566.39	c #Conflicts:    2569000 | #Constraints:      43099
1562.07/1566.39	c #Conflicts:    2570000 | #Constraints:      44099
1562.07/1566.39	c #Conflicts:    2571000 | #Constraints:      45099
1562.07/1566.39	c #Conflicts:    2572000 | #Constraints:      46099
1562.07/1566.39	c #Conflicts:    2573000 | #Constraints:      47099
1562.07/1566.39	c #Conflicts:    2574000 | #Constraints:      48099
1562.07/1566.39	c #Conflicts:    2575000 | #Constraints:      49100
1562.07/1566.39	c #Conflicts:    2576000 | #Constraints:      50100
1562.07/1566.39	WSVECS04 Frhs2[1]: 6 -0.0148983 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[6]: 6 -318.249 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[9]: 6 -371.684 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[12]: 6 -0.219662 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[33]: 6 -1.0007 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[39]: 6 0 1.10703 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[43]: 6 -0.920544 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[44]: 6 -0.794207 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[58]: 6 -0.817668 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[68]: 6 -27.3954 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[82]: 6 0 0.027452 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[89]: 6 -2.9474 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[93]: 6 -0.453539 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[102]: 6 -25.8727 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[105]: 6 0 0.248933 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[120]: 6 -2.03991 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[128]: 6 -2.26401 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[129]: 6 -0.327591 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[131]: 6 -0.32585 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[147]: 6 0 0.0780842 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[150]: 6 -1.18171 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[163]: 6 -2.2911 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[195]: 6 -7.64395 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[198]: 6 -182.37 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[199]: 6 0 143.354 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[201]: 6 0 1.01402 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[222]: 6 -1.70762 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[232]: 6 -0.172423 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[239]: 6 -0.971257 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[258]: 6 0 1.20044 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[265]: 6 -372.366 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[300]: 6 -0.538506 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[356]: 6 -1.26886 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[358]: 6 -25.4505 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[416]: 6 0 3.3073 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[418]: 6 0 0.780363 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[480]: 6 -0.0549871 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[489]: 6 -247.699 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[494]: 6 -1.50172 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[510]: 6 0 0.500001 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[514]: 6 0 4.2944 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[517]: 6 -41.1756 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[518]: 6 -296.896 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[555]: 6 -0.073963 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[556]: 6 -0.543252 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[559]: 6 -0.768359 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[608]: 6 0 60.7544 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[631]: 6 -1.08627 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[640]: 6 0 0.0297977 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[676]: 6 0 0.628988 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[704]: 6 -0.467867 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[705]: 6 0 0.917379 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[713]: 6 0 0.683719 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[730]: 6 -2.75335 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[970]: 6 -1.02978 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1088]: 6 -0.0669763 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1119]: 6 -1.57653 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1124]: 6 -2.24692 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1156]: 6 -1.10846 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1223]: 6 -0.812526 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1250]: 6 0 0.0417369 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1261]: 6 -0.832655 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1287]: 6 -2.3177 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1315]: 6 0 1.31774 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1320]: 6 -0.962682 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1325]: 6 -0.97716 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1440]: 6 -0.5677 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1442]: 6 -0.0303151 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1447]: 6 -0.770418 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1472]: 6 -0.593837 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1510]: 6 -1.09414 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1530]: 6 -2.57379 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1532]: 6 -0.461884 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1548]: 6 -2.21033 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1549]: 6 -3.3733 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1568]: 6 -2.10078 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1581]: 6 -1.9484 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1593]: 6 0 0.0591592 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1601]: 6 0 1.08542 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1612]: 6 -372.589 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1620]: 6 -1.14246 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1628]: 6 -2.14816 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1658]: 6 -2.17675 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1660]: 6 -2.89236 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1661]: 6 -3.91096 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1674]: 6 -743.393 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1740]: 6 -0.994811 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1747]: 6 -1.45417 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1752]: 6 -1.23983 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1974]: 6 -8.90465 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1976]: 6 0 0.79627 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[1984]: 6 -0.534192 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2074]: 6 -1.00001 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2122]: 6 -1.0465 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2155]: 6 -1.25 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2168]: 6 -5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2170]: 6 -0.999992 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2172]: 6 -0.960396 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2175]: 6 -0.999937 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2240]: 6 -1.5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2251]: 6 -0.457369 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2283]: 6 -0.976546 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2286]: 6 -0.701638 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2307]: 6 -1.27404 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2335]: 6 -2.5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2336]: 6 -0.999948 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2339]: 6 -0.999919 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2346]: 6 -0.906223 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2359]: 6 0 4.1391 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2366]: 6 -0.840524 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2436]: 6 -1.3125 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2438]: 6 -1.34228 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2450]: 6 0 0.953111 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2525]: 6 -0.348143 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2529]: 6 -0.5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2534]: 6 0 0.999977 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2541]: 6 -2.30386 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2549]: 6 -0.998733 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2622]: 6 -1.47623 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2636]: 6 -5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2639]: 6 -0.959563 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2652]: 6 -0.999124 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2701]: 6 -0.826615 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2703]: 6 -0.999996 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2723]: 6 -3.70567 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2741]: 6 -1.32947 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2789]: 6 -0.981126 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2915]: 6 -1.3125 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2937]: 6 -0.999737 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[2987]: 6 -0.993525 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3025]: 6 -0.828126 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3038]: 6 -0.978876 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3077]: 6 -0.925772 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3078]: 6 -0.999994 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3080]: 6 0 335.681 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3123]: 6 -2693.8 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3132]: 6 -0.99997 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3134]: 6 -1.00015 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3206]: 6 0 2.32552 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3214]: 6 -4.99997 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3215]: 6 -0.99998 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3220]: 6 0 4.68031 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3310]: 6 0 1.12373 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3313]: 6 -2.83349 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3317]: 6 -0.333993 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3349]: 6 -1.20871 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3353]: 6 -0.834844 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3356]: 6 -0.944445 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3365]: 6 -1.25 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3394]: 6 -2.4699 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3422]: 6 -0.951027 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3426]: 6 -0.991886 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3451]: 6 -3.8735 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3455]: 6 -3.0035 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3489]: 6 -1.20324 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3498]: 6 -0.500439 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3506]: 6 -1.00019 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3508]: 6 -743.905 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3514]: 6 -0.999956 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3558]: 6 -1.11681 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3559]: 6 -1.2057 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3595]: 6 -0.282079 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3601]: 6 -0.750001 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3609]: 6 -0.998318 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3623]: 6 -0.507111 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3625]: 6 -0.922758 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3634]: 6 -0.990275 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3654]: 6 -3.77038 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3686]: 6 -1.16296 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3688]: 6 -2.64606 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3701]: 6 -1.24836 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3710]: 6 -0.997477 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3712]: 6 -0.994457 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3713]: 6 -0.999505 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3716]: 6 -0.884221 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3729]: 6 -0.5 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3777]: 6 -1.00318 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3782]: 6 -0.999702 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3783]: 6 -0.999707 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3802]: 6 -0.672869 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3803]: 6 -0.67293 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3813]: 6 -0.673164 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3835]: 6 -0.625003 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3844]: 6 0 3.63556 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3869]: 6 -1.24994 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3888]: 6 -674.345 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3889]: 6 -672.345 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3902]: 6 -2.97015 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3904]: 6 -4.94216 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3933]: 6 -1.25 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3954]: 6 -0.43573 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3961]: 6 -1.04533 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3964]: 6 -0.777662 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3972]: 6 -246.078 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3975]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[3977]: 6 -1.25001 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4000]: 6 -0.622028 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4005]: 6 -2.82129 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4040]: 6 -0.998835 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4075]: 6 -1.79184 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4077]: 6 -125.455 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4083]: 6 -0.338639 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4090]: 6 -5.01815 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4095]: 6 -0.943145 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4100]: 6 0 1.05058 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4102]: 6 -0.832079 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4173]: 6 -0.936816 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4178]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4179]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1562.07/1566.39	WSVECS04 Frhs2[4283]: 6 -1 0 shouldn't be
1604.25/1608.60	c #Conflicts:    2577000 | #Constraints:      51397
1604.25/1608.60	c #Conflicts:    2578000 | #Constraints:      52397
1604.25/1608.60	c #Conflicts:    2579000 | #Constraints:      53397
1604.25/1608.60	c #Conflicts:    2580000 | #Constraints:      54397
1604.25/1608.60	c #Conflicts:    2581000 | #Constraints:      55397
1604.25/1608.60	c #Conflicts:    2582000 | #Constraints:      56397
1604.25/1608.60	c #Conflicts:    2583000 | #Constraints:      57397
1604.25/1608.60	c #Conflicts:    2584000 | #Constraints:      58397
1604.25/1608.60	c #Conflicts:    2585000 | #Constraints:      59397
1604.25/1608.60	c #Conflicts:    2586000 | #Constraints:      60397
1604.25/1608.60	c #Conflicts:    2587000 | #Constraints:      61397
1604.25/1608.60	c #Conflicts:    2588000 | #Constraints:      62397
1604.25/1608.60	c #Conflicts:    2589000 | #Constraints:      63397
1604.25/1608.60	c #Conflicts:    2590000 | #Constraints:      64397
1604.25/1608.60	c #Conflicts:    2591000 | #Constraints:      65397
1604.25/1608.60	c #Conflicts:    2592000 | #Constraints:      66397
1604.25/1608.60	c #Conflicts:    2593000 | #Constraints:      67397
1604.25/1608.60	c #Conflicts:    2594000 | #Constraints:      68397
1604.25/1608.60	c #Conflicts:    2595000 | #Constraints:      69397
1604.25/1608.60	c #Conflicts:    2596000 | #Constraints:      70397
1604.25/1608.60	c #Conflicts:    2597000 | #Constraints:      71397
1604.25/1608.60	c #Conflicts:    2598000 | #Constraints:      72397
1604.25/1608.60	c #Conflicts:    2599000 | #Constraints:      73397
1604.25/1608.60	c INPROCESSING
1604.25/1608.60	c GARBAGE COLLECT
1604.25/1608.60	c #Conflicts:    2600000 | #Constraints:      42237
1604.25/1608.60	c #Conflicts:    2601000 | #Constraints:      43237
1604.25/1608.60	c #Conflicts:    2602000 | #Constraints:      44237
1604.25/1608.60	c #Conflicts:    2603000 | #Constraints:      45237
1604.25/1608.60	c #Conflicts:    2604000 | #Constraints:      46237
1604.25/1608.60	c #Conflicts:    2605000 | #Constraints:      47237
1604.25/1608.60	c #Conflicts:    2606000 | #Constraints:      48237
1604.25/1608.60	c #Conflicts:    2607000 | #Constraints:      49237
1604.25/1608.60	c #Conflicts:    2608000 | #Constraints:      50237
1604.25/1608.60	c #Conflicts:    2609000 | #Constraints:      51237
1604.25/1608.60	c #Conflicts:    2610000 | #Constraints:      52237
1604.25/1608.60	c #Conflicts:    2611000 | #Constraints:      53237
1604.25/1608.60	c #Conflicts:    2612000 | #Constraints:      54237
1604.25/1608.60	c #Conflicts:    2613000 | #Constraints:      55237
1604.25/1608.60	c #Conflicts:    2614000 | #Constraints:      56237
1604.25/1608.60	c #Conflicts:    2615000 | #Constraints:      57237
1604.25/1608.60	c #Conflicts:    2616000 | #Constraints:      58237
1604.25/1608.60	c #Conflicts:    2617000 | #Constraints:      59237
1604.25/1608.60	c #Conflicts:    2618000 | #Constraints:      60237
1604.25/1608.60	c #Conflicts:    2619000 | #Constraints:      61237
1604.25/1608.60	c #Conflicts:    2620000 | #Constraints:      62237
1604.25/1608.60	c #Conflicts:    2621000 | #Constraints:      63237
1604.25/1608.60	c #Conflicts:    2622000 | #Constraints:      64237
1604.25/1608.60	c #Conflicts:    2623000 | #Constraints:      65237
1604.25/1608.60	c #Conflicts:    2624000 | #Constraints:      66237
1604.25/1608.60	c #Conflicts:    2625000 | #Constraints:      67237
1604.25/1608.60	c #Conflicts:    2626000 | #Constraints:      68237
1604.25/1608.60	c #Conflicts:    2627000 | #Constraints:      69237
1604.25/1608.60	c #Conflicts:    2628000 | #Constraints:      70237
1604.25/1608.60	c #Conflicts:    2629000 | #Constraints:      71237
1604.25/1608.60	c #Conflicts:    2630000 | #Constraints:      72237
1604.25/1608.60	c #Conflicts:    2631000 | #Constraints:      73237
1604.25/1608.60	c INPROCESSING
1604.25/1608.60	c GARBAGE COLLECT
1604.25/1608.60	c #Conflicts:    2632000 | #Constraints:      41965
1604.25/1608.60	c #Conflicts:    2633000 | #Constraints:      42965
1604.25/1608.60	c #Conflicts:    2634000 | #Constraints:      43965
1604.25/1608.60	c #Conflicts:    2635000 | #Constraints:      44965
1604.25/1608.60	c #Conflicts:    2636000 | #Constraints:      45965
1604.25/1608.60	c #Conflicts:    2637000 | #Constraints:      46965
1604.25/1608.60	c #Conflicts:    2638000 | #Constraints:      47965
1604.25/1608.60	c #Conflicts:    2639000 | #Constraints:      48965
1604.25/1608.60	c #Conflicts:    2640000 | #Constraints:      49965
1604.25/1608.60	c #Conflicts:    2641000 | #Constraints:      50965
1604.25/1608.60	c #Conflicts:    2642000 | #Constraints:      51965
1604.25/1608.60	c #Conflicts:    2643000 | #Constraints:      52965
1604.25/1608.60	c #Conflicts:    2644000 | #Constraints:      53965
1604.25/1608.60	c #Conflicts:    2645000 | #Constraints:      54965
1604.25/1608.60	c #Conflicts:    2646000 | #Constraints:      55966
1604.25/1608.60	c #Conflicts:    2647000 | #Constraints:      56966
1604.25/1608.60	c #Conflicts:    2648000 | #Constraints:      57966
1604.25/1608.60	c #Conflicts:    2649000 | #Constraints:      58966
1604.25/1608.60	c #Conflicts:    2650000 | #Constraints:      59966
1604.25/1608.60	c #Conflicts:    2651000 | #Constraints:      60966
1604.25/1608.60	c #Conflicts:    2652000 | #Constraints:      61966
1604.25/1608.60	c #Conflicts:    2653000 | #Constraints:      62968
1604.25/1608.60	c #Conflicts:    2654000 | #Constraints:      63968
1612.93/1617.33	c #Conflicts:    2655000 | #Constraints:      64968
1612.93/1617.33	c #Conflicts:    2656000 | #Constraints:      65968
1612.93/1617.33	c #Conflicts:    2657000 | #Constraints:      66968
1612.93/1617.33	c #Conflicts:    2658000 | #Constraints:      67968
1612.93/1617.33	c #Conflicts:    2659000 | #Constraints:      68968
1612.93/1617.33	c #Conflicts:    2660000 | #Constraints:      69968
1612.93/1617.33	c #Conflicts:    2661000 | #Constraints:      70968
1612.93/1617.33	c #Conflicts:    2662000 | #Constraints:      71968
1612.93/1617.33	c #Conflicts:    2663000 | #Constraints:      72994
1612.93/1617.33	c #Conflicts:    2664000 | #Constraints:      73994
1612.93/1617.33	c INPROCESSING
1612.93/1617.33	c GARBAGE COLLECT
1612.93/1617.33	WSVECS04 Frhs2[9]: 6 -0.962055 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[35]: 6 -1.125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[38]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[65]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[71]: 6 -2.60714 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[98]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[103]: 6 -0.98704 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[108]: 6 -3.15613 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[132]: 6 -1.31704 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[158]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[160]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[166]: 6 -0.972191 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[167]: 6 -0.737039 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[169]: 6 -1.46205 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[183]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[280]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[287]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[288]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[381]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[444]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[445]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[448]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[477]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[480]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[486]: 6 -1.22525 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[491]: 6 -1.49368 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[509]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[514]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[534]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[552]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[568]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[577]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[581]: 6 -0.897322 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[585]: 6 0 1.79061 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[639]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[644]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[678]: 6 -1.14732 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[703]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[714]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[736]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[931]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[961]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1016]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1062]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1064]: 6 -0.419859 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1066]: 6 -0.679436 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1067]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1084]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1090]: 6 -1.23047 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1093]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1098]: 6 -1.75 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1114]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1115]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1118]: 6 -1.32813 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1124]: 6 -1.4375 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1125]: 6 -1.44312 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1128]: 6 -1.09936 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1129]: 6 -0.839845 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1136]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1148]: 6 -1.0625 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1151]: 6 -1.125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1157]: 6 -1.18056 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1181]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1195]: 6 -0.750001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1198]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1212]: 6 -1.34375 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1216]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1220]: 6 -3.15625 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1228]: 6 -1.24684 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1257]: 6 -0.828126 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1260]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1283]: 6 -1.02564 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1297]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1308]: 6 -1.375 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1315]: 6 -0.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1322]: 6 -0.625001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1324]: 6 0 0.500001 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1345]: 6 -0.835938 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1346]: 6 -0.921876 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1354]: 6 -2.16458 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1380]: 6 -1.6875 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1381]: 6 -2.75 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1451]: 6 -0.75 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1464]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1475]: 6 -1.71875 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1478]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1480]: 6 -0.775252 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1481]: 6 -0.979101 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1483]: 6 -0.916403 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1496]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1504]: 6 -1.32813 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1509]: 6 -1.49163 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1512]: 6 -0.182664 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1513]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1515]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1538]: 6 -1.59375 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1541]: 6 -1.38086 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1545]: 6 0 1.30203 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1548]: 6 -1.01265 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1569]: 6 -1.93403 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1571]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1574]: 6 -1.25944 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1577]: 6 -0.772322 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1579]: 6 -0.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1580]: 6 -1.41071 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1597]: 6 -1.29102 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1604]: 6 -1.00074 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1608]: 6 -0.730304 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1612]: 6 -1.67262 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1620]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1643]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1646]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1658]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1662]: 6 -1.57292 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1664]: 6 -1.29167 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1674]: 6 -0.178572 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1690]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1739]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1771]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2003]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2013]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2051]: 6 -0.335938 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2058]: 6 -1.875 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2067]: 6 -2 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2071]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2077]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2145]: 6 -1.32813 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2182]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2202]: 6 -1.125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2206]: 6 -0.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2213]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2216]: 6 -1.125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2223]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2238]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2244]: 6 -1.02778 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2249]: 6 -0.111111 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2291]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2312]: 6 -1.17944 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2332]: 6 -0.750001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2342]: 6 0 0.851752 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2359]: 6 0 3 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2371]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2382]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2403]: 6 -0.733872 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2404]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2413]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2435]: 6 -0.750001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2473]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2482]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2498]: 6 -1.21484 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2531]: 6 -0.570313 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2541]: 6 -2 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2574]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2595]: 6 -1.31812 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2604]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2628]: 6 0 1.25 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2641]: 6 -2.28125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2691]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2732]: 6 -0.6875 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2773]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2787]: 6 -1.65625 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2801]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2822]: 6 0 1.125 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2858]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2876]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2884]: 6 -0.625001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2908]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2920]: 6 -2.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2925]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2928]: 6 -1.24684 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2932]: 6 -0.512649 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[2982]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3042]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3073]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3076]: 6 -1.21054 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3086]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3104]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3105]: 6 -1.125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3113]: 6 -0.35524 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3167]: 6 -0.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3171]: 6 -0.656251 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3193]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3210]: 6 0 1 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3214]: 6 0 0.750001 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3266]: 6 -1.66602 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3267]: 6 -1.33203 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3271]: 6 0 0.13889 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3295]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3298]: 6 0 2 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3300]: 6 0 1.32813 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3321]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3355]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3357]: 6 -0.75 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3367]: 6 -1.34336 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3368]: 6 -1.31171 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3369]: 6 -1.37342 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3416]: 6 -1.0506 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3448]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3449]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3453]: 6 -0.500001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3457]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3467]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3508]: 6 0 0.375 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3559]: 6 -1.75 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3583]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3590]: 6 0 1.1875 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3604]: 6 0 0.208334 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3607]: 6 -1.66667 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3626]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3642]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3654]: 6 -1.44445 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3656]: 6 -0.958202 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3675]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3681]: 6 -1.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3683]: 6 -0.375001 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3685]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3698]: 6 -1.33439 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3700]: 6 -5.66878 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3746]: 6 -1.28646 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3752]: 6 -1.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3774]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3814]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3827]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3833]: 6 -1.25 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3844]: 6 -1.29102 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3888]: 6 -5.62202 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3940]: 6 -1.31161 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3960]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3970]: 6 -1.32171 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[3972]: 6 0 1.3318 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4011]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4015]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4035]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4040]: 6 -1.375 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4052]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4074]: 6 -5.3125 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4090]: 6 -5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4095]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4119]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4123]: 6 -0.5 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4280]: 6 -1 0 shouldn't be
1612.93/1617.33	WSVECS04 Frhs2[4282]: 6 -1 0 shouldn't be
1664.08/1668.68	c #Conflicts:    2665000 | #Constraints:      42577
1664.08/1668.68	c #Conflicts:    2666000 | #Constraints:      43577
1664.08/1668.68	c #Conflicts:    2667000 | #Constraints:      44577
1664.08/1668.68	c #Conflicts:    2668000 | #Constraints:      45577
1664.08/1668.68	c #Conflicts:    2669000 | #Constraints:      46577
1664.08/1668.68	c #Conflicts:    2670000 | #Constraints:      47577
1664.08/1668.68	c #Conflicts:    2671000 | #Constraints:      48577
1664.08/1668.68	c #Conflicts:    2672000 | #Constraints:      49578
1664.08/1668.68	c #Conflicts:    2673000 | #Constraints:      50578
1664.08/1668.68	c #Conflicts:    2674000 | #Constraints:      51578
1664.08/1668.68	c #Conflicts:    2675000 | #Constraints:      52578
1664.08/1668.68	c #Conflicts:    2676000 | #Constraints:      53578
1664.08/1668.68	c #Conflicts:    2677000 | #Constraints:      54578
1664.08/1668.68	c #Conflicts:    2678000 | #Constraints:      55578
1664.08/1668.68	c #Conflicts:    2679000 | #Constraints:      56578
1664.08/1668.68	c #Conflicts:    2680000 | #Constraints:      57578
1664.08/1668.68	c #Conflicts:    2681000 | #Constraints:      58578
1664.08/1668.68	c #Conflicts:    2682000 | #Constraints:      59578
1664.08/1668.68	c #Conflicts:    2683000 | #Constraints:      60578
1664.08/1668.68	c #Conflicts:    2684000 | #Constraints:      61579
1664.08/1668.68	c #Conflicts:    2685000 | #Constraints:      62581
1664.08/1668.68	c #Conflicts:    2686000 | #Constraints:      63581
1664.08/1668.68	c #Conflicts:    2687000 | #Constraints:      64581
1664.08/1668.68	c #Conflicts:    2688000 | #Constraints:      65581
1664.08/1668.68	c #Conflicts:    2689000 | #Constraints:      66581
1664.08/1668.68	c #Conflicts:    2690000 | #Constraints:      67581
1664.08/1668.68	c #Conflicts:    2691000 | #Constraints:      68581
1664.08/1668.68	c #Conflicts:    2692000 | #Constraints:      69581
1664.08/1668.68	c #Conflicts:    2693000 | #Constraints:      70581
1664.08/1668.68	c #Conflicts:    2694000 | #Constraints:      71581
1664.08/1668.68	c #Conflicts:    2695000 | #Constraints:      72581
1664.08/1668.68	c #Conflicts:    2696000 | #Constraints:      73581
1664.08/1668.68	c #Conflicts:    2697000 | #Constraints:      74581
1664.08/1668.68	c INPROCESSING
1664.08/1668.68	c GARBAGE COLLECT
1664.08/1668.68	c #Conflicts:    2698000 | #Constraints:      42943
1664.08/1668.68	c #Conflicts:    2699000 | #Constraints:      43943
1664.08/1668.68	c #Conflicts:    2700000 | #Constraints:      44943
1664.08/1668.68	c #Conflicts:    2701000 | #Constraints:      45943
1664.08/1668.68	c #Conflicts:    2702000 | #Constraints:      46943
1664.08/1668.68	c #Conflicts:    2703000 | #Constraints:      47943
1664.08/1668.68	c #Conflicts:    2704000 | #Constraints:      48943
1664.08/1668.68	c #Conflicts:    2705000 | #Constraints:      49943
1664.08/1668.68	c #Conflicts:    2706000 | #Constraints:      50943
1664.08/1668.68	c #Conflicts:    2707000 | #Constraints:      51943
1664.08/1668.68	c #Conflicts:    2708000 | #Constraints:      52943
1664.08/1668.68	c #Conflicts:    2709000 | #Constraints:      53943
1664.08/1668.68	c #Conflicts:    2710000 | #Constraints:      54944
1664.08/1668.68	c #Conflicts:    2711000 | #Constraints:      55944
1664.08/1668.68	c #Conflicts:    2712000 | #Constraints:      56944
1664.08/1668.68	c #Conflicts:    2713000 | #Constraints:      57944
1664.08/1668.68	c #Conflicts:    2714000 | #Constraints:      58944
1664.08/1668.68	c #Conflicts:    2715000 | #Constraints:      59944
1664.08/1668.68	c #Conflicts:    2716000 | #Constraints:      60944
1664.08/1668.68	c #Conflicts:    2717000 | #Constraints:      61944
1664.08/1668.68	c #Conflicts:    2718000 | #Constraints:      62944
1664.08/1668.68	c #Conflicts:    2719000 | #Constraints:      63944
1664.08/1668.68	c #Conflicts:    2720000 | #Constraints:      64944
1664.08/1668.68	c #Conflicts:    2721000 | #Constraints:      65944
1664.08/1668.68	c #Conflicts:    2722000 | #Constraints:      66944
1664.08/1668.68	c #Conflicts:    2723000 | #Constraints:      67945
1664.08/1668.68	c #Conflicts:    2724000 | #Constraints:      68945
1664.08/1668.68	c #Conflicts:    2725000 | #Constraints:      69945
1664.08/1668.68	c #Conflicts:    2726000 | #Constraints:      70945
1664.08/1668.68	c #Conflicts:    2727000 | #Constraints:      71945
1664.08/1668.68	c #Conflicts:    2728000 | #Constraints:      72945
1664.08/1668.68	c #Conflicts:    2729000 | #Constraints:      73945
1664.08/1668.68	c #Conflicts:    2730000 | #Constraints:      74945
1664.08/1668.68	c INPROCESSING
1664.08/1668.68	c GARBAGE COLLECT
1664.08/1668.68	c #Conflicts:    2731000 | #Constraints:      43118
1664.08/1668.68	c #Conflicts:    2732000 | #Constraints:      44118
1664.08/1668.68	c #Conflicts:    2733000 | #Constraints:      45118
1664.08/1668.68	c #Conflicts:    2734000 | #Constraints:      46118
1664.08/1668.68	c #Conflicts:    2735000 | #Constraints:      47118
1664.08/1668.68	c #Conflicts:    2736000 | #Constraints:      48118
1664.08/1668.68	c #Conflicts:    2737000 | #Constraints:      49118
1664.08/1668.68	c #Conflicts:    2738000 | #Constraints:      50118
1664.08/1668.68	c #Conflicts:    2739000 | #Constraints:      51118
1664.08/1668.68	c #Conflicts:    2740000 | #Constraints:      52118
1664.08/1668.68	c #Conflicts:    2741000 | #Constraints:      53118
1664.08/1668.68	c #Conflicts:    2742000 | #Constraints:      54118
1709.76/1714.47	c #Conflicts:    2743000 | #Constraints:      55118
1709.76/1714.47	c #Conflicts:    2744000 | #Constraints:      56118
1709.76/1714.47	c #Conflicts:    2745000 | #Constraints:      57118
1709.76/1714.47	c #Conflicts:    2746000 | #Constraints:      58118
1709.76/1714.47	c #Conflicts:    2747000 | #Constraints:      59118
1709.76/1714.47	c #Conflicts:    2748000 | #Constraints:      60118
1709.76/1714.47	c #Conflicts:    2749000 | #Constraints:      61118
1709.76/1714.47	c #Conflicts:    2750000 | #Constraints:      62118
1709.76/1714.47	c #Conflicts:    2751000 | #Constraints:      63118
1709.76/1714.47	c #Conflicts:    2752000 | #Constraints:      64118
1709.76/1714.47	c #Conflicts:    2753000 | #Constraints:      65118
1709.76/1714.47	c #Conflicts:    2754000 | #Constraints:      66118
1709.76/1714.47	c #Conflicts:    2755000 | #Constraints:      67118
1709.76/1714.47	c #Conflicts:    2756000 | #Constraints:      68118
1709.76/1714.47	c #Conflicts:    2757000 | #Constraints:      69118
1709.76/1714.47	c #Conflicts:    2758000 | #Constraints:      70118
1709.76/1714.47	c #Conflicts:    2759000 | #Constraints:      71118
1709.76/1714.47	c #Conflicts:    2760000 | #Constraints:      72118
1709.76/1714.47	c #Conflicts:    2761000 | #Constraints:      73118
1709.76/1714.47	c #Conflicts:    2762000 | #Constraints:      74118
1709.76/1714.48	c #Conflicts:    2763000 | #Constraints:      75118
1709.76/1714.48	c INPROCESSING
1709.76/1714.48	c GARBAGE COLLECT
1709.76/1714.48	c #Conflicts:    2764000 | #Constraints:      43092
1709.76/1714.48	c #Conflicts:    2765000 | #Constraints:      44092
1709.76/1714.48	c #Conflicts:    2766000 | #Constraints:      45092
1709.76/1714.48	c #Conflicts:    2767000 | #Constraints:      46092
1709.76/1714.48	c #Conflicts:    2768000 | #Constraints:      47092
1709.76/1714.48	c #Conflicts:    2769000 | #Constraints:      48092
1709.76/1714.48	c #Conflicts:    2770000 | #Constraints:      49092
1709.76/1714.48	c #Conflicts:    2771000 | #Constraints:      50092
1709.76/1714.48	c #Conflicts:    2772000 | #Constraints:      51092
1709.76/1714.48	c #Conflicts:    2773000 | #Constraints:      52092
1709.76/1714.48	c #Conflicts:    2774000 | #Constraints:      53092
1709.76/1714.48	c #Conflicts:    2775000 | #Constraints:      54092
1709.76/1714.48	c #Conflicts:    2776000 | #Constraints:      55092
1709.76/1714.48	c #Conflicts:    2777000 | #Constraints:      56092
1709.76/1714.48	c #Conflicts:    2778000 | #Constraints:      57092
1709.76/1714.48	c #Conflicts:    2779000 | #Constraints:      58092
1709.76/1714.48	c #Conflicts:    2780000 | #Constraints:      59092
1709.76/1714.48	c #Conflicts:    2781000 | #Constraints:      60092
1709.76/1714.48	c #Conflicts:    2782000 | #Constraints:      61092
1709.76/1714.48	c #Conflicts:    2783000 | #Constraints:      62092
1709.76/1714.48	c #Conflicts:    2784000 | #Constraints:      63092
1709.76/1714.48	c #Conflicts:    2785000 | #Constraints:      64092
1709.76/1714.48	c #Conflicts:    2786000 | #Constraints:      65092
1709.76/1714.48	c #Conflicts:    2787000 | #Constraints:      66092
1709.76/1714.48	c #Conflicts:    2788000 | #Constraints:      67092
1709.76/1714.48	c #Conflicts:    2789000 | #Constraints:      68092
1709.76/1714.48	c #Conflicts:    2790000 | #Constraints:      69092
1709.76/1714.48	c #Conflicts:    2791000 | #Constraints:      70092
1709.76/1714.48	c #Conflicts:    2792000 | #Constraints:      71092
1709.76/1714.48	c #Conflicts:    2793000 | #Constraints:      72092
1709.76/1714.48	c #Conflicts:    2794000 | #Constraints:      73092
1709.76/1714.48	c #Conflicts:    2795000 | #Constraints:      74092
1709.76/1714.48	c #Conflicts:    2796000 | #Constraints:      75092
1709.76/1714.48	c INPROCESSING
1709.76/1714.48	c GARBAGE COLLECT
1709.76/1714.48	c #Conflicts:    2797000 | #Constraints:      42906
1709.76/1714.48	c #Conflicts:    2798000 | #Constraints:      43906
1709.76/1714.48	c #Conflicts:    2799000 | #Constraints:      44906
1709.76/1714.48	c #Conflicts:    2800000 | #Constraints:      45906
1709.76/1714.48	c #Conflicts:    2801000 | #Constraints:      46906
1709.76/1714.48	c #Conflicts:    2802000 | #Constraints:      47906
1709.76/1714.48	c #Conflicts:    2803000 | #Constraints:      48906
1709.76/1714.48	c #Conflicts:    2804000 | #Constraints:      49906
1709.76/1714.48	c #Conflicts:    2805000 | #Constraints:      50906
1709.76/1714.48	c #Conflicts:    2806000 | #Constraints:      51906
1709.76/1714.48	c #Conflicts:    2807000 | #Constraints:      52906
1709.76/1714.48	c #Conflicts:    2808000 | #Constraints:      53906
1709.76/1714.48	c #Conflicts:    2809000 | #Constraints:      54906
1709.76/1714.48	c #Conflicts:    2810000 | #Constraints:      55906
1709.76/1714.48	c #Conflicts:    2811000 | #Constraints:      56906
1709.76/1714.48	c #Conflicts:    2812000 | #Constraints:      57906
1709.76/1714.48	c #Conflicts:    2813000 | #Constraints:      58906
1709.76/1714.48	c #Conflicts:    2814000 | #Constraints:      59906
1709.76/1714.48	c #Conflicts:    2815000 | #Constraints:      60906
1709.76/1714.48	c #Conflicts:    2816000 | #Constraints:      61906
1709.76/1714.48	c #Conflicts:    2817000 | #Constraints:      62906
1709.76/1714.48	c #Conflicts:    2818000 | #Constraints:      63906
1709.76/1714.48	c #Conflicts:    2819000 | #Constraints:      64906
1719.53/1724.27	c #Conflicts:    2820000 | #Constraints:      65906
1719.53/1724.27	c #Conflicts:    2821000 | #Constraints:      66906
1719.53/1724.27	c #Conflicts:    2822000 | #Constraints:      67906
1719.53/1724.27	c #Conflicts:    2823000 | #Constraints:      68906
1719.53/1724.27	c #Conflicts:    2824000 | #Constraints:      69906
1719.53/1724.27	c #Conflicts:    2825000 | #Constraints:      70906
1719.53/1724.27	c #Conflicts:    2826000 | #Constraints:      71906
1719.53/1724.27	c #Conflicts:    2827000 | #Constraints:      72906
1719.53/1724.27	c #Conflicts:    2828000 | #Constraints:      73906
1719.53/1724.27	c #Conflicts:    2829000 | #Constraints:      74906
1719.53/1724.27	c #Conflicts:    2830000 | #Constraints:      75906
1719.53/1724.27	c INPROCESSING
1719.53/1724.27	c GARBAGE COLLECT
1719.53/1724.27	c rational objective 766.678
1765.01/1769.89	c #Conflicts:    2831000 | #Constraints:      43488
1765.01/1769.89	c #Conflicts:    2832000 | #Constraints:      44488
1765.01/1769.89	c #Conflicts:    2833000 | #Constraints:      45488
1765.01/1769.89	c #Conflicts:    2834000 | #Constraints:      46488
1765.01/1769.89	c #Conflicts:    2835000 | #Constraints:      47488
1765.01/1769.89	c #Conflicts:    2836000 | #Constraints:      48488
1765.01/1769.89	c #Conflicts:    2837000 | #Constraints:      49488
1765.01/1769.89	c #Conflicts:    2838000 | #Constraints:      50488
1765.01/1769.89	c #Conflicts:    2839000 | #Constraints:      51488
1765.01/1769.89	c #Conflicts:    2840000 | #Constraints:      52488
1765.01/1769.89	c #Conflicts:    2841000 | #Constraints:      53488
1765.01/1769.89	c #Conflicts:    2842000 | #Constraints:      54488
1765.01/1769.89	c #Conflicts:    2843000 | #Constraints:      55488
1765.01/1769.89	c #Conflicts:    2844000 | #Constraints:      56488
1765.01/1769.89	c #Conflicts:    2845000 | #Constraints:      57488
1765.01/1769.89	c #Conflicts:    2846000 | #Constraints:      58488
1765.01/1769.89	c #Conflicts:    2847000 | #Constraints:      59488
1765.01/1769.89	c #Conflicts:    2848000 | #Constraints:      60488
1765.01/1769.89	c #Conflicts:    2849000 | #Constraints:      61488
1765.01/1769.89	c #Conflicts:    2850000 | #Constraints:      62488
1765.01/1769.89	c #Conflicts:    2851000 | #Constraints:      63488
1765.01/1769.89	c #Conflicts:    2852000 | #Constraints:      64488
1765.01/1769.89	c #Conflicts:    2853000 | #Constraints:      65488
1765.01/1769.89	c #Conflicts:    2854000 | #Constraints:      66488
1765.01/1769.89	c #Conflicts:    2855000 | #Constraints:      67488
1765.01/1769.89	c #Conflicts:    2856000 | #Constraints:      68488
1765.01/1769.89	c #Conflicts:    2857000 | #Constraints:      69488
1765.01/1769.89	c #Conflicts:    2858000 | #Constraints:      70488
1765.01/1769.89	c #Conflicts:    2859000 | #Constraints:      71488
1765.01/1769.89	c #Conflicts:    2860000 | #Constraints:      72488
1765.01/1769.89	c #Conflicts:    2861000 | #Constraints:      73488
1765.01/1769.89	c #Conflicts:    2862000 | #Constraints:      74489
1765.01/1769.89	c #Conflicts:    2863000 | #Constraints:      75489
1765.01/1769.89	c #Conflicts:    2864000 | #Constraints:      76489
1765.01/1769.89	c INPROCESSING
1765.01/1769.89	c GARBAGE COLLECT
1765.01/1769.89	c #Conflicts:    2865000 | #Constraints:      43875
1765.01/1769.89	c #Conflicts:    2866000 | #Constraints:      44875
1765.01/1769.89	c #Conflicts:    2867000 | #Constraints:      45875
1765.01/1769.89	c #Conflicts:    2868000 | #Constraints:      46875
1765.01/1769.89	c #Conflicts:    2869000 | #Constraints:      47875
1765.01/1769.89	c #Conflicts:    2870000 | #Constraints:      48875
1765.01/1769.89	c #Conflicts:    2871000 | #Constraints:      49876
1765.01/1769.89	c #Conflicts:    2872000 | #Constraints:      50876
1765.01/1769.89	c #Conflicts:    2873000 | #Constraints:      51877
1765.01/1769.89	c #Conflicts:    2874000 | #Constraints:      52877
1765.01/1769.89	c #Conflicts:    2875000 | #Constraints:      53877
1765.01/1769.89	c #Conflicts:    2876000 | #Constraints:      54877
1765.01/1769.89	c #Conflicts:    2877000 | #Constraints:      55877
1765.01/1769.89	c #Conflicts:    2878000 | #Constraints:      56877
1765.01/1769.89	c #Conflicts:    2879000 | #Constraints:      57877
1765.01/1769.89	c #Conflicts:    2880000 | #Constraints:      58877
1765.01/1769.89	c #Conflicts:    2881000 | #Constraints:      59877
1765.01/1769.89	c #Conflicts:    2882000 | #Constraints:      60877
1765.01/1769.89	c #Conflicts:    2883000 | #Constraints:      61877
1765.01/1769.89	c #Conflicts:    2884000 | #Constraints:      62877
1765.01/1769.89	c #Conflicts:    2885000 | #Constraints:      63877
1765.01/1769.89	c #Conflicts:    2886000 | #Constraints:      64877
1765.01/1769.89	c #Conflicts:    2887000 | #Constraints:      65877
1765.01/1769.89	c #Conflicts:    2888000 | #Constraints:      66877
1765.01/1769.89	c #Conflicts:    2889000 | #Constraints:      67877
1765.01/1769.89	c #Conflicts:    2890000 | #Constraints:      68877
1765.01/1769.89	c #Conflicts:    2891000 | #Constraints:      69877
1765.01/1769.89	c #Conflicts:    2892000 | #Constraints:      70877
1765.01/1769.89	c #Conflicts:    2893000 | #Constraints:      71877
1765.01/1769.89	c #Conflicts:    2894000 | #Constraints:      72877
1765.01/1769.89	c #Conflicts:    2895000 | #Constraints:      73877
1765.01/1769.89	c #Conflicts:    2896000 | #Constraints:      74877
1765.01/1769.89	c #Conflicts:    2897000 | #Constraints:      75877
1765.01/1769.89	c #Conflicts:    2898000 | #Constraints:      76877
1765.01/1769.89	c INPROCESSING
1765.01/1769.89	c GARBAGE COLLECT
1765.01/1769.89	c #Conflicts:    2899000 | #Constraints:      44139
1765.01/1769.89	c #Conflicts:    2900000 | #Constraints:      45139
1765.01/1769.89	c #Conflicts:    2901000 | #Constraints:      46139
1765.01/1769.89	c #Conflicts:    2902000 | #Constraints:      47139
1765.01/1769.89	c #Conflicts:    2903000 | #Constraints:      48139
1765.01/1769.89	c #Conflicts:    2904000 | #Constraints:      49139
1765.01/1769.89	c #Conflicts:    2905000 | #Constraints:      50139
1765.01/1769.89	c #Conflicts:    2906000 | #Constraints:      51140
1765.01/1769.89	c #Conflicts:    2907000 | #Constraints:      52140
1765.01/1769.89	c #Conflicts:    2908000 | #Constraints:      53140
1827.76/1832.78	c #Conflicts:    2909000 | #Constraints:      54140
1827.76/1832.78	c #Conflicts:    2910000 | #Constraints:      55140
1827.76/1832.78	c #Conflicts:    2911000 | #Constraints:      56140
1827.76/1832.78	c #Conflicts:    2912000 | #Constraints:      57140
1827.76/1832.78	c #Conflicts:    2913000 | #Constraints:      58140
1827.76/1832.78	c #Conflicts:    2914000 | #Constraints:      59141
1827.76/1832.78	c #Conflicts:    2915000 | #Constraints:      60141
1827.76/1832.78	c #Conflicts:    2916000 | #Constraints:      61141
1827.76/1832.78	c #Conflicts:    2917000 | #Constraints:      62142
1827.76/1832.78	c #Conflicts:    2918000 | #Constraints:      63142
1827.76/1832.78	c #Conflicts:    2919000 | #Constraints:      64142
1827.76/1832.78	c #Conflicts:    2920000 | #Constraints:      65142
1827.76/1832.78	c #Conflicts:    2921000 | #Constraints:      66142
1827.76/1832.78	c #Conflicts:    2922000 | #Constraints:      67142
1827.76/1832.78	c #Conflicts:    2923000 | #Constraints:      68142
1827.76/1832.78	c #Conflicts:    2924000 | #Constraints:      69142
1827.76/1832.78	c #Conflicts:    2925000 | #Constraints:      70142
1827.76/1832.78	c #Conflicts:    2926000 | #Constraints:      71142
1827.76/1832.78	c #Conflicts:    2927000 | #Constraints:      72142
1827.76/1832.78	c #Conflicts:    2928000 | #Constraints:      73143
1827.76/1832.78	c #Conflicts:    2929000 | #Constraints:      74143
1827.76/1832.78	c #Conflicts:    2930000 | #Constraints:      75143
1827.76/1832.78	c #Conflicts:    2931000 | #Constraints:      76143
1827.76/1832.78	c #Conflicts:    2932000 | #Constraints:      77143
1827.76/1832.78	c INPROCESSING
1827.76/1832.78	c GARBAGE COLLECT
1827.76/1832.78	c #Conflicts:    2933000 | #Constraints:      44121
1827.76/1832.78	c #Conflicts:    2934000 | #Constraints:      45121
1827.76/1832.78	c #Conflicts:    2935000 | #Constraints:      46121
1827.76/1832.78	c #Conflicts:    2936000 | #Constraints:      47121
1827.76/1832.78	c #Conflicts:    2937000 | #Constraints:      48121
1827.76/1832.78	c #Conflicts:    2938000 | #Constraints:      49121
1827.76/1832.78	c #Conflicts:    2939000 | #Constraints:      50121
1827.76/1832.78	c #Conflicts:    2940000 | #Constraints:      51121
1827.76/1832.78	c #Conflicts:    2941000 | #Constraints:      52121
1827.76/1832.78	c #Conflicts:    2942000 | #Constraints:      53121
1827.76/1832.78	c #Conflicts:    2943000 | #Constraints:      54121
1827.76/1832.78	c #Conflicts:    2944000 | #Constraints:      55121
1827.76/1832.78	c #Conflicts:    2945000 | #Constraints:      56121
1827.76/1832.78	c #Conflicts:    2946000 | #Constraints:      57121
1827.76/1832.78	c #Conflicts:    2947000 | #Constraints:      58122
1827.76/1832.78	c #Conflicts:    2948000 | #Constraints:      59122
1827.76/1832.78	c #Conflicts:    2949000 | #Constraints:      60122
1827.76/1832.78	c #Conflicts:    2950000 | #Constraints:      61122
1827.76/1832.78	c #Conflicts:    2951000 | #Constraints:      62122
1827.76/1832.78	c #Conflicts:    2952000 | #Constraints:      63122
1827.76/1832.78	c #Conflicts:    2953000 | #Constraints:      64122
1827.76/1832.78	c #Conflicts:    2954000 | #Constraints:      65122
1827.76/1832.78	c #Conflicts:    2955000 | #Constraints:      66122
1827.76/1832.78	c #Conflicts:    2956000 | #Constraints:      67122
1827.76/1832.78	c #Conflicts:    2957000 | #Constraints:      68123
1827.76/1832.78	c #Conflicts:    2958000 | #Constraints:      69123
1827.76/1832.78	c #Conflicts:    2959000 | #Constraints:      70123
1827.76/1832.78	c #Conflicts:    2960000 | #Constraints:      71123
1827.76/1832.78	c #Conflicts:    2961000 | #Constraints:      72123
1827.76/1832.78	c #Conflicts:    2962000 | #Constraints:      73123
1827.76/1832.78	c #Conflicts:    2963000 | #Constraints:      74123
1827.76/1832.78	c #Conflicts:    2964000 | #Constraints:      75123
1827.76/1832.78	c #Conflicts:    2965000 | #Constraints:      76123
1827.76/1832.78	c #Conflicts:    2966000 | #Constraints:      77123
1827.76/1832.78	c INPROCESSING
1827.76/1832.78	c GARBAGE COLLECT
1827.76/1832.78	c #Conflicts:    2967000 | #Constraints:      43954
1827.76/1832.78	c #Conflicts:    2968000 | #Constraints:      44955
1827.76/1832.78	c #Conflicts:    2969000 | #Constraints:      45955
1827.76/1832.78	c #Conflicts:    2970000 | #Constraints:      46955
1827.76/1832.78	c #Conflicts:    2971000 | #Constraints:      47955
1827.76/1832.78	c #Conflicts:    2972000 | #Constraints:      48955
1827.76/1832.78	c #Conflicts:    2973000 | #Constraints:      49955
1827.76/1832.78	c #Conflicts:    2974000 | #Constraints:      50955
1827.76/1832.78	c #Conflicts:    2975000 | #Constraints:      51955
1827.76/1832.78	c #Conflicts:    2976000 | #Constraints:      52955
1827.76/1832.78	c #Conflicts:    2977000 | #Constraints:      53955
1827.76/1832.78	c #Conflicts:    2978000 | #Constraints:      54955
1827.76/1832.78	c #Conflicts:    2979000 | #Constraints:      55955
1827.76/1832.78	c #Conflicts:    2980000 | #Constraints:      56955
1827.76/1832.78	c #Conflicts:    2981000 | #Constraints:      57955
1827.76/1832.78	c #Conflicts:    2982000 | #Constraints:      58955
1827.76/1832.78	c #Conflicts:    2983000 | #Constraints:      59955
1827.76/1832.78	c #Conflicts:    2984000 | #Constraints:      60956
1827.76/1832.78	c #Conflicts:    2985000 | #Constraints:      61956
1873.05/1878.14	c #Conflicts:    2986000 | #Constraints:      62956
1873.05/1878.14	c #Conflicts:    2987000 | #Constraints:      63956
1873.05/1878.14	c #Conflicts:    2988000 | #Constraints:      64956
1873.05/1878.14	c #Conflicts:    2989000 | #Constraints:      65956
1873.05/1878.14	c #Conflicts:    2990000 | #Constraints:      66956
1873.05/1878.14	c #Conflicts:    2991000 | #Constraints:      67956
1873.05/1878.14	c #Conflicts:    2992000 | #Constraints:      68956
1873.05/1878.14	c #Conflicts:    2993000 | #Constraints:      69956
1873.05/1878.14	c #Conflicts:    2994000 | #Constraints:      70956
1873.05/1878.14	c #Conflicts:    2995000 | #Constraints:      71956
1873.05/1878.14	c #Conflicts:    2996000 | #Constraints:      72956
1873.05/1878.14	c #Conflicts:    2997000 | #Constraints:      73956
1873.05/1878.14	c #Conflicts:    2998000 | #Constraints:      74956
1873.05/1878.14	c #Conflicts:    2999000 | #Constraints:      75956
1873.05/1878.14	c #Conflicts:    3000000 | #Constraints:      76956
1873.05/1878.14	c #Conflicts:    3001000 | #Constraints:      77956
1873.05/1878.14	c INPROCESSING
1873.05/1878.14	c GARBAGE COLLECT
1873.05/1878.14	c #Conflicts:    3002000 | #Constraints:      44524
1873.05/1878.14	c #Conflicts:    3003000 | #Constraints:      45524
1873.05/1878.14	c #Conflicts:    3004000 | #Constraints:      46524
1873.05/1878.14	c #Conflicts:    3005000 | #Constraints:      47524
1873.05/1878.14	c #Conflicts:    3006000 | #Constraints:      48524
1873.05/1878.14	c #Conflicts:    3007000 | #Constraints:      49524
1873.05/1878.14	c #Conflicts:    3008000 | #Constraints:      50524
1873.05/1878.14	c #Conflicts:    3009000 | #Constraints:      51527
1873.05/1878.14	c #Conflicts:    3010000 | #Constraints:      52530
1873.05/1878.14	c #Conflicts:    3011000 | #Constraints:      53532
1873.05/1878.14	c #Conflicts:    3012000 | #Constraints:      54532
1873.05/1878.14	c #Conflicts:    3013000 | #Constraints:      55532
1873.05/1878.14	c #Conflicts:    3014000 | #Constraints:      56532
1873.05/1878.14	c #Conflicts:    3015000 | #Constraints:      57560
1873.05/1878.14	c #Conflicts:    3016000 | #Constraints:      58560
1873.05/1878.14	c #Conflicts:    3017000 | #Constraints:      59560
1873.05/1878.14	c #Conflicts:    3018000 | #Constraints:      60560
1873.05/1878.14	c #Conflicts:    3019000 | #Constraints:      61560
1873.05/1878.14	c #Conflicts:    3020000 | #Constraints:      62560
1873.05/1878.14	c #Conflicts:    3021000 | #Constraints:      63560
1873.05/1878.14	c #Conflicts:    3022000 | #Constraints:      64560
1873.05/1878.14	c #Conflicts:    3023000 | #Constraints:      65560
1873.05/1878.14	c #Conflicts:    3024000 | #Constraints:      66560
1873.05/1878.14	c #Conflicts:    3025000 | #Constraints:      67560
1873.05/1878.14	c #Conflicts:    3026000 | #Constraints:      68560
1873.05/1878.14	c #Conflicts:    3027000 | #Constraints:      69560
1873.05/1878.14	c #Conflicts:    3028000 | #Constraints:      70560
1873.05/1878.14	c #Conflicts:    3029000 | #Constraints:      71560
1873.05/1878.14	c #Conflicts:    3030000 | #Constraints:      72560
1873.05/1878.14	c #Conflicts:    3031000 | #Constraints:      73560
1873.05/1878.14	c #Conflicts:    3032000 | #Constraints:      74560
1873.05/1878.14	c #Conflicts:    3033000 | #Constraints:      75560
1873.05/1878.14	c #Conflicts:    3034000 | #Constraints:      76560
1873.05/1878.14	c #Conflicts:    3035000 | #Constraints:      77560
1873.05/1878.14	c #Conflicts:    3036000 | #Constraints:      78560
1873.05/1878.14	c INPROCESSING
1873.05/1878.14	c GARBAGE COLLECT
1873.05/1878.14	c #Conflicts:    3037000 | #Constraints:      44919
1873.05/1878.14	c #Conflicts:    3038000 | #Constraints:      45919
1873.05/1878.14	c #Conflicts:    3039000 | #Constraints:      46919
1873.05/1878.14	c #Conflicts:    3040000 | #Constraints:      47919
1873.05/1878.14	c #Conflicts:    3041000 | #Constraints:      48919
1873.05/1878.14	c #Conflicts:    3042000 | #Constraints:      49919
1873.05/1878.14	c #Conflicts:    3043000 | #Constraints:      50919
1873.05/1878.14	c #Conflicts:    3044000 | #Constraints:      51919
1873.05/1878.14	c #Conflicts:    3045000 | #Constraints:      52919
1873.05/1878.14	c #Conflicts:    3046000 | #Constraints:      53919
1873.05/1878.14	c #Conflicts:    3047000 | #Constraints:      54919
1873.05/1878.14	c #Conflicts:    3048000 | #Constraints:      55919
1873.05/1878.14	c #Conflicts:    3049000 | #Constraints:      56919
1873.05/1878.14	c #Conflicts:    3050000 | #Constraints:      57919
1873.05/1878.14	c #Conflicts:    3051000 | #Constraints:      58919
1873.05/1878.14	c #Conflicts:    3052000 | #Constraints:      59919
1873.05/1878.14	c #Conflicts:    3053000 | #Constraints:      60919
1873.05/1878.14	c #Conflicts:    3054000 | #Constraints:      61919
1873.05/1878.14	c #Conflicts:    3055000 | #Constraints:      62919
1873.05/1878.14	c #Conflicts:    3056000 | #Constraints:      63919
1873.05/1878.14	c #Conflicts:    3057000 | #Constraints:      64919
1873.05/1878.14	c #Conflicts:    3058000 | #Constraints:      65919
1873.05/1878.14	c #Conflicts:    3059000 | #Constraints:      66919
1873.05/1878.14	c #Conflicts:    3060000 | #Constraints:      67919
1873.05/1878.14	c #Conflicts:    3061000 | #Constraints:      68919
1873.05/1878.14	c #Conflicts:    3062000 | #Constraints:      69919
1873.05/1878.14	c #Conflicts:    3063000 | #Constraints:      70919
1918.13/1923.38	c #Conflicts:    3064000 | #Constraints:      71919
1918.13/1923.38	c #Conflicts:    3065000 | #Constraints:      72919
1918.13/1923.38	c #Conflicts:    3066000 | #Constraints:      73919
1918.13/1923.38	c #Conflicts:    3067000 | #Constraints:      74919
1918.13/1923.38	c #Conflicts:    3068000 | #Constraints:      75919
1918.13/1923.38	c #Conflicts:    3069000 | #Constraints:      76919
1918.13/1923.38	c #Conflicts:    3070000 | #Constraints:      77919
1918.13/1923.38	c #Conflicts:    3071000 | #Constraints:      78919
1918.13/1923.38	c INPROCESSING
1918.13/1923.38	c GARBAGE COLLECT
1918.13/1923.38	c #Conflicts:    3072000 | #Constraints:      45108
1918.13/1923.38	c #Conflicts:    3073000 | #Constraints:      46108
1918.13/1923.38	c #Conflicts:    3074000 | #Constraints:      47108
1918.13/1923.38	c #Conflicts:    3075000 | #Constraints:      48108
1918.13/1923.38	c #Conflicts:    3076000 | #Constraints:      49108
1918.13/1923.38	c #Conflicts:    3077000 | #Constraints:      50108
1918.13/1923.38	c #Conflicts:    3078000 | #Constraints:      51108
1918.13/1923.38	c #Conflicts:    3079000 | #Constraints:      52108
1918.13/1923.38	c #Conflicts:    3080000 | #Constraints:      53108
1918.13/1923.38	c #Conflicts:    3081000 | #Constraints:      54108
1918.13/1923.38	c #Conflicts:    3082000 | #Constraints:      55108
1918.13/1923.38	c #Conflicts:    3083000 | #Constraints:      56108
1918.13/1923.38	c #Conflicts:    3084000 | #Constraints:      57108
1918.13/1923.38	c #Conflicts:    3085000 | #Constraints:      58108
1918.13/1923.38	c #Conflicts:    3086000 | #Constraints:      59108
1918.13/1923.38	c #Conflicts:    3087000 | #Constraints:      60108
1918.13/1923.38	c #Conflicts:    3088000 | #Constraints:      61108
1918.13/1923.38	c #Conflicts:    3089000 | #Constraints:      62108
1918.13/1923.38	c #Conflicts:    3090000 | #Constraints:      63108
1918.13/1923.38	c #Conflicts:    3091000 | #Constraints:      64108
1918.13/1923.38	c #Conflicts:    3092000 | #Constraints:      65108
1918.13/1923.38	c #Conflicts:    3093000 | #Constraints:      66108
1918.13/1923.38	c #Conflicts:    3094000 | #Constraints:      67108
1918.13/1923.38	c #Conflicts:    3095000 | #Constraints:      68108
1918.13/1923.38	c #Conflicts:    3096000 | #Constraints:      69108
1918.13/1923.38	c #Conflicts:    3097000 | #Constraints:      70108
1918.13/1923.38	c #Conflicts:    3098000 | #Constraints:      71108
1918.13/1923.38	c #Conflicts:    3099000 | #Constraints:      72108
1918.13/1923.38	c #Conflicts:    3100000 | #Constraints:      73108
1918.13/1923.38	c #Conflicts:    3101000 | #Constraints:      74108
1918.13/1923.38	c #Conflicts:    3102000 | #Constraints:      75108
1918.13/1923.38	c #Conflicts:    3103000 | #Constraints:      76108
1918.13/1923.38	c #Conflicts:    3104000 | #Constraints:      77108
1918.13/1923.38	c #Conflicts:    3105000 | #Constraints:      78108
1918.13/1923.38	c #Conflicts:    3106000 | #Constraints:      79108
1918.13/1923.38	c INPROCESSING
1918.13/1923.38	c GARBAGE COLLECT
1918.13/1923.38	c #Conflicts:    3107000 | #Constraints:      45060
1918.13/1923.38	c #Conflicts:    3108000 | #Constraints:      46060
1918.13/1923.38	c #Conflicts:    3109000 | #Constraints:      47060
1918.13/1923.38	c #Conflicts:    3110000 | #Constraints:      48060
1918.13/1923.38	c #Conflicts:    3111000 | #Constraints:      49060
1918.13/1923.38	c #Conflicts:    3112000 | #Constraints:      50060
1918.13/1923.38	c #Conflicts:    3113000 | #Constraints:      51060
1918.13/1923.38	c #Conflicts:    3114000 | #Constraints:      52060
1918.13/1923.38	c #Conflicts:    3115000 | #Constraints:      53060
1918.13/1923.38	c #Conflicts:    3116000 | #Constraints:      54060
1918.13/1923.38	c #Conflicts:    3117000 | #Constraints:      55060
1918.13/1923.38	c #Conflicts:    3118000 | #Constraints:      56060
1918.13/1923.38	c #Conflicts:    3119000 | #Constraints:      57060
1918.13/1923.38	c #Conflicts:    3120000 | #Constraints:      58060
1918.13/1923.38	c #Conflicts:    3121000 | #Constraints:      59060
1918.13/1923.38	c #Conflicts:    3122000 | #Constraints:      60060
1918.13/1923.38	c #Conflicts:    3123000 | #Constraints:      61060
1918.13/1923.38	c #Conflicts:    3124000 | #Constraints:      62060
1918.13/1923.38	c #Conflicts:    3125000 | #Constraints:      63060
1918.13/1923.38	c #Conflicts:    3126000 | #Constraints:      64060
1918.13/1923.38	c #Conflicts:    3127000 | #Constraints:      65060
1918.13/1923.38	c #Conflicts:    3128000 | #Constraints:      66060
1918.13/1923.38	c #Conflicts:    3129000 | #Constraints:      67060
1918.13/1923.38	c #Conflicts:    3130000 | #Constraints:      68060
1918.13/1923.38	c #Conflicts:    3131000 | #Constraints:      69060
1918.13/1923.38	c #Conflicts:    3132000 | #Constraints:      70060
1918.13/1923.38	c #Conflicts:    3133000 | #Constraints:      71060
1918.13/1923.38	c #Conflicts:    3134000 | #Constraints:      72060
1918.13/1923.38	c #Conflicts:    3135000 | #Constraints:      73060
1918.13/1923.38	c #Conflicts:    3136000 | #Constraints:      74060
1918.13/1923.38	c #Conflicts:    3137000 | #Constraints:      75060
1918.13/1923.38	c #Conflicts:    3138000 | #Constraints:      76060
1918.13/1923.38	c #Conflicts:    3139000 | #Constraints:      77060
1918.13/1923.38	c #Conflicts:    3140000 | #Constraints:      78060
1923.02/1928.28	c #Conflicts:    3141000 | #Constraints:      79060
1923.02/1928.28	c INPROCESSING
1923.02/1928.28	c GARBAGE COLLECT
1923.02/1928.28	c rational objective 773.774
1989.05/1994.41	c #Conflicts:    3142000 | #Constraints:      44890
1989.05/1994.41	c #Conflicts:    3143000 | #Constraints:      45890
1989.05/1994.41	c #Conflicts:    3144000 | #Constraints:      46890
1989.05/1994.41	c #Conflicts:    3145000 | #Constraints:      47890
1989.05/1994.41	c #Conflicts:    3146000 | #Constraints:      48890
1989.05/1994.41	c #Conflicts:    3147000 | #Constraints:      49890
1989.05/1994.41	c #Conflicts:    3148000 | #Constraints:      50890
1989.05/1994.41	c #Conflicts:    3149000 | #Constraints:      51890
1989.05/1994.41	c #Conflicts:    3150000 | #Constraints:      52890
1989.05/1994.41	c #Conflicts:    3151000 | #Constraints:      53890
1989.05/1994.41	c #Conflicts:    3152000 | #Constraints:      54890
1989.05/1994.41	c #Conflicts:    3153000 | #Constraints:      55890
1989.05/1994.41	c #Conflicts:    3154000 | #Constraints:      56890
1989.05/1994.41	c #Conflicts:    3155000 | #Constraints:      57890
1989.05/1994.41	c #Conflicts:    3156000 | #Constraints:      58890
1989.05/1994.41	c #Conflicts:    3157000 | #Constraints:      59890
1989.05/1994.41	c #Conflicts:    3158000 | #Constraints:      60890
1989.05/1994.41	c #Conflicts:    3159000 | #Constraints:      61890
1989.05/1994.41	c #Conflicts:    3160000 | #Constraints:      62890
1989.05/1994.41	c #Conflicts:    3161000 | #Constraints:      63890
1989.05/1994.41	c #Conflicts:    3162000 | #Constraints:      64890
1989.05/1994.41	c #Conflicts:    3163000 | #Constraints:      65890
1989.05/1994.41	c #Conflicts:    3164000 | #Constraints:      66890
1989.05/1994.41	c #Conflicts:    3165000 | #Constraints:      67890
1989.05/1994.41	c #Conflicts:    3166000 | #Constraints:      68890
1989.05/1994.41	c #Conflicts:    3167000 | #Constraints:      69890
1989.05/1994.41	c #Conflicts:    3168000 | #Constraints:      70890
1989.05/1994.41	c #Conflicts:    3169000 | #Constraints:      71890
1989.05/1994.41	c #Conflicts:    3170000 | #Constraints:      72890
1989.05/1994.41	c #Conflicts:    3171000 | #Constraints:      73890
1989.05/1994.41	c #Conflicts:    3172000 | #Constraints:      74890
1989.05/1994.41	c #Conflicts:    3173000 | #Constraints:      75890
1989.05/1994.41	c #Conflicts:    3174000 | #Constraints:      76890
1989.05/1994.41	c #Conflicts:    3175000 | #Constraints:      77890
1989.05/1994.41	c #Conflicts:    3176000 | #Constraints:      78890
1989.05/1994.41	c #Conflicts:    3177000 | #Constraints:      79890
1989.05/1994.41	c INPROCESSING
1989.05/1994.41	c GARBAGE COLLECT
1989.05/1994.41	c #Conflicts:    3178000 | #Constraints:      45520
1989.05/1994.41	c #Conflicts:    3179000 | #Constraints:      46520
1989.05/1994.41	c #Conflicts:    3180000 | #Constraints:      47521
1989.05/1994.41	c #Conflicts:    3181000 | #Constraints:      48521
1989.05/1994.41	c #Conflicts:    3182000 | #Constraints:      49521
1989.05/1994.41	c #Conflicts:    3183000 | #Constraints:      50521
1989.05/1994.41	c #Conflicts:    3184000 | #Constraints:      51521
1989.05/1994.41	c #Conflicts:    3185000 | #Constraints:      52521
1989.05/1994.41	c #Conflicts:    3186000 | #Constraints:      53521
1989.05/1994.41	c #Conflicts:    3187000 | #Constraints:      54524
1989.05/1994.41	c #Conflicts:    3188000 | #Constraints:      55524
1989.05/1994.41	c #Conflicts:    3189000 | #Constraints:      56524
1989.05/1994.41	c #Conflicts:    3190000 | #Constraints:      57524
1989.05/1994.41	c #Conflicts:    3191000 | #Constraints:      58524
1989.05/1994.41	c #Conflicts:    3192000 | #Constraints:      59524
1989.05/1994.41	c #Conflicts:    3193000 | #Constraints:      60524
1989.05/1994.41	c #Conflicts:    3194000 | #Constraints:      61524
1989.05/1994.41	c #Conflicts:    3195000 | #Constraints:      62524
1989.05/1994.41	c #Conflicts:    3196000 | #Constraints:      63524
1989.05/1994.41	c #Conflicts:    3197000 | #Constraints:      64524
1989.05/1994.41	c #Conflicts:    3198000 | #Constraints:      65524
1989.05/1994.41	c #Conflicts:    3199000 | #Constraints:      66524
1989.05/1994.41	c #Conflicts:    3200000 | #Constraints:      67524
1989.05/1994.41	c #Conflicts:    3201000 | #Constraints:      68525
1989.05/1994.41	c #Conflicts:    3202000 | #Constraints:      69525
1989.05/1994.41	c #Conflicts:    3203000 | #Constraints:      70525
1989.05/1994.41	c #Conflicts:    3204000 | #Constraints:      71525
1989.05/1994.41	c #Conflicts:    3205000 | #Constraints:      72525
1989.05/1994.41	c #Conflicts:    3206000 | #Constraints:      73525
1989.05/1994.41	c #Conflicts:    3207000 | #Constraints:      74525
1989.05/1994.41	c #Conflicts:    3208000 | #Constraints:      75525
1989.05/1994.41	c #Conflicts:    3209000 | #Constraints:      76525
1989.05/1994.41	c #Conflicts:    3210000 | #Constraints:      77525
1989.05/1994.41	c #Conflicts:    3211000 | #Constraints:      78525
1989.05/1994.41	c #Conflicts:    3212000 | #Constraints:      79525
1989.05/1994.41	c #Conflicts:    3213000 | #Constraints:      80525
1989.05/1994.41	c INPROCESSING
1989.05/1994.41	c GARBAGE COLLECT
1989.05/1994.41	c #Conflicts:    3214000 | #Constraints:      45889
1989.05/1994.41	c #Conflicts:    3215000 | #Constraints:      46889
1989.05/1994.41	c #Conflicts:    3216000 | #Constraints:      47889
1989.05/1994.41	c #Conflicts:    3217000 | #Constraints:      48889
1989.05/1994.41	c #Conflicts:    3218000 | #Constraints:      49889
1989.05/1994.41	c #Conflicts:    3219000 | #Constraints:      50889
2024.96/2030.43	c #Conflicts:    3220000 | #Constraints:      51889
2024.96/2030.43	c #Conflicts:    3221000 | #Constraints:      52889
2024.96/2030.43	c #Conflicts:    3222000 | #Constraints:      53889
2024.96/2030.43	c #Conflicts:    3223000 | #Constraints:      54889
2024.96/2030.43	c #Conflicts:    3224000 | #Constraints:      55889
2024.96/2030.43	c #Conflicts:    3225000 | #Constraints:      56889
2024.96/2030.43	c #Conflicts:    3226000 | #Constraints:      57889
2024.96/2030.43	c #Conflicts:    3227000 | #Constraints:      58889
2024.96/2030.43	c #Conflicts:    3228000 | #Constraints:      59889
2024.96/2030.43	c #Conflicts:    3229000 | #Constraints:      60889
2024.96/2030.43	c #Conflicts:    3230000 | #Constraints:      61889
2024.96/2030.43	c #Conflicts:    3231000 | #Constraints:      62889
2024.96/2030.43	c #Conflicts:    3232000 | #Constraints:      63889
2024.96/2030.43	c #Conflicts:    3233000 | #Constraints:      64889
2024.96/2030.43	c #Conflicts:    3234000 | #Constraints:      65889
2024.96/2030.43	c #Conflicts:    3235000 | #Constraints:      66889
2024.96/2030.43	c #Conflicts:    3236000 | #Constraints:      67889
2024.96/2030.43	c #Conflicts:    3237000 | #Constraints:      68889
2024.96/2030.43	c #Conflicts:    3238000 | #Constraints:      69889
2024.96/2030.43	c #Conflicts:    3239000 | #Constraints:      70889
2024.96/2030.43	c #Conflicts:    3240000 | #Constraints:      71889
2024.96/2030.43	c #Conflicts:    3241000 | #Constraints:      72889
2024.96/2030.43	c #Conflicts:    3242000 | #Constraints:      73889
2024.96/2030.43	c #Conflicts:    3243000 | #Constraints:      74889
2024.96/2030.43	c #Conflicts:    3244000 | #Constraints:      75889
2024.96/2030.43	c #Conflicts:    3245000 | #Constraints:      76889
2024.96/2030.43	c #Conflicts:    3246000 | #Constraints:      77889
2024.96/2030.43	c #Conflicts:    3247000 | #Constraints:      78889
2024.96/2030.43	c #Conflicts:    3248000 | #Constraints:      79889
2024.96/2030.43	c #Conflicts:    3249000 | #Constraints:      80890
2024.96/2030.43	c INPROCESSING
2024.96/2030.43	c GARBAGE COLLECT
2024.96/2030.43	c #Conflicts:    3250000 | #Constraints:      46074
2024.96/2030.43	c #Conflicts:    3251000 | #Constraints:      47074
2024.96/2030.43	c #Conflicts:    3252000 | #Constraints:      48074
2024.96/2030.43	c #Conflicts:    3253000 | #Constraints:      49074
2024.96/2030.43	c #Conflicts:    3254000 | #Constraints:      50074
2024.96/2030.43	c #Conflicts:    3255000 | #Constraints:      51074
2024.96/2030.43	c #Conflicts:    3256000 | #Constraints:      52074
2024.96/2030.43	c #Conflicts:    3257000 | #Constraints:      53074
2024.96/2030.43	c #Conflicts:    3258000 | #Constraints:      54074
2024.96/2030.43	c #Conflicts:    3259000 | #Constraints:      55074
2024.96/2030.43	c #Conflicts:    3260000 | #Constraints:      56074
2024.96/2030.43	c #Conflicts:    3261000 | #Constraints:      57074
2024.96/2030.43	c #Conflicts:    3262000 | #Constraints:      58074
2024.96/2030.43	c #Conflicts:    3263000 | #Constraints:      59074
2024.96/2030.43	c #Conflicts:    3264000 | #Constraints:      60074
2024.96/2030.43	c #Conflicts:    3265000 | #Constraints:      61074
2024.96/2030.43	c #Conflicts:    3266000 | #Constraints:      62074
2024.96/2030.43	c #Conflicts:    3267000 | #Constraints:      63074
2024.96/2030.43	c #Conflicts:    3268000 | #Constraints:      64074
2024.96/2030.43	c #Conflicts:    3269000 | #Constraints:      65074
2024.96/2030.43	c #Conflicts:    3270000 | #Constraints:      66074
2024.96/2030.43	c #Conflicts:    3271000 | #Constraints:      67074
2024.96/2030.43	c #Conflicts:    3272000 | #Constraints:      68074
2024.96/2030.43	c #Conflicts:    3273000 | #Constraints:      69074
2024.96/2030.43	c #Conflicts:    3274000 | #Constraints:      70074
2024.96/2030.43	c #Conflicts:    3275000 | #Constraints:      71074
2024.96/2030.43	c #Conflicts:    3276000 | #Constraints:      72074
2024.96/2030.43	c #Conflicts:    3277000 | #Constraints:      73074
2024.96/2030.43	c #Conflicts:    3278000 | #Constraints:      74074
2024.96/2030.43	c #Conflicts:    3279000 | #Constraints:      75074
2024.96/2030.43	c #Conflicts:    3280000 | #Constraints:      76074
2024.96/2030.43	c #Conflicts:    3281000 | #Constraints:      77074
2024.96/2030.43	c #Conflicts:    3282000 | #Constraints:      78074
2024.96/2030.43	c #Conflicts:    3283000 | #Constraints:      79074
2024.96/2030.43	c #Conflicts:    3284000 | #Constraints:      80074
2024.96/2030.43	c #Conflicts:    3285000 | #Constraints:      81074
2024.96/2030.43	c INPROCESSING
2024.96/2030.43	c GARBAGE COLLECT
2024.96/2030.43	WSVECS04 Frhs2[15]: 6 -0.997801 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[51]: 6 -0.780081 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[172]: 6 -0.821403 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[173]: 6 -0.86365 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[208]: 6 -0.997008 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[236]: 6 -0.810998 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[237]: 6 -0.993524 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[261]: 6 0 0.0114492 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[271]: 6 -0.993055 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[319]: 6 -0.62705 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[450]: 6 0 0.00608178 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[454]: 6 0 0.0755422 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[464]: 6 -0.997635 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[479]: 6 -0.877042 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[517]: 6 -2.43981 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[521]: 6 -0.788246 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[545]: 6 0 0.116459 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[546]: 6 -1.97955 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[558]: 6 -1.30079 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[563]: 6 -1.56551 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[575]: 6 -0.626329 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[576]: 6 -0.995279 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[612]: 6 -1.95079 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[623]: 6 -1.24171 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[720]: 6 -1.32874 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1057]: 6 -2.5 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1071]: 6 -1.01047 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1098]: 6 -2.44975 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1106]: 6 -1.30322 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1115]: 6 0 0.122964 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1119]: 6 0 0.249975 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1123]: 6 -1.24744 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1132]: 6 -0.999824 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1145]: 6 -0.998159 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1147]: 6 -2.44937 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1154]: 6 -1.91844 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1155]: 6 0 1.27606 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1157]: 6 -0.824974 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1187]: 6 -0.625283 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1213]: 6 -0.335039 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1262]: 6 -1.33021 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1269]: 6 0 1.85877 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1314]: 6 -0.250043 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1323]: 6 -0.997437 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1327]: 6 -2.914 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1343]: 6 -0.687403 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1349]: 6 -1.49901 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1374]: 6 -1.92188 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1375]: 6 -1.3125 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1444]: 6 -0.632121 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1450]: 6 -0.984688 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1479]: 6 -0.692906 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1485]: 6 -0.977533 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1486]: 6 -0.979443 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1508]: 6 -1.56055 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1530]: 6 -3.3739 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1549]: 6 -1.90276 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1564]: 6 -0.789073 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1566]: 6 -1.6239 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1579]: 6 -1.3227 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1586]: 6 -0.737861 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1587]: 6 -1.23376 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1619]: 6 -1.37491 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1660]: 6 -0.578803 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1677]: 6 -1.06825 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1746]: 6 -0.219345 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1953]: 6 -1.33848 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1970]: 6 -0.999963 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1971]: 6 -0.999764 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1973]: 6 -0.998683 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1975]: 6 -0.443254 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1977]: 6 -0.989461 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2001]: 6 -3.74574 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2060]: 6 -1.23358 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2066]: 6 -0.999159 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2069]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2071]: 6 -0.999695 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2074]: 6 -0.999713 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2079]: 6 -0.99288 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2082]: 6 -0.974553 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2088]: 6 -0.999206 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2092]: 6 -0.999243 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2094]: 6 -1.3644 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2100]: 6 -5.29681 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2104]: 6 -0.947192 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2108]: 6 -0.8029 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2134]: 6 -1.39492 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2147]: 6 -0.999985 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2155]: 6 -0.999753 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2161]: 6 -0.997366 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2164]: 6 -0.997951 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2174]: 6 -0.985921 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2176]: 6 -0.989145 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2177]: 6 -0.984856 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2239]: 6 -0.18913 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2261]: 6 -0.994491 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2264]: 6 -0.972407 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2267]: 6 -0.999935 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2276]: 6 -1.16858 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2340]: 6 -1.25 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2342]: 6 0 1.12494 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2357]: 6 -0.999356 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2366]: 6 -1.32956 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2372]: 6 0 1.32758 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2393]: 6 -1.19768 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2403]: 6 0 0.478809 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2451]: 6 -0.997309 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2456]: 6 -0.956912 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2458]: 6 -0.956927 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2459]: 6 -0.999997 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2462]: 6 -1.33203 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2499]: 6 -1.25 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2525]: 6 -0.627587 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2578]: 6 -4.5 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2604]: 6 -0.989252 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2625]: 6 -0.999958 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2627]: 6 -0.996799 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2648]: 6 -0.999944 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2709]: 6 -0.000703394 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2713]: 6 -1.00529 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2733]: 6 -0.984791 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2736]: 6 -0.986702 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2738]: 6 -1.00003 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2744]: 6 -1.00024 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2745]: 6 -1.00024 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2748]: 6 -0.992645 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2750]: 6 -1.25004 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2801]: 6 -1.77907 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2821]: 6 -0.999566 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2840]: 6 -0.985969 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2846]: 6 -0.99191 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2848]: 6 -0.993985 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2914]: 6 -13.998 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2930]: 6 -0.999914 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[2931]: 6 -0.999914 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3028]: 6 -0.99674 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3038]: 6 -18.1557 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3045]: 6 -7.59389 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3118]: 6 -1.24855 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3125]: 6 -0.999993 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3128]: 6 -0.996909 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3137]: 6 -0.500223 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3207]: 6 -0.988467 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3209]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3227]: 6 -0.984408 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3246]: 6 0 0.988397 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3248]: 6 0 14.3466 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3280]: 6 -0.999496 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3317]: 6 -0.999314 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3319]: 6 -0.999959 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3321]: 6 -0.997277 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3325]: 6 -0.99869 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3329]: 6 -0.994759 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3341]: 6 -0.502973 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3416]: 6 -1.49207 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3417]: 6 -1.48996 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3496]: 6 -15.7504 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3498]: 6 -34.4852 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3500]: 6 -0.998889 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3508]: 6 -0.516068 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3525]: 6 -1.00014 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3586]: 6 -3.22399 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3594]: 6 -0.99745 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3602]: 6 -1.31198 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3615]: 6 -0.344034 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3683]: 6 -0.374582 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3694]: 6 -5.41319 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3695]: 6 -5.41319 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3698]: 6 -0.97793 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3699]: 6 -0.977913 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3706]: 6 -1.24567 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3708]: 6 -1.06078 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3709]: 6 -0.506949 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3726]: 6 0 1.00002 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3778]: 6 -1.1211 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3782]: 6 -5.50054 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3783]: 6 -4.98982 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3786]: 6 -1.00002 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3812]: 6 0 3.3779 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3824]: 6 0 1.00021 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3845]: 6 -0.999678 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3856]: 6 -1.16558 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3861]: 6 -0.00588457 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3875]: 6 -0.998311 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3878]: 6 -0.999684 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3879]: 6 -0.999675 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3894]: 6 0 0.0804995 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3918]: 6 -0.661889 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3960]: 6 -1.32881 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3962]: 6 -0.876915 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3973]: 6 -0.999605 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3976]: 6 -0.999085 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3983]: 6 -0.751496 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3986]: 6 -0.987022 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3990]: 6 -0.291135 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[3999]: 6 -0.590244 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[4027]: 6 -0.500001 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[4076]: 6 -1.40685 0 shouldn't be
2024.96/2030.43	WSVECS04 Frhs2[4082]: 6 -0.371299 0 shouldn't be
2084.71/2090.35	c #Conflicts:    3286000 | #Constraints:      46065
2084.71/2090.35	c #Conflicts:    3287000 | #Constraints:      47065
2084.71/2090.35	c #Conflicts:    3288000 | #Constraints:      48065
2084.71/2090.35	c #Conflicts:    3289000 | #Constraints:      49065
2084.71/2090.35	c #Conflicts:    3290000 | #Constraints:      50065
2084.71/2090.35	c #Conflicts:    3291000 | #Constraints:      51065
2084.71/2090.35	c #Conflicts:    3292000 | #Constraints:      52065
2084.71/2090.35	c #Conflicts:    3293000 | #Constraints:      53065
2084.71/2090.35	c #Conflicts:    3294000 | #Constraints:      54065
2084.71/2090.35	c #Conflicts:    3295000 | #Constraints:      55065
2084.71/2090.35	c #Conflicts:    3296000 | #Constraints:      56065
2084.71/2090.35	c #Conflicts:    3297000 | #Constraints:      57065
2084.71/2090.35	c #Conflicts:    3298000 | #Constraints:      58065
2084.71/2090.35	c #Conflicts:    3299000 | #Constraints:      59065
2084.71/2090.35	c #Conflicts:    3300000 | #Constraints:      60065
2084.71/2090.35	c #Conflicts:    3301000 | #Constraints:      61065
2084.71/2090.35	c #Conflicts:    3302000 | #Constraints:      62065
2084.71/2090.35	c #Conflicts:    3303000 | #Constraints:      63066
2084.71/2090.35	c #Conflicts:    3304000 | #Constraints:      64066
2084.71/2090.35	c #Conflicts:    3305000 | #Constraints:      65066
2084.71/2090.35	c #Conflicts:    3306000 | #Constraints:      66066
2084.71/2090.35	c #Conflicts:    3307000 | #Constraints:      67066
2084.71/2090.35	c #Conflicts:    3308000 | #Constraints:      68066
2084.71/2090.35	c #Conflicts:    3309000 | #Constraints:      69066
2084.71/2090.35	c #Conflicts:    3310000 | #Constraints:      70066
2084.71/2090.35	c #Conflicts:    3311000 | #Constraints:      71066
2084.71/2090.35	c #Conflicts:    3312000 | #Constraints:      72066
2084.71/2090.35	c #Conflicts:    3313000 | #Constraints:      73066
2084.71/2090.35	c #Conflicts:    3314000 | #Constraints:      74066
2084.71/2090.35	c #Conflicts:    3315000 | #Constraints:      75066
2084.71/2090.35	c #Conflicts:    3316000 | #Constraints:      76066
2084.71/2090.35	c #Conflicts:    3317000 | #Constraints:      77066
2084.71/2090.35	c #Conflicts:    3318000 | #Constraints:      78066
2084.71/2090.35	c #Conflicts:    3319000 | #Constraints:      79066
2084.71/2090.35	c #Conflicts:    3320000 | #Constraints:      80066
2084.71/2090.35	c #Conflicts:    3321000 | #Constraints:      81066
2084.71/2090.35	c INPROCESSING
2084.71/2090.35	c GARBAGE COLLECT
2084.71/2090.35	c #Conflicts:    3322000 | #Constraints:      45922
2084.71/2090.35	c #Conflicts:    3323000 | #Constraints:      46922
2084.71/2090.35	c #Conflicts:    3324000 | #Constraints:      47922
2084.71/2090.35	c #Conflicts:    3325000 | #Constraints:      48923
2084.71/2090.35	c #Conflicts:    3326000 | #Constraints:      49923
2084.71/2090.35	c #Conflicts:    3327000 | #Constraints:      50923
2084.71/2090.35	c #Conflicts:    3328000 | #Constraints:      51923
2084.71/2090.35	c #Conflicts:    3329000 | #Constraints:      52923
2084.71/2090.35	c #Conflicts:    3330000 | #Constraints:      53923
2084.71/2090.35	c #Conflicts:    3331000 | #Constraints:      54923
2084.71/2090.35	c #Conflicts:    3332000 | #Constraints:      55923
2084.71/2090.35	c #Conflicts:    3333000 | #Constraints:      56923
2084.71/2090.35	c #Conflicts:    3334000 | #Constraints:      57923
2084.71/2090.35	c #Conflicts:    3335000 | #Constraints:      58923
2084.71/2090.35	c #Conflicts:    3336000 | #Constraints:      59923
2084.71/2090.35	c #Conflicts:    3337000 | #Constraints:      60923
2084.71/2090.35	c #Conflicts:    3338000 | #Constraints:      61923
2084.71/2090.35	c #Conflicts:    3339000 | #Constraints:      62923
2084.71/2090.35	c #Conflicts:    3340000 | #Constraints:      63923
2084.71/2090.35	c #Conflicts:    3341000 | #Constraints:      64923
2084.71/2090.35	c #Conflicts:    3342000 | #Constraints:      65923
2084.71/2090.35	c #Conflicts:    3343000 | #Constraints:      66923
2084.71/2090.35	c #Conflicts:    3344000 | #Constraints:      67923
2084.71/2090.35	c #Conflicts:    3345000 | #Constraints:      68923
2084.71/2090.35	c #Conflicts:    3346000 | #Constraints:      69923
2084.71/2090.35	c #Conflicts:    3347000 | #Constraints:      70923
2084.71/2090.35	c #Conflicts:    3348000 | #Constraints:      71923
2084.71/2090.35	c #Conflicts:    3349000 | #Constraints:      72923
2084.71/2090.35	c #Conflicts:    3350000 | #Constraints:      73923
2084.71/2090.35	c #Conflicts:    3351000 | #Constraints:      74923
2084.71/2090.35	c #Conflicts:    3352000 | #Constraints:      75923
2084.71/2090.35	c #Conflicts:    3353000 | #Constraints:      76923
2084.71/2090.35	c #Conflicts:    3354000 | #Constraints:      77923
2084.71/2090.35	c #Conflicts:    3355000 | #Constraints:      78923
2084.71/2090.35	c #Conflicts:    3356000 | #Constraints:      79923
2084.71/2090.35	c #Conflicts:    3357000 | #Constraints:      80923
2084.71/2090.35	c #Conflicts:    3358000 | #Constraints:      81923
2084.71/2090.35	c INPROCESSING
2084.71/2090.35	c GARBAGE COLLECT
2084.71/2090.35	c #Conflicts:    3359000 | #Constraints:      46524
2084.71/2090.35	c #Conflicts:    3360000 | #Constraints:      47524
2084.71/2090.35	c #Conflicts:    3361000 | #Constraints:      48524
2084.71/2090.35	c #Conflicts:    3362000 | #Constraints:      49524
2084.71/2090.35	c #Conflicts:    3363000 | #Constraints:      50524
2138.67/2144.46	c #Conflicts:    3364000 | #Constraints:      51524
2138.67/2144.46	c #Conflicts:    3365000 | #Constraints:      52524
2138.67/2144.46	c #Conflicts:    3366000 | #Constraints:      53524
2138.67/2144.46	c #Conflicts:    3367000 | #Constraints:      54524
2138.67/2144.46	c #Conflicts:    3368000 | #Constraints:      55524
2138.67/2144.46	c #Conflicts:    3369000 | #Constraints:      56524
2138.67/2144.46	c #Conflicts:    3370000 | #Constraints:      57524
2138.67/2144.46	c #Conflicts:    3371000 | #Constraints:      58524
2138.67/2144.46	c #Conflicts:    3372000 | #Constraints:      59524
2138.67/2144.46	c #Conflicts:    3373000 | #Constraints:      60524
2138.67/2144.46	c #Conflicts:    3374000 | #Constraints:      61524
2138.67/2144.46	c #Conflicts:    3375000 | #Constraints:      62524
2138.67/2144.46	c #Conflicts:    3376000 | #Constraints:      63524
2138.67/2144.46	c #Conflicts:    3377000 | #Constraints:      64524
2138.67/2144.46	c #Conflicts:    3378000 | #Constraints:      65524
2138.67/2144.46	c #Conflicts:    3379000 | #Constraints:      66524
2138.67/2144.46	c #Conflicts:    3380000 | #Constraints:      67524
2138.67/2144.46	c #Conflicts:    3381000 | #Constraints:      68524
2138.67/2144.46	c #Conflicts:    3382000 | #Constraints:      69524
2138.67/2144.46	c #Conflicts:    3383000 | #Constraints:      70524
2138.67/2144.46	c #Conflicts:    3384000 | #Constraints:      71524
2138.67/2144.46	c #Conflicts:    3385000 | #Constraints:      72524
2138.67/2144.46	c #Conflicts:    3386000 | #Constraints:      73524
2138.67/2144.46	c #Conflicts:    3387000 | #Constraints:      74524
2138.67/2144.46	c #Conflicts:    3388000 | #Constraints:      75524
2138.67/2144.46	c #Conflicts:    3389000 | #Constraints:      76524
2138.67/2144.46	c #Conflicts:    3390000 | #Constraints:      77524
2138.67/2144.46	c #Conflicts:    3391000 | #Constraints:      78524
2138.67/2144.46	c #Conflicts:    3392000 | #Constraints:      79524
2138.67/2144.46	c #Conflicts:    3393000 | #Constraints:      80524
2138.67/2144.46	c #Conflicts:    3394000 | #Constraints:      81524
2138.67/2144.46	c #Conflicts:    3395000 | #Constraints:      82524
2138.67/2144.46	c INPROCESSING
2138.67/2144.46	c GARBAGE COLLECT
2138.67/2144.46	c #Conflicts:    3396000 | #Constraints:      46925
2138.67/2144.46	c #Conflicts:    3397000 | #Constraints:      47925
2138.67/2144.46	c #Conflicts:    3398000 | #Constraints:      48925
2138.67/2144.46	c #Conflicts:    3399000 | #Constraints:      49925
2138.67/2144.46	c #Conflicts:    3400000 | #Constraints:      50926
2138.67/2144.46	c #Conflicts:    3401000 | #Constraints:      51926
2138.67/2144.46	c #Conflicts:    3402000 | #Constraints:      52926
2138.67/2144.46	c #Conflicts:    3403000 | #Constraints:      53926
2138.67/2144.46	c #Conflicts:    3404000 | #Constraints:      54926
2138.67/2144.46	c #Conflicts:    3405000 | #Constraints:      55926
2138.67/2144.46	c #Conflicts:    3406000 | #Constraints:      56926
2138.67/2144.46	c #Conflicts:    3407000 | #Constraints:      57926
2138.67/2144.46	c #Conflicts:    3408000 | #Constraints:      58926
2138.67/2144.46	c #Conflicts:    3409000 | #Constraints:      59926
2138.67/2144.46	c #Conflicts:    3410000 | #Constraints:      60926
2138.67/2144.46	c #Conflicts:    3411000 | #Constraints:      61926
2138.67/2144.46	c #Conflicts:    3412000 | #Constraints:      62926
2138.67/2144.46	c #Conflicts:    3413000 | #Constraints:      63926
2138.67/2144.46	c #Conflicts:    3414000 | #Constraints:      64927
2138.67/2144.46	c #Conflicts:    3415000 | #Constraints:      65927
2138.67/2144.46	c #Conflicts:    3416000 | #Constraints:      66927
2138.67/2144.46	c #Conflicts:    3417000 | #Constraints:      67927
2138.67/2144.46	c #Conflicts:    3418000 | #Constraints:      68927
2138.67/2144.46	c #Conflicts:    3419000 | #Constraints:      69927
2138.67/2144.46	c #Conflicts:    3420000 | #Constraints:      70927
2138.67/2144.46	c #Conflicts:    3421000 | #Constraints:      71929
2138.67/2144.46	c #Conflicts:    3422000 | #Constraints:      72933
2138.67/2144.46	c #Conflicts:    3423000 | #Constraints:      73933
2138.67/2144.46	c #Conflicts:    3424000 | #Constraints:      74933
2138.67/2144.46	c #Conflicts:    3425000 | #Constraints:      75933
2138.67/2144.46	c #Conflicts:    3426000 | #Constraints:      76933
2138.67/2144.46	c #Conflicts:    3427000 | #Constraints:      77933
2138.67/2144.46	c #Conflicts:    3428000 | #Constraints:      78933
2138.67/2144.46	c #Conflicts:    3429000 | #Constraints:      79933
2138.67/2144.46	c #Conflicts:    3430000 | #Constraints:      80933
2138.67/2144.46	c #Conflicts:    3431000 | #Constraints:      81933
2138.67/2144.46	c #Conflicts:    3432000 | #Constraints:      82933
2138.67/2144.46	c INPROCESSING
2138.67/2144.46	c GARBAGE COLLECT
2138.67/2144.46	c #Conflicts:    3433000 | #Constraints:      47146
2138.67/2144.46	c #Conflicts:    3434000 | #Constraints:      48146
2138.67/2144.46	c #Conflicts:    3435000 | #Constraints:      49146
2138.67/2144.46	c #Conflicts:    3436000 | #Constraints:      50146
2138.67/2144.46	c #Conflicts:    3437000 | #Constraints:      51146
2138.67/2144.46	c #Conflicts:    3438000 | #Constraints:      52146
2138.67/2144.46	c #Conflicts:    3439000 | #Constraints:      53146
2138.67/2144.46	c #Conflicts:    3440000 | #Constraints:      54146
2216.47/2222.40	c #Conflicts:    3441000 | #Constraints:      55146
2216.47/2222.40	c #Conflicts:    3442000 | #Constraints:      56146
2216.47/2222.40	c #Conflicts:    3443000 | #Constraints:      57146
2216.47/2222.40	c #Conflicts:    3444000 | #Constraints:      58146
2216.47/2222.40	c #Conflicts:    3445000 | #Constraints:      59146
2216.47/2222.40	c #Conflicts:    3446000 | #Constraints:      60146
2216.47/2222.40	c #Conflicts:    3447000 | #Constraints:      61146
2216.47/2222.40	c #Conflicts:    3448000 | #Constraints:      62147
2216.47/2222.40	c #Conflicts:    3449000 | #Constraints:      63147
2216.47/2222.40	c #Conflicts:    3450000 | #Constraints:      64147
2216.47/2222.40	c #Conflicts:    3451000 | #Constraints:      65147
2216.47/2222.40	c #Conflicts:    3452000 | #Constraints:      66147
2216.47/2222.40	c #Conflicts:    3453000 | #Constraints:      67147
2216.47/2222.40	c #Conflicts:    3454000 | #Constraints:      68147
2216.47/2222.40	c #Conflicts:    3455000 | #Constraints:      69147
2216.47/2222.40	c #Conflicts:    3456000 | #Constraints:      70147
2216.47/2222.40	c #Conflicts:    3457000 | #Constraints:      71147
2216.47/2222.40	c #Conflicts:    3458000 | #Constraints:      72147
2216.47/2222.40	c #Conflicts:    3459000 | #Constraints:      73195
2216.47/2222.40	c #Conflicts:    3460000 | #Constraints:      74338
2216.47/2222.40	c #Conflicts:    3461000 | #Constraints:      75478
2216.47/2222.40	c #Conflicts:    3462000 | #Constraints:      76592
2216.47/2222.40	c #Conflicts:    3463000 | #Constraints:      77646
2216.47/2222.40	c #Conflicts:    3464000 | #Constraints:      78651
2216.47/2222.40	c #Conflicts:    3465000 | #Constraints:      79657
2216.47/2222.40	c #Conflicts:    3466000 | #Constraints:      80660
2216.47/2222.40	c #Conflicts:    3467000 | #Constraints:      81691
2216.47/2222.40	c #Conflicts:    3468000 | #Constraints:      82732
2216.47/2222.40	c #Conflicts:    3469000 | #Constraints:      83753
2216.47/2222.40	c INPROCESSING
2216.47/2222.40	c GARBAGE COLLECT
2216.47/2222.40	c #Conflicts:    3470000 | #Constraints:      47441
2216.47/2222.40	c #Conflicts:    3471000 | #Constraints:      48441
2216.47/2222.40	c #Conflicts:    3472000 | #Constraints:      49441
2216.47/2222.40	c #Conflicts:    3473000 | #Constraints:      50441
2216.47/2222.40	c #Conflicts:    3474000 | #Constraints:      51441
2216.47/2222.40	c #Conflicts:    3475000 | #Constraints:      52441
2216.47/2222.40	c #Conflicts:    3476000 | #Constraints:      53441
2216.47/2222.40	c #Conflicts:    3477000 | #Constraints:      54441
2216.47/2222.40	c #Conflicts:    3478000 | #Constraints:      55441
2216.47/2222.40	c #Conflicts:    3479000 | #Constraints:      56441
2216.47/2222.40	c #Conflicts:    3480000 | #Constraints:      57442
2216.47/2222.40	c #Conflicts:    3481000 | #Constraints:      58442
2216.47/2222.40	c #Conflicts:    3482000 | #Constraints:      59442
2216.47/2222.40	c #Conflicts:    3483000 | #Constraints:      60442
2216.47/2222.40	c #Conflicts:    3484000 | #Constraints:      61442
2216.47/2222.40	c #Conflicts:    3485000 | #Constraints:      62442
2216.47/2222.40	c #Conflicts:    3486000 | #Constraints:      63442
2216.47/2222.40	c #Conflicts:    3487000 | #Constraints:      64442
2216.47/2222.40	c #Conflicts:    3488000 | #Constraints:      65442
2216.47/2222.40	c #Conflicts:    3489000 | #Constraints:      66442
2216.47/2222.40	c #Conflicts:    3490000 | #Constraints:      67442
2216.47/2222.40	c #Conflicts:    3491000 | #Constraints:      68706
2216.47/2222.40	c #Conflicts:    3492000 | #Constraints:      70220
2216.47/2222.40	c #Conflicts:    3493000 | #Constraints:      71730
2216.47/2222.40	c #Conflicts:    3494000 | #Constraints:      73248
2216.47/2222.40	c #Conflicts:    3495000 | #Constraints:      74752
2216.47/2222.40	c #Conflicts:    3496000 | #Constraints:      76249
2216.47/2222.40	c #Conflicts:    3497000 | #Constraints:      77752
2216.47/2222.40	c #Conflicts:    3498000 | #Constraints:      79267
2216.47/2222.40	c #Conflicts:    3499000 | #Constraints:      80781
2216.47/2222.40	c #Conflicts:    3500000 | #Constraints:      82294
2216.47/2222.40	c #Conflicts:    3501000 | #Constraints:      83828
2216.47/2222.40	c #Conflicts:    3502000 | #Constraints:      85335
2216.47/2222.40	c #Conflicts:    3503000 | #Constraints:      86838
2216.47/2222.40	c #Conflicts:    3504000 | #Constraints:      88351
2216.47/2222.40	c #Conflicts:    3505000 | #Constraints:      89845
2216.47/2222.40	c #Conflicts:    3506000 | #Constraints:      91364
2216.47/2222.40	c INPROCESSING
2216.47/2222.40	c GARBAGE COLLECT
2216.47/2222.40	WSVECS04 Frhs2[1]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[7]: 6 -0.164976 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[11]: 6 -7.50009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[23]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[33]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[42]: 6 -1.08342 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[45]: 6 -14.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[81]: 6 -1.25008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[86]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[96]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[101]: 6 -1.02782 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[102]: 6 -1.06779 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[108]: 6 -3.50372 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[115]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[134]: 6 -1.26397 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[142]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[145]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[150]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[166]: 6 -1.06772 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[168]: 6 0 5.50005 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[172]: 6 -14 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[182]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[203]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[213]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[228]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[267]: 6 -7.50002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[272]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[291]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[294]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[322]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[340]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[350]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[365]: 6 -27.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[390]: 6 -1.01392 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[394]: 6 -4.25001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[396]: 6 -1.25007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[399]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[438]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[449]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[454]: 6 -1.01399 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[458]: 6 -1.08341 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[461]: 6 -27 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[502]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[506]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[521]: 6 -1.8751 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[523]: 6 -20.5 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[524]: 6 -53.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[533]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[549]: 6 -1.02785 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[553]: 6 -2.08341 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[557]: 6 -14.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[566]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[575]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[578]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[583]: 6 -1.25008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[601]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[602]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[623]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[626]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[631]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[646]: 6 -1.01395 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[650]: 6 -4.25003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[651]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[652]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[676]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[678]: 6 -1.25006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[696]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[700]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[705]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[923]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[930]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[955]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[976]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[990]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1049]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1062]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1073]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1075]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1095]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1099]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1103]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1108]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1113]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1115]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1116]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1122]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1123]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1126]: 6 -1.25006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1130]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1131]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1135]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1137]: 6 -0.750081 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1139]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1140]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1147]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1152]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1153]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1158]: 6 -0.875019 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1160]: 6 -0.875051 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1161]: 6 -0.875094 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1163]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1171]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1172]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1175]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1184]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1187]: 6 0 5.50002 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1189]: 6 0 26.0001 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1196]: 6 -1.25001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1197]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1221]: 6 -1.25373 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1237]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1239]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1247]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1254]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1259]: 6 -0.882389 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1275]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1283]: 6 -1.24308 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1288]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1303]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1334]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1342]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1345]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1353]: 6 -1.25009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1365]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1366]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1393]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1399]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1401]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1405]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1409]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1410]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1415]: 6 -1.25007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1454]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1465]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1466]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1467]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1476]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1477]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1478]: 6 -1.25005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1483]: 6 -1.50003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1485]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1495]: 6 -1.00398 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1496]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1498]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1507]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1511]: 6 -1.25003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1524]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1533]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1536]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1539]: 6 -0.875066 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1540]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1545]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1547]: 6 -0.194498 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1549]: 6 -1.40007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1566]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1568]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1571]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1572]: 6 -1.00399 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1574]: 6 -1.01569 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1592]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1593]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1595]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1606]: 6 -1.0157 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1610]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1613]: 6 -1.12507 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1617]: 6 -1.12502 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1623]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1625]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1627]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1643]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1663]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1674]: 6 -2.93754 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1679]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1682]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1714]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1716]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1719]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1725]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1728]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1730]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1752]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1757]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1775]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1958]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1966]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1968]: 6 -5.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1970]: 6 -9.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1973]: 6 -27.25 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1978]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1981]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1984]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1991]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1994]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1995]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[1998]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2001]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2009]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2011]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2014]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2016]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2049]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2052]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2053]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2056]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2057]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2061]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2064]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2065]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2074]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2076]: 6 -1.25003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2078]: 6 -1.25006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2084]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2085]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2087]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2100]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2106]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2107]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2110]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2114]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2130]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2145]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2154]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2155]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2158]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2160]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2161]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2163]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2165]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2174]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2175]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2180]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2183]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2186]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2187]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2190]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2194]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2200]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2203]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2216]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2220]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2223]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2235]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2236]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2245]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2248]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2250]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2251]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2254]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2256]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2260]: 6 -0.500018 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2264]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2266]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2268]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2270]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2271]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2274]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2276]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2280]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2284]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2288]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2290]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2292]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2294]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2298]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2300]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2302]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2303]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2307]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2308]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2309]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2310]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2312]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2313]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2314]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2322]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2325]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2328]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2332]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2333]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2336]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2337]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2339]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2341]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2344]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2346]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2348]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2352]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2353]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2356]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2359]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2362]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2364]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2366]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2367]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2370]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2371]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2374]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2381]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2384]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2388]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2392]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2394]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2395]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2398]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2399]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2401]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2405]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2406]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2413]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2420]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2421]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2424]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2425]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2429]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2430]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2432]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2433]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2435]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2438]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2440]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2445]: 6 -0.500099 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2452]: 6 -109 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2456]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2462]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2463]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2468]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2469]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2472]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2475]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2480]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2482]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2485]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2490]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2491]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2494]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2495]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2498]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2502]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2506]: 6 -1.25369 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2513]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2514]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2521]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2525]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2528]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2532]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2533]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2536]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2538]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2543]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2549]: 6 -1.0148 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2555]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2559]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2562]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2564]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2567]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2570]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2576]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2577]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2580]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2586]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2587]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2592]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2597]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2598]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2599]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2609]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2610]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2616]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2626]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2627]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2629]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2632]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2634]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2636]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2638]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2639]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2642]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2643]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2646]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2651]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2654]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2655]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2658]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2660]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2664]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2668]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2669]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2671]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2676]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2677]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2680]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2682]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2684]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2686]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2688]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2709]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2715]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2717]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2723]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2725]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2728]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2731]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2734]: 6 -1.25009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2750]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2751]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2754]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2755]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2758]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2762]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2765]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2768]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2769]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2772]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2776]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2778]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2779]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2782]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2788]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2797]: 6 -1.25005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2801]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2803]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2804]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2809]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2812]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2813]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2816]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2821]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2824]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2825]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2829]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2831]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2834]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2838]: 6 -1.25006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2839]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2845]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2850]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2851]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2854]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2863]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2865]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2868]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2872]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2874]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2877]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2879]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2883]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2899]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2904]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2908]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2915]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2918]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2920]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2927]: 6 -0.500021 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2930]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2934]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2936]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2938]: 6 -0.500061 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2941]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2948]: 6 -5.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2949]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2951]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2955]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2957]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2960]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2964]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2968]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2969]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2971]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2974]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2975]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2986]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2993]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2995]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[2999]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3006]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3011]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3014]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3015]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3018]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3021]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3025]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3027]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3031]: 6 -0.500095 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3034]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3035]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3045]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3048]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3049]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3052]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3053]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3056]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3060]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3065]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3068]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3069]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3071]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3090]: 6 -1.0001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3092]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3100]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3102]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3105]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3109]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3112]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3113]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3116]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3118]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3119]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3122]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3123]: 6 -1.00004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3125]: 6 -1.25004 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3127]: 6 -0.500038 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3131]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3134]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3135]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3138]: 6 -1.00001 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3139]: 6 -1.00002 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3142]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3145]: 6 -1.00003 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3147]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3150]: 6 -1.00008 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3151]: 6 -1.00005 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3153]: 6 -1.00006 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3155]: 6 -1.00009 0 shouldn't be
2216.47/2222.40	WSVECS04 Frhs2[3157]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3159]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3163]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3166]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3181]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3182]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3188]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3194]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3196]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3198]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3201]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3206]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3210]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3211]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3213]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3215]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3218]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3221]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3223]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3226]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3227]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3230]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3232]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3233]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3236]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3240]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3248]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3250]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3251]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3258]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3260]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3262]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3263]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3270]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3281]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3287]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3289]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3291]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3296]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3297]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3299]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3302]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3303]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3306]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3311]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3314]: 6 -1.25007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3315]: 6 -1.25004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3322]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3324]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3326]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3328]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3330]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3332]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3335]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3344]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3353]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3360]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3369]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3372]: 6 -1.25002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3383]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3386]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3387]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3389]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3392]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3399]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3402]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3404]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3408]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3422]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3426]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3427]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3430]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3433]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3436]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3440]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3442]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3444]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3445]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3447]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3448]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3451]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3454]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3455]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3459]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3472]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3482]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3484]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3488]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3489]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3492]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3496]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3498]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3502]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3506]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3508]: 6 -3.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3514]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3516]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3518]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3520]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3522]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3524]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3529]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3532]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3533]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3536]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3537]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3539]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3544]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3545]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3548]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3550]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3552]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3557]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3570]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3576]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3580]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3581]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3582]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3591]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3593]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3600]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3602]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3605]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3608]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3609]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3612]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3620]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3623]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3628]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3629]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3633]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3636]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3641]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3643]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3648]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3649]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3650]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3651]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3660]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3665]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3666]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3672]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3673]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3676]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3677]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3678]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3679]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3681]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3684]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3688]: 6 -1.06252 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3690]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3692]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3700]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3701]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3703]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3704]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3708]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3710]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3712]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3715]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3716]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3721]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3728]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3730]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3732]: 6 -0.252978 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3733]: 6 -0.00395198 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3738]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3740]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3742]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3744]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3745]: 6 -1.12505 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3746]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3762]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3765]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3767]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3768]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3769]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3774]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3778]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3781]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3784]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3785]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3788]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3792]: 6 -0.500027 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3793]: 6 -0.500094 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3795]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3802]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3803]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3806]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3809]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3812]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3813]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3815]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3819]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3821]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3824]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3825]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3829]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3832]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3833]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3836]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3837]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3839]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3841]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3842]: 6 -1.00394 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3845]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3849]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3852]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3853]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3855]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3856]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3859]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3861]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3863]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3865]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3869]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3873]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3876]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3877]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3879]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3882]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3883]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3886]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3887]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3890]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3892]: 6 -0.200086 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3896]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3900]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3902]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3904]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3905]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3907]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3912]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3914]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3915]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3918]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3920]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3922]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3924]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3926]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3929]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3932]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3934]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3939]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3941]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3944]: 6 -1.02781 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3945]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3951]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3952]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3953]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3957]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3963]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3965]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3967]: 6 -1.12505 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3969]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3972]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3973]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3976]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3977]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3983]: 6 -1.94453 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[3990]: 6 -0.500073 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4000]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4002]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4004]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4005]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4008]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4010]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4011]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4014]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4018]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4020]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4022]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4023]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4028]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4030]: 6 -1.00001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4040]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4041]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4047]: 6 -1.12505 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4049]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4052]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4054]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4057]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4059]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4060]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4068]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4071]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4074]: 6 -1.00002 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4076]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4080]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4081]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4084]: 6 -1.25003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4086]: 6 -1.12505 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4089]: 6 -0.500089 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4092]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4093]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4100]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4101]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4106]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4107]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4110]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4111]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4114]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4118]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4119]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4122]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4123]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4126]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4127]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4184]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4189]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4202]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4210]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4211]: 6 -1.0001 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4212]: 6 -1.00007 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4213]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4214]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4215]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4216]: 6 -1.00005 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4232]: 6 -1.00009 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4233]: 6 -1.00006 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4237]: 6 -1.00004 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4238]: 6 -1.00008 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4240]: 6 -1.00003 0 shouldn't be
2216.47/2222.41	WSVECS04 Frhs2[4267]: 6 -1.00006 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[7]: 6 -0.164931 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[29]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[39]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[42]: 6 -1.08333 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[68]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[70]: 6 -1.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[134]: 6 -1.26389 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[135]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[166]: 6 -1.06771 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[184]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[217]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[248]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[259]: 6 -1.0013 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[260]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[262]: 6 -1.26389 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[265]: 6 -2.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[267]: 6 -7.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[271]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[294]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[295]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[365]: 6 -27 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[384]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[394]: 6 -4.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[399]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[419]: 6 -1.00391 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[421]: 6 -1.04167 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[422]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[427]: 6 -17.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[447]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[451]: 6 -1.0026 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[454]: 6 -1.01389 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[455]: 6 -1.06771 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[461]: 6 -27 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[466]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[480]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[486]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[516]: 6 -1.01389 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[518]: 6 -1.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[520]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[521]: 6 -1.875 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[523]: 6 -20.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[524]: 6 -53 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[551]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[553]: 6 -2.08333 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[575]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[580]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[582]: 6 -1.375 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[583]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[598]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[616]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[626]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[628]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[631]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[640]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[671]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[675]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[697]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[990]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1062]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1080]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1086]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1092]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1093]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1096]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1124]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1130]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1137]: 6 -0.750001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1146]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1153]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1158]: 6 -0.875001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1160]: 6 -0.875001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1161]: 6 -0.875 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1163]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1175]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1189]: 6 0 26 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1192]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1196]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1231]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1247]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1269]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1289]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1305]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1366]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1383]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1401]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1406]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1415]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1426]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1461]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1466]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1468]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1482]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1486]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1492]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1510]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1516]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1523]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1534]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1538]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1547]: 6 -0.194445 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1556]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1592]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1594]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1595]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1603]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1606]: 6 -1.01563 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1608]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1610]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1613]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1627]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1632]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1645]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1674]: 6 -2.9375 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1675]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1680]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1684]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1694]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1708]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1717]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1719]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1721]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1728]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1959]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1963]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1968]: 6 -5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1970]: 6 -9 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1973]: 6 -27.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1975]: 6 -52.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1995]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[1998]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2053]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2072]: 6 -98.9853 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2076]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2078]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2087]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2106]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2147]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2161]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2187]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2260]: 6 -0.500001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2264]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2270]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2280]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2302]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2328]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2348]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2401]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2420]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2450]: 6 -53 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2452]: 6 -109 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2506]: 6 -1.25368 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2553]: 6 -0.0588237 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2577]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2596]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2616]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2632]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2639]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2669]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2682]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2698]: 6 -1.22222 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2705]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2734]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2768]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2793]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2809]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2825]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2835]: 6 -0.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2851]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2854]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2857]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2861]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2874]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2877]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2884]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2924]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2938]: 6 -0.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2948]: 6 -5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2969]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2982]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[2996]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3015]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3043]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3045]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3048]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3065]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3078]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3090]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3092]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3112]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3125]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3138]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3139]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3145]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3163]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3190]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3195]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3201]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3213]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3215]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3223]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3227]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3251]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3258]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3270]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3296]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3297]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3299]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3314]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3319]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3330]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3333]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3347]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3387]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3399]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3409]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3411]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3436]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3445]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3449]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3460]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3484]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3493]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3508]: 6 -3 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3509]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3512]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3529]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3554]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3562]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3570]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3633]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3641]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3651]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3665]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3678]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3684]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3688]: 6 -1.0625 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3704]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3713]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3732]: 6 -0.252918 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3744]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3746]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3753]: 6 -1.80556 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3768]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3778]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3792]: 6 -0.500001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3793]: 6 -0.500001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3824]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3825]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3832]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3842]: 6 -1.00391 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3846]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3852]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3861]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3864]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3876]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3892]: 6 -0.2 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3893]: 6 -0.2 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3905]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3909]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3935]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3944]: 6 -1.02778 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3953]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3967]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3972]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3976]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3990]: 6 -0.5 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3991]: 6 -0.500001 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4010]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4018]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4040]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4047]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4057]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4059]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4074]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4084]: 6 -1.25 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4086]: 6 -1.125 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4093]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4097]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4101]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4111]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4119]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4123]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4202]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4212]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4213]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4215]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4232]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4233]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4237]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4238]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4239]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
2217.28/2223.28	WSVECS04 Frhs2[4267]: 6 -1 0 shouldn't be
2316.98/2323.21	c #Conflicts:    3507000 | #Constraints:      51187
2316.98/2323.21	c #Conflicts:    3508000 | #Constraints:      52187
2316.98/2323.21	c #Conflicts:    3509000 | #Constraints:      53187
2316.98/2323.21	c #Conflicts:    3510000 | #Constraints:      54187
2316.98/2323.21	c #Conflicts:    3511000 | #Constraints:      55187
2316.98/2323.21	c #Conflicts:    3512000 | #Constraints:      56187
2316.98/2323.21	c #Conflicts:    3513000 | #Constraints:      57187
2316.98/2323.21	c #Conflicts:    3514000 | #Constraints:      58187
2316.98/2323.21	c #Conflicts:    3515000 | #Constraints:      59187
2316.98/2323.21	c #Conflicts:    3516000 | #Constraints:      60187
2316.98/2323.21	c #Conflicts:    3517000 | #Constraints:      61187
2316.98/2323.21	c #Conflicts:    3518000 | #Constraints:      62187
2316.98/2323.21	c #Conflicts:    3519000 | #Constraints:      63187
2316.98/2323.21	c #Conflicts:    3520000 | #Constraints:      64187
2316.98/2323.21	c #Conflicts:    3521000 | #Constraints:      65187
2316.98/2323.21	c #Conflicts:    3522000 | #Constraints:      66187
2316.98/2323.21	c #Conflicts:    3523000 | #Constraints:      67187
2316.98/2323.21	c #Conflicts:    3524000 | #Constraints:      68187
2316.98/2323.21	c #Conflicts:    3525000 | #Constraints:      69187
2316.98/2323.21	c #Conflicts:    3526000 | #Constraints:      70187
2316.98/2323.21	c #Conflicts:    3527000 | #Constraints:      71187
2316.98/2323.21	c #Conflicts:    3528000 | #Constraints:      72187
2316.98/2323.21	c #Conflicts:    3529000 | #Constraints:      73187
2316.98/2323.21	c #Conflicts:    3530000 | #Constraints:      74187
2316.98/2323.21	c #Conflicts:    3531000 | #Constraints:      75187
2316.98/2323.21	c #Conflicts:    3532000 | #Constraints:      76187
2316.98/2323.21	c #Conflicts:    3533000 | #Constraints:      77187
2316.98/2323.21	c #Conflicts:    3534000 | #Constraints:      78187
2316.98/2323.21	c #Conflicts:    3535000 | #Constraints:      79187
2316.98/2323.21	c #Conflicts:    3536000 | #Constraints:      80187
2316.98/2323.21	c #Conflicts:    3537000 | #Constraints:      81187
2316.98/2323.21	c #Conflicts:    3538000 | #Constraints:      82187
2316.98/2323.21	c #Conflicts:    3539000 | #Constraints:      83187
2316.98/2323.21	c #Conflicts:    3540000 | #Constraints:      84187
2316.98/2323.21	c #Conflicts:    3541000 | #Constraints:      85187
2316.98/2323.21	c #Conflicts:    3542000 | #Constraints:      86187
2316.98/2323.21	c #Conflicts:    3543000 | #Constraints:      87187
2316.98/2323.21	c #Conflicts:    3544000 | #Constraints:      88187
2316.98/2323.21	c INPROCESSING
2316.98/2323.21	c GARBAGE COLLECT
2316.98/2323.21	c #Conflicts:    3545000 | #Constraints:      49696
2316.98/2323.21	c #Conflicts:    3546000 | #Constraints:      50696
2316.98/2323.21	c #Conflicts:    3547000 | #Constraints:      51696
2316.98/2323.21	c #Conflicts:    3548000 | #Constraints:      52696
2316.98/2323.21	c #Conflicts:    3549000 | #Constraints:      53696
2316.98/2323.21	c #Conflicts:    3550000 | #Constraints:      54696
2316.98/2323.21	c #Conflicts:    3551000 | #Constraints:      55696
2316.98/2323.21	c #Conflicts:    3552000 | #Constraints:      56696
2316.98/2323.21	c #Conflicts:    3553000 | #Constraints:      57696
2316.98/2323.21	c #Conflicts:    3554000 | #Constraints:      58696
2316.98/2323.21	c #Conflicts:    3555000 | #Constraints:      59696
2316.98/2323.21	c #Conflicts:    3556000 | #Constraints:      60696
2316.98/2323.21	c #Conflicts:    3557000 | #Constraints:      61696
2316.98/2323.21	c #Conflicts:    3558000 | #Constraints:      62696
2316.98/2323.21	c #Conflicts:    3559000 | #Constraints:      63696
2316.98/2323.21	c #Conflicts:    3560000 | #Constraints:      64696
2316.98/2323.21	c #Conflicts:    3561000 | #Constraints:      65696
2316.98/2323.21	c #Conflicts:    3562000 | #Constraints:      66696
2316.98/2323.21	c #Conflicts:    3563000 | #Constraints:      67696
2316.98/2323.21	c #Conflicts:    3564000 | #Constraints:      68696
2316.98/2323.21	c #Conflicts:    3565000 | #Constraints:      69696
2316.98/2323.21	c #Conflicts:    3566000 | #Constraints:      70696
2316.98/2323.21	c #Conflicts:    3567000 | #Constraints:      71696
2316.98/2323.21	c #Conflicts:    3568000 | #Constraints:      72696
2316.98/2323.21	c #Conflicts:    3569000 | #Constraints:      73696
2316.98/2323.21	c #Conflicts:    3570000 | #Constraints:      74696
2316.98/2323.21	c #Conflicts:    3571000 | #Constraints:      75696
2316.98/2323.21	c #Conflicts:    3572000 | #Constraints:      76696
2316.98/2323.21	c #Conflicts:    3573000 | #Constraints:      77696
2316.98/2323.21	c #Conflicts:    3574000 | #Constraints:      78696
2316.98/2323.21	c #Conflicts:    3575000 | #Constraints:      79696
2316.98/2323.21	c #Conflicts:    3576000 | #Constraints:      80696
2316.98/2323.21	c #Conflicts:    3577000 | #Constraints:      81696
2316.98/2323.21	c #Conflicts:    3578000 | #Constraints:      82696
2316.98/2323.21	c #Conflicts:    3579000 | #Constraints:      83696
2316.98/2323.21	c #Conflicts:    3580000 | #Constraints:      84696
2316.98/2323.21	c #Conflicts:    3581000 | #Constraints:      85696
2316.98/2323.21	c #Conflicts:    3582000 | #Constraints:      86696
2316.98/2323.21	c INPROCESSING
2316.98/2323.21	c GARBAGE COLLECT
2316.98/2323.21	c #Conflicts:    3583000 | #Constraints:      49024
2316.98/2323.21	c #Conflicts:    3584000 | #Constraints:      50024
2362.15/2368.58	c #Conflicts:    3585000 | #Constraints:      51024
2362.15/2368.58	c #Conflicts:    3586000 | #Constraints:      52024
2362.15/2368.58	c #Conflicts:    3587000 | #Constraints:      53024
2362.15/2368.58	c #Conflicts:    3588000 | #Constraints:      54024
2362.15/2368.58	c #Conflicts:    3589000 | #Constraints:      55024
2362.15/2368.58	c #Conflicts:    3590000 | #Constraints:      56024
2362.15/2368.58	c #Conflicts:    3591000 | #Constraints:      57024
2362.15/2368.58	c #Conflicts:    3592000 | #Constraints:      58024
2362.15/2368.58	c #Conflicts:    3593000 | #Constraints:      59024
2362.15/2368.58	c #Conflicts:    3594000 | #Constraints:      60024
2362.15/2368.58	c #Conflicts:    3595000 | #Constraints:      61024
2362.15/2368.58	c #Conflicts:    3596000 | #Constraints:      62024
2362.15/2368.58	c #Conflicts:    3597000 | #Constraints:      63025
2362.15/2368.58	c #Conflicts:    3598000 | #Constraints:      64025
2362.15/2368.58	c #Conflicts:    3599000 | #Constraints:      65025
2362.15/2368.58	c #Conflicts:    3600000 | #Constraints:      66025
2362.15/2368.58	c #Conflicts:    3601000 | #Constraints:      67025
2362.15/2368.58	c #Conflicts:    3602000 | #Constraints:      68025
2362.15/2368.58	c #Conflicts:    3603000 | #Constraints:      69025
2362.15/2368.58	c #Conflicts:    3604000 | #Constraints:      70025
2362.15/2368.58	c #Conflicts:    3605000 | #Constraints:      71025
2362.15/2368.58	c #Conflicts:    3606000 | #Constraints:      72026
2362.15/2368.58	c #Conflicts:    3607000 | #Constraints:      73026
2362.15/2368.58	c #Conflicts:    3608000 | #Constraints:      74026
2362.15/2368.58	c #Conflicts:    3609000 | #Constraints:      75026
2362.15/2368.58	c #Conflicts:    3610000 | #Constraints:      76026
2362.15/2368.58	c #Conflicts:    3611000 | #Constraints:      77026
2362.15/2368.58	c #Conflicts:    3612000 | #Constraints:      78026
2362.15/2368.58	c #Conflicts:    3613000 | #Constraints:      79026
2362.15/2368.58	c #Conflicts:    3614000 | #Constraints:      80026
2362.15/2368.58	c #Conflicts:    3615000 | #Constraints:      81026
2362.15/2368.58	c #Conflicts:    3616000 | #Constraints:      82026
2362.15/2368.58	c #Conflicts:    3617000 | #Constraints:      83026
2362.15/2368.58	c #Conflicts:    3618000 | #Constraints:      84026
2362.15/2368.58	c #Conflicts:    3619000 | #Constraints:      85026
2362.15/2368.58	c #Conflicts:    3620000 | #Constraints:      86026
2362.15/2368.58	c INPROCESSING
2362.15/2368.58	c GARBAGE COLLECT
2362.15/2368.58	c #Conflicts:    3621000 | #Constraints:      48672
2362.15/2368.58	c #Conflicts:    3622000 | #Constraints:      49672
2362.15/2368.58	c #Conflicts:    3623000 | #Constraints:      50672
2362.15/2368.58	c #Conflicts:    3624000 | #Constraints:      51672
2362.15/2368.58	c #Conflicts:    3625000 | #Constraints:      52672
2362.15/2368.58	c #Conflicts:    3626000 | #Constraints:      53672
2362.15/2368.58	c #Conflicts:    3627000 | #Constraints:      54672
2362.15/2368.58	c #Conflicts:    3628000 | #Constraints:      55672
2362.15/2368.58	c #Conflicts:    3629000 | #Constraints:      56672
2362.15/2368.58	c #Conflicts:    3630000 | #Constraints:      57672
2362.15/2368.58	c #Conflicts:    3631000 | #Constraints:      58672
2362.15/2368.58	c #Conflicts:    3632000 | #Constraints:      59672
2362.15/2368.58	c #Conflicts:    3633000 | #Constraints:      60672
2362.15/2368.58	c #Conflicts:    3634000 | #Constraints:      61672
2362.15/2368.58	c #Conflicts:    3635000 | #Constraints:      62672
2362.15/2368.58	c #Conflicts:    3636000 | #Constraints:      63672
2362.15/2368.58	c #Conflicts:    3637000 | #Constraints:      64672
2362.15/2368.58	c #Conflicts:    3638000 | #Constraints:      65672
2362.15/2368.58	c #Conflicts:    3639000 | #Constraints:      66672
2362.15/2368.58	c #Conflicts:    3640000 | #Constraints:      67672
2362.15/2368.58	c #Conflicts:    3641000 | #Constraints:      68672
2362.15/2368.58	c #Conflicts:    3642000 | #Constraints:      69672
2362.15/2368.58	c #Conflicts:    3643000 | #Constraints:      70672
2362.15/2368.58	c #Conflicts:    3644000 | #Constraints:      71672
2362.15/2368.58	c #Conflicts:    3645000 | #Constraints:      72672
2362.15/2368.58	c #Conflicts:    3646000 | #Constraints:      73672
2362.15/2368.58	c #Conflicts:    3647000 | #Constraints:      74672
2362.15/2368.58	c #Conflicts:    3648000 | #Constraints:      75672
2362.15/2368.58	c #Conflicts:    3649000 | #Constraints:      76672
2362.15/2368.58	c #Conflicts:    3650000 | #Constraints:      77672
2362.15/2368.58	c #Conflicts:    3651000 | #Constraints:      78672
2362.15/2368.58	c #Conflicts:    3652000 | #Constraints:      79672
2362.15/2368.58	c #Conflicts:    3653000 | #Constraints:      80672
2362.15/2368.58	c #Conflicts:    3654000 | #Constraints:      81672
2362.15/2368.58	c #Conflicts:    3655000 | #Constraints:      82672
2362.15/2368.58	c #Conflicts:    3656000 | #Constraints:      83672
2362.15/2368.58	c #Conflicts:    3657000 | #Constraints:      84672
2362.15/2368.58	c #Conflicts:    3658000 | #Constraints:      85672
2362.15/2368.58	c INPROCESSING
2362.15/2368.58	c GARBAGE COLLECT
2362.15/2368.58	c #Conflicts:    3659000 | #Constraints:      48416
2362.15/2368.58	c #Conflicts:    3660000 | #Constraints:      49416
2362.15/2368.58	c #Conflicts:    3661000 | #Constraints:      50416
2414.89/2421.47	c #Conflicts:    3662000 | #Constraints:      51416
2414.89/2421.47	c #Conflicts:    3663000 | #Constraints:      52416
2414.89/2421.47	c #Conflicts:    3664000 | #Constraints:      53416
2414.89/2421.47	c #Conflicts:    3665000 | #Constraints:      54416
2414.89/2421.47	c #Conflicts:    3666000 | #Constraints:      55416
2414.89/2421.47	c #Conflicts:    3667000 | #Constraints:      56416
2414.89/2421.47	c #Conflicts:    3668000 | #Constraints:      57416
2414.89/2421.47	c #Conflicts:    3669000 | #Constraints:      58416
2414.89/2421.47	c #Conflicts:    3670000 | #Constraints:      59416
2414.89/2421.47	c #Conflicts:    3671000 | #Constraints:      60416
2414.89/2421.47	c #Conflicts:    3672000 | #Constraints:      61417
2414.89/2421.47	c #Conflicts:    3673000 | #Constraints:      62417
2414.89/2421.47	c #Conflicts:    3674000 | #Constraints:      63417
2414.89/2421.47	c #Conflicts:    3675000 | #Constraints:      64417
2414.89/2421.47	c #Conflicts:    3676000 | #Constraints:      65417
2414.89/2421.47	c #Conflicts:    3677000 | #Constraints:      66417
2414.89/2421.47	c #Conflicts:    3678000 | #Constraints:      67417
2414.89/2421.47	c #Conflicts:    3679000 | #Constraints:      68417
2414.89/2421.47	c #Conflicts:    3680000 | #Constraints:      69417
2414.89/2421.47	c #Conflicts:    3681000 | #Constraints:      70417
2414.89/2421.47	c #Conflicts:    3682000 | #Constraints:      71417
2414.89/2421.47	c #Conflicts:    3683000 | #Constraints:      72417
2414.89/2421.47	c #Conflicts:    3684000 | #Constraints:      73417
2414.89/2421.47	c #Conflicts:    3685000 | #Constraints:      74417
2414.89/2421.47	c #Conflicts:    3686000 | #Constraints:      75417
2414.89/2421.47	c #Conflicts:    3687000 | #Constraints:      76417
2414.89/2421.47	c #Conflicts:    3688000 | #Constraints:      77417
2414.89/2421.47	c #Conflicts:    3689000 | #Constraints:      78417
2414.89/2421.47	c #Conflicts:    3690000 | #Constraints:      79417
2414.89/2421.47	c #Conflicts:    3691000 | #Constraints:      80417
2414.89/2421.47	c #Conflicts:    3692000 | #Constraints:      81417
2414.89/2421.47	c #Conflicts:    3693000 | #Constraints:      82418
2414.89/2421.47	c #Conflicts:    3694000 | #Constraints:      83418
2414.89/2421.47	c #Conflicts:    3695000 | #Constraints:      84418
2414.89/2421.47	c #Conflicts:    3696000 | #Constraints:      85418
2414.89/2421.47	c INPROCESSING
2414.89/2421.47	c GARBAGE COLLECT
2414.89/2421.47	c #Conflicts:    3697000 | #Constraints:      48082
2414.89/2421.47	c #Conflicts:    3698000 | #Constraints:      49082
2414.89/2421.47	c #Conflicts:    3699000 | #Constraints:      50082
2414.89/2421.47	c #Conflicts:    3700000 | #Constraints:      51082
2414.89/2421.47	c #Conflicts:    3701000 | #Constraints:      52082
2414.89/2421.47	c #Conflicts:    3702000 | #Constraints:      53082
2414.89/2421.47	c #Conflicts:    3703000 | #Constraints:      54082
2414.89/2421.47	c #Conflicts:    3704000 | #Constraints:      55082
2414.89/2421.47	c #Conflicts:    3705000 | #Constraints:      56083
2414.89/2421.47	c #Conflicts:    3706000 | #Constraints:      57083
2414.89/2421.47	c #Conflicts:    3707000 | #Constraints:      58083
2414.89/2421.47	c #Conflicts:    3708000 | #Constraints:      59083
2414.89/2421.47	c #Conflicts:    3709000 | #Constraints:      60083
2414.89/2421.47	c #Conflicts:    3710000 | #Constraints:      61083
2414.89/2421.47	c #Conflicts:    3711000 | #Constraints:      62083
2414.89/2421.47	c #Conflicts:    3712000 | #Constraints:      63083
2414.89/2421.47	c #Conflicts:    3713000 | #Constraints:      64083
2414.89/2421.47	c #Conflicts:    3714000 | #Constraints:      65083
2414.89/2421.47	c #Conflicts:    3715000 | #Constraints:      66083
2414.89/2421.47	c #Conflicts:    3716000 | #Constraints:      67083
2414.89/2421.47	c #Conflicts:    3717000 | #Constraints:      68083
2414.89/2421.47	c #Conflicts:    3718000 | #Constraints:      69083
2414.89/2421.47	c #Conflicts:    3719000 | #Constraints:      70083
2414.89/2421.47	c #Conflicts:    3720000 | #Constraints:      71083
2414.89/2421.47	c #Conflicts:    3721000 | #Constraints:      72083
2414.89/2421.47	c #Conflicts:    3722000 | #Constraints:      73083
2414.89/2421.47	c #Conflicts:    3723000 | #Constraints:      74083
2414.89/2421.47	c #Conflicts:    3724000 | #Constraints:      75083
2414.89/2421.47	c #Conflicts:    3725000 | #Constraints:      76083
2414.89/2421.47	c #Conflicts:    3726000 | #Constraints:      77083
2414.89/2421.47	c #Conflicts:    3727000 | #Constraints:      78083
2414.89/2421.47	c #Conflicts:    3728000 | #Constraints:      79083
2414.89/2421.47	c #Conflicts:    3729000 | #Constraints:      80203
2414.89/2421.47	c #Conflicts:    3730000 | #Constraints:      81738
2414.89/2421.47	c #Conflicts:    3731000 | #Constraints:      83273
2414.89/2421.47	c #Conflicts:    3732000 | #Constraints:      84818
2414.89/2421.47	c #Conflicts:    3733000 | #Constraints:      86323
2414.89/2421.47	c #Conflicts:    3734000 | #Constraints:      87823
2414.89/2421.47	c #Conflicts:    3735000 | #Constraints:      89327
2414.89/2421.47	c INPROCESSING
2414.89/2421.47	c GARBAGE COLLECT
2414.89/2421.47	c #Conflicts:    3736000 | #Constraints:      50211
2414.89/2421.47	c #Conflicts:    3737000 | #Constraints:      51212
2414.89/2421.47	c #Conflicts:    3738000 | #Constraints:      52214
2414.89/2421.47	c #Conflicts:    3739000 | #Constraints:      53214
2484.48/2491.29	c #Conflicts:    3740000 | #Constraints:      54214
2484.48/2491.29	c #Conflicts:    3741000 | #Constraints:      55214
2484.48/2491.29	c #Conflicts:    3742000 | #Constraints:      56214
2484.48/2491.29	c #Conflicts:    3743000 | #Constraints:      57214
2484.48/2491.29	c #Conflicts:    3744000 | #Constraints:      58214
2484.48/2491.29	c #Conflicts:    3745000 | #Constraints:      59214
2484.48/2491.29	c #Conflicts:    3746000 | #Constraints:      60214
2484.48/2491.29	c #Conflicts:    3747000 | #Constraints:      61214
2484.48/2491.29	c #Conflicts:    3748000 | #Constraints:      62214
2484.48/2491.29	c #Conflicts:    3749000 | #Constraints:      63214
2484.48/2491.29	c #Conflicts:    3750000 | #Constraints:      64214
2484.48/2491.29	c #Conflicts:    3751000 | #Constraints:      65214
2484.48/2491.29	c #Conflicts:    3752000 | #Constraints:      66214
2484.48/2491.29	c #Conflicts:    3753000 | #Constraints:      67214
2484.48/2491.29	c #Conflicts:    3754000 | #Constraints:      68214
2484.48/2491.29	c #Conflicts:    3755000 | #Constraints:      69214
2484.48/2491.29	c #Conflicts:    3756000 | #Constraints:      70214
2484.48/2491.29	c #Conflicts:    3757000 | #Constraints:      71214
2484.48/2491.29	c #Conflicts:    3758000 | #Constraints:      72214
2484.48/2491.29	c #Conflicts:    3759000 | #Constraints:      73215
2484.48/2491.29	c #Conflicts:    3760000 | #Constraints:      74215
2484.48/2491.29	c #Conflicts:    3761000 | #Constraints:      75215
2484.48/2491.29	c #Conflicts:    3762000 | #Constraints:      76215
2484.48/2491.29	c #Conflicts:    3763000 | #Constraints:      77215
2484.48/2491.29	c #Conflicts:    3764000 | #Constraints:      78215
2484.48/2491.29	c #Conflicts:    3765000 | #Constraints:      79215
2484.48/2491.29	c #Conflicts:    3766000 | #Constraints:      80215
2484.48/2491.29	c #Conflicts:    3767000 | #Constraints:      81215
2484.48/2491.29	c #Conflicts:    3768000 | #Constraints:      82215
2484.48/2491.29	c #Conflicts:    3769000 | #Constraints:      83215
2484.48/2491.29	c #Conflicts:    3770000 | #Constraints:      84215
2484.48/2491.29	c #Conflicts:    3771000 | #Constraints:      85215
2484.48/2491.29	c #Conflicts:    3772000 | #Constraints:      86215
2484.48/2491.29	c #Conflicts:    3773000 | #Constraints:      87215
2484.48/2491.29	c #Conflicts:    3774000 | #Constraints:      88215
2484.48/2491.29	c INPROCESSING
2484.48/2491.29	c GARBAGE COLLECT
2484.48/2491.29	c #Conflicts:    3775000 | #Constraints:      49754
2484.48/2491.29	c #Conflicts:    3776000 | #Constraints:      50754
2484.48/2491.29	c #Conflicts:    3777000 | #Constraints:      51754
2484.48/2491.29	c #Conflicts:    3778000 | #Constraints:      52754
2484.48/2491.29	c #Conflicts:    3779000 | #Constraints:      53754
2484.48/2491.29	c #Conflicts:    3780000 | #Constraints:      54754
2484.48/2491.29	c #Conflicts:    3781000 | #Constraints:      55754
2484.48/2491.29	c #Conflicts:    3782000 | #Constraints:      56754
2484.48/2491.29	c #Conflicts:    3783000 | #Constraints:      57754
2484.48/2491.29	c #Conflicts:    3784000 | #Constraints:      58754
2484.48/2491.29	c #Conflicts:    3785000 | #Constraints:      59754
2484.48/2491.29	c #Conflicts:    3786000 | #Constraints:      60754
2484.48/2491.29	c #Conflicts:    3787000 | #Constraints:      61754
2484.48/2491.29	c #Conflicts:    3788000 | #Constraints:      62754
2484.48/2491.29	c #Conflicts:    3789000 | #Constraints:      63754
2484.48/2491.29	c #Conflicts:    3790000 | #Constraints:      64754
2484.48/2491.29	c #Conflicts:    3791000 | #Constraints:      65754
2484.48/2491.29	c #Conflicts:    3792000 | #Constraints:      66754
2484.48/2491.29	c #Conflicts:    3793000 | #Constraints:      67754
2484.48/2491.29	c #Conflicts:    3794000 | #Constraints:      68754
2484.48/2491.29	c #Conflicts:    3795000 | #Constraints:      69754
2484.48/2491.29	c #Conflicts:    3796000 | #Constraints:      70754
2484.48/2491.29	c #Conflicts:    3797000 | #Constraints:      71755
2484.48/2491.29	c #Conflicts:    3798000 | #Constraints:      72755
2484.48/2491.29	c #Conflicts:    3799000 | #Constraints:      73755
2484.48/2491.29	c #Conflicts:    3800000 | #Constraints:      74755
2484.48/2491.29	c #Conflicts:    3801000 | #Constraints:      75755
2484.48/2491.29	c #Conflicts:    3802000 | #Constraints:      76755
2484.48/2491.29	c #Conflicts:    3803000 | #Constraints:      77755
2484.48/2491.29	c #Conflicts:    3804000 | #Constraints:      78766
2484.48/2491.29	c #Conflicts:    3805000 | #Constraints:      80048
2484.48/2491.29	c #Conflicts:    3806000 | #Constraints:      81360
2484.48/2491.29	c #Conflicts:    3807000 | #Constraints:      82640
2484.48/2491.29	c #Conflicts:    3808000 | #Constraints:      84001
2484.48/2491.29	c #Conflicts:    3809000 | #Constraints:      85250
2484.48/2491.29	c #Conflicts:    3810000 | #Constraints:      86250
2484.48/2491.29	c #Conflicts:    3811000 | #Constraints:      87250
2484.48/2491.29	c #Conflicts:    3812000 | #Constraints:      88250
2484.48/2491.29	c #Conflicts:    3813000 | #Constraints:      89250
2484.48/2491.29	c INPROCESSING
2484.48/2491.29	c GARBAGE COLLECT
2484.48/2491.29	c #Conflicts:    3814000 | #Constraints:      50300
2484.48/2491.29	c #Conflicts:    3815000 | #Constraints:      51300
2484.48/2491.29	c #Conflicts:    3816000 | #Constraints:      52300
2533.63/2540.52	c #Conflicts:    3817000 | #Constraints:      53300
2533.63/2540.52	c #Conflicts:    3818000 | #Constraints:      54301
2533.63/2540.52	c #Conflicts:    3819000 | #Constraints:      55301
2533.63/2540.52	c #Conflicts:    3820000 | #Constraints:      56301
2533.63/2540.52	c #Conflicts:    3821000 | #Constraints:      57301
2533.63/2540.52	c #Conflicts:    3822000 | #Constraints:      58301
2533.63/2540.52	c #Conflicts:    3823000 | #Constraints:      59301
2533.63/2540.52	c #Conflicts:    3824000 | #Constraints:      60301
2533.63/2540.52	c #Conflicts:    3825000 | #Constraints:      61301
2533.63/2540.52	c #Conflicts:    3826000 | #Constraints:      62301
2533.63/2540.52	c #Conflicts:    3827000 | #Constraints:      63301
2533.63/2540.52	c #Conflicts:    3828000 | #Constraints:      64301
2533.63/2540.52	c #Conflicts:    3829000 | #Constraints:      65301
2533.63/2540.52	c #Conflicts:    3830000 | #Constraints:      66301
2533.63/2540.52	c #Conflicts:    3831000 | #Constraints:      67301
2533.63/2540.52	c #Conflicts:    3832000 | #Constraints:      68301
2533.63/2540.52	c #Conflicts:    3833000 | #Constraints:      69302
2533.63/2540.52	c #Conflicts:    3834000 | #Constraints:      70303
2533.63/2540.52	c #Conflicts:    3835000 | #Constraints:      71318
2533.63/2540.52	c #Conflicts:    3836000 | #Constraints:      72775
2533.63/2540.52	c #Conflicts:    3837000 | #Constraints:      74269
2533.63/2540.52	c #Conflicts:    3838000 | #Constraints:      75582
2533.63/2540.52	c #Conflicts:    3839000 | #Constraints:      76582
2533.63/2540.52	c #Conflicts:    3840000 | #Constraints:      77582
2533.63/2540.52	c #Conflicts:    3841000 | #Constraints:      78582
2533.63/2540.52	c #Conflicts:    3842000 | #Constraints:      79582
2533.63/2540.52	c #Conflicts:    3843000 | #Constraints:      80582
2533.63/2540.52	c #Conflicts:    3844000 | #Constraints:      81582
2533.63/2540.52	c #Conflicts:    3845000 | #Constraints:      82582
2533.63/2540.52	c #Conflicts:    3846000 | #Constraints:      83582
2533.63/2540.52	c #Conflicts:    3847000 | #Constraints:      84582
2533.63/2540.52	c #Conflicts:    3848000 | #Constraints:      85582
2533.63/2540.52	c #Conflicts:    3849000 | #Constraints:      86582
2533.63/2540.52	c #Conflicts:    3850000 | #Constraints:      87582
2533.63/2540.52	c #Conflicts:    3851000 | #Constraints:      88582
2533.63/2540.52	c #Conflicts:    3852000 | #Constraints:      89582
2533.63/2540.52	c INPROCESSING
2533.63/2540.52	c GARBAGE COLLECT
2533.63/2540.52	c #Conflicts:    3853000 | #Constraints:      50326
2533.63/2540.52	c #Conflicts:    3854000 | #Constraints:      51327
2533.63/2540.52	c #Conflicts:    3855000 | #Constraints:      52327
2533.63/2540.52	c #Conflicts:    3856000 | #Constraints:      53327
2533.63/2540.52	c #Conflicts:    3857000 | #Constraints:      54327
2533.63/2540.52	c #Conflicts:    3858000 | #Constraints:      55327
2533.63/2540.52	c #Conflicts:    3859000 | #Constraints:      56327
2533.63/2540.52	c #Conflicts:    3860000 | #Constraints:      57327
2533.63/2540.52	c #Conflicts:    3861000 | #Constraints:      58327
2533.63/2540.52	c #Conflicts:    3862000 | #Constraints:      59327
2533.63/2540.52	c #Conflicts:    3863000 | #Constraints:      60327
2533.63/2540.52	c #Conflicts:    3864000 | #Constraints:      61327
2533.63/2540.52	c #Conflicts:    3865000 | #Constraints:      62327
2533.63/2540.52	c #Conflicts:    3866000 | #Constraints:      63327
2533.63/2540.52	c #Conflicts:    3867000 | #Constraints:      64327
2533.63/2540.52	c #Conflicts:    3868000 | #Constraints:      65327
2533.63/2540.52	c #Conflicts:    3869000 | #Constraints:      66327
2533.63/2540.52	c #Conflicts:    3870000 | #Constraints:      67327
2533.63/2540.52	c #Conflicts:    3871000 | #Constraints:      68327
2533.63/2540.52	c #Conflicts:    3872000 | #Constraints:      69327
2533.63/2540.52	c #Conflicts:    3873000 | #Constraints:      70327
2533.63/2540.52	c #Conflicts:    3874000 | #Constraints:      71327
2533.63/2540.52	c #Conflicts:    3875000 | #Constraints:      72328
2533.63/2540.52	c #Conflicts:    3876000 | #Constraints:      73328
2533.63/2540.52	c #Conflicts:    3877000 | #Constraints:      74328
2533.63/2540.52	c #Conflicts:    3878000 | #Constraints:      75328
2533.63/2540.52	c #Conflicts:    3879000 | #Constraints:      76328
2533.63/2540.52	c #Conflicts:    3880000 | #Constraints:      77328
2533.63/2540.52	c #Conflicts:    3881000 | #Constraints:      78328
2533.63/2540.52	c #Conflicts:    3882000 | #Constraints:      79328
2533.63/2540.52	c #Conflicts:    3883000 | #Constraints:      80328
2533.63/2540.52	c #Conflicts:    3884000 | #Constraints:      81328
2533.63/2540.52	c #Conflicts:    3885000 | #Constraints:      82328
2533.63/2540.52	c #Conflicts:    3886000 | #Constraints:      83328
2533.63/2540.52	c #Conflicts:    3887000 | #Constraints:      84328
2533.63/2540.52	c #Conflicts:    3888000 | #Constraints:      85328
2533.63/2540.52	c #Conflicts:    3889000 | #Constraints:      86328
2533.63/2540.52	c #Conflicts:    3890000 | #Constraints:      87328
2533.63/2540.52	c #Conflicts:    3891000 | #Constraints:      88328
2533.63/2540.52	c INPROCESSING
2533.63/2540.52	c GARBAGE COLLECT
2533.63/2540.52	c #Conflicts:    3892000 | #Constraints:      49503
2533.63/2540.52	c #Conflicts:    3893000 | #Constraints:      50503
2533.63/2540.52	c #Conflicts:    3894000 | #Constraints:      51503
2593.85/2600.96	c #Conflicts:    3895000 | #Constraints:      52503
2593.85/2600.96	c #Conflicts:    3896000 | #Constraints:      53503
2593.85/2600.96	c #Conflicts:    3897000 | #Constraints:      54503
2593.85/2600.96	c #Conflicts:    3898000 | #Constraints:      55503
2593.85/2600.96	c #Conflicts:    3899000 | #Constraints:      56503
2593.85/2600.96	c #Conflicts:    3900000 | #Constraints:      57503
2593.85/2600.96	c #Conflicts:    3901000 | #Constraints:      58504
2593.85/2600.96	c #Conflicts:    3902000 | #Constraints:      59504
2593.85/2600.96	c #Conflicts:    3903000 | #Constraints:      60504
2593.85/2600.96	c #Conflicts:    3904000 | #Constraints:      61504
2593.85/2600.96	c #Conflicts:    3905000 | #Constraints:      62504
2593.85/2600.96	c #Conflicts:    3906000 | #Constraints:      63504
2593.85/2600.96	c #Conflicts:    3907000 | #Constraints:      64504
2593.85/2600.96	c #Conflicts:    3908000 | #Constraints:      65504
2593.85/2600.96	c #Conflicts:    3909000 | #Constraints:      66504
2593.85/2600.96	c #Conflicts:    3910000 | #Constraints:      67504
2593.85/2600.96	c #Conflicts:    3911000 | #Constraints:      68504
2593.85/2600.96	c #Conflicts:    3912000 | #Constraints:      69504
2593.85/2600.96	c #Conflicts:    3913000 | #Constraints:      70504
2593.85/2600.96	c #Conflicts:    3914000 | #Constraints:      71569
2593.85/2600.96	c #Conflicts:    3915000 | #Constraints:      72569
2593.85/2600.96	c #Conflicts:    3916000 | #Constraints:      73569
2593.85/2600.96	c #Conflicts:    3917000 | #Constraints:      74569
2593.85/2600.96	c #Conflicts:    3918000 | #Constraints:      75569
2593.85/2600.96	c #Conflicts:    3919000 | #Constraints:      76569
2593.85/2600.96	c #Conflicts:    3920000 | #Constraints:      77570
2593.85/2600.96	c #Conflicts:    3921000 | #Constraints:      78570
2593.85/2600.96	c #Conflicts:    3922000 | #Constraints:      79570
2593.85/2600.96	c #Conflicts:    3923000 | #Constraints:      80570
2593.85/2600.96	c #Conflicts:    3924000 | #Constraints:      81570
2593.85/2600.96	c #Conflicts:    3925000 | #Constraints:      82570
2593.85/2600.96	c #Conflicts:    3926000 | #Constraints:      83570
2593.85/2600.96	c #Conflicts:    3927000 | #Constraints:      84570
2593.85/2600.96	c #Conflicts:    3928000 | #Constraints:      85570
2593.85/2600.96	c #Conflicts:    3929000 | #Constraints:      86570
2593.85/2600.96	c #Conflicts:    3930000 | #Constraints:      87570
2593.85/2600.96	c #Conflicts:    3931000 | #Constraints:      88570
2593.85/2600.96	c INPROCESSING
2593.85/2600.96	c GARBAGE COLLECT
2593.85/2600.96	c #Conflicts:    3932000 | #Constraints:      49841
2593.85/2600.96	c #Conflicts:    3933000 | #Constraints:      50841
2593.85/2600.96	c #Conflicts:    3934000 | #Constraints:      51841
2593.85/2600.96	c #Conflicts:    3935000 | #Constraints:      52841
2593.85/2600.96	c #Conflicts:    3936000 | #Constraints:      53842
2593.85/2600.96	c #Conflicts:    3937000 | #Constraints:      54842
2593.85/2600.96	c #Conflicts:    3938000 | #Constraints:      55842
2593.85/2600.96	c #Conflicts:    3939000 | #Constraints:      56842
2593.85/2600.96	c #Conflicts:    3940000 | #Constraints:      57842
2593.85/2600.96	c #Conflicts:    3941000 | #Constraints:      58842
2593.85/2600.96	c #Conflicts:    3942000 | #Constraints:      59842
2593.85/2600.96	c #Conflicts:    3943000 | #Constraints:      60843
2593.85/2600.96	c #Conflicts:    3944000 | #Constraints:      61843
2593.85/2600.96	c #Conflicts:    3945000 | #Constraints:      62843
2593.85/2600.96	c #Conflicts:    3946000 | #Constraints:      63843
2593.85/2600.96	c #Conflicts:    3947000 | #Constraints:      64843
2593.85/2600.96	c #Conflicts:    3948000 | #Constraints:      65843
2593.85/2600.96	c #Conflicts:    3949000 | #Constraints:      66843
2593.85/2600.96	c #Conflicts:    3950000 | #Constraints:      67843
2593.85/2600.96	c #Conflicts:    3951000 | #Constraints:      68843
2593.85/2600.96	c #Conflicts:    3952000 | #Constraints:      69843
2593.85/2600.96	c #Conflicts:    3953000 | #Constraints:      70843
2593.85/2600.96	c #Conflicts:    3954000 | #Constraints:      71843
2593.85/2600.96	c #Conflicts:    3955000 | #Constraints:      72843
2593.85/2600.96	c #Conflicts:    3956000 | #Constraints:      73843
2593.85/2600.96	c #Conflicts:    3957000 | #Constraints:      74843
2593.85/2600.96	c #Conflicts:    3958000 | #Constraints:      75843
2593.85/2600.96	c #Conflicts:    3959000 | #Constraints:      76843
2593.85/2600.96	c #Conflicts:    3960000 | #Constraints:      77843
2593.85/2600.96	c #Conflicts:    3961000 | #Constraints:      78843
2593.85/2600.96	c #Conflicts:    3962000 | #Constraints:      79843
2593.85/2600.96	c #Conflicts:    3963000 | #Constraints:      80843
2593.85/2600.96	c #Conflicts:    3964000 | #Constraints:      81843
2593.85/2600.96	c #Conflicts:    3965000 | #Constraints:      82843
2593.85/2600.96	c #Conflicts:    3966000 | #Constraints:      83843
2593.85/2600.96	c #Conflicts:    3967000 | #Constraints:      84843
2593.85/2600.96	c #Conflicts:    3968000 | #Constraints:      85843
2593.85/2600.96	c #Conflicts:    3969000 | #Constraints:      86843
2593.85/2600.96	c #Conflicts:    3970000 | #Constraints:      87843
2593.85/2600.96	c #Conflicts:    3971000 | #Constraints:      88843
2593.85/2600.96	c INPROCESSING
2593.85/2600.96	c GARBAGE COLLECT
2662.85/2670.17	c #Conflicts:    3972000 | #Constraints:      50078
2662.85/2670.17	c #Conflicts:    3973000 | #Constraints:      51078
2662.85/2670.17	c #Conflicts:    3974000 | #Constraints:      52078
2662.85/2670.17	c #Conflicts:    3975000 | #Constraints:      53078
2662.85/2670.17	c #Conflicts:    3976000 | #Constraints:      54078
2662.85/2670.17	c #Conflicts:    3977000 | #Constraints:      55078
2662.85/2670.17	c #Conflicts:    3978000 | #Constraints:      56078
2662.85/2670.17	c #Conflicts:    3979000 | #Constraints:      57078
2662.85/2670.17	c #Conflicts:    3980000 | #Constraints:      58078
2662.85/2670.17	c #Conflicts:    3981000 | #Constraints:      59078
2662.85/2670.17	c #Conflicts:    3982000 | #Constraints:      60078
2662.85/2670.17	c #Conflicts:    3983000 | #Constraints:      61078
2662.85/2670.17	c #Conflicts:    3984000 | #Constraints:      62078
2662.85/2670.17	c #Conflicts:    3985000 | #Constraints:      63078
2662.85/2670.17	c #Conflicts:    3986000 | #Constraints:      64078
2662.85/2670.17	c #Conflicts:    3987000 | #Constraints:      65078
2662.85/2670.17	c #Conflicts:    3988000 | #Constraints:      66078
2662.85/2670.17	c #Conflicts:    3989000 | #Constraints:      67078
2662.85/2670.17	c #Conflicts:    3990000 | #Constraints:      68078
2662.85/2670.17	c #Conflicts:    3991000 | #Constraints:      69078
2662.85/2670.17	c #Conflicts:    3992000 | #Constraints:      70078
2662.85/2670.17	c #Conflicts:    3993000 | #Constraints:      71078
2662.85/2670.17	c #Conflicts:    3994000 | #Constraints:      72078
2662.85/2670.17	c #Conflicts:    3995000 | #Constraints:      73078
2662.85/2670.17	c #Conflicts:    3996000 | #Constraints:      74078
2662.85/2670.17	c #Conflicts:    3997000 | #Constraints:      75078
2662.85/2670.17	c #Conflicts:    3998000 | #Constraints:      76078
2662.85/2670.17	c #Conflicts:    3999000 | #Constraints:      77078
2662.85/2670.17	c #Conflicts:    4000000 | #Constraints:      78078
2662.85/2670.17	c #Conflicts:    4001000 | #Constraints:      79078
2662.85/2670.17	c #Conflicts:    4002000 | #Constraints:      80078
2662.85/2670.17	c #Conflicts:    4003000 | #Constraints:      81078
2662.85/2670.17	c #Conflicts:    4004000 | #Constraints:      82078
2662.85/2670.17	c #Conflicts:    4005000 | #Constraints:      83078
2662.85/2670.17	c #Conflicts:    4006000 | #Constraints:      84078
2662.85/2670.17	c #Conflicts:    4007000 | #Constraints:      85078
2662.85/2670.17	c #Conflicts:    4008000 | #Constraints:      86078
2662.85/2670.17	c #Conflicts:    4009000 | #Constraints:      87078
2662.85/2670.17	c #Conflicts:    4010000 | #Constraints:      88078
2662.85/2670.17	c #Conflicts:    4011000 | #Constraints:      89078
2662.85/2670.17	c INPROCESSING
2662.85/2670.17	c GARBAGE COLLECT
2662.85/2670.17	c #Conflicts:    4012000 | #Constraints:      50199
2662.85/2670.17	c #Conflicts:    4013000 | #Constraints:      51199
2662.85/2670.17	c #Conflicts:    4014000 | #Constraints:      52199
2662.85/2670.17	c #Conflicts:    4015000 | #Constraints:      53199
2662.85/2670.17	c #Conflicts:    4016000 | #Constraints:      54199
2662.85/2670.17	c #Conflicts:    4017000 | #Constraints:      55199
2662.85/2670.17	c #Conflicts:    4018000 | #Constraints:      56199
2662.85/2670.17	c #Conflicts:    4019000 | #Constraints:      57200
2662.85/2670.17	c #Conflicts:    4020000 | #Constraints:      58200
2662.85/2670.17	c #Conflicts:    4021000 | #Constraints:      59200
2662.85/2670.17	c #Conflicts:    4022000 | #Constraints:      60200
2662.85/2670.17	c #Conflicts:    4023000 | #Constraints:      61200
2662.85/2670.17	c #Conflicts:    4024000 | #Constraints:      62200
2662.85/2670.17	c #Conflicts:    4025000 | #Constraints:      63200
2662.85/2670.17	c #Conflicts:    4026000 | #Constraints:      64200
2662.85/2670.17	c #Conflicts:    4027000 | #Constraints:      65200
2662.85/2670.17	c #Conflicts:    4028000 | #Constraints:      66200
2662.85/2670.17	c #Conflicts:    4029000 | #Constraints:      67200
2662.85/2670.17	c #Conflicts:    4030000 | #Constraints:      68200
2662.85/2670.17	c #Conflicts:    4031000 | #Constraints:      69200
2662.85/2670.17	c #Conflicts:    4032000 | #Constraints:      70200
2662.85/2670.17	c #Conflicts:    4033000 | #Constraints:      71200
2662.85/2670.17	c #Conflicts:    4034000 | #Constraints:      72201
2662.85/2670.17	c #Conflicts:    4035000 | #Constraints:      73201
2662.85/2670.17	c #Conflicts:    4036000 | #Constraints:      74201
2662.85/2670.17	c #Conflicts:    4037000 | #Constraints:      75201
2662.85/2670.17	c #Conflicts:    4038000 | #Constraints:      76201
2662.85/2670.17	c #Conflicts:    4039000 | #Constraints:      77201
2662.85/2670.17	c #Conflicts:    4040000 | #Constraints:      78201
2662.85/2670.17	c #Conflicts:    4041000 | #Constraints:      79201
2662.85/2670.17	c #Conflicts:    4042000 | #Constraints:      80201
2662.85/2670.17	c #Conflicts:    4043000 | #Constraints:      81201
2662.85/2670.17	c #Conflicts:    4044000 | #Constraints:      82201
2662.85/2670.17	c #Conflicts:    4045000 | #Constraints:      83214
2662.85/2670.17	c #Conflicts:    4046000 | #Constraints:      84214
2662.85/2670.17	c #Conflicts:    4047000 | #Constraints:      85214
2662.85/2670.17	c #Conflicts:    4048000 | #Constraints:      86214
2662.85/2670.17	c #Conflicts:    4049000 | #Constraints:      87214
2662.85/2670.17	c #Conflicts:    4050000 | #Constraints:      88214
2739.20/2746.72	c #Conflicts:    4051000 | #Constraints:      89214
2739.20/2746.72	c INPROCESSING
2739.20/2746.72	c GARBAGE COLLECT
2739.20/2746.72	c #Conflicts:    4052000 | #Constraints:      50189
2739.20/2746.72	c #Conflicts:    4053000 | #Constraints:      51189
2739.20/2746.72	c #Conflicts:    4054000 | #Constraints:      52189
2739.20/2746.72	c #Conflicts:    4055000 | #Constraints:      53189
2739.20/2746.72	c #Conflicts:    4056000 | #Constraints:      54189
2739.20/2746.72	c #Conflicts:    4057000 | #Constraints:      55189
2739.20/2746.72	c #Conflicts:    4058000 | #Constraints:      56189
2739.20/2746.72	c #Conflicts:    4059000 | #Constraints:      57189
2739.20/2746.72	c #Conflicts:    4060000 | #Constraints:      58189
2739.20/2746.72	c #Conflicts:    4061000 | #Constraints:      59189
2739.20/2746.72	c #Conflicts:    4062000 | #Constraints:      60189
2739.20/2746.72	c #Conflicts:    4063000 | #Constraints:      61189
2739.20/2746.72	c #Conflicts:    4064000 | #Constraints:      62189
2739.20/2746.72	c #Conflicts:    4065000 | #Constraints:      63190
2739.20/2746.72	c #Conflicts:    4066000 | #Constraints:      64190
2739.20/2746.72	c #Conflicts:    4067000 | #Constraints:      65190
2739.20/2746.72	c #Conflicts:    4068000 | #Constraints:      66190
2739.20/2746.72	c #Conflicts:    4069000 | #Constraints:      67190
2739.20/2746.72	c #Conflicts:    4070000 | #Constraints:      68190
2739.20/2746.72	c #Conflicts:    4071000 | #Constraints:      69190
2739.20/2746.72	c #Conflicts:    4072000 | #Constraints:      70190
2739.20/2746.72	c #Conflicts:    4073000 | #Constraints:      71190
2739.20/2746.72	c #Conflicts:    4074000 | #Constraints:      72190
2739.20/2746.72	c #Conflicts:    4075000 | #Constraints:      73191
2739.20/2746.72	c #Conflicts:    4076000 | #Constraints:      74195
2739.20/2746.72	c #Conflicts:    4077000 | #Constraints:      75195
2739.20/2746.72	c #Conflicts:    4078000 | #Constraints:      76195
2739.20/2746.72	c #Conflicts:    4079000 | #Constraints:      77195
2739.20/2746.72	c #Conflicts:    4080000 | #Constraints:      78195
2739.20/2746.72	c #Conflicts:    4081000 | #Constraints:      79195
2739.20/2746.72	c #Conflicts:    4082000 | #Constraints:      80195
2739.20/2746.72	c #Conflicts:    4083000 | #Constraints:      81195
2739.20/2746.72	c #Conflicts:    4084000 | #Constraints:      82195
2739.20/2746.72	c #Conflicts:    4085000 | #Constraints:      83195
2739.20/2746.72	c #Conflicts:    4086000 | #Constraints:      84195
2739.20/2746.72	c #Conflicts:    4087000 | #Constraints:      85195
2739.20/2746.72	c #Conflicts:    4088000 | #Constraints:      86195
2739.20/2746.72	c #Conflicts:    4089000 | #Constraints:      87195
2739.20/2746.72	c #Conflicts:    4090000 | #Constraints:      88195
2739.20/2746.72	c #Conflicts:    4091000 | #Constraints:      89195
2739.20/2746.72	c INPROCESSING
2739.20/2746.72	c GARBAGE COLLECT
2739.20/2746.72	c #Conflicts:    4092000 | #Constraints:      49995
2739.20/2746.72	c #Conflicts:    4093000 | #Constraints:      50995
2739.20/2746.72	c #Conflicts:    4094000 | #Constraints:      51995
2739.20/2746.72	c #Conflicts:    4095000 | #Constraints:      52995
2739.20/2746.72	c #Conflicts:    4096000 | #Constraints:      53995
2739.20/2746.72	c #Conflicts:    4097000 | #Constraints:      54995
2739.20/2746.72	c #Conflicts:    4098000 | #Constraints:      55996
2739.20/2746.72	c #Conflicts:    4099000 | #Constraints:      56996
2739.20/2746.72	c #Conflicts:    4100000 | #Constraints:      57996
2739.20/2746.72	c #Conflicts:    4101000 | #Constraints:      58996
2739.20/2746.72	c #Conflicts:    4102000 | #Constraints:      59996
2739.20/2746.72	c #Conflicts:    4103000 | #Constraints:      60996
2739.20/2746.72	c #Conflicts:    4104000 | #Constraints:      61996
2739.20/2746.72	c #Conflicts:    4105000 | #Constraints:      62996
2739.20/2746.72	c #Conflicts:    4106000 | #Constraints:      63996
2739.20/2746.72	c #Conflicts:    4107000 | #Constraints:      64996
2739.20/2746.72	c #Conflicts:    4108000 | #Constraints:      65996
2739.20/2746.72	c #Conflicts:    4109000 | #Constraints:      66996
2739.20/2746.72	c #Conflicts:    4110000 | #Constraints:      67996
2739.20/2746.72	c #Conflicts:    4111000 | #Constraints:      68996
2739.20/2746.72	c #Conflicts:    4112000 | #Constraints:      69996
2739.20/2746.72	c #Conflicts:    4113000 | #Constraints:      70996
2739.20/2746.72	c #Conflicts:    4114000 | #Constraints:      71996
2739.20/2746.72	c #Conflicts:    4115000 | #Constraints:      72996
2739.20/2746.72	c #Conflicts:    4116000 | #Constraints:      73996
2739.20/2746.72	c #Conflicts:    4117000 | #Constraints:      74996
2739.20/2746.72	c #Conflicts:    4118000 | #Constraints:      75996
2739.20/2746.72	c #Conflicts:    4119000 | #Constraints:      76996
2739.20/2746.72	c #Conflicts:    4120000 | #Constraints:      77996
2739.20/2746.72	c #Conflicts:    4121000 | #Constraints:      78996
2739.20/2746.72	c #Conflicts:    4122000 | #Constraints:      79996
2739.20/2746.72	c #Conflicts:    4123000 | #Constraints:      80996
2739.20/2746.72	c #Conflicts:    4124000 | #Constraints:      81996
2739.20/2746.72	c #Conflicts:    4125000 | #Constraints:      82996
2739.20/2746.72	c #Conflicts:    4126000 | #Constraints:      83996
2739.20/2746.72	c #Conflicts:    4127000 | #Constraints:      84996
2788.06/2795.75	c #Conflicts:    4128000 | #Constraints:      85996
2788.06/2795.75	c #Conflicts:    4129000 | #Constraints:      86996
2788.06/2795.75	c #Conflicts:    4130000 | #Constraints:      87996
2788.06/2795.75	c #Conflicts:    4131000 | #Constraints:      88996
2788.06/2795.75	c #Conflicts:    4132000 | #Constraints:      89996
2788.06/2795.75	c INPROCESSING
2788.06/2795.75	c GARBAGE COLLECT
2788.06/2795.75	c #Conflicts:    4133000 | #Constraints:      50539
2788.06/2795.75	c #Conflicts:    4134000 | #Constraints:      51539
2788.06/2795.75	c #Conflicts:    4135000 | #Constraints:      52539
2788.06/2795.75	c #Conflicts:    4136000 | #Constraints:      53539
2788.06/2795.75	c #Conflicts:    4137000 | #Constraints:      54539
2788.06/2795.75	c #Conflicts:    4138000 | #Constraints:      55539
2788.06/2795.75	c #Conflicts:    4139000 | #Constraints:      56539
2788.06/2795.75	c #Conflicts:    4140000 | #Constraints:      57539
2788.06/2795.75	c #Conflicts:    4141000 | #Constraints:      58539
2788.06/2795.75	c #Conflicts:    4142000 | #Constraints:      59539
2788.06/2795.75	c #Conflicts:    4143000 | #Constraints:      60539
2788.06/2795.75	c #Conflicts:    4144000 | #Constraints:      61539
2788.06/2795.75	c #Conflicts:    4145000 | #Constraints:      62539
2788.06/2795.75	c #Conflicts:    4146000 | #Constraints:      63539
2788.06/2795.75	c #Conflicts:    4147000 | #Constraints:      64540
2788.06/2795.75	c #Conflicts:    4148000 | #Constraints:      65540
2788.06/2795.75	c #Conflicts:    4149000 | #Constraints:      66540
2788.06/2795.75	c #Conflicts:    4150000 | #Constraints:      67540
2788.06/2795.75	c #Conflicts:    4151000 | #Constraints:      68540
2788.06/2795.75	c #Conflicts:    4152000 | #Constraints:      69540
2788.06/2795.75	c #Conflicts:    4153000 | #Constraints:      70540
2788.06/2795.75	c #Conflicts:    4154000 | #Constraints:      71540
2788.06/2795.75	c #Conflicts:    4155000 | #Constraints:      72540
2788.06/2795.75	c #Conflicts:    4156000 | #Constraints:      73540
2788.06/2795.75	c #Conflicts:    4157000 | #Constraints:      74540
2788.06/2795.75	c #Conflicts:    4158000 | #Constraints:      75540
2788.06/2795.75	c #Conflicts:    4159000 | #Constraints:      76540
2788.06/2795.75	c #Conflicts:    4160000 | #Constraints:      77540
2788.06/2795.75	c #Conflicts:    4161000 | #Constraints:      78540
2788.06/2795.75	c #Conflicts:    4162000 | #Constraints:      79541
2788.06/2795.75	c #Conflicts:    4163000 | #Constraints:      80541
2788.06/2795.75	c #Conflicts:    4164000 | #Constraints:      81541
2788.06/2795.75	c #Conflicts:    4165000 | #Constraints:      82541
2788.06/2795.75	c #Conflicts:    4166000 | #Constraints:      83541
2788.06/2795.75	c #Conflicts:    4167000 | #Constraints:      84541
2788.06/2795.75	c #Conflicts:    4168000 | #Constraints:      85541
2788.06/2795.75	c #Conflicts:    4169000 | #Constraints:      86541
2788.06/2795.75	c #Conflicts:    4170000 | #Constraints:      87541
2788.06/2795.75	c #Conflicts:    4171000 | #Constraints:      88541
2788.06/2795.75	c #Conflicts:    4172000 | #Constraints:      89541
2788.06/2795.75	c #Conflicts:    4173000 | #Constraints:      90541
2788.06/2795.75	c INPROCESSING
2788.06/2795.75	c GARBAGE COLLECT
2788.06/2795.75	c #Conflicts:    4174000 | #Constraints:      50900
2788.06/2795.75	c #Conflicts:    4175000 | #Constraints:      51900
2788.06/2795.75	c #Conflicts:    4176000 | #Constraints:      52900
2788.06/2795.75	c #Conflicts:    4177000 | #Constraints:      53900
2788.06/2795.75	c #Conflicts:    4178000 | #Constraints:      54900
2788.06/2795.75	c #Conflicts:    4179000 | #Constraints:      55900
2788.06/2795.75	c #Conflicts:    4180000 | #Constraints:      56900
2788.06/2795.75	c #Conflicts:    4181000 | #Constraints:      57900
2788.06/2795.75	c #Conflicts:    4182000 | #Constraints:      58900
2788.06/2795.75	c #Conflicts:    4183000 | #Constraints:      59900
2788.06/2795.75	c #Conflicts:    4184000 | #Constraints:      60900
2788.06/2795.75	c #Conflicts:    4185000 | #Constraints:      61900
2788.06/2795.75	c #Conflicts:    4186000 | #Constraints:      62900
2788.06/2795.75	c #Conflicts:    4187000 | #Constraints:      63900
2788.06/2795.75	c #Conflicts:    4188000 | #Constraints:      64900
2788.06/2795.75	c #Conflicts:    4189000 | #Constraints:      65900
2788.06/2795.75	c #Conflicts:    4190000 | #Constraints:      66900
2788.06/2795.75	c #Conflicts:    4191000 | #Constraints:      67900
2788.06/2795.75	c #Conflicts:    4192000 | #Constraints:      68900
2788.06/2795.75	c #Conflicts:    4193000 | #Constraints:      69900
2788.06/2795.75	c #Conflicts:    4194000 | #Constraints:      70900
2788.06/2795.75	c #Conflicts:    4195000 | #Constraints:      71900
2788.06/2795.75	c #Conflicts:    4196000 | #Constraints:      72900
2788.06/2795.75	c #Conflicts:    4197000 | #Constraints:      73900
2788.06/2795.75	c #Conflicts:    4198000 | #Constraints:      74900
2788.06/2795.75	c #Conflicts:    4199000 | #Constraints:      75900
2788.06/2795.75	c #Conflicts:    4200000 | #Constraints:      76900
2788.06/2795.75	c #Conflicts:    4201000 | #Constraints:      77900
2788.06/2795.75	c #Conflicts:    4202000 | #Constraints:      78900
2788.06/2795.75	c #Conflicts:    4203000 | #Constraints:      79900
2788.06/2795.75	c #Conflicts:    4204000 | #Constraints:      80900
2788.06/2795.75	c #Conflicts:    4205000 | #Constraints:      81900
2796.03/2803.70	c #Conflicts:    4206000 | #Constraints:      82900
2796.03/2803.70	c #Conflicts:    4207000 | #Constraints:      83900
2796.03/2803.70	c #Conflicts:    4208000 | #Constraints:      84900
2796.03/2803.70	c #Conflicts:    4209000 | #Constraints:      85900
2796.03/2803.70	c #Conflicts:    4210000 | #Constraints:      86900
2796.03/2803.70	c #Conflicts:    4211000 | #Constraints:      87900
2796.03/2803.70	c #Conflicts:    4212000 | #Constraints:      88901
2796.03/2803.70	c #Conflicts:    4213000 | #Constraints:      89901
2796.03/2803.70	c #Conflicts:    4214000 | #Constraints:      90901
2796.03/2803.70	c INPROCESSING
2796.03/2803.70	c GARBAGE COLLECT
2796.03/2803.70	WSVECS04 Frhs2[7]: 6 -1.5682 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[28]: 6 -3.62505 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[41]: 6 -1.31257 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[43]: 6 -1.25008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[53]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[62]: 6 -1.78127 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[63]: 6 -1.43759 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[77]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[90]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[92]: 6 -3.62502 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[93]: 6 -2.81254 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[98]: 6 -3.77349 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[106]: 6 -1.40629 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[125]: 6 -2.31252 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[126]: 6 -2.9063 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[127]: 6 -2.68751 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[132]: 6 -2.31251 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[133]: 6 -1.25592 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[134]: 6 -7.76566 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[135]: 6 -2.31553 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[142]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[161]: 6 -2.71493 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[189]: 6 -2.62509 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[195]: 6 -1.20135 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[215]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[220]: 6 0 0.656269 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[221]: 6 -2.3126 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[225]: 6 -1.32819 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[259]: 6 0 0.745414 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[263]: 6 -1.56824 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[264]: 6 -1.2937 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[267]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[295]: 6 0 7.63094 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[301]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[317]: 6 -0.39067 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[328]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[365]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[374]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[384]: 6 -0.500063 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[397]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[401]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[412]: 6 -1.00001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[417]: 6 -3.15182 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[421]: 6 0 0.350452 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[427]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[445]: 6 -1.50009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[449]: 6 -2.79324 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[456]: 6 0 0.185435 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[477]: 6 0 0.312553 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[490]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[517]: 6 0 0.161751 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[535]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[544]: 6 -3.63679 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[552]: 6 0 0.185405 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[572]: 6 -2.19533 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[576]: 6 -1.40182 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[586]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[594]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[605]: 6 0 0.312559 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[610]: 6 -2.66232 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[611]: 6 -2.54689 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[615]: 6 0 3.70041 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[618]: 6 -1.40632 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[627]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[635]: 6 0 0.656323 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[636]: 6 -2.3126 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[637]: 6 0 1.18446 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[638]: 6 0 0.125051 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[640]: 6 -2.72992 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[647]: 6 -2.31552 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[657]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[681]: 6 -3.01958 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[682]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[704]: 6 -2.25005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[930]: 6 -1.00001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[931]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[973]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1003]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1016]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1067]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1068]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1079]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1084]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1086]: 6 -1.33307 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1093]: 6 -0.980486 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1094]: 6 -0.980553 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1096]: 6 -0.92192 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1109]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1111]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1112]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1115]: 6 -1.25004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1125]: 6 -0.981275 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1138]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1140]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1155]: 6 -2.37034 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1158]: 6 0 0.687556 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1175]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1176]: 6 -1.31252 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1177]: 6 -1.25009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1181]: 6 -1.1072 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1186]: 6 0 0.250095 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1189]: 6 -1.31254 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1210]: 6 -1.25009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1212]: 6 -1.32817 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1219]: 6 -1.57348 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1220]: 6 -0.625086 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1222]: 6 -0.812517 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1225]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1229]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1239]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1241]: 6 -1.25009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1245]: 6 -1.01565 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1253]: 6 -1.29696 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1272]: 6 -1.31259 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1274]: 6 -1.25007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1275]: 6 -1.25006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1276]: 6 -2.53914 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1277]: 6 -2.12503 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1284]: 6 -0.750084 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1289]: 6 0 0.976599 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1301]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1303]: 6 0 1.21099 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1305]: 6 -1.31257 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1307]: 6 -1.25009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1317]: 6 -2.51255 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1320]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1328]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1343]: 6 -1.62503 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1347]: 6 -0.687529 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1362]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1367]: 6 -1.32819 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1369]: 6 -1.31251 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1372]: 6 -2.33602 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1382]: 6 -1.81255 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1385]: 6 -1.25003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1399]: 6 -1.28133 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1404]: 6 -1.05869 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1414]: 6 -0.602947 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1416]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1422]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1431]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1435]: 6 -1.25005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1436]: 6 -1.04832 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1438]: 6 -0.87503 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1445]: 6 -1.74423 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1446]: 6 -1.48836 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1447]: 6 -2.97658 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1462]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1474]: 6 -2.82818 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1476]: 6 -1.25002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1483]: 6 0 2.01962 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1496]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1498]: 6 -1.25009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1500]: 6 -3.73136 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1507]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1511]: 6 0 1.7488 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1525]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1529]: 6 -1.25001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1531]: 6 -1.25006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1550]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1558]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1560]: 6 -1.31251 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1561]: 6 -0.625014 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1566]: 6 -0.739 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1572]: 6 -4.40883 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1575]: 6 -0.750067 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1576]: 6 -0.882906 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1578]: 6 -1.53134 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1583]: 6 -1.00001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1584]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1589]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1592]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1593]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1595]: 6 -1.25001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1601]: 6 -1.85964 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1606]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1608]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1618]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1623]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1625]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1626]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1631]: 6 -1.65633 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1645]: 6 -1.00004 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1661]: 6 -1.38673 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1675]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1684]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1694]: 6 0 0.123802 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1711]: 6 -1.0001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1714]: 6 -1.00008 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1722]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1741]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1758]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1767]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1773]: 6 -1.00001 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1779]: 6 -1.00006 0 shouldn't be
2796.03/2803.70	WSVECS04 Frhs2[1960]: 6 -2.50004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1964]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1966]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1968]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1973]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1978]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1980]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1985]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1989]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1992]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1993]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[1996]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2004]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2008]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2009]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2011]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2014]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2049]: 6 -1.16064 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2074]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2076]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2078]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2080]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2081]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2084]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2087]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2090]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2097]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2104]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2106]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2108]: 6 -1.25004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2118]: 6 -1.24306 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2130]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2134]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2145]: 6 -1.31718 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2150]: 6 0 1.37503 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2160]: 6 -3.82546 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2162]: 6 -10.6509 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2163]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2166]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2170]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2173]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2176]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2180]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2186]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2188]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2192]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2194]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2199]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2200]: 6 -1.12507 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2201]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2206]: 6 -0.500087 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2215]: 6 -1.25005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2216]: 6 -0.500088 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2220]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2223]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2231]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2233]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2236]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2237]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2239]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2241]: 6 -5.64692 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2246]: 6 0 1.13051 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2256]: 6 -3.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2257]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2260]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2264]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2270]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2271]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2274]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2276]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2283]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2286]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2290]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2291]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2293]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2296]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2298]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2299]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2302]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2307]: 6 -1.2858 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2308]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2312]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2313]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2325]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2326]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2338]: 6 0 1.21436 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2344]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2346]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2350]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2351]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2352]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2354]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2355]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2360]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2361]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2364]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2366]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2367]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2370]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2372]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2374]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2378]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2379]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2381]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2386]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2387]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2389]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2392]: 6 -1.25004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2416]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2421]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2422]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2426]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2444]: 6 0 1.00006 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2445]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2448]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2449]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2452]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2456]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2460]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2463]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2465]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2467]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2469]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2473]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2476]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2480]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2484]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2488]: 6 -1.31259 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2498]: 6 -1.32816 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2505]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2514]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2519]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2524]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2525]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2544]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2546]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2547]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2550]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2551]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2556]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2558]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2561]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2564]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2565]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2567]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2569]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2571]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2574]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2575]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2578]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2579]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2582]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2583]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2586]: 6 -1.25006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2595]: 6 -1.31254 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2599]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2611]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2613]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2616]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2619]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2620]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2640]: 6 -8.75336 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2641]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2648]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2656]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2657]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2660]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2667]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2669]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2672]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2673]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2676]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2677]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2680]: 6 -1.3126 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2709]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2728]: 6 -3.47494 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2731]: 6 -9.0502 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2734]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2735]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2738]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2739]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2742]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2744]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2746]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2750]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2756]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2760]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2761]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2764]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2765]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2768]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2769]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2776]: 6 -10.1563 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2778]: 6 -8.50003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2794]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2806]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2807]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2809]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2811]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2818]: 6 0 0.687524 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2819]: 6 -1.31252 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2829]: 6 -18.2618 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2831]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2835]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2839]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2842]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2846]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2851]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2854]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2855]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2858]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2862]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2863]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2866]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2870]: 6 -0.390668 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2874]: 6 -2.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2878]: 6 -6.75007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2887]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2890]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2897]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2907]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2918]: 6 -1.25002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2919]: 6 -0.625088 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2925]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2928]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2931]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2934]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2939]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2943]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2947]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2951]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2954]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2958]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2959]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2962]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2963]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2966]: 6 -1.31257 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2978]: 6 -1.77347 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2979]: 6 -1.54692 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2980]: 6 -1.09381 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2983]: 6 0 1.25002 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2984]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2985]: 6 0 0.015655 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2987]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[2995]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3018]: 6 -2.75007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3022]: 6 -8.9844 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3024]: 6 0 0.406292 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3026]: 6 -5.06256 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3027]: 6 -3.81259 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3030]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3031]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3034]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3035]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3049]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3051]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3053]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3056]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3057]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3060]: 6 -1.28131 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3071]: 6 -2.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3075]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3086]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3093]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3095]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3101]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3106]: 6 -6.60718 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3107]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3110]: 6 -0.255947 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3121]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3123]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3125]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3136]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3142]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3144]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3146]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3147]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3150]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3152]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3154]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3155]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3158]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3160]: 6 -1.31254 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3162]: 6 -1.62507 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3169]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3176]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3189]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3201]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3205]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3209]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3211]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3213]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3216]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3217]: 6 -7.16416 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3220]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3221]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3224]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3226]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3228]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3230]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3232]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3236]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3237]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3245]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3247]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3251]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3258]: 6 -1.19051 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3262]: 6 -0.238315 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3268]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3275]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3285]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3286]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3290]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3296]: 6 -0.500017 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3298]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3303]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3305]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3307]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3310]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3311]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3314]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3315]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3318]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3319]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3322]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3323]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3327]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3329]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3333]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3337]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3339]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3343]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3352]: 6 -3.22188 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3356]: 6 -11.1127 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3360]: 6 -3.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3361]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3364]: 6 -1.3126 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3367]: 6 -1.25005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3372]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3373]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3375]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3377]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3393]: 6 -1.32814 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3398]: 6 0 1.3126 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3408]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3410]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3415]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3419]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3422]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3426]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3428]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3431]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3433]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3435]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3438]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3439]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3441]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3444]: 6 -1.31258 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3465]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3476]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3484]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3490]: 6 -0.989031 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3496]: 6 -5.08831 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3498]: 6 -5.42666 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3499]: 6 -1.25004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3509]: 6 -5.12502 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3511]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3513]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3515]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3519]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3522]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3523]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3526]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3533]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3536]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3537]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3540]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3544]: 6 -0.625071 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3547]: 6 -2.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3574]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3575]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3577]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3585]: 6 -3.3819 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3589]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3592]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3593]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3597]: 6 -9.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3599]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3602]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3605]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3607]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3609]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3611]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3614]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3615]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3618]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3622]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3623]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3626]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3629]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3631]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3636]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3642]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3645]: 6 -1.25005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3666]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3667]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3671]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3681]: 6 -1.25008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3688]: 6 -1.23467 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3698]: 6 -13.0782 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3699]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3702]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3703]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3707]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3710]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3713]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3716]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3717]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3721]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3724]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3725]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3728]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3732]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3735]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3737]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3739]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3742]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3750]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3752]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3767]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3768]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3769]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3772]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3773]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3778]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3779]: 6 -0.226576 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3786]: 6 -11.9952 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3787]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3789]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3792]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3795]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3800]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3802]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3803]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3806]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3809]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3813]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3815]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3820]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3824]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3826]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3829]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3832]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3833]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3835]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3837]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3843]: 6 -1.31258 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3844]: 6 -1.31253 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3845]: 6 -1.2501 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3848]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3857]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3858]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3860]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3861]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3863]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3865]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3871]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3888]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3889]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3892]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3897]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3899]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3901]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3904]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3905]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3908]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3909]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3912]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3914]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3915]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3917]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3919]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3922]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3923]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3932]: 6 -5.25007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3934]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3945]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3954]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3958]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3959]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3961]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3963]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3969]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3971]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3983]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3986]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3988]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3990]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3992]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[3996]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4000]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4002]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4003]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4006]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4007]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4010]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4012]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4014]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4016]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4018]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4022]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4023]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4025]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4027]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4030]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4042]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4045]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4049]: 6 -1.0001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4052]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4053]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4057]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4060]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4061]: 6 -1.65634 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4068]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4073]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4076]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4080]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4084]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4086]: 6 -1.00002 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4088]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4089]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4092]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4093]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4096]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4097]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4100]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4104]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4106]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4107]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4110]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4111]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4114]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4115]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4118]: 6 -1.65629 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4119]: 6 -1.65628 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4142]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4172]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4173]: 6 -1.00003 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4184]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4202]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4210]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4213]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4215]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4232]: 6 -1.00005 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4233]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4237]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4238]: 6 -1.00006 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4240]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4267]: 6 -1.00008 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4280]: 6 -1.00007 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4281]: 6 -1.00009 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4282]: 6 -1.00001 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4283]: 6 -1.00004 0 shouldn't be
2796.03/2803.71	WSVECS04 Frhs2[4284]: 6 -1.00002 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[28]: 6 -3.625 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[60]: 6 -2.19531 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[63]: 6 -1.4375 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[93]: 6 -2.8125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[124]: 6 -2.19531 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[125]: 6 -2.3125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[127]: 6 -2.6875 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[189]: 6 -2.625 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[220]: 6 0 0.65625 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[221]: 6 -2.3125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[301]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[384]: 6 -0.5 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[417]: 6 -3.15179 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[572]: 6 -2.19531 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[576]: 6 -1.40179 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[605]: 6 0 0.3125 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[615]: 6 0 3.70037 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[636]: 6 -2.3125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1083]: 6 -1.25 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1086]: 6 -1.33301 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1093]: 6 -0.980469 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1155]: 6 -2.37029 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1176]: 6 -1.3125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1241]: 6 -1.25 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1694]: 6 0 0.123779 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[1752]: 6 -1.65625 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2011]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2207]: 6 -0.5 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2403]: 6 -1.3125 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2694]: 6 0 3.02507 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2778]: 6 -8.5 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2829]: 6 -18.2617 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3022]: 6 -8.98438 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3071]: 6 -2 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3106]: 6 -6.60714 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3356]: 6 -11.1126 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3597]: 6 -9 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[3932]: 6 -5.25 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[4119]: 6 -1.65625 0 shouldn't be
2797.43/2805.11	WSVECS04 Frhs2[4184]: 6 -1 0 shouldn't be
2845.48/2853.32	c #Conflicts:    4215000 | #Constraints:      51130
2845.48/2853.32	c #Conflicts:    4216000 | #Constraints:      52130
2845.48/2853.32	c #Conflicts:    4217000 | #Constraints:      53130
2845.48/2853.32	c #Conflicts:    4218000 | #Constraints:      54130
2845.48/2853.32	c #Conflicts:    4219000 | #Constraints:      55130
2845.48/2853.32	c #Conflicts:    4220000 | #Constraints:      56130
2845.48/2853.32	c #Conflicts:    4221000 | #Constraints:      57130
2845.48/2853.32	c #Conflicts:    4222000 | #Constraints:      58130
2845.48/2853.32	c #Conflicts:    4223000 | #Constraints:      59131
2845.48/2853.32	c #Conflicts:    4224000 | #Constraints:      60131
2845.48/2853.32	c #Conflicts:    4225000 | #Constraints:      61131
2845.48/2853.32	c #Conflicts:    4226000 | #Constraints:      62131
2845.48/2853.32	c #Conflicts:    4227000 | #Constraints:      63131
2845.48/2853.32	c #Conflicts:    4228000 | #Constraints:      64131
2845.48/2853.32	c #Conflicts:    4229000 | #Constraints:      65132
2845.48/2853.32	c #Conflicts:    4230000 | #Constraints:      66132
2845.48/2853.32	c #Conflicts:    4231000 | #Constraints:      67132
2845.48/2853.32	c #Conflicts:    4232000 | #Constraints:      68132
2845.48/2853.32	c #Conflicts:    4233000 | #Constraints:      69132
2845.48/2853.32	c #Conflicts:    4234000 | #Constraints:      70132
2845.48/2853.32	c #Conflicts:    4235000 | #Constraints:      71132
2845.48/2853.32	c #Conflicts:    4236000 | #Constraints:      72132
2845.48/2853.32	c #Conflicts:    4237000 | #Constraints:      73132
2845.48/2853.32	c #Conflicts:    4238000 | #Constraints:      74132
2845.48/2853.32	c #Conflicts:    4239000 | #Constraints:      75133
2845.48/2853.32	c #Conflicts:    4240000 | #Constraints:      76133
2845.48/2853.32	c #Conflicts:    4241000 | #Constraints:      77133
2845.48/2853.32	c #Conflicts:    4242000 | #Constraints:      78139
2845.48/2853.32	c #Conflicts:    4243000 | #Constraints:      79144
2845.48/2853.32	c #Conflicts:    4244000 | #Constraints:      80149
2845.48/2853.32	c #Conflicts:    4245000 | #Constraints:      81151
2845.48/2853.32	c #Conflicts:    4246000 | #Constraints:      82153
2845.48/2853.32	c #Conflicts:    4247000 | #Constraints:      83153
2845.48/2853.32	c #Conflicts:    4248000 | #Constraints:      84153
2845.48/2853.32	c #Conflicts:    4249000 | #Constraints:      85153
2845.48/2853.32	c #Conflicts:    4250000 | #Constraints:      86153
2845.48/2853.32	c #Conflicts:    4251000 | #Constraints:      87153
2845.48/2853.32	c #Conflicts:    4252000 | #Constraints:      88153
2845.48/2853.32	c #Conflicts:    4253000 | #Constraints:      89153
2845.48/2853.32	c #Conflicts:    4254000 | #Constraints:      90153
2845.48/2853.32	c #Conflicts:    4255000 | #Constraints:      91153
2845.48/2853.32	c INPROCESSING
2845.48/2853.32	c GARBAGE COLLECT
2845.48/2853.32	c #Conflicts:    4256000 | #Constraints:      51126
2845.48/2853.32	c #Conflicts:    4257000 | #Constraints:      52126
2845.48/2853.32	c #Conflicts:    4258000 | #Constraints:      53126
2845.48/2853.32	c #Conflicts:    4259000 | #Constraints:      54126
2845.48/2853.32	c #Conflicts:    4260000 | #Constraints:      55126
2845.48/2853.32	c #Conflicts:    4261000 | #Constraints:      56126
2845.48/2853.32	c #Conflicts:    4262000 | #Constraints:      57126
2845.48/2853.32	c #Conflicts:    4263000 | #Constraints:      58126
2845.48/2853.32	c #Conflicts:    4264000 | #Constraints:      59126
2845.48/2853.32	c #Conflicts:    4265000 | #Constraints:      60126
2845.48/2853.32	c #Conflicts:    4266000 | #Constraints:      61126
2845.48/2853.32	c #Conflicts:    4267000 | #Constraints:      62126
2845.48/2853.32	c #Conflicts:    4268000 | #Constraints:      63126
2845.48/2853.32	c #Conflicts:    4269000 | #Constraints:      64126
2845.48/2853.32	c #Conflicts:    4270000 | #Constraints:      65126
2845.48/2853.32	c #Conflicts:    4271000 | #Constraints:      66126
2845.48/2853.32	c #Conflicts:    4272000 | #Constraints:      67126
2845.48/2853.32	c #Conflicts:    4273000 | #Constraints:      68126
2845.48/2853.32	c #Conflicts:    4274000 | #Constraints:      69126
2845.48/2853.32	c #Conflicts:    4275000 | #Constraints:      70126
2845.48/2853.32	c #Conflicts:    4276000 | #Constraints:      71126
2845.48/2853.32	c #Conflicts:    4277000 | #Constraints:      72126
2845.48/2853.32	c #Conflicts:    4278000 | #Constraints:      73126
2845.48/2853.32	c #Conflicts:    4279000 | #Constraints:      74126
2845.48/2853.32	c #Conflicts:    4280000 | #Constraints:      75126
2845.48/2853.32	c #Conflicts:    4281000 | #Constraints:      76126
2845.48/2853.32	c #Conflicts:    4282000 | #Constraints:      77126
2845.48/2853.32	c #Conflicts:    4283000 | #Constraints:      78126
2845.48/2853.32	c #Conflicts:    4284000 | #Constraints:      79126
2845.48/2853.32	c #Conflicts:    4285000 | #Constraints:      80126
2845.48/2853.32	c #Conflicts:    4286000 | #Constraints:      81126
2845.48/2853.32	c #Conflicts:    4287000 | #Constraints:      82126
2845.48/2853.32	c #Conflicts:    4288000 | #Constraints:      83126
2845.48/2853.32	c #Conflicts:    4289000 | #Constraints:      84126
2845.48/2853.32	c #Conflicts:    4290000 | #Constraints:      85126
2845.48/2853.32	c #Conflicts:    4291000 | #Constraints:      86126
2845.48/2853.32	c #Conflicts:    4292000 | #Constraints:      87126
2845.48/2853.32	c #Conflicts:    4293000 | #Constraints:      88126
2908.21/2916.24	c #Conflicts:    4294000 | #Constraints:      89126
2908.21/2916.24	c #Conflicts:    4295000 | #Constraints:      90126
2908.21/2916.24	c #Conflicts:    4296000 | #Constraints:      91126
2908.21/2916.24	c INPROCESSING
2908.21/2916.24	c GARBAGE COLLECT
2908.21/2916.24	c #Conflicts:    4297000 | #Constraints:      50958
2908.21/2916.24	c #Conflicts:    4298000 | #Constraints:      51958
2908.21/2916.24	c #Conflicts:    4299000 | #Constraints:      52958
2908.21/2916.24	c #Conflicts:    4300000 | #Constraints:      53958
2908.21/2916.24	c #Conflicts:    4301000 | #Constraints:      54958
2908.21/2916.24	c #Conflicts:    4302000 | #Constraints:      55958
2908.21/2916.24	c #Conflicts:    4303000 | #Constraints:      56958
2908.21/2916.24	c #Conflicts:    4304000 | #Constraints:      57958
2908.21/2916.24	c #Conflicts:    4305000 | #Constraints:      58959
2908.21/2916.24	c #Conflicts:    4306000 | #Constraints:      59959
2908.21/2916.24	c #Conflicts:    4307000 | #Constraints:      60959
2908.21/2916.24	c #Conflicts:    4308000 | #Constraints:      61959
2908.21/2916.24	c #Conflicts:    4309000 | #Constraints:      62959
2908.21/2916.24	c #Conflicts:    4310000 | #Constraints:      63959
2908.21/2916.24	c #Conflicts:    4311000 | #Constraints:      64959
2908.21/2916.24	c #Conflicts:    4312000 | #Constraints:      65959
2908.21/2916.24	c #Conflicts:    4313000 | #Constraints:      66959
2908.21/2916.24	c #Conflicts:    4314000 | #Constraints:      67959
2908.21/2916.24	c #Conflicts:    4315000 | #Constraints:      68959
2908.21/2916.24	c #Conflicts:    4316000 | #Constraints:      69959
2908.21/2916.24	c #Conflicts:    4317000 | #Constraints:      70959
2908.21/2916.24	c #Conflicts:    4318000 | #Constraints:      71959
2908.21/2916.24	c #Conflicts:    4319000 | #Constraints:      72959
2908.21/2916.24	c #Conflicts:    4320000 | #Constraints:      73959
2908.21/2916.24	c #Conflicts:    4321000 | #Constraints:      74959
2908.21/2916.24	c #Conflicts:    4322000 | #Constraints:      75959
2908.21/2916.24	c #Conflicts:    4323000 | #Constraints:      76959
2908.21/2916.24	c #Conflicts:    4324000 | #Constraints:      77959
2908.21/2916.24	c #Conflicts:    4325000 | #Constraints:      78959
2908.21/2916.24	c #Conflicts:    4326000 | #Constraints:      79959
2908.21/2916.24	c #Conflicts:    4327000 | #Constraints:      80959
2908.21/2916.24	c #Conflicts:    4328000 | #Constraints:      81959
2908.21/2916.24	c #Conflicts:    4329000 | #Constraints:      82959
2908.21/2916.24	c #Conflicts:    4330000 | #Constraints:      83959
2908.21/2916.24	c #Conflicts:    4331000 | #Constraints:      84959
2908.21/2916.24	c #Conflicts:    4332000 | #Constraints:      85959
2908.21/2916.24	c #Conflicts:    4333000 | #Constraints:      86959
2908.21/2916.24	c #Conflicts:    4334000 | #Constraints:      87960
2908.21/2916.24	c #Conflicts:    4335000 | #Constraints:      88960
2908.21/2916.24	c #Conflicts:    4336000 | #Constraints:      89960
2908.21/2916.24	c #Conflicts:    4337000 | #Constraints:      90960
2908.21/2916.24	c #Conflicts:    4338000 | #Constraints:      91960
2908.21/2916.24	c INPROCESSING
2908.21/2916.24	c GARBAGE COLLECT
2908.21/2916.24	c #Conflicts:    4339000 | #Constraints:      51540
2908.21/2916.24	c #Conflicts:    4340000 | #Constraints:      52540
2908.21/2916.24	c #Conflicts:    4341000 | #Constraints:      53540
2908.21/2916.24	c #Conflicts:    4342000 | #Constraints:      54540
2908.21/2916.24	c #Conflicts:    4343000 | #Constraints:      55540
2908.21/2916.24	c #Conflicts:    4344000 | #Constraints:      56540
2908.21/2916.24	c #Conflicts:    4345000 | #Constraints:      57540
2908.21/2916.24	c #Conflicts:    4346000 | #Constraints:      58540
2908.21/2916.24	c #Conflicts:    4347000 | #Constraints:      59540
2908.21/2916.24	c #Conflicts:    4348000 | #Constraints:      60540
2908.21/2916.24	c #Conflicts:    4349000 | #Constraints:      61540
2908.21/2916.24	c #Conflicts:    4350000 | #Constraints:      62540
2908.21/2916.24	c #Conflicts:    4351000 | #Constraints:      63540
2908.21/2916.24	c #Conflicts:    4352000 | #Constraints:      64540
2908.21/2916.24	c #Conflicts:    4353000 | #Constraints:      65540
2908.21/2916.24	c #Conflicts:    4354000 | #Constraints:      66540
2908.21/2916.24	c #Conflicts:    4355000 | #Constraints:      67540
2908.21/2916.24	c #Conflicts:    4356000 | #Constraints:      68540
2908.21/2916.24	c #Conflicts:    4357000 | #Constraints:      69540
2908.21/2916.24	c #Conflicts:    4358000 | #Constraints:      70540
2908.21/2916.24	c #Conflicts:    4359000 | #Constraints:      71540
2908.21/2916.24	WSVECS04 Frhs2[2]: 6 -0.904139 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[29]: 6 -0.408788 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[35]: 6 -2.03826 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[41]: 6 -0.681286 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[49]: 6 -1.01401 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[65]: 6 -1.00068 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[100]: 6 -0.722712 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[102]: 6 -0.0940217 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[103]: 6 -0.015465 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[105]: 6 -1.01246 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[108]: 6 -0.824889 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[126]: 6 -0.668684 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[131]: 6 0 0.000697891 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[152]: 6 -1.432 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[159]: 6 -1.89937 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[164]: 6 -0.610916 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[167]: 6 -0.595472 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[173]: 6 -2.93829 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[176]: 6 -1.24366 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[196]: 6 -0.838701 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[197]: 6 -0.566245 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[198]: 6 0 0.185944 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[206]: 6 -0.719187 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[227]: 6 -0.985464 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[228]: 6 -1.57403 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[240]: 6 -0.993846 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[247]: 6 -0.914073 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[259]: 6 0 0.155818 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[261]: 6 -0.444245 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[285]: 6 -0.403945 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[291]: 6 0 0.435252 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[323]: 6 -0.820161 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[331]: 6 -0.347087 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[355]: 6 -0.94951 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[364]: 6 -0.506744 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[383]: 6 -0.994845 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[387]: 6 -0.686935 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[419]: 6 -1.03824 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[452]: 6 -0.734418 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[463]: 6 -0.246992 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[482]: 6 -1.23104 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[486]: 6 0 0.44672 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[517]: 6 0 0.262016 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[523]: 6 -0.56128 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[534]: 6 -0.992622 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[553]: 6 -0.458537 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[559]: 6 -1.07227 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[578]: 6 -1.04035 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[582]: 6 0 0.731997 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[614]: 6 0 0.048528 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[619]: 6 -1.39043 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[621]: 6 -3.10381 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[622]: 6 -0.334407 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[626]: 6 -1.12424 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[643]: 6 -0.703627 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[675]: 6 -0.985464 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[688]: 6 -1.12038 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[708]: 6 -1.21982 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1066]: 6 -1.19111 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1067]: 6 -1.01705 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1071]: 6 -1.75421 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1081]: 6 -1.1165 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1088]: 6 -0.500252 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1094]: 6 -0.818281 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1098]: 6 -1.00141 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1113]: 6 -0.626367 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1115]: 6 -1.04555 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1121]: 6 -0.999535 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1128]: 6 -1.85999 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1129]: 6 -2.25473 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1158]: 6 -1.1465 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1159]: 6 -1.28378 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1177]: 6 -1.62518 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1181]: 6 -1.31514 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1183]: 6 -1.24945 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1187]: 6 -1.29845 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1190]: 6 -1.68214 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1191]: 6 -0.504565 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1197]: 6 -0.765929 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1202]: 6 -1.52992 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1225]: 6 0 0.683512 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1251]: 6 -0.638138 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1256]: 6 -0.964257 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1259]: 6 -0.992865 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1264]: 6 -0.873386 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1277]: 6 -0.622641 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1294]: 6 -1.00042 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1307]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1319]: 6 -0.645722 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1321]: 6 -0.552966 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1324]: 6 -0.92237 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1331]: 6 -1.23003 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1351]: 6 -1.00098 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1353]: 6 -1.31247 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1355]: 6 -1.00396 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1360]: 6 -0.746438 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1380]: 6 -1.24914 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1381]: 6 -0.694394 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1382]: 6 -1.05133 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1385]: 6 -0.991105 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1406]: 6 -0.995832 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1426]: 6 -0.829501 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1442]: 6 -1.16852 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1473]: 6 -0.889263 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1474]: 6 -0.992321 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1475]: 6 -0.752567 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1479]: 6 -0.315496 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1491]: 6 -1.11818 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1518]: 6 -1.17492 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1533]: 6 -1.24995 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1535]: 6 -0.998992 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1537]: 6 -0.963318 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1539]: 6 -1.45811 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1553]: 6 -0.887907 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1570]: 6 -1.20818 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1571]: 6 -0.744526 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1587]: 6 -1.11689 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1597]: 6 -0.960397 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1627]: 6 -1.22054 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1660]: 6 -0.356301 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1663]: 6 -0.814341 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1721]: 6 -0.999676 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1725]: 6 -0.992147 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1742]: 6 -0.800334 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1779]: 6 -0.950913 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1953]: 6 -0.999826 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1957]: 6 -0.960811 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1960]: 6 -1.02091 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1966]: 6 -0.999997 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1968]: 6 -1.34444 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1971]: 6 -0.910792 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1973]: 6 -0.282909 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1975]: 6 -1.98126 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[1978]: 6 0 1.35194 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2003]: 6 -0.115817 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2049]: 6 -1.00009 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2058]: 6 -1.00026 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2066]: 6 -0.999674 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2074]: 6 -0.905664 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2076]: 6 -0.99945 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2079]: 6 -0.186713 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2093]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2101]: 6 -0.999987 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2153]: 6 -0.999708 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2157]: 6 -0.99883 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2164]: 6 -0.690022 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2172]: 6 -0.668296 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2201]: 6 -0.995378 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2220]: 6 -1.12548 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2242]: 6 0 1.27624 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2244]: 6 -0.737564 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2246]: 6 0 0.954335 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2248]: 6 -0.999512 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2254]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2266]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2268]: 6 -1.16693 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2269]: 6 -1.15776 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2306]: 6 -0.999997 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2312]: 6 -0.588896 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2316]: 6 -0.982423 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2327]: 6 -0.356936 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2337]: 6 -1.0041 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2344]: 6 -1.00221 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2350]: 6 0 2.47282 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2352]: 6 -1.45292 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2353]: 6 -0.999952 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2356]: 6 -0.982439 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2360]: 6 -1.11903 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2361]: 6 -0.998721 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2370]: 6 -1.06802 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2371]: 6 -1.06808 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2375]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2430]: 6 -0.797092 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2433]: 6 -1.00013 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2436]: 6 -0.888939 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2437]: 6 -1.00231 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2460]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2465]: 6 -0.999985 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2472]: 6 -0.999996 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2488]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2525]: 6 -0.625413 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2529]: 6 -1.00001 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2539]: 6 -1.00011 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2543]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2546]: 6 -1.00002 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2547]: 6 -1.00002 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2552]: 6 -1.00014 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2562]: 6 -0.995517 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2584]: 6 -1.12498 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2593]: 6 -0.918949 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2594]: 6 -0.997642 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2626]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2628]: 6 -1.63088 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2630]: 6 -1.76169 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2642]: 6 -0.933719 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2644]: 6 -1.00003 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2646]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2652]: 6 -1.00042 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2656]: 6 -1.24831 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2679]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2696]: 6 -1.00216 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2698]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2711]: 6 -1.02494 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2734]: 6 0 1.24325 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2738]: 6 0 0.0385176 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2740]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2744]: 6 -1.75797 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2746]: 6 -0.999477 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2747]: 6 0 1.06908 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2752]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2762]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2763]: 6 -0.999993 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2770]: 6 -0.416122 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2776]: 6 -1.22222 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2781]: 6 -0.361112 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2793]: 6 -1.00005 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2797]: 6 -1.20972 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2821]: 6 -1.18239 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2826]: 6 -0.863664 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2835]: 6 -0.983991 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2847]: 6 -0.999008 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2849]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2853]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2855]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2860]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2868]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2889]: 6 -0.360391 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2923]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2928]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2936]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2938]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2943]: 6 -0.999952 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2958]: 6 -0.987167 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2979]: 6 -0.997301 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2991]: 6 -0.980086 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[2992]: 6 -0.996453 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3007]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3010]: 6 -1.02351 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3014]: 6 -1.0108 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3016]: 6 -1.0216 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3017]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3026]: 6 -1.01442 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3029]: 6 -0.971339 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3036]: 6 -1.01992 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3042]: 6 -0.680801 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3047]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3078]: 6 -0.999993 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3080]: 6 -0.99999 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3136]: 6 -0.99929 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3138]: 6 -0.0582608 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3144]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3148]: 6 -0.978778 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3159]: 6 -0.998397 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3162]: 6 -1.24359 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3172]: 6 -0.46525 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3174]: 6 -0.999998 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3175]: 6 -0.999955 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3177]: 6 -1.00001 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3199]: 6 -1.00383 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3201]: 6 -0.951893 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3208]: 6 -0.999895 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3218]: 6 -0.999798 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3230]: 6 -1.03119 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3238]: 6 -1.14861 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3249]: 6 -1.3125 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3267]: 6 -0.916775 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3270]: 6 -1.16583 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3298]: 6 -0.671649 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3302]: 6 -1.25008 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3304]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3334]: 6 -1.03846 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3338]: 6 -0.521931 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3363]: 6 -0.694099 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3399]: 6 -0.947231 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3406]: 6 -1.00051 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3407]: 6 -0.981953 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3410]: 6 -0.220977 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3416]: 6 -3.24721 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3417]: 6 -3.15514 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3423]: 6 -0.990321 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3429]: 6 -1.00009 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3435]: 6 -1.00074 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3440]: 6 -1.125 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3447]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3468]: 6 -1.00001 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3485]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3487]: 6 -0.99999 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3491]: 6 -1.02443 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3499]: 6 -0.60975 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3504]: 6 -1.00277 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3505]: 6 -1.00014 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3513]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3516]: 6 -0.999913 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3517]: 6 -0.999764 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3525]: 6 -1.0275 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3533]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3538]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3557]: 6 -0.923297 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3615]: 6 -0.500678 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3626]: 6 -1.00004 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3627]: 6 -0.999161 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3665]: 6 -1.10898 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3687]: 6 -0.487202 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3696]: 6 -0.979258 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3700]: 6 -0.660181 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3708]: 6 -1.05959 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3712]: 6 -0.976678 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3723]: 6 -0.999968 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3727]: 6 -0.99687 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3752]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3778]: 6 -0.8939 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3781]: 6 -0.999178 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3788]: 6 -0.951288 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3792]: 6 -0.98518 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3800]: 6 -0.658954 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3810]: 6 -0.752221 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3813]: 6 -0.998712 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3865]: 6 -0.965782 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3867]: 6 -0.960533 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3868]: 6 -0.905832 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3878]: 6 -0.980623 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3888]: 6 -3.26689 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3889]: 6 -0.999207 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3892]: 6 -1.18093 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3893]: 6 -1.18292 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3898]: 6 0 0.163845 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3906]: 6 -0.986937 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3907]: 6 -0.988209 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3913]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3915]: 6 -1.12247 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3932]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3933]: 6 -1.25 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3935]: 6 -0.5 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3954]: 6 -0.363851 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3958]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3966]: 6 -0.99991 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3971]: 6 -0.99085 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3982]: 6 0 2.76334 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[3990]: 6 -0.418586 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4002]: 6 -0.929543 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4012]: 6 -1.25244 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4020]: 6 0 1.08448 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4023]: 6 -1.00779 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4026]: 6 -1.22291 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4057]: 6 -1.19902 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4058]: 6 -0.992401 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4059]: 6 -0.914404 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4069]: 6 -1.00021 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4071]: 6 -0.999577 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4087]: 6 -0.641476 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4092]: 6 -0.209152 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4093]: 6 -0.16849 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4095]: 6 0 0.138176 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4100]: 6 -1.25775 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4120]: 6 -0.245489 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4240]: 6 -1.00014 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4280]: 6 -1 0 shouldn't be
2908.21/2916.24	WSVECS04 Frhs2[4281]: 6 -0.950393 0 shouldn't be
2958.08/2966.26	c #Conflicts:    4360000 | #Constraints:      72575
2958.08/2966.26	c #Conflicts:    4361000 | #Constraints:      73575
2958.08/2966.26	c #Conflicts:    4362000 | #Constraints:      74575
2958.08/2966.26	c #Conflicts:    4363000 | #Constraints:      75575
2958.08/2966.26	c #Conflicts:    4364000 | #Constraints:      76575
2958.08/2966.26	c #Conflicts:    4365000 | #Constraints:      77575
2958.08/2966.26	c #Conflicts:    4366000 | #Constraints:      78575
2958.08/2966.26	c #Conflicts:    4367000 | #Constraints:      79575
2958.08/2966.26	c #Conflicts:    4368000 | #Constraints:      80575
2958.08/2966.26	c #Conflicts:    4369000 | #Constraints:      81575
2958.08/2966.26	c #Conflicts:    4370000 | #Constraints:      82575
2958.08/2966.26	c #Conflicts:    4371000 | #Constraints:      83575
2958.08/2966.26	c #Conflicts:    4372000 | #Constraints:      84575
2958.08/2966.26	c #Conflicts:    4373000 | #Constraints:      85575
2958.08/2966.26	c #Conflicts:    4374000 | #Constraints:      86575
2958.08/2966.26	c #Conflicts:    4375000 | #Constraints:      87575
2958.08/2966.26	c #Conflicts:    4376000 | #Constraints:      88575
2958.08/2966.26	c #Conflicts:    4377000 | #Constraints:      89575
2958.08/2966.26	c #Conflicts:    4378000 | #Constraints:      90575
2958.08/2966.26	c #Conflicts:    4379000 | #Constraints:      91575
2958.08/2966.26	c #Conflicts:    4380000 | #Constraints:      92575
2958.08/2966.26	c INPROCESSING
2958.08/2966.26	c GARBAGE COLLECT
2958.08/2966.26	c #Conflicts:    4381000 | #Constraints:      51936
2958.08/2966.26	c #Conflicts:    4382000 | #Constraints:      52936
2958.08/2966.26	c #Conflicts:    4383000 | #Constraints:      53936
2958.08/2966.26	c #Conflicts:    4384000 | #Constraints:      54936
2958.08/2966.26	c #Conflicts:    4385000 | #Constraints:      55936
2958.08/2966.26	c #Conflicts:    4386000 | #Constraints:      56936
2958.08/2966.26	c #Conflicts:    4387000 | #Constraints:      57936
2958.08/2966.26	c #Conflicts:    4388000 | #Constraints:      58936
2958.08/2966.26	c #Conflicts:    4389000 | #Constraints:      59936
2958.08/2966.26	c #Conflicts:    4390000 | #Constraints:      60936
2958.08/2966.26	c #Conflicts:    4391000 | #Constraints:      61936
2958.08/2966.26	c #Conflicts:    4392000 | #Constraints:      62936
2958.08/2966.26	c #Conflicts:    4393000 | #Constraints:      63936
2958.08/2966.26	c #Conflicts:    4394000 | #Constraints:      64936
2958.08/2966.26	c #Conflicts:    4395000 | #Constraints:      65936
2958.08/2966.26	c #Conflicts:    4396000 | #Constraints:      66936
2958.08/2966.26	c #Conflicts:    4397000 | #Constraints:      67936
2958.08/2966.26	c #Conflicts:    4398000 | #Constraints:      68936
2958.08/2966.26	c #Conflicts:    4399000 | #Constraints:      69936
2958.08/2966.26	c #Conflicts:    4400000 | #Constraints:      70936
2958.08/2966.26	c #Conflicts:    4401000 | #Constraints:      71936
2958.08/2966.26	c #Conflicts:    4402000 | #Constraints:      72936
2958.08/2966.26	c #Conflicts:    4403000 | #Constraints:      73936
2958.08/2966.26	c #Conflicts:    4404000 | #Constraints:      74936
2958.08/2966.26	c #Conflicts:    4405000 | #Constraints:      75936
2958.08/2966.26	c #Conflicts:    4406000 | #Constraints:      76936
2958.08/2966.26	c #Conflicts:    4407000 | #Constraints:      77936
2958.08/2966.26	c #Conflicts:    4408000 | #Constraints:      78936
2958.08/2966.26	c #Conflicts:    4409000 | #Constraints:      79936
2958.08/2966.26	c #Conflicts:    4410000 | #Constraints:      80936
2958.08/2966.26	c #Conflicts:    4411000 | #Constraints:      81936
2958.08/2966.26	c #Conflicts:    4412000 | #Constraints:      82936
2958.08/2966.26	c #Conflicts:    4413000 | #Constraints:      83936
2958.08/2966.26	c #Conflicts:    4414000 | #Constraints:      84936
2958.08/2966.26	c #Conflicts:    4415000 | #Constraints:      85936
2958.08/2966.26	c #Conflicts:    4416000 | #Constraints:      86936
2958.08/2966.26	c #Conflicts:    4417000 | #Constraints:      87936
2958.08/2966.26	c #Conflicts:    4418000 | #Constraints:      88936
2958.08/2966.26	c #Conflicts:    4419000 | #Constraints:      89936
2958.08/2966.26	c #Conflicts:    4420000 | #Constraints:      90936
2958.08/2966.26	c #Conflicts:    4421000 | #Constraints:      91936
2958.08/2966.26	c #Conflicts:    4422000 | #Constraints:      92936
2958.08/2966.26	c INPROCESSING
2958.08/2966.26	c GARBAGE COLLECT
2958.08/2966.26	c #Conflicts:    4423000 | #Constraints:      52131
2958.08/2966.26	c #Conflicts:    4424000 | #Constraints:      53132
2958.08/2966.26	c #Conflicts:    4425000 | #Constraints:      54132
2958.08/2966.26	c #Conflicts:    4426000 | #Constraints:      55132
2958.08/2966.26	c #Conflicts:    4427000 | #Constraints:      56132
2958.08/2966.26	c #Conflicts:    4428000 | #Constraints:      57132
2958.08/2966.26	c #Conflicts:    4429000 | #Constraints:      58132
2958.08/2966.26	c #Conflicts:    4430000 | #Constraints:      59132
2958.08/2966.26	c #Conflicts:    4431000 | #Constraints:      60132
2958.08/2966.26	c #Conflicts:    4432000 | #Constraints:      61132
2958.08/2966.26	c #Conflicts:    4433000 | #Constraints:      62132
2958.08/2966.26	c #Conflicts:    4434000 | #Constraints:      63133
2958.08/2966.26	c #Conflicts:    4435000 | #Constraints:      64133
2958.08/2966.26	c #Conflicts:    4436000 | #Constraints:      65133
2958.08/2966.26	c #Conflicts:    4437000 | #Constraints:      66133
3009.55/3017.86	c #Conflicts:    4438000 | #Constraints:      67135
3009.55/3017.86	c #Conflicts:    4439000 | #Constraints:      68135
3009.55/3017.86	c #Conflicts:    4440000 | #Constraints:      69135
3009.55/3017.86	c #Conflicts:    4441000 | #Constraints:      70135
3009.55/3017.86	c #Conflicts:    4442000 | #Constraints:      71135
3009.55/3017.86	c #Conflicts:    4443000 | #Constraints:      72135
3009.55/3017.86	c #Conflicts:    4444000 | #Constraints:      73135
3009.55/3017.86	c #Conflicts:    4445000 | #Constraints:      74135
3009.55/3017.86	c #Conflicts:    4446000 | #Constraints:      75135
3009.55/3017.86	c #Conflicts:    4447000 | #Constraints:      76135
3009.55/3017.86	c #Conflicts:    4448000 | #Constraints:      77135
3009.55/3017.86	c #Conflicts:    4449000 | #Constraints:      78135
3009.55/3017.86	c #Conflicts:    4450000 | #Constraints:      79135
3009.55/3017.86	c #Conflicts:    4451000 | #Constraints:      80135
3009.55/3017.86	c #Conflicts:    4452000 | #Constraints:      81135
3009.55/3017.86	c #Conflicts:    4453000 | #Constraints:      82135
3009.55/3017.86	c #Conflicts:    4454000 | #Constraints:      83135
3009.55/3017.86	c #Conflicts:    4455000 | #Constraints:      84135
3009.55/3017.86	c #Conflicts:    4456000 | #Constraints:      85135
3009.55/3017.86	c #Conflicts:    4457000 | #Constraints:      86135
3009.55/3017.86	c #Conflicts:    4458000 | #Constraints:      87135
3009.55/3017.86	c #Conflicts:    4459000 | #Constraints:      88135
3009.55/3017.86	c #Conflicts:    4460000 | #Constraints:      89135
3009.55/3017.86	c #Conflicts:    4461000 | #Constraints:      90136
3009.55/3017.86	c #Conflicts:    4462000 | #Constraints:      91136
3009.55/3017.86	c #Conflicts:    4463000 | #Constraints:      92136
3009.55/3017.86	c #Conflicts:    4464000 | #Constraints:      93136
3009.55/3017.86	c INPROCESSING
3009.55/3017.86	c GARBAGE COLLECT
3009.55/3017.86	c #Conflicts:    4465000 | #Constraints:      52108
3009.55/3017.86	c #Conflicts:    4466000 | #Constraints:      53108
3009.55/3017.86	c #Conflicts:    4467000 | #Constraints:      54108
3009.55/3017.86	c #Conflicts:    4468000 | #Constraints:      55138
3009.55/3017.86	c #Conflicts:    4469000 | #Constraints:      56593
3009.55/3017.86	c #Conflicts:    4470000 | #Constraints:      57593
3009.55/3017.86	c #Conflicts:    4471000 | #Constraints:      58593
3009.55/3017.86	c #Conflicts:    4472000 | #Constraints:      59593
3009.55/3017.86	c #Conflicts:    4473000 | #Constraints:      60593
3009.55/3017.86	c #Conflicts:    4474000 | #Constraints:      61593
3009.55/3017.86	c #Conflicts:    4475000 | #Constraints:      62593
3009.55/3017.86	c #Conflicts:    4476000 | #Constraints:      63593
3009.55/3017.86	c #Conflicts:    4477000 | #Constraints:      64593
3009.55/3017.86	c #Conflicts:    4478000 | #Constraints:      65593
3009.55/3017.86	c #Conflicts:    4479000 | #Constraints:      66593
3009.55/3017.86	c #Conflicts:    4480000 | #Constraints:      67593
3009.55/3017.86	c #Conflicts:    4481000 | #Constraints:      68593
3009.55/3017.86	c #Conflicts:    4482000 | #Constraints:      69593
3009.55/3017.86	c #Conflicts:    4483000 | #Constraints:      70593
3009.55/3017.86	c #Conflicts:    4484000 | #Constraints:      71593
3009.55/3017.86	c #Conflicts:    4485000 | #Constraints:      72593
3009.55/3017.86	c #Conflicts:    4486000 | #Constraints:      73593
3009.55/3017.86	c #Conflicts:    4487000 | #Constraints:      74593
3009.55/3017.86	c #Conflicts:    4488000 | #Constraints:      75593
3009.55/3017.86	c #Conflicts:    4489000 | #Constraints:      76593
3009.55/3017.86	c #Conflicts:    4490000 | #Constraints:      77593
3009.55/3017.86	c #Conflicts:    4491000 | #Constraints:      78593
3009.55/3017.86	c #Conflicts:    4492000 | #Constraints:      79593
3009.55/3017.86	c #Conflicts:    4493000 | #Constraints:      80593
3009.55/3017.86	c #Conflicts:    4494000 | #Constraints:      81593
3009.55/3017.86	c #Conflicts:    4495000 | #Constraints:      82593
3009.55/3017.86	c #Conflicts:    4496000 | #Constraints:      83593
3009.55/3017.86	c #Conflicts:    4497000 | #Constraints:      84593
3009.55/3017.86	c #Conflicts:    4498000 | #Constraints:      85593
3009.55/3017.86	c #Conflicts:    4499000 | #Constraints:      86593
3009.55/3017.86	c #Conflicts:    4500000 | #Constraints:      87593
3009.55/3017.86	c #Conflicts:    4501000 | #Constraints:      88593
3009.55/3017.86	c #Conflicts:    4502000 | #Constraints:      89593
3009.55/3017.86	c #Conflicts:    4503000 | #Constraints:      90594
3009.55/3017.86	c #Conflicts:    4504000 | #Constraints:      91594
3009.55/3017.86	c #Conflicts:    4505000 | #Constraints:      92594
3009.55/3017.86	c #Conflicts:    4506000 | #Constraints:      93594
3009.55/3017.86	c INPROCESSING
3009.55/3017.86	c GARBAGE COLLECT
3009.55/3017.86	WSVECS04 Frhs2[7]: 6 0 20.928 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[11]: 6 -14.7353 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[15]: 6 -146.056 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[18]: 6 0 22.195 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[19]: 6 -0.927402 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[24]: 6 -1.68371 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[43]: 6 0 7.17936 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[51]: 6 -288.501 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[58]: 6 -0.998353 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[78]: 6 0 68.8713 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[81]: 6 -9.97872 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[82]: 6 -234.071 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[85]: 6 -2.70352 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[123]: 6 0 146.98 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[126]: 6 0 10.4263 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[128]: 6 0 4.80475 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[133]: 6 0 123.996 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[135]: 6 -223.621 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[137]: 6 -1.68186 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[138]: 6 0 205.084 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[155]: 6 -1.47194 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[176]: 6 0 1.36717 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[188]: 6 0 61.9565 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[202]: 6 0 45.7298 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[204]: 6 0 131.334 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[209]: 6 0 52.2027 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[215]: 6 -0.325691 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[222]: 6 -36.3248 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[225]: 6 0 26.3247 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[241]: 6 0 29.0227 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[246]: 6 0 1.19847 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[263]: 6 -86.8383 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[267]: 6 -59.9009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[273]: 6 0 52.0903 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[284]: 6 0 108.447 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[295]: 6 -169.053 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[317]: 6 -63.6288 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[357]: 6 0 71.5211 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[358]: 6 0 109.634 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[365]: 6 0 102.378 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[389]: 6 -11.5398 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[398]: 6 -0.844433 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[414]: 6 -34.9444 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[425]: 6 -10.9306 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[427]: 6 -34.0526 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[480]: 6 0 31.5621 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[485]: 6 0 68.7811 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[510]: 6 -39.5843 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[526]: 6 0 204.459 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[536]: 6 0 2.07745 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[538]: 6 0 32.2081 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[549]: 6 0 33.7944 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[552]: 6 0 3.53024 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[553]: 6 0 139.386 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[594]: 6 0 28.1507 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[595]: 6 0 7.69426 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[603]: 6 0 16.5173 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[619]: 6 -198.555 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[620]: 6 -9.92767 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[621]: 6 -40.88 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[626]: 6 -22.7205 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[634]: 6 0 6.93326 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[638]: 6 -1.05256 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[645]: 6 -21.4026 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[647]: 6 0 104.214 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[649]: 6 0 5.66176 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[657]: 6 -0.747403 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[673]: 6 0 27.5375 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[682]: 6 0 15.7502 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[684]: 6 -0.701901 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[689]: 6 0 29.1289 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[911]: 6 -0.999731 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[926]: 6 -1.00001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[955]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[975]: 6 -0.996317 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[995]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1020]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1033]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1035]: 6 0 19.2262 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1057]: 6 -11.5285 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1059]: 6 -8.57372 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1064]: 6 -165.678 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1065]: 6 -17.4913 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1066]: 6 -124.379 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1067]: 6 -9.76121 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1078]: 6 0 40.9279 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1079]: 6 0 37.887 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1088]: 6 -5.21546 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1095]: 6 -61.6259 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1102]: 6 0 8.12385 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1103]: 6 -76.2352 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1105]: 6 0 99.6253 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1116]: 6 0 5.22932 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1120]: 6 0 6.4995 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1127]: 6 -208.15 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1138]: 6 0 26.8592 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1142]: 6 -2.57616 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1145]: 6 -200.53 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1190]: 6 -245.61 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1191]: 6 -49.7507 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1195]: 6 0 72.9981 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1196]: 6 0 54.7289 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1197]: 6 0 55.9288 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1198]: 6 0 19.7105 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1205]: 6 -0.982849 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1213]: 6 0 10.9208 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1224]: 6 -1.26025 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1232]: 6 -0.989751 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1261]: 6 -1.01081 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1269]: 6 -1.00719 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1275]: 6 0 14.9312 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1278]: 6 -1.23578 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1290]: 6 0 565.031 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1300]: 6 -41.2915 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1302]: 6 -1.05897 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1313]: 6 -1.24499 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1346]: 6 0 66.5819 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1361]: 6 0 1.90781 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1362]: 6 -1.00691 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1370]: 6 -5.70406 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1397]: 6 -0.745287 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1404]: 6 0 16.9696 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1405]: 6 0 34.9398 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1416]: 6 0 107.712 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1417]: 6 -1.32295 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1438]: 6 -164.169 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1452]: 6 -16.0212 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1466]: 6 -1.00625 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1476]: 6 -15.1237 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1481]: 6 -761.542 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1519]: 6 -58.7291 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1534]: 6 0 4.44075 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1536]: 6 0 17.7932 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1537]: 6 0 12.6958 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1540]: 6 0 31.5803 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1542]: 6 -8.08029 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1546]: 6 -142.265 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1552]: 6 -47.0288 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1564]: 6 -0.998614 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1571]: 6 -5.26214 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1578]: 6 -46.3728 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1582]: 6 0 50.6208 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1585]: 6 -108.599 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1591]: 6 -58.5028 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1592]: 6 -8.45777 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1599]: 6 -1.40696 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1608]: 6 0 15.4772 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1609]: 6 0 75.4497 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1611]: 6 0 13.8068 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1612]: 6 -103.242 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1614]: 6 0 1.92963 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1620]: 6 -894.716 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1621]: 6 -8.09913 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1623]: 6 0 57.3556 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1626]: 6 -57.212 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1630]: 6 0 6.95976 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1631]: 6 -39.0197 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1632]: 6 -128.532 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1645]: 6 -5.53459 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1661]: 6 0 33.7849 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1684]: 6 0 49.9698 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1690]: 6 0 165.02 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1713]: 6 -16.8467 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1714]: 6 0 23.4942 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1728]: 6 -27.0395 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1739]: 6 0 22.6178 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1746]: 6 -1.09991 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1747]: 6 -57.8412 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1748]: 6 0 20.9674 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1960]: 6 -2.74764 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1971]: 6 0 44.1728 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1976]: 6 -583.4 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1980]: 6 -1599.02 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1981]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1987]: 6 0 166.421 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1989]: 6 -7.11889 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1993]: 6 -1.00001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1997]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[1999]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2001]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2009]: 6 -163.804 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2013]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2049]: 6 -1.00377 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2056]: 6 0 9.25519 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2072]: 6 -1.00095 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2076]: 6 -0.976675 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2078]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2085]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2094]: 6 -0.998757 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2097]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2104]: 6 -0.263358 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2108]: 6 -42.165 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2110]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2112]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2126]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2150]: 6 0 2.24286 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2167]: 6 0 13.5117 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2174]: 6 0 333.029 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2176]: 6 -72.6514 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2178]: 6 0 463.583 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2188]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2196]: 6 -0.0953886 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2197]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2204]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2208]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2215]: 6 -28.574 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2219]: 6 -145.439 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2223]: 6 -24.3728 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2229]: 6 -458.064 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2237]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2264]: 6 0 566.27 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2266]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2268]: 6 -1.01092 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2274]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2277]: 6 -0.999965 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2284]: 6 -0.998405 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2285]: 6 -0.996799 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2290]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2292]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2296]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2298]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2302]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2316]: 6 0 7.89002 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2346]: 6 0 4.22589 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2350]: 6 0 1003.39 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2355]: 6 -0.829009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2358]: 6 0 16.1117 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2360]: 6 -0.980375 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2362]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2374]: 6 0 136.841 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2379]: 6 -1.00055 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2382]: 6 -0.861176 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2388]: 6 -1.00498 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2390]: 6 0 3.55746 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2394]: 6 -19.9308 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2395]: 6 -1.75002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2401]: 6 -8.60165 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2402]: 6 0 106.28 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2436]: 6 0 1.10489 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2446]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2448]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2454]: 6 -1.00219 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2460]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2462]: 6 -0.999971 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2465]: 6 -0.99409 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2472]: 6 -1.00155 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2478]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2480]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2482]: 6 0 1.96104 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2484]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2490]: 6 -1.25004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2492]: 6 -1.25003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2498]: 6 0 7.93217 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2510]: 6 0 3.73496 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2513]: 6 -1.56287 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2518]: 6 -0.997231 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2535]: 6 -0.750361 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2542]: 6 -79.3466 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2543]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2546]: 6 -0.999681 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2547]: 6 -0.999446 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2550]: 6 -0.964896 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2551]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2553]: 6 -1.0703 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2554]: 6 -1.14057 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2556]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2557]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2561]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2564]: 6 0 3.49778 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2565]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2567]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2575]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2584]: 6 -0.998135 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2590]: 6 -5.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2591]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2602]: 6 0 15.7714 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2605]: 6 -0.987945 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2608]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2614]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2621]: 6 -0.967191 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2622]: 6 0 0.306555 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2624]: 6 0 15.0934 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2634]: 6 -3.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2635]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2638]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2639]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2643]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2646]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2648]: 6 -0.955019 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2650]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2651]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2654]: 6 -1.36059 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2655]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2658]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2659]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2670]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2671]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2673]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2675]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2677]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2680]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2682]: 6 -19.0488 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2683]: 6 -19.0488 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2701]: 6 0 387.245 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2705]: 6 -1.19073 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2709]: 6 -4.05275 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2720]: 6 -2.91216 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2723]: 6 -0.99861 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2728]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2730]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2738]: 6 -98.0612 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2744]: 6 -272.468 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2746]: 6 -0.977377 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2752]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2753]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2756]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2761]: 6 -0.996772 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2763]: 6 -0.996405 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2765]: 6 -0.986892 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2767]: 6 -0.985309 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2772]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2773]: 6 -0.672048 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2776]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2777]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2780]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2782]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2792]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2812]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2824]: 6 -29.9447 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2826]: 6 0 67.353 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2832]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2842]: 6 -7.43269 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2844]: 6 0 18.1345 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2851]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2854]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2859]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2868]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2872]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2873]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2876]: 6 -0.00333094 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2877]: 6 -0.00336955 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2880]: 6 -4.98678 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2881]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2890]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2896]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2910]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2914]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2919]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2922]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2923]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2926]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2927]: 6 -0.99984 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2929]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2935]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2938]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2940]: 6 -1.01191 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2941]: 6 -0.988837 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2943]: 6 -0.975821 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2944]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2948]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2949]: 6 -0.820562 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2952]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2958]: 6 0 4.91334 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2960]: 6 0 10.9661 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2966]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2967]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2970]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2971]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2974]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2975]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2978]: 6 -29.9526 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2981]: 6 -1.00018 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2994]: 6 -1.00599 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2995]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[2999]: 6 -1.17299 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3002]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3003]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3006]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3008]: 6 -0.81578 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3024]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3032]: 6 0 1.5232 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3039]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3045]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3048]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3049]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3052]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3053]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3056]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3060]: 6 -1.00001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3061]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3064]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3065]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3070]: 6 0 296.559 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3072]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3091]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3092]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3095]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3098]: 6 -1.20172 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3103]: 6 -0.752705 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3108]: 6 -0.340859 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3116]: 6 0 33.695 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3118]: 6 0 1175.72 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3120]: 6 0 1106.33 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3122]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3123]: 6 -1.00001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3130]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3131]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3134]: 6 -0.96091 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3135]: 6 -0.960906 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3137]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3139]: 6 -1.00086 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3142]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3152]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3153]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3156]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3157]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3164]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3168]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3180]: 6 -1.05878 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3208]: 6 -0.988482 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3209]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3217]: 6 -1.02763 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3220]: 6 -1.03316 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3221]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3225]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3228]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3229]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3232]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3233]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3238]: 6 -74.0287 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3239]: 6 -76.5213 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3243]: 6 -0.967828 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3248]: 6 -1.19392 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3252]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3253]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3256]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3257]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3259]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3262]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3268]: 6 -1.33598 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3276]: 6 -0.968877 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3278]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3290]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3301]: 6 0 9.30782 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3314]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3316]: 6 0 0.999537 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3320]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3324]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3326]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3334]: 6 -8.8299 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3342]: 6 0 8.34437 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3343]: 6 0 8.44935 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3347]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3348]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3352]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3355]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3358]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3359]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3367]: 6 -1.63256 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3372]: 6 -44.739 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3381]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3392]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3397]: 6 0 0.188137 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3415]: 6 -1.23039 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3422]: 6 0 7.984 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3428]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3429]: 6 -0.994538 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3432]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3438]: 6 0 4.75238 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3440]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3441]: 6 -0.998505 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3445]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3451]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3456]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3468]: 6 -0.999549 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3475]: 6 0 5.9514 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3487]: 6 -0.998978 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3496]: 6 -37.3419 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3497]: 6 -41.678 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3507]: 6 -77.5938 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3512]: 6 -1.01128 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3524]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3525]: 6 -14.9155 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3536]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3540]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3544]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3546]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3547]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3549]: 6 -1.00001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3552]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3563]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3566]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3582]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3600]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3602]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3610]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3614]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3616]: 6 0 0.910697 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3621]: 6 -19.8394 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3627]: 6 -1.05217 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3632]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3633]: 6 -0.583075 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3636]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3637]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3640]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3641]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3644]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3645]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3648]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3650]: 6 -15.962 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3651]: 6 -17.0979 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3652]: 6 -59.8414 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3666]: 6 -1.81454 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3672]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3683]: 6 0 12.8533 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3698]: 6 -79.1952 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3700]: 6 -118.856 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3704]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3705]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3710]: 6 -15.2294 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3711]: 6 -15.2294 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3718]: 6 0 0.786989 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3721]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3723]: 6 -1.01232 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3725]: 6 -1.7921 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3731]: 6 0 2.04888 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3734]: 6 0 36.9848 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3736]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3737]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3740]: 6 -1.25009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3741]: 6 -1.25004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3752]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3758]: 6 -114.416 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3766]: 6 -0.665792 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3767]: 6 0 1.52643 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3768]: 6 -1.79187 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3769]: 6 -1.0009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3771]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3773]: 6 -4.42065 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3775]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3778]: 6 0 53.4236 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3783]: 6 -0.969057 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3810]: 6 -0.600651 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3812]: 6 -0.489346 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3813]: 6 -1.76794 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3816]: 6 -4.1363 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3820]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3822]: 6 0 1.05714 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3828]: 6 -0.787172 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3829]: 6 -0.787009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3832]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3833]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3848]: 6 -81.2317 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3856]: 6 -346.443 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3864]: 6 -0.0403374 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3896]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3900]: 6 -1.012 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3902]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3904]: 6 -0.973102 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3913]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3916]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3922]: 6 0 4.74973 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3924]: 6 -1.00006 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3926]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3927]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3929]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3932]: 6 -1.25004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3933]: 6 -1.25004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3939]: 6 -7.82239 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3940]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3947]: 6 0 9.09612 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3954]: 6 -931.92 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3966]: 6 -1.09185 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3971]: 6 -3.20619 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3975]: 6 -18.1739 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3979]: 6 -35.8245 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3986]: 6 0 77.0173 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3987]: 6 -558.175 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3988]: 6 -576.675 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[3990]: 6 0 0.521276 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4000]: 6 -0.624336 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4002]: 6 -1.09994 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4018]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4020]: 6 0 1053.64 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4022]: 6 -4.42544 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4030]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4041]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4042]: 6 -38.5423 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4043]: 6 -12.8625 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4049]: 6 -0.907236 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4060]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4062]: 6 -1.00003 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4073]: 6 -3.84363 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4081]: 6 -0.684824 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4085]: 6 -1.00427 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4092]: 6 -0.993761 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4093]: 6 -924.373 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4096]: 6 -1907.1 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4098]: 6 -0.987059 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4100]: 6 -0.972044 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4104]: 6 -1.00004 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4116]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4118]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4119]: 6 -96.9943 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4122]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4124]: 6 0 246.348 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4126]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4139]: 6 -0.999313 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4140]: 6 -0.999925 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4157]: 6 -1.00005 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4172]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4173]: 6 -1.27598 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4178]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4179]: 6 -1.0001 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4189]: 6 0 5.86407 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4202]: 6 -1.06136 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4210]: 6 -1.00009 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4213]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4214]: 6 -14.7014 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4216]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4232]: 6 -1.00002 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4233]: 6 -0.876367 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4235]: 6 -0.19924 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4236]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4237]: 6 -1.00008 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4238]: 6 -1.00007 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4241]: 6 -2.12361 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4267]: 6 -1.19391 0 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4281]: 6 0 24.0901 shouldn't be
3009.55/3017.86	WSVECS04 Frhs2[4282]: 6 0 49.1802 shouldn't be
3088.64/3097.17	c #Conflicts:    4507000 | #Constraints:      52169
3088.64/3097.17	c #Conflicts:    4508000 | #Constraints:      53169
3088.64/3097.17	c #Conflicts:    4509000 | #Constraints:      54169
3088.64/3097.17	c #Conflicts:    4510000 | #Constraints:      55169
3088.64/3097.17	c #Conflicts:    4511000 | #Constraints:      56169
3088.64/3097.17	c #Conflicts:    4512000 | #Constraints:      57169
3088.64/3097.17	c #Conflicts:    4513000 | #Constraints:      58169
3088.64/3097.17	c #Conflicts:    4514000 | #Constraints:      59169
3088.64/3097.17	c #Conflicts:    4515000 | #Constraints:      60169
3088.64/3097.17	c #Conflicts:    4516000 | #Constraints:      61169
3088.64/3097.17	c #Conflicts:    4517000 | #Constraints:      62169
3088.64/3097.17	c #Conflicts:    4518000 | #Constraints:      63169
3088.64/3097.17	c #Conflicts:    4519000 | #Constraints:      64170
3088.64/3097.17	c #Conflicts:    4520000 | #Constraints:      65170
3088.64/3097.17	c #Conflicts:    4521000 | #Constraints:      66170
3088.64/3097.17	c #Conflicts:    4522000 | #Constraints:      67170
3088.64/3097.17	c #Conflicts:    4523000 | #Constraints:      68170
3088.64/3097.17	c #Conflicts:    4524000 | #Constraints:      69170
3088.64/3097.17	c #Conflicts:    4525000 | #Constraints:      70170
3088.64/3097.17	c #Conflicts:    4526000 | #Constraints:      71170
3088.64/3097.17	c #Conflicts:    4527000 | #Constraints:      72170
3088.64/3097.17	c #Conflicts:    4528000 | #Constraints:      73170
3088.64/3097.17	c #Conflicts:    4529000 | #Constraints:      74170
3088.64/3097.17	c #Conflicts:    4530000 | #Constraints:      75170
3088.64/3097.17	c #Conflicts:    4531000 | #Constraints:      76170
3088.64/3097.17	c #Conflicts:    4532000 | #Constraints:      77370
3088.64/3097.17	c #Conflicts:    4533000 | #Constraints:      78875
3088.64/3097.17	c #Conflicts:    4534000 | #Constraints:      80369
3088.64/3097.17	c #Conflicts:    4535000 | #Constraints:      81858
3088.64/3097.17	c #Conflicts:    4536000 | #Constraints:      83348
3088.64/3097.17	c #Conflicts:    4537000 | #Constraints:      84597
3088.64/3097.17	c #Conflicts:    4538000 | #Constraints:      85597
3088.64/3097.17	c #Conflicts:    4539000 | #Constraints:      86597
3088.64/3097.17	c #Conflicts:    4540000 | #Constraints:      87597
3088.64/3097.17	c #Conflicts:    4541000 | #Constraints:      88597
3088.64/3097.17	c #Conflicts:    4542000 | #Constraints:      89597
3088.64/3097.17	c #Conflicts:    4543000 | #Constraints:      90597
3088.64/3097.17	c #Conflicts:    4544000 | #Constraints:      91597
3088.64/3097.17	c #Conflicts:    4545000 | #Constraints:      92597
3088.64/3097.17	c #Conflicts:    4546000 | #Constraints:      93597
3088.64/3097.17	c #Conflicts:    4547000 | #Constraints:      94597
3088.64/3097.17	c #Conflicts:    4548000 | #Constraints:      95597
3088.64/3097.17	c #Conflicts:    4549000 | #Constraints:      96597
3088.64/3097.17	c INPROCESSING
3088.64/3097.17	c GARBAGE COLLECT
3088.64/3097.17	c #Conflicts:    4550000 | #Constraints:      53851
3088.64/3097.17	c #Conflicts:    4551000 | #Constraints:      54851
3088.64/3097.17	c #Conflicts:    4552000 | #Constraints:      55851
3088.64/3097.17	c #Conflicts:    4553000 | #Constraints:      56851
3088.64/3097.17	c #Conflicts:    4554000 | #Constraints:      57851
3088.64/3097.17	c #Conflicts:    4555000 | #Constraints:      58851
3088.64/3097.17	c #Conflicts:    4556000 | #Constraints:      59851
3088.64/3097.17	c #Conflicts:    4557000 | #Constraints:      60851
3088.64/3097.17	c #Conflicts:    4558000 | #Constraints:      61851
3088.64/3097.17	c #Conflicts:    4559000 | #Constraints:      62851
3088.64/3097.17	c #Conflicts:    4560000 | #Constraints:      63851
3088.64/3097.17	c #Conflicts:    4561000 | #Constraints:      64851
3088.64/3097.17	c #Conflicts:    4562000 | #Constraints:      65851
3088.64/3097.17	c #Conflicts:    4563000 | #Constraints:      66851
3088.64/3097.17	c #Conflicts:    4564000 | #Constraints:      67851
3088.64/3097.17	c #Conflicts:    4565000 | #Constraints:      68851
3088.64/3097.17	c #Conflicts:    4566000 | #Constraints:      69851
3088.64/3097.17	c #Conflicts:    4567000 | #Constraints:      70851
3088.64/3097.17	c #Conflicts:    4568000 | #Constraints:      71851
3088.64/3097.17	c #Conflicts:    4569000 | #Constraints:      72851
3088.64/3097.17	c #Conflicts:    4570000 | #Constraints:      73851
3088.64/3097.17	c #Conflicts:    4571000 | #Constraints:      74851
3088.64/3097.17	c #Conflicts:    4572000 | #Constraints:      75851
3088.64/3097.17	c #Conflicts:    4573000 | #Constraints:      76851
3088.64/3097.17	c #Conflicts:    4574000 | #Constraints:      77851
3088.64/3097.17	c #Conflicts:    4575000 | #Constraints:      78851
3088.64/3097.17	c #Conflicts:    4576000 | #Constraints:      79851
3088.64/3097.17	c #Conflicts:    4577000 | #Constraints:      80851
3088.64/3097.17	c #Conflicts:    4578000 | #Constraints:      81851
3088.64/3097.17	c #Conflicts:    4579000 | #Constraints:      82851
3088.64/3097.17	c #Conflicts:    4580000 | #Constraints:      83851
3088.64/3097.17	c #Conflicts:    4581000 | #Constraints:      84851
3088.64/3097.17	c #Conflicts:    4582000 | #Constraints:      85851
3088.64/3097.17	c #Conflicts:    4583000 | #Constraints:      86851
3088.64/3097.17	c #Conflicts:    4584000 | #Constraints:      87851
3088.64/3097.17	c #Conflicts:    4585000 | #Constraints:      88851
3208.33/3217.10	c #Conflicts:    4586000 | #Constraints:      89851
3208.33/3217.10	c #Conflicts:    4587000 | #Constraints:      90851
3208.33/3217.10	c #Conflicts:    4588000 | #Constraints:      91851
3208.33/3217.10	c #Conflicts:    4589000 | #Constraints:      92851
3208.33/3217.10	c #Conflicts:    4590000 | #Constraints:      93851
3208.33/3217.10	c #Conflicts:    4591000 | #Constraints:      94851
3208.33/3217.10	c #Conflicts:    4592000 | #Constraints:      95851
3208.33/3217.10	c INPROCESSING
3208.33/3217.10	c GARBAGE COLLECT
3208.33/3217.10	c #Conflicts:    4593000 | #Constraints:      53601
3208.33/3217.10	c #Conflicts:    4594000 | #Constraints:      54601
3208.33/3217.10	c #Conflicts:    4595000 | #Constraints:      55601
3208.33/3217.10	c #Conflicts:    4596000 | #Constraints:      56601
3208.33/3217.10	c #Conflicts:    4597000 | #Constraints:      57601
3208.33/3217.10	c #Conflicts:    4598000 | #Constraints:      58601
3208.33/3217.10	c #Conflicts:    4599000 | #Constraints:      59601
3208.33/3217.10	c #Conflicts:    4600000 | #Constraints:      60601
3208.33/3217.10	c #Conflicts:    4601000 | #Constraints:      61601
3208.33/3217.10	c #Conflicts:    4602000 | #Constraints:      62601
3208.33/3217.10	c #Conflicts:    4603000 | #Constraints:      63601
3208.33/3217.10	c #Conflicts:    4604000 | #Constraints:      64601
3208.33/3217.10	c #Conflicts:    4605000 | #Constraints:      65601
3208.33/3217.10	c #Conflicts:    4606000 | #Constraints:      66601
3208.33/3217.10	c #Conflicts:    4607000 | #Constraints:      67601
3208.33/3217.10	c #Conflicts:    4608000 | #Constraints:      68601
3208.33/3217.10	c #Conflicts:    4609000 | #Constraints:      69601
3208.33/3217.10	c #Conflicts:    4610000 | #Constraints:      70601
3208.33/3217.10	c #Conflicts:    4611000 | #Constraints:      71601
3208.33/3217.10	c #Conflicts:    4612000 | #Constraints:      72601
3208.33/3217.10	c #Conflicts:    4613000 | #Constraints:      73601
3208.33/3217.10	c #Conflicts:    4614000 | #Constraints:      74601
3208.33/3217.10	c #Conflicts:    4615000 | #Constraints:      75601
3208.33/3217.10	c #Conflicts:    4616000 | #Constraints:      76601
3208.33/3217.10	c #Conflicts:    4617000 | #Constraints:      77601
3208.33/3217.10	c #Conflicts:    4618000 | #Constraints:      78601
3208.33/3217.10	c #Conflicts:    4619000 | #Constraints:      79601
3208.33/3217.10	c #Conflicts:    4620000 | #Constraints:      80601
3208.33/3217.10	c #Conflicts:    4621000 | #Constraints:      81601
3208.33/3217.10	c #Conflicts:    4622000 | #Constraints:      82601
3208.33/3217.10	c #Conflicts:    4623000 | #Constraints:      83601
3208.33/3217.10	c #Conflicts:    4624000 | #Constraints:      84601
3208.33/3217.10	c #Conflicts:    4625000 | #Constraints:      85601
3208.33/3217.10	c #Conflicts:    4626000 | #Constraints:      86602
3208.33/3217.10	c #Conflicts:    4627000 | #Constraints:      87602
3208.33/3217.10	c #Conflicts:    4628000 | #Constraints:      88602
3208.33/3217.10	c #Conflicts:    4629000 | #Constraints:      89602
3208.33/3217.10	c #Conflicts:    4630000 | #Constraints:      90602
3208.33/3217.10	c #Conflicts:    4631000 | #Constraints:      91602
3208.33/3217.10	c #Conflicts:    4632000 | #Constraints:      92602
3208.33/3217.10	c #Conflicts:    4633000 | #Constraints:      93602
3208.33/3217.10	c #Conflicts:    4634000 | #Constraints:      94602
3208.33/3217.10	c #Conflicts:    4635000 | #Constraints:      95602
3208.33/3217.10	c INPROCESSING
3208.33/3217.10	c GARBAGE COLLECT
3208.33/3217.10	c #Conflicts:    4636000 | #Constraints:      53536
3208.33/3217.10	c #Conflicts:    4637000 | #Constraints:      54536
3208.33/3217.10	c #Conflicts:    4638000 | #Constraints:      55536
3208.33/3217.10	c #Conflicts:    4639000 | #Constraints:      56536
3208.33/3217.10	c #Conflicts:    4640000 | #Constraints:      57536
3208.33/3217.10	c #Conflicts:    4641000 | #Constraints:      58536
3208.33/3217.10	c #Conflicts:    4642000 | #Constraints:      59536
3208.33/3217.10	c #Conflicts:    4643000 | #Constraints:      60536
3208.33/3217.10	c #Conflicts:    4644000 | #Constraints:      61536
3208.33/3217.10	c #Conflicts:    4645000 | #Constraints:      62536
3208.33/3217.10	c #Conflicts:    4646000 | #Constraints:      63536
3208.33/3217.10	c #Conflicts:    4647000 | #Constraints:      64536
3208.33/3217.10	c #Conflicts:    4648000 | #Constraints:      65536
3208.33/3217.10	c #Conflicts:    4649000 | #Constraints:      66536
3208.33/3217.10	c #Conflicts:    4650000 | #Constraints:      67536
3208.33/3217.10	c #Conflicts:    4651000 | #Constraints:      68536
3208.33/3217.10	c #Conflicts:    4652000 | #Constraints:      69536
3208.33/3217.10	c #Conflicts:    4653000 | #Constraints:      70536
3208.33/3217.10	c #Conflicts:    4654000 | #Constraints:      71536
3208.33/3217.10	c #Conflicts:    4655000 | #Constraints:      72536
3208.33/3217.10	c #Conflicts:    4656000 | #Constraints:      73536
3208.33/3217.10	c #Conflicts:    4657000 | #Constraints:      74536
3208.33/3217.10	c #Conflicts:    4658000 | #Constraints:      75536
3208.33/3217.10	c #Conflicts:    4659000 | #Constraints:      76536
3208.33/3217.10	c #Conflicts:    4660000 | #Constraints:      77536
3208.33/3217.10	c #Conflicts:    4661000 | #Constraints:      78536
3208.33/3217.10	c #Conflicts:    4662000 | #Constraints:      79536
3346.17/3355.31	c #Conflicts:    4663000 | #Constraints:      80536
3346.17/3355.31	c #Conflicts:    4664000 | #Constraints:      81536
3346.17/3355.31	c #Conflicts:    4665000 | #Constraints:      82536
3346.17/3355.31	c #Conflicts:    4666000 | #Constraints:      83536
3346.17/3355.31	c #Conflicts:    4667000 | #Constraints:      84536
3346.17/3355.31	c #Conflicts:    4668000 | #Constraints:      85536
3346.17/3355.31	c #Conflicts:    4669000 | #Constraints:      86536
3346.17/3355.31	c #Conflicts:    4670000 | #Constraints:      87536
3346.17/3355.31	c #Conflicts:    4671000 | #Constraints:      88536
3346.17/3355.31	c #Conflicts:    4672000 | #Constraints:      89536
3346.17/3355.31	c #Conflicts:    4673000 | #Constraints:      90536
3346.17/3355.31	c #Conflicts:    4674000 | #Constraints:      91536
3346.17/3355.31	c #Conflicts:    4675000 | #Constraints:      92536
3346.17/3355.31	c #Conflicts:    4676000 | #Constraints:      93536
3346.17/3355.31	c #Conflicts:    4677000 | #Constraints:      94536
3346.17/3355.31	c #Conflicts:    4678000 | #Constraints:      95536
3346.17/3355.31	c INPROCESSING
3346.17/3355.31	c GARBAGE COLLECT
3346.17/3355.31	c #Conflicts:    4679000 | #Constraints:      53377
3346.17/3355.31	c #Conflicts:    4680000 | #Constraints:      54377
3346.17/3355.31	c #Conflicts:    4681000 | #Constraints:      55377
3346.17/3355.31	c #Conflicts:    4682000 | #Constraints:      56377
3346.17/3355.31	c #Conflicts:    4683000 | #Constraints:      57377
3346.17/3355.31	c #Conflicts:    4684000 | #Constraints:      58377
3346.17/3355.31	c #Conflicts:    4685000 | #Constraints:      59377
3346.17/3355.31	c #Conflicts:    4686000 | #Constraints:      60377
3346.17/3355.31	c #Conflicts:    4687000 | #Constraints:      61377
3346.17/3355.31	c #Conflicts:    4688000 | #Constraints:      62377
3346.17/3355.31	c #Conflicts:    4689000 | #Constraints:      63377
3346.17/3355.31	c #Conflicts:    4690000 | #Constraints:      64377
3346.17/3355.31	c #Conflicts:    4691000 | #Constraints:      65377
3346.17/3355.31	c #Conflicts:    4692000 | #Constraints:      66377
3346.17/3355.31	c #Conflicts:    4693000 | #Constraints:      67377
3346.17/3355.31	c #Conflicts:    4694000 | #Constraints:      68377
3346.17/3355.31	c #Conflicts:    4695000 | #Constraints:      69377
3346.17/3355.31	c #Conflicts:    4696000 | #Constraints:      70377
3346.17/3355.31	c #Conflicts:    4697000 | #Constraints:      71377
3346.17/3355.31	c #Conflicts:    4698000 | #Constraints:      72377
3346.17/3355.31	c #Conflicts:    4699000 | #Constraints:      73377
3346.17/3355.31	c #Conflicts:    4700000 | #Constraints:      74377
3346.17/3355.31	c #Conflicts:    4701000 | #Constraints:      75377
3346.17/3355.31	c #Conflicts:    4702000 | #Constraints:      76377
3346.17/3355.31	c #Conflicts:    4703000 | #Constraints:      77379
3346.17/3355.31	c #Conflicts:    4704000 | #Constraints:      78379
3346.17/3355.31	c #Conflicts:    4705000 | #Constraints:      79379
3346.17/3355.31	c #Conflicts:    4706000 | #Constraints:      80379
3346.17/3355.31	c #Conflicts:    4707000 | #Constraints:      81380
3346.17/3355.31	c #Conflicts:    4708000 | #Constraints:      82380
3346.17/3355.31	c #Conflicts:    4709000 | #Constraints:      83380
3346.17/3355.31	c #Conflicts:    4710000 | #Constraints:      84380
3346.17/3355.31	c #Conflicts:    4711000 | #Constraints:      85380
3346.17/3355.31	c #Conflicts:    4712000 | #Constraints:      86380
3346.17/3355.31	c #Conflicts:    4713000 | #Constraints:      87380
3346.17/3355.31	c #Conflicts:    4714000 | #Constraints:      88380
3346.17/3355.31	c #Conflicts:    4715000 | #Constraints:      89380
3346.17/3355.31	c #Conflicts:    4716000 | #Constraints:      90735
3346.17/3355.31	c #Conflicts:    4717000 | #Constraints:      92283
3346.17/3355.31	c #Conflicts:    4718000 | #Constraints:      93822
3346.17/3355.31	c #Conflicts:    4719000 | #Constraints:      95363
3346.17/3355.31	c #Conflicts:    4720000 | #Constraints:      96884
3346.17/3355.31	c #Conflicts:    4721000 | #Constraints:      98417
3346.17/3355.31	c INPROCESSING
3346.17/3355.31	c GARBAGE COLLECT
3346.17/3355.31	WSVECS04 Frhs2[5]: 6 -2.20317 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[6]: 6 -2.06253 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[35]: 6 -0.656264 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[57]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[62]: 6 -1.31254 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[65]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[81]: 6 -1.00008 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[102]: 6 -1.75002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[110]: 6 -1.00009 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[124]: 6 -1.00001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[129]: 6 -1.00009 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[130]: 6 -1.0001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[139]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[149]: 6 -1.00008 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[173]: 6 -1.00001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[182]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[186]: 6 -1.0001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[190]: 6 -1.31251 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[193]: 6 -1.00008 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[194]: 6 -1.20317 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[199]: 6 -0.765711 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[208]: 6 -1.00008 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[213]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[221]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[225]: 6 -1.25003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[252]: 6 -1.32818 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[255]: 6 -1.25006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[258]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[285]: 6 -1.31252 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[288]: 6 -1.25005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[291]: 6 -1.00005 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[350]: 6 -1.25007 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
3346.17/3355.31	WSVECS04 Frhs2[372]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[380]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[391]: 6 -1.2344 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[393]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[399]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[422]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[427]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[442]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[444]: 6 -1.17196 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[447]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[479]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[505]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[510]: 6 -1.3126 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[513]: 6 -1.31251 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[530]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[534]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[536]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[538]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[549]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[551]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[559]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[575]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[578]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[582]: 6 -3.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[583]: 6 -2.23441 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[587]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[592]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[603]: 6 -1.31254 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[629]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[631]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[637]: 6 -1.31259 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[639]: 6 -1.2501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[647]: 6 -1.23444 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[656]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[680]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[683]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[685]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[689]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[690]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[692]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[707]: 6 -1.31259 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[719]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[721]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[725]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[727]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[732]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[955]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[961]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1004]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1007]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1018]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1057]: 6 -1.50003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1060]: 6 -0.671961 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1062]: 6 -0.937555 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1063]: 6 -0.687587 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1064]: 6 -0.750044 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1067]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1073]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1080]: 6 -1.15627 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1083]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1085]: 6 -1.5782 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1086]: 6 -0.656327 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1088]: 6 -1.06252 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1092]: 6 -0.890679 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1096]: 6 -1.25001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1099]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1101]: 6 -1.10007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1105]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1106]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1112]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1122]: 6 -0.906277 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1123]: 6 -1.25001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1124]: 6 -0.625094 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1125]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1126]: 6 -0.500041 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1130]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1132]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1138]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1139]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1147]: 6 -1.25004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1150]: 6 -1.3282 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1153]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1154]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1158]: 6 -0.937583 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1164]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1167]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1171]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1173]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1175]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1176]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1186]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1191]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1205]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1212]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1222]: 6 -1.31254 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1229]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1230]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1241]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1253]: 6 -1.12507 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1255]: 6 -0.50006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1260]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1275]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1288]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1297]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1303]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1304]: 6 -1.31259 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1305]: 6 -1.31256 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1310]: 6 -1.21879 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1313]: 6 -1.87509 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1314]: 6 -1.50003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1346]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1347]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1350]: 6 -0.687577 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1361]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1367]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1373]: 6 -0.75009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1393]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1401]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1410]: 6 -0.687595 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1416]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1421]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1422]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1429]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1431]: 6 -1.31255 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1438]: 6 -0.750095 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1462]: 6 -1.40631 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1467]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1476]: 6 -2.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1477]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1479]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1498]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1507]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1508]: 6 -0.68756 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1517]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1525]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1527]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1540]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1545]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1549]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1562]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1564]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1565]: 6 -1.31259 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1569]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1571]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1594]: 6 -1.25008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1601]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1602]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1604]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1605]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1606]: 6 -1.31252 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1609]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1614]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1619]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1622]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1625]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1626]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1629]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1631]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1645]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1658]: 6 -1.25001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1659]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1660]: 6 -0.687577 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1663]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1678]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1683]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1692]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1694]: 6 -0.687564 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1709]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1716]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1721]: 6 -1.2501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1728]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1753]: 6 -1.31257 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1767]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1773]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1955]: 6 -1.33209 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1973]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1975]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1978]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1980]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1981]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1984]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1991]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1993]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[1997]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2004]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2008]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2009]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2011]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2049]: 6 -1.32817 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2054]: 6 -2.37502 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2058]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2062]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2064]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2066]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2067]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2070]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2073]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2076]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2078]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2080]: 6 -3.08579 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2081]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2084]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2087]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2093]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2100]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2101]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2104]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2106]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2122]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2130]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2138]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2145]: 6 -1.34378 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2149]: 6 -1.37507 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2156]: 6 0 1.00005 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2160]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2161]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2164]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2165]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2168]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2172]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2176]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2183]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2187]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2196]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2200]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2202]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2206]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2207]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2213]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2215]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2225]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2227]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2229]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2231]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2233]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2236]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2237]: 6 -1.12501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2239]: 6 -1.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2245]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2248]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2249]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2252]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2254]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2256]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2258]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2260]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2264]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2265]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2268]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2270]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2274]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2276]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2280]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2281]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2284]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2285]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2288]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2290]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2292]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2293]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2296]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2297]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2298]: 6 -1.12507 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2300]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2306]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2307]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2310]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2313]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2320]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2321]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2324]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2325]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2326]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2332]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2337]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2339]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2341]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2344]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2348]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2352]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2353]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2356]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2357]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2360]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2363]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2366]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2370]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2373]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2378]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2379]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2382]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2384]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2386]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2388]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2389]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2392]: 6 -1.2501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2394]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2395]: 6 -0.750041 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2399]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2401]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2403]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2410]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2411]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2415]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2417]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2420]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2421]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2426]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2431]: 6 -1.25004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2434]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2435]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2438]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2442]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2443]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2446]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2447]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2460]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2461]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2466]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2467]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2470]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2471]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2474]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2475]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2478]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2479]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2482]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2484]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2488]: 6 -1.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2489]: 6 -1.31255 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2499]: 6 -1.25004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2506]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2513]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2515]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2527]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2528]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2529]: 6 -1.20316 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2537]: 6 -1.25008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2541]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2544]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2545]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2548]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2550]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2552]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2554]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2556]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2558]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2560]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2562]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2564]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2566]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2568]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2570]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2572]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2574]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2576]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2577]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2580]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2584]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2585]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2588]: 6 -0.500011 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2592]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2595]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2611]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2624]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2630]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2632]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2634]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2635]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2639]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2641]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2643]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2646]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2648]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2649]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2652]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2654]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2663]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2665]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2667]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2675]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2677]: 6 -1.3282 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2681]: 6 -1.31252 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2700]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2701]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2702]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2704]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2705]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2707]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2709]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2714]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2719]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2720]: 6 -1.2501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2731]: 6 -3.50006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2734]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2737]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2746]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2748]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2750]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2751]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2754]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2755]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2758]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2762]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2765]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2767]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2770]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2772]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2773]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2776]: 6 -1.31256 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2779]: 6 -0.625062 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2788]: 6 -1.4063 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2794]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2795]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2798]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2800]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2809]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2825]: 6 -2.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2828]: 6 0 1.50006 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2831]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2833]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2835]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2837]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2840]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2842]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2847]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2851]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2854]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2858]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2861]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2864]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2865]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2868]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2870]: 6 -1.25004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2871]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2877]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2880]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2883]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2890]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2895]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2896]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2900]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2902]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2903]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2904]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2905]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2913]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2915]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2917]: 6 -1.31251 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2926]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2928]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2929]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2932]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2936]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2938]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2939]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2942]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2944]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2945]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2948]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2949]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2953]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2956]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2958]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2960]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2964]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2965]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2968]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2969]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2973]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2976]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2979]: 6 -1.12505 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2980]: 6 -1.25007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2992]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2994]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2997]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[2998]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3001]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3009]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3018]: 6 -3.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3021]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3026]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3027]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3030]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3031]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3033]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3035]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3038]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3039]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3041]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3044]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3045]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3048]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3052]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3053]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3055]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3057]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3060]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3061]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3064]: 6 -1.2501 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3065]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3075]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3077]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3078]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3090]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3092]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3098]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3104]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3105]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3107]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3110]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3115]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3118]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3119]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3121]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3123]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3125]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3129]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3134]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3135]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3137]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3139]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3144]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3146]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3148]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3149]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3156]: 6 -1.31259 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3161]: 6 -0.625042 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3167]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3174]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3176]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3177]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3183]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3200]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3203]: 6 -1.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3210]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3211]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3215]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3218]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3224]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3225]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3228]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3230]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3232]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3234]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3236]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3238]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3239]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3243]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3246]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3249]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3252]: 6 -1.32819 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3259]: 6 -0.625019 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3271]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3287]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3290]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3292]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3297]: 6 -1.32814 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3301]: 6 -1.31252 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3305]: 6 -1.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3312]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3314]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3316]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3318]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3320]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3321]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3326]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3330]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3333]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3335]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3339]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3343]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3345]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3348]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3349]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3352]: 6 -1.3126 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3353]: 6 -1.31253 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3359]: 6 -0.500089 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3372]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3375]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3379]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3380]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3381]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3387]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3393]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3396]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3408]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3409]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3416]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3417]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3420]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3422]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3423]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3427]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3430]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3431]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3433]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3444]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3448]: 6 -1.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3451]: 6 -0.37506 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3453]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3455]: 6 -0.500084 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3466]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3476]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3478]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3481]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3484]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3489]: 6 -1.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3499]: 6 -0.500067 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3504]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3505]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3508]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3509]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3512]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3513]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3516]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3517]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3519]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3521]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3523]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3526]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3528]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3529]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3532]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3536]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3537]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3540]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3541]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3544]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3547]: 6 -1.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3551]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3554]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3557]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3573]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3577]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3582]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3583]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3587]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3594]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3595]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3597]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3600]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3601]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3604]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3605]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3608]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3609]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3612]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3613]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3616]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3631]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3633]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3635]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3637]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3644]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3648]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3650]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3669]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3673]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3674]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3677]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3682]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3684]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3685]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3688]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3690]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3692]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3694]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3696]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3698]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3699]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3702]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3703]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3706]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3707]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3710]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3713]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3715]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3717]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3719]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3721]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3723]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3728]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3729]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3732]: 6 -1.31254 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3733]: 6 -1.31254 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3737]: 6 -1.25009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3741]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3743]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3745]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3748]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3750]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3751]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3755]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3767]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3768]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3771]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3773]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3778]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3782]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3783]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3786]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3788]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3789]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3792]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3793]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3795]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3797]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3802]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3803]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3809]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3812]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3824]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3826]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3828]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3832]: 6 -1.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3833]: 6 -1.31253 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3841]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3842]: 6 -0.750019 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3846]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3849]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3850]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3858]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3863]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3867]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3872]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3874]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3876]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3877]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3880]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3881]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3884]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3885]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3888]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3889]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3892]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3896]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3899]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3902]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3903]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3906]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3907]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3910]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3913]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3914]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3918]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3920]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3922]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3924]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3926]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3928]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3929]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3932]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3935]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3939]: 6 -1.25006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3942]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3943]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3945]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3947]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3949]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3950]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3951]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3952]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3959]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3965]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3966]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3967]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3969]: 6 -1.25002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3975]: 6 -0.500083 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3978]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3984]: 6 -5.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3986]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3987]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3989]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3992]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3996]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[3997]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4004]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4005]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4010]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4014]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4018]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4022]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4023]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4026]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4030]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4031]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4035]: 6 -1.00004 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4041]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4044]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4047]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4052]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4053]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4055]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4059]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4060]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4068]: 6 -1.31258 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4079]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4081]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4084]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4085]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4089]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4092]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4094]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4096]: 6 -1.00005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4098]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4102]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4104]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4106]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4107]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4110]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4112]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4113]: 6 -1.00008 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4118]: 6 -1.25003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4119]: 6 -1.25005 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4123]: 6 -0.375024 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4126]: 6 -1.00001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4157]: 6 -1.00006 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4172]: 6 -1.0001 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4173]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4189]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4210]: 6 -1.00009 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4214]: 6 -1.00007 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4215]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4280]: 6 -1.00003 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4281]: 6 -1.00002 0 shouldn't be
3346.17/3355.32	WSVECS04 Frhs2[4282]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[63]: 6 -1.62503 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[98]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[103]: 6 -2.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[121]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[127]: 6 -1.25009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[158]: 6 -1.25006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[187]: 6 -1.25004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[191]: 6 -1.25008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[211]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[275]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[277]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[281]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[296]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[307]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[314]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[362]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[373]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[387]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[396]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[403]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[405]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[406]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[412]: 6 -1.31255 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[425]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[435]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[450]: 6 -1.32819 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[539]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[577]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[581]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[633]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[659]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[663]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[686]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[697]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[703]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[939]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[981]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1009]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1081]: 6 -1.31257 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1087]: 6 -1.31254 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1093]: 6 -1.25008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1113]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1116]: 6 -0.843768 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1140]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1144]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1179]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1238]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1249]: 6 -1.12508 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1293]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1317]: 6 -1.37502 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1318]: 6 -2.25001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1340]: 6 -2.50008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1348]: 6 -0.921969 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1412]: 6 -1.06259 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1415]: 6 -1.25008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1453]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1464]: 6 -1.31256 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1473]: 6 -0.93752 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1480]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1557]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1579]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1596]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1598]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[1628]: 6 -0.750047 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2126]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2153]: 6 -1.50007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2157]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2223]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2303]: 6 -0.500013 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2375]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2422]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2427]: 6 -1.2501 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2428]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2500]: 6 -1.31256 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2504]: 6 -1.00001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2516]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2517]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2533]: 6 -0.812572 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2539]: 6 -0.500055 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2657]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2683]: 6 -0.625031 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2741]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2796]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2829]: 6 -0.500057 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2891]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2923]: 6 -0.500017 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2982]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[2996]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3023]: 6 -1.00009 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3076]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3122]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3138]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3140]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3172]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3185]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3195]: 6 -1.25002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3213]: 6 -1.00005 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3253]: 6 -0.671929 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3371]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3399]: 6 -0.691472 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3401]: 6 -1.61729 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3459]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3467]: 6 -1.00008 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3545]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3555]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3576]: 6 -1.00004 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3591]: 6 -1.00007 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3649]: 6 -1.00003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3661]: 6 -1.00002 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3672]: 6 -1.0001 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[3749]: 6 -1.00006 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[4061]: 6 -1.25003 0 shouldn't be
3347.56/3356.73	WSVECS04 Frhs2[4216]: 6 -1.00009 0 shouldn't be
3468.76/3478.20	c #Conflicts:    4722000 | #Constraints:      54757
3468.76/3478.20	c #Conflicts:    4723000 | #Constraints:      55757
3468.76/3478.20	c #Conflicts:    4724000 | #Constraints:      56757
3468.76/3478.20	c #Conflicts:    4725000 | #Constraints:      57757
3468.76/3478.20	c #Conflicts:    4726000 | #Constraints:      58757
3468.76/3478.20	c #Conflicts:    4727000 | #Constraints:      59757
3468.76/3478.20	c #Conflicts:    4728000 | #Constraints:      60757
3468.76/3478.20	c #Conflicts:    4729000 | #Constraints:      61757
3468.76/3478.20	c #Conflicts:    4730000 | #Constraints:      62757
3468.76/3478.20	c #Conflicts:    4731000 | #Constraints:      63757
3468.76/3478.20	c #Conflicts:    4732000 | #Constraints:      64757
3468.76/3478.20	c #Conflicts:    4733000 | #Constraints:      65757
3468.76/3478.20	c #Conflicts:    4734000 | #Constraints:      66757
3468.76/3478.20	c #Conflicts:    4735000 | #Constraints:      67757
3468.76/3478.20	c #Conflicts:    4736000 | #Constraints:      68757
3468.76/3478.20	c #Conflicts:    4737000 | #Constraints:      69757
3468.76/3478.20	c #Conflicts:    4738000 | #Constraints:      70757
3468.76/3478.20	c #Conflicts:    4739000 | #Constraints:      71757
3468.76/3478.20	c #Conflicts:    4740000 | #Constraints:      72757
3468.76/3478.20	c #Conflicts:    4741000 | #Constraints:      73757
3468.76/3478.20	c #Conflicts:    4742000 | #Constraints:      74757
3468.76/3478.20	c #Conflicts:    4743000 | #Constraints:      75757
3468.76/3478.20	c #Conflicts:    4744000 | #Constraints:      76757
3468.76/3478.20	c #Conflicts:    4745000 | #Constraints:      77757
3468.76/3478.20	c #Conflicts:    4746000 | #Constraints:      78757
3468.76/3478.20	c #Conflicts:    4747000 | #Constraints:      79757
3468.76/3478.20	c #Conflicts:    4748000 | #Constraints:      80757
3468.76/3478.20	c #Conflicts:    4749000 | #Constraints:      81757
3468.76/3478.20	c #Conflicts:    4750000 | #Constraints:      82757
3468.76/3478.20	c #Conflicts:    4751000 | #Constraints:      83757
3468.76/3478.20	c #Conflicts:    4752000 | #Constraints:      84757
3468.76/3478.20	c #Conflicts:    4753000 | #Constraints:      85757
3468.76/3478.20	c #Conflicts:    4754000 | #Constraints:      86757
3468.76/3478.20	c #Conflicts:    4755000 | #Constraints:      87757
3468.76/3478.20	c #Conflicts:    4756000 | #Constraints:      88757
3468.76/3478.20	c #Conflicts:    4757000 | #Constraints:      89757
3468.76/3478.20	c #Conflicts:    4758000 | #Constraints:      90757
3468.76/3478.20	c #Conflicts:    4759000 | #Constraints:      91757
3468.76/3478.20	c #Conflicts:    4760000 | #Constraints:      92757
3468.76/3478.20	c #Conflicts:    4761000 | #Constraints:      93757
3468.76/3478.20	c #Conflicts:    4762000 | #Constraints:      94757
3468.76/3478.20	c #Conflicts:    4763000 | #Constraints:      95757
3468.76/3478.20	c #Conflicts:    4764000 | #Constraints:      96757
3468.76/3478.20	c #Conflicts:    4765000 | #Constraints:      97757
3468.76/3478.20	c INPROCESSING
3468.76/3478.20	c GARBAGE COLLECT
3468.76/3478.20	c #Conflicts:    4766000 | #Constraints:      54463
3468.76/3478.20	c #Conflicts:    4767000 | #Constraints:      55463
3468.76/3478.20	c #Conflicts:    4768000 | #Constraints:      56463
3468.76/3478.20	c #Conflicts:    4769000 | #Constraints:      57463
3468.76/3478.20	c #Conflicts:    4770000 | #Constraints:      58463
3468.76/3478.20	c #Conflicts:    4771000 | #Constraints:      59463
3468.76/3478.20	c #Conflicts:    4772000 | #Constraints:      60463
3468.76/3478.20	c #Conflicts:    4773000 | #Constraints:      61463
3468.76/3478.20	c #Conflicts:    4774000 | #Constraints:      62463
3468.76/3478.20	c #Conflicts:    4775000 | #Constraints:      63463
3468.76/3478.20	c #Conflicts:    4776000 | #Constraints:      64463
3468.76/3478.20	c #Conflicts:    4777000 | #Constraints:      65463
3468.76/3478.20	c #Conflicts:    4778000 | #Constraints:      66463
3468.76/3478.20	c #Conflicts:    4779000 | #Constraints:      67463
3468.76/3478.20	c #Conflicts:    4780000 | #Constraints:      68463
3468.76/3478.20	c #Conflicts:    4781000 | #Constraints:      69463
3468.76/3478.20	c #Conflicts:    4782000 | #Constraints:      70463
3468.76/3478.20	c #Conflicts:    4783000 | #Constraints:      71463
3468.76/3478.20	c #Conflicts:    4784000 | #Constraints:      72463
3468.76/3478.20	c #Conflicts:    4785000 | #Constraints:      73463
3468.76/3478.20	c #Conflicts:    4786000 | #Constraints:      74463
3468.76/3478.20	c #Conflicts:    4787000 | #Constraints:      75463
3468.76/3478.20	c #Conflicts:    4788000 | #Constraints:      76463
3468.76/3478.20	c #Conflicts:    4789000 | #Constraints:      77463
3468.76/3478.20	c #Conflicts:    4790000 | #Constraints:      78463
3468.76/3478.20	c #Conflicts:    4791000 | #Constraints:      79463
3468.76/3478.20	c #Conflicts:    4792000 | #Constraints:      80463
3468.76/3478.20	c #Conflicts:    4793000 | #Constraints:      81463
3468.76/3478.20	c #Conflicts:    4794000 | #Constraints:      82463
3468.76/3478.20	c #Conflicts:    4795000 | #Constraints:      83463
3468.76/3478.20	c #Conflicts:    4796000 | #Constraints:      84463
3468.76/3478.20	c #Conflicts:    4797000 | #Constraints:      85463
3468.76/3478.20	c #Conflicts:    4798000 | #Constraints:      86463
3468.76/3478.20	c #Conflicts:    4799000 | #Constraints:      87463
3468.76/3478.20	c #Conflicts:    4800000 | #Constraints:      88463
3577.18/3586.99	c #Conflicts:    4801000 | #Constraints:      89463
3577.18/3586.99	c #Conflicts:    4802000 | #Constraints:      90463
3577.18/3586.99	c #Conflicts:    4803000 | #Constraints:      91463
3577.18/3586.99	c #Conflicts:    4804000 | #Constraints:      92463
3577.18/3586.99	c #Conflicts:    4805000 | #Constraints:      93463
3577.18/3586.99	c #Conflicts:    4806000 | #Constraints:      94463
3577.18/3586.99	c #Conflicts:    4807000 | #Constraints:      95463
3577.18/3586.99	c #Conflicts:    4808000 | #Constraints:      96463
3577.18/3586.99	c #Conflicts:    4809000 | #Constraints:      97463
3577.18/3586.99	c INPROCESSING
3577.18/3586.99	c GARBAGE COLLECT
3577.18/3586.99	c #Conflicts:    4810000 | #Constraints:      54435
3577.18/3586.99	c #Conflicts:    4811000 | #Constraints:      55435
3577.18/3586.99	c #Conflicts:    4812000 | #Constraints:      56435
3577.18/3586.99	c #Conflicts:    4813000 | #Constraints:      57435
3577.18/3586.99	c #Conflicts:    4814000 | #Constraints:      58435
3577.18/3586.99	c #Conflicts:    4815000 | #Constraints:      59435
3577.18/3586.99	c #Conflicts:    4816000 | #Constraints:      60435
3577.18/3586.99	c #Conflicts:    4817000 | #Constraints:      61435
3577.18/3586.99	c #Conflicts:    4818000 | #Constraints:      62435
3577.18/3586.99	c #Conflicts:    4819000 | #Constraints:      63435
3577.18/3586.99	c #Conflicts:    4820000 | #Constraints:      64435
3577.18/3586.99	c #Conflicts:    4821000 | #Constraints:      65435
3577.18/3586.99	c #Conflicts:    4822000 | #Constraints:      66435
3577.18/3586.99	c #Conflicts:    4823000 | #Constraints:      67435
3577.18/3586.99	c #Conflicts:    4824000 | #Constraints:      68435
3577.18/3586.99	c #Conflicts:    4825000 | #Constraints:      69435
3577.18/3586.99	c #Conflicts:    4826000 | #Constraints:      70435
3577.18/3586.99	c #Conflicts:    4827000 | #Constraints:      71435
3577.18/3586.99	c #Conflicts:    4828000 | #Constraints:      72435
3577.18/3586.99	c #Conflicts:    4829000 | #Constraints:      73435
3577.18/3586.99	c #Conflicts:    4830000 | #Constraints:      74435
3577.18/3586.99	c #Conflicts:    4831000 | #Constraints:      75435
3577.18/3586.99	c #Conflicts:    4832000 | #Constraints:      76435
3577.18/3586.99	c #Conflicts:    4833000 | #Constraints:      77435
3577.18/3586.99	c #Conflicts:    4834000 | #Constraints:      78435
3577.18/3586.99	c #Conflicts:    4835000 | #Constraints:      79435
3577.18/3586.99	c #Conflicts:    4836000 | #Constraints:      80435
3577.18/3586.99	c #Conflicts:    4837000 | #Constraints:      81435
3577.18/3586.99	c #Conflicts:    4838000 | #Constraints:      82435
3577.18/3586.99	c #Conflicts:    4839000 | #Constraints:      83435
3577.18/3586.99	c #Conflicts:    4840000 | #Constraints:      84435
3577.18/3586.99	c #Conflicts:    4841000 | #Constraints:      85435
3577.18/3586.99	c #Conflicts:    4842000 | #Constraints:      86435
3577.18/3586.99	c #Conflicts:    4843000 | #Constraints:      87435
3577.18/3586.99	c #Conflicts:    4844000 | #Constraints:      88435
3577.18/3586.99	c #Conflicts:    4845000 | #Constraints:      89435
3577.18/3586.99	c #Conflicts:    4846000 | #Constraints:      90435
3577.18/3586.99	c #Conflicts:    4847000 | #Constraints:      91435
3577.18/3586.99	c #Conflicts:    4848000 | #Constraints:      92435
3577.18/3586.99	c #Conflicts:    4849000 | #Constraints:      93435
3577.18/3586.99	c #Conflicts:    4850000 | #Constraints:      94435
3577.18/3586.99	c #Conflicts:    4851000 | #Constraints:      95435
3577.18/3586.99	c #Conflicts:    4852000 | #Constraints:      96435
3577.18/3586.99	c #Conflicts:    4853000 | #Constraints:      97435
3577.18/3586.99	c INPROCESSING
3577.18/3586.99	c GARBAGE COLLECT
3577.18/3586.99	c #Conflicts:    4854000 | #Constraints:      54405
3577.18/3586.99	c #Conflicts:    4855000 | #Constraints:      55405
3577.18/3586.99	c #Conflicts:    4856000 | #Constraints:      56406
3577.18/3586.99	c #Conflicts:    4857000 | #Constraints:      57406
3577.18/3586.99	c #Conflicts:    4858000 | #Constraints:      58406
3577.18/3586.99	c #Conflicts:    4859000 | #Constraints:      59406
3577.18/3586.99	c #Conflicts:    4860000 | #Constraints:      60406
3577.18/3586.99	c #Conflicts:    4861000 | #Constraints:      61406
3577.18/3586.99	c #Conflicts:    4862000 | #Constraints:      62406
3577.18/3586.99	c #Conflicts:    4863000 | #Constraints:      63407
3577.18/3586.99	c #Conflicts:    4864000 | #Constraints:      64407
3577.18/3586.99	c #Conflicts:    4865000 | #Constraints:      65407
3577.18/3586.99	c #Conflicts:    4866000 | #Constraints:      66407
3577.18/3586.99	c #Conflicts:    4867000 | #Constraints:      67407
3577.18/3586.99	c #Conflicts:    4868000 | #Constraints:      68407
3577.18/3586.99	c #Conflicts:    4869000 | #Constraints:      69407
3577.18/3586.99	c #Conflicts:    4870000 | #Constraints:      70407
3577.18/3586.99	c #Conflicts:    4871000 | #Constraints:      71407
3577.18/3586.99	c #Conflicts:    4872000 | #Constraints:      72407
3577.18/3586.99	c #Conflicts:    4873000 | #Constraints:      73407
3577.18/3586.99	c #Conflicts:    4874000 | #Constraints:      74407
3577.18/3586.99	c #Conflicts:    4875000 | #Constraints:      75407
3577.18/3586.99	c #Conflicts:    4876000 | #Constraints:      76407
3577.18/3586.99	c #Conflicts:    4877000 | #Constraints:      77407
3600.02/3609.80	c #Conflicts:    4878000 | #Constraints:      78407
3600.02/3609.80	c #Conflicts:    4879000 | #Constraints:      79407
3600.02/3609.80	c #Conflicts:    4880000 | #Constraints:      80407
3600.02/3609.80	c #Conflicts:    4881000 | #Constraints:      81407
3600.02/3609.80	c #Conflicts:    4882000 | #Constraints:      82407
3600.02/3609.80	c #Conflicts:    4883000 | #Constraints:      83407
3600.02/3609.80	c #Conflicts:    4884000 | #Constraints:      84407
3600.02/3609.80	c #Conflicts:    4885000 | #Constraints:      85407
3600.02/3609.80	c #Conflicts:    4886000 | #Constraints:      86407
3600.02/3609.80	c #Conflicts:    4887000 | #Constraints:      87407
3600.02/3609.80	c #Conflicts:    4888000 | #Constraints:      88407
3600.02/3609.80	c #Conflicts:    4889000 | #Constraints:      89407
3600.02/3609.80	c #Conflicts:    4890000 | #Constraints:      90407
3600.02/3609.80	c #Conflicts:    4891000 | #Constraints:      91407
3600.02/3609.80	c cpu time 3572.06 s
3600.02/3609.80	c deterministic time 212813522598 2.13e+11
3600.02/3609.80	c optimization time 45.704 s
3600.02/3609.80	c total solve time 3526.32 s
3600.02/3609.80	c core-guided solve time 0 s
3600.02/3609.80	c propagation time 2395.62 s
3600.02/3609.80	c conflict analysis time 958.337 s
3600.02/3609.80	c propagations 703943512
3600.02/3609.80	c resolve steps 157716513
3600.02/3609.80	c decisions 14432961
3600.02/3609.80	c conflicts 4891387
3600.02/3609.80	c restarts 8189
3600.02/3609.80	c inprocessing phases 211
3600.02/3609.80	c garbage collections 211 ,( 100.00 )
3600.02/3609.80	c input clauses 8110 ,( 81.95 )
3600.02/3609.80	c input cardinalities 0 ,( 0.00 )
3600.02/3609.80	c input general constraints 1786 ,( 18.05 )
3600.02/3609.80	c input average constraint length 4.54
3600.02/3609.80	c input average constraint degree 1.83
3600.02/3609.80	c learned clauses 2107620 ,( 42.76 )
3600.02/3609.80	c learned cardinalities 861 ,( 0.02 )
3600.02/3609.80	c learned general constraints 2820582 ,( 57.22 )
3600.02/3609.80	c learned average constraint length 195.73
3600.02/3609.80	c learned average constraint degree 16627153.00
3600.02/3609.80	c watched  CF 32, 64, 128, Arb: 861700 , 0 , 0 , 0
3600.02/3609.80	c counting CF 32, 64, 128, Arb: 1960668 , 0 , 0 , 0
3600.02/3609.80	c watched   constraints 861700 ,( 30.53 ) 
3600.02/3609.80	c counting  constraints 1960668 ,( 69.47 ) 
3600.02/3609.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1037764064 , 3776218 , 23563223236 ,( 1292750003 , 22270473233 )
3600.02/3609.80	c gcd simplifications 423069
3600.02/3609.80	c detected cardinalities 60
3600.02/3609.80	c weakened non-implied lits 125026965
3600.02/3609.80	c weakened non-implying lits 1321280
3600.02/3609.80	c original variables 4288
3600.02/3609.80	c clausal propagations 172143369
3600.02/3609.80	c cardinality propagations 69417
3600.02/3609.80	c watched propagations 3283364
3600.02/3609.80	c counting propagations 523306833
3600.02/3609.80	c watch lookups 114637201157
3600.02/3609.80	c watch backjump lookups 0
3600.02/3609.80	c watch checks 50330641844
3600.02/3609.80	c propagation checks 43635148744
3600.02/3609.80	c constraint additions 2767903705
3600.02/3609.80	c trail pops 723264354
3600.02/3609.80	c formula constraints 9896
3600.02/3609.80	c learned constraints 4891386
3600.02/3609.80	c bound constraints 0
3600.02/3609.80	c core-guided constraints 0
3600.02/3609.80	c encountered formula constraints 118933379
3600.02/3609.80	c encountered learned constraints 43641495
3600.02/3609.80	c encountered bound constraints 0
3600.02/3609.80	c encountered core-guided constraints 0
3600.02/3609.80	c LP total time 288.641 s
3600.02/3609.80	c LP solve time 264.4 s
3600.02/3609.80	c LP constraints added 10563
3600.02/3609.80	c LP constraints removed 314
3600.02/3609.80	c LP pivots internal 489420
3600.02/3609.80	c LP pivots root 496900
3600.02/3609.80	c LP calls 61720
3600.02/3609.80	c LP optimalities 33
3600.02/3609.80	c LP no pivot count 0
3600.02/3609.80	c LP infeasibilities 61525
3600.02/3609.80	c LP valid Farkas constraints 37620
3600.02/3609.80	c LP learned Farkas constraints 0
3600.02/3609.80	c LP basis resets 162
3600.02/3609.80	c LP cycling count 2
3600.02/3609.80	c LP singular count 152
3600.02/3609.80	c LP no primal count 0
3600.02/3609.80	c LP no farkas count 5
3600.02/3609.80	c LP other issue count 3
3600.02/3609.80	c LP Gomory cuts 57
3600.02/3609.80	c LP learned cuts 610
3600.02/3609.80	c LP deleted cuts 314
3600.02/3609.80	c LP encountered Gomory constraints 8275
3600.02/3609.80	c LP encountered Farkas constraints 24751
3600.02/3609.80	c LP encountered learned Farkas constraints 0
3600.02/3609.80	c CG auxiliary variables introduced 0
3600.02/3609.80	c CG solutions found 0
3600.02/3609.80	c CG cores constructed 0
3600.02/3609.80	c CG core cardinality constraints returned 0
3600.02/3609.80	c CG unit cores 0
3600.02/3609.80	c CG single cores 0
3600.02/3609.80	c CG blocks removed during cardinality reduction 0
3600.02/3609.80	c CG first core best 0
3600.02/3609.80	c CG decision core best 0
3600.02/3609.80	c CG core reduction tie 0
3600.02/3609.80	c CG core degree average 0.00
3600.02/3609.80	c CG core slack average 0.00
3600.02/3609.80	c CG core upper bound improvements 0
3600.02/3609.80	c STR number of successful calls 0
3600.02/3609.80	c STR number of unsuccessful calls 0
3600.02/3609.80	c STR number of inconclusive calls 0
3600.02/3609.80	c STR number of successful attempts 0
3600.02/3609.80	c STR number of unsuccessful attempts 0
3600.02/3609.80	c STR number of inconclusive attempts 0
3600.02/3609.80	c STR average degree increase per successful call inf
3600.02/3609.80	c STR average degree increase per successful attempt inf
3600.02/3609.80	c STR total number of conflicts for successful attempts 0
3600.02/3609.80	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.80	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.80	c STR average number of conflicts per successful attempt inf
3600.02/3609.80	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.80	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.80	c AVG.sumWPerc 55.20 
3600.02/3609.80	c bigint constraints 0 
3600.02/3609.80	s UNKNOWN
3600.02/3609.80	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 (59621 MiB free)
  memory of node 1: 64465 MiB (62141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4512794-1751199715/watcher-4512794-1751199715 -o /tmp/evaluation-result-4512794-1751199715/solver-4512794-1751199715 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23371 --watchdog 3760 run-dec-break.sh HOME/instance-4512794-1751199715.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=26182, runsolver pid=26179

[startup+0.100056 s]*
/proc/loadavg: 4.21 4.17 4.12 5/268 26185
/proc/meminfo: memFree=124684640/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=75864 memory=28044 CPUtime=0.06 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 5492 0 0 0 5 1 0 0 20 0 1 0 35649043 77684736 7011 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 18966 7011 2272 1147 0 6393 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 80056 KiB
Current children cumulated memory: 31116 KiB

[startup+0.205526 s]*
/proc/loadavg: 4.21 4.17 4.12 5/268 26185
/proc/meminfo: memFree=124684640/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=76264 memory=28172 CPUtime=0.16 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 5536 0 0 0 15 1 0 0 20 0 1 0 35649043 78094336 7043 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 19066 7043 2272 1147 0 6493 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 31244 KiB

[startup+0.305382 s]*
/proc/loadavg: 4.21 4.17 4.12 5/268 26185
/proc/meminfo: memFree=124684640/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=77676 memory=30348 CPUtime=0.26 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 6016 0 0 0 24 2 0 0 20 0 1 0 35649043 79540224 7587 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 19419 7587 2336 1147 0 6846 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81868 KiB
Current children cumulated memory: 33420 KiB

[startup+0.700135 s]
/proc/loadavg: 4.21 4.17 4.12 5/268 26185
/proc/meminfo: memFree=124693868/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=78072 memory=31244 CPUtime=0.65 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 6242 0 0 0 61 4 0 0 20 0 1 0 35649043 79945728 7811 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 19518 7811 2336 1147 0 6945 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 82264 KiB
Current children cumulated memory: 34316 KiB

[startup+1.50019 s]
/proc/loadavg: 4.19 4.17 4.11 5/268 26185
/proc/meminfo: memFree=124692860/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=80060 memory=34188 CPUtime=1.45 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 6986 0 0 0 138 7 0 0 20 0 1 0 35649043 81981440 8547 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 20015 8547 2336 1147 0 7442 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 37260 KiB

[startup+3.10533 s]
/proc/loadavg: 4.19 4.17 4.11 5/268 26185
/proc/meminfo: memFree=124687548/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=83084 memory=39068 CPUtime=3.05 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 7698 0 0 0 291 14 0 0 20 0 1 0 35649043 85078016 9767 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 20771 9767 2336 1147 0 8198 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 87276 KiB
Current children cumulated memory: 42140 KiB

[startup+6.30014 s]
/proc/loadavg: 4.17 4.17 4.11 5/268 26185
/proc/meminfo: memFree=124711472/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=85448 memory=41372 CPUtime=6.24 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 8281 0 0 0 601 23 0 0 20 0 1 0 35649043 87498752 10343 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 21362 10343 2336 1147 0 8789 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 89640 KiB
Current children cumulated memory: 44444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.17 4.11 5/268 26186
/proc/meminfo: memFree=124712708/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=96720 memory=51356 CPUtime=12.62 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 10774 0 0 0 1221 41 0 0 20 0 1 0 35649043 99041280 12839 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 24180 12839 2368 1147 0 11607 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 100912 KiB
Current children cumulated memory: 54428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.16 4.11 5/268 26186
/proc/meminfo: memFree=124742768/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=120780 memory=75444 CPUtime=25.39 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 15777 0 0 0 2468 71 0 0 20 0 1 0 35649043 123678720 18861 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 30195 18861 2368 1147 0 17622 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 124972 KiB
Current children cumulated memory: 78516 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.16 4.11 5/269 26187
/proc/meminfo: memFree=124825416/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=140992 memory=89908 CPUtime=50.93 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 18864 0 0 0 4964 129 0 0 20 0 1 0 35649043 144375808 22477 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 35248 22477 2368 1147 0 22675 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 145184 KiB
Current children cumulated memory: 92980 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.13 4.10 5/269 26192
/proc/meminfo: memFree=124896660/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=182368 memory=128324 CPUtime=101.99 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 26340 0 0 0 9989 210 0 0 20 0 1 0 35649043 186744832 32081 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 45592 32081 2496 1147 0 33019 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 186560 KiB
Current children cumulated memory: 131396 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/269 26194
/proc/meminfo: memFree=124869788/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=212228 memory=161428 CPUtime=161.85 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 33073 0 0 0 15895 290 0 0 20 0 1 0 35649043 217321472 40357 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 53057 40357 2496 1147 0 40484 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 216420 KiB
Current children cumulated memory: 164500 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/270 26201
/proc/meminfo: memFree=124849448/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=224740 memory=173844 CPUtime=221.7 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 36203 0 0 0 21786 384 0 0 20 0 1 0 35649043 230133760 43461 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 56185 43461 2496 1147 0 43612 0
Current children cumulated CPU time: 221.71 s

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

/proc/26185/statm: 165088 145036 2496 1147 0 152515 0
Current children cumulated CPU time: 3033.99 s
Current children cumulated vsize: 664544 KiB
Current children cumulated memory: 583216 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 26488
/proc/meminfo: memFree=128194304/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=661088 memory=580912 CPUtime=3093.82 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 112144 0 0 0 306742 2640 0 0 20 0 1 0 35649043 676954112 145228 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 165272 145228 2496 1147 0 152699 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 665280 KiB
Current children cumulated memory: 583984 KiB

[startup+3162.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/269 26493
/proc/meminfo: memFree=128194384/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=664664 memory=584496 CPUtime=3153.67 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 113044 0 0 0 312702 2665 0 0 20 0 1 0 35649043 680615936 146124 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 166166 146124 2496 1147 0 153593 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 668856 KiB
Current children cumulated memory: 587568 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 26495
/proc/meminfo: memFree=128116888/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=670856 memory=588720 CPUtime=3213.51 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 114092 0 0 0 318668 2683 0 0 20 0 1 0 35649043 686956544 147180 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 167714 147180 2496 1147 0 155141 0
Current children cumulated CPU time: 3213.52 s
Current children cumulated vsize: 675048 KiB
Current children cumulated memory: 591792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/271 26505
/proc/meminfo: memFree=128080896/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=695820 memory=618592 CPUtime=3273.34 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 118492 0 0 0 324641 2693 0 0 20 0 1 0 35649043 712519680 154648 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 173955 154648 2496 1147 0 161382 0
Current children cumulated CPU time: 3273.35 s
Current children cumulated vsize: 700012 KiB
Current children cumulated memory: 621664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 26507
/proc/meminfo: memFree=128026952/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=715992 memory=638348 CPUtime=3333.19 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 122415 0 0 0 330607 2712 0 0 20 0 1 0 35649043 733175808 159587 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 178998 159587 2496 1147 0 166425 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 720184 KiB
Current children cumulated memory: 641420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 26509
/proc/meminfo: memFree=127978300/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=724864 memory=644876 CPUtime=3393.04 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 124046 0 0 0 336571 2733 0 0 20 0 1 0 35649043 742260736 161219 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 181216 161219 2496 1147 0 168643 0
Current children cumulated CPU time: 3393.05 s
Current children cumulated vsize: 729056 KiB
Current children cumulated memory: 647948 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 26511
/proc/meminfo: memFree=127931040/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=740060 memory=655244 CPUtime=3452.89 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 126698 0 0 0 342541 2748 0 0 20 0 1 0 35649043 757821440 163811 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 185015 163811 2496 1147 0 172442 0
Current children cumulated CPU time: 3452.9 s
Current children cumulated vsize: 744252 KiB
Current children cumulated memory: 658316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/270 26514
/proc/meminfo: memFree=127884700/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=747928 memory=662028 CPUtime=3512.73 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 128399 0 0 0 348505 2768 0 0 20 0 1 0 35649043 765878272 165507 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 186982 165507 2496 1147 0 174409 0
Current children cumulated CPU time: 3512.74 s
Current children cumulated vsize: 752120 KiB
Current children cumulated memory: 665100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/267 26516
/proc/meminfo: memFree=127886344/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=749840 memory=663948 CPUtime=3572.58 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 128870 0 0 0 354470 2788 0 0 20 0 1 0 35649043 767836160 165987 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 187460 165987 2496 1147 0 174887 0
Current children cumulated CPU time: 3572.59 s
Current children cumulated vsize: 754032 KiB
Current children cumulated memory: 667020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.10 4.08 4.09 5/267 26517
/proc/meminfo: memFree=127873432/131250000 swapFree=33010684/33010684
[pid=26182] ppid=26179 vsize=4192 memory=3072 CPUtime=0.01 cores=5,7
/proc/26182/stat : 26182 (run-dec-break.s) S 26179 26182 23358 0 -1 4194304 238 3327 0 0 0 0 1 0 20 0 1 0 35649040 4292608 768 18446744073709551615 93967627587584 93967628482117 140724871796512 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93967628721168 93967628768912 93967633895424 140724871801185 140724871801314 140724871801314 140724871806916 0
/proc/26182/statm: 1048 768 704 219 0 110 0
[pid=26185] ppid=26182 vsize=749840 memory=663948 CPUtime=3600.01 cores=5,7
/proc/26185/stat : 26185 (roundingsat) R 26182 26182 23358 0 -1 4194304 128871 0 0 0 357206 2795 0 0 20 0 1 0 35649043 767836160 165987 18446744073709551615 4227072 8923433 140724416132304 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20688896 140724416141636 140724416141864 140724416141864 140724416147434 0
/proc/26185/statm: 187460 165987 2496 1147 0 174887 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 754032 KiB
Current children cumulated memory: 667020 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3609.81
CPU time (s): 3600.05
CPU user time (s): 3572.08
CPU system time (s): 27.9696
CPU usage (%): 99.7296
Max. virtual memory (cumulated for all children) (KiB): 754032
Max. memory (cumulated for all children) (KiB): 667020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.08
system time used= 27.9696
maximum resident set size= 664076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132454
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= 342
involuntary context switches= 4316


# summary of solver processes directly reported to runsolver:
#   pid: 26182,26185
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3572.08
#   total CPU system time (s): 27.9696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25894 second user time and 15.7939 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 14:21:55
IDJOB=4512794
IDBENCH=162160
IDSOLVER=3357
FILE ID=nodeC019/4512794-1751199715
RUNJOBID= nodeC019-1751196526-23371
SLURM_JOB_ID= 9587609
Free space on /tmp= 432692 MiB

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

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=169615544

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.335
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		: 3598.987
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		: 3599.683
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:        124685032 kB
MemAvailable:   124937008 kB
Buffers:            3280 kB
Cached:          1061512 kB
SwapCached:            0 kB
Active:          4770988 kB
Inactive:         804764 kB
Active(anon):    4529024 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   804764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7464 kB
Writeback:             0 kB
AnonPages:       4509552 kB
Mapped:           113832 kB
Shmem:             18064 kB
KReclaimable:      88976 kB
Slab:             174540 kB
SReclaimable:      88976 kB
SUnreclaim:        85564 kB
KernelStack:        4320 kB
PageTables:        12108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5079372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4212736 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 15:22:05