Trace number 4512830

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.06 3609.41

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4512830-1751200815.opb'
0.00/0.01	c 	read 0.42MB  (5.75ms)
0.00/0.01	c	 [cnf: #variables 4288 #clauses 9520 #duplicates 0 #arr 41030]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4] (6.36ms)
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.85ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26422 #edges 107288]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (2.03ms)
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-4512830-1751200815.opb.pre'
0.00/0.02	c 	wrote 0.42MB (1.06ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.36ms 38.50% approx_orbits
0.00/0.02	c                   5.75ms 34.81% parse
0.00/0.02	c                   2.03ms 12.27% detect_generic
0.00/0.02	c                   1.06ms  6.39% output
0.00/0.02	c                   0.85ms  5.16% detect_special
0.00/0.02	c                   0.34ms  2.07% other
0.00/0.02	c                   0.13ms  0.81% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  16.52ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.08	c #variables 4288 #constraints 9928
12.12/12.22	c #Conflicts:       1000 | #Constraints:      10927
12.12/12.22	c #Conflicts:       2000 | #Constraints:      11927
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:       3000 | #Constraints:      10690
12.12/12.22	c #Conflicts:       4000 | #Constraints:      11690
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:       5000 | #Constraints:      11155
12.12/12.22	c #Conflicts:       6000 | #Constraints:      12155
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:       7000 | #Constraints:      11171
12.12/12.22	c #Conflicts:       8000 | #Constraints:      12171
12.12/12.22	c #Conflicts:       9000 | #Constraints:      13171
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      10000 | #Constraints:      11887
12.12/12.22	c #Conflicts:      11000 | #Constraints:      12887
12.12/12.22	c #Conflicts:      12000 | #Constraints:      13887
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      13000 | #Constraints:      12350
12.12/12.22	c #Conflicts:      14000 | #Constraints:      13350
12.12/12.22	c #Conflicts:      15000 | #Constraints:      14350
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      16000 | #Constraints:      12618
12.12/12.22	c #Conflicts:      17000 | #Constraints:      13618
12.12/12.22	c #Conflicts:      18000 | #Constraints:      14618
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      19000 | #Constraints:      12652
12.12/12.22	c #Conflicts:      20000 | #Constraints:      13652
12.12/12.22	c #Conflicts:      21000 | #Constraints:      14652
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      22000 | #Constraints:      12459
12.12/12.22	c #Conflicts:      23000 | #Constraints:      13459
12.12/12.22	c #Conflicts:      24000 | #Constraints:      14459
12.12/12.22	c #Conflicts:      25000 | #Constraints:      15459
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      26000 | #Constraints:      13073
12.12/12.22	c #Conflicts:      27000 | #Constraints:      14073
12.12/12.22	c #Conflicts:      28000 | #Constraints:      15073
12.12/12.22	c #Conflicts:      29000 | #Constraints:      16073
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      30000 | #Constraints:      13471
12.12/12.22	c #Conflicts:      31000 | #Constraints:      14471
12.12/12.22	c #Conflicts:      32000 | #Constraints:      15471
12.12/12.22	c #Conflicts:      33000 | #Constraints:      16471
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      34000 | #Constraints:      13671
12.12/12.22	c #Conflicts:      35000 | #Constraints:      14671
12.12/12.22	c #Conflicts:      36000 | #Constraints:      15671
12.12/12.22	c #Conflicts:      37000 | #Constraints:      16671
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      38000 | #Constraints:      13687
12.12/12.22	c #Conflicts:      39000 | #Constraints:      14687
12.12/12.22	c #Conflicts:      40000 | #Constraints:      15687
12.12/12.22	c #Conflicts:      41000 | #Constraints:      16687
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      42000 | #Constraints:      13480
12.12/12.22	c #Conflicts:      43000 | #Constraints:      14480
12.12/12.22	c #Conflicts:      44000 | #Constraints:      15480
12.12/12.22	c #Conflicts:      45000 | #Constraints:      16480
12.12/12.22	c #Conflicts:      46000 | #Constraints:      17480
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c #Conflicts:      47000 | #Constraints:      14077
12.12/12.22	c #Conflicts:      48000 | #Constraints:      15077
12.12/12.22	c #Conflicts:      49000 | #Constraints:      16077
12.12/12.22	c #Conflicts:      50000 | #Constraints:      17077
12.12/12.22	c #Conflicts:      51000 | #Constraints:      18077
12.12/12.22	c INPROCESSING
12.12/12.22	c GARBAGE COLLECT
12.12/12.22	c rational objective 679.961
28.28/28.42	c #Conflicts:      52000 | #Constraints:      14513
28.28/28.42	c #Conflicts:      53000 | #Constraints:      15513
28.28/28.42	c #Conflicts:      54000 | #Constraints:      16513
28.28/28.42	c #Conflicts:      55000 | #Constraints:      17513
28.28/28.42	c #Conflicts:      56000 | #Constraints:      18513
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      57000 | #Constraints:      14694
28.28/28.42	c #Conflicts:      58000 | #Constraints:      15694
28.28/28.42	c #Conflicts:      59000 | #Constraints:      16694
28.28/28.42	c #Conflicts:      60000 | #Constraints:      17694
28.28/28.42	c #Conflicts:      61000 | #Constraints:      18694
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      62000 | #Constraints:      14721
28.28/28.42	c #Conflicts:      63000 | #Constraints:      15721
28.28/28.42	c #Conflicts:      64000 | #Constraints:      16721
28.28/28.42	c #Conflicts:      65000 | #Constraints:      17721
28.28/28.42	c #Conflicts:      66000 | #Constraints:      18721
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      67000 | #Constraints:      14536
28.28/28.42	c #Conflicts:      68000 | #Constraints:      15536
28.28/28.42	c #Conflicts:      69000 | #Constraints:      16536
28.28/28.42	c #Conflicts:      70000 | #Constraints:      17536
28.28/28.42	c #Conflicts:      71000 | #Constraints:      18536
28.28/28.42	c #Conflicts:      72000 | #Constraints:      19536
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      73000 | #Constraints:      15123
28.28/28.42	c #Conflicts:      74000 | #Constraints:      16123
28.28/28.42	c #Conflicts:      75000 | #Constraints:      17123
28.28/28.42	c #Conflicts:      76000 | #Constraints:      18123
28.28/28.42	c #Conflicts:      77000 | #Constraints:      19123
28.28/28.42	c #Conflicts:      78000 | #Constraints:      20123
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      79000 | #Constraints:      15527
28.28/28.42	c #Conflicts:      80000 | #Constraints:      16527
28.28/28.42	c #Conflicts:      81000 | #Constraints:      17527
28.28/28.42	c #Conflicts:      82000 | #Constraints:      18527
28.28/28.42	c #Conflicts:      83000 | #Constraints:      19527
28.28/28.42	c #Conflicts:      84000 | #Constraints:      20527
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      85000 | #Constraints:      15732
28.28/28.42	c #Conflicts:      86000 | #Constraints:      16732
28.28/28.42	c #Conflicts:      87000 | #Constraints:      17732
28.28/28.42	c #Conflicts:      88000 | #Constraints:      18732
28.28/28.42	c #Conflicts:      89000 | #Constraints:      19732
28.28/28.42	c #Conflicts:      90000 | #Constraints:      20732
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      91000 | #Constraints:      15753
28.28/28.42	c #Conflicts:      92000 | #Constraints:      16753
28.28/28.42	c #Conflicts:      93000 | #Constraints:      17753
28.28/28.42	c #Conflicts:      94000 | #Constraints:      18753
28.28/28.42	c #Conflicts:      95000 | #Constraints:      19753
28.28/28.42	c #Conflicts:      96000 | #Constraints:      20753
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:      97000 | #Constraints:      15600
28.28/28.42	c #Conflicts:      98000 | #Constraints:      16600
28.28/28.42	c #Conflicts:      99000 | #Constraints:      17600
28.28/28.42	c #Conflicts:     100000 | #Constraints:      18600
28.28/28.42	c #Conflicts:     101000 | #Constraints:      19600
28.28/28.42	c #Conflicts:     102000 | #Constraints:      20600
28.28/28.42	c #Conflicts:     103000 | #Constraints:      21600
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:     104000 | #Constraints:      16158
28.28/28.42	c #Conflicts:     105000 | #Constraints:      17158
28.28/28.42	c #Conflicts:     106000 | #Constraints:      18158
28.28/28.42	c #Conflicts:     107000 | #Constraints:      19158
28.28/28.42	c #Conflicts:     108000 | #Constraints:      20158
28.28/28.42	c #Conflicts:     109000 | #Constraints:      21158
28.28/28.42	c #Conflicts:     110000 | #Constraints:      22158
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:     111000 | #Constraints:      16565
28.28/28.42	c #Conflicts:     112000 | #Constraints:      17565
28.28/28.42	c #Conflicts:     113000 | #Constraints:      18565
28.28/28.42	c #Conflicts:     114000 | #Constraints:      19565
28.28/28.42	c #Conflicts:     115000 | #Constraints:      20565
28.28/28.42	c #Conflicts:     116000 | #Constraints:      21565
28.28/28.42	c #Conflicts:     117000 | #Constraints:      22565
28.28/28.42	c INPROCESSING
28.28/28.42	c GARBAGE COLLECT
28.28/28.42	c #Conflicts:     118000 | #Constraints:      16769
28.28/28.42	c #Conflicts:     119000 | #Constraints:      17769
28.28/28.42	c #Conflicts:     120000 | #Constraints:      18769
28.28/28.42	c #Conflicts:     121000 | #Constraints:      19769
28.28/28.42	c #Conflicts:     122000 | #Constraints:      20769
28.28/28.42	c #Conflicts:     123000 | #Constraints:      21769
40.35/40.54	c #Conflicts:     124000 | #Constraints:      22769
40.35/40.54	c INPROCESSING
40.35/40.54	c GARBAGE COLLECT
40.35/40.54	c #Conflicts:     125000 | #Constraints:      16756
40.35/40.54	c #Conflicts:     126000 | #Constraints:      17756
40.35/40.54	c #Conflicts:     127000 | #Constraints:      18756
40.35/40.54	c #Conflicts:     128000 | #Constraints:      19756
40.35/40.54	c #Conflicts:     129000 | #Constraints:      20756
40.35/40.54	c #Conflicts:     130000 | #Constraints:      21756
40.35/40.54	c #Conflicts:     131000 | #Constraints:      22756
40.35/40.54	c INPROCESSING
40.35/40.54	c GARBAGE COLLECT
40.35/40.54	c #Conflicts:     132000 | #Constraints:      16554
40.35/40.54	c #Conflicts:     133000 | #Constraints:      17554
40.35/40.54	c #Conflicts:     134000 | #Constraints:      18554
40.35/40.54	c #Conflicts:     135000 | #Constraints:      19554
40.35/40.54	c #Conflicts:     136000 | #Constraints:      20554
40.35/40.54	c #Conflicts:     137000 | #Constraints:      21554
40.35/40.54	c #Conflicts:     138000 | #Constraints:      22554
40.35/40.54	c #Conflicts:     139000 | #Constraints:      23554
40.35/40.54	c INPROCESSING
40.35/40.54	c GARBAGE COLLECT
40.35/40.54	c #Conflicts:     140000 | #Constraints:      17143
40.35/40.54	c #Conflicts:     141000 | #Constraints:      18143
40.35/40.54	c #Conflicts:     142000 | #Constraints:      19143
40.35/40.54	c #Conflicts:     143000 | #Constraints:      20143
40.35/40.54	c #Conflicts:     144000 | #Constraints:      21143
40.35/40.54	c #Conflicts:     145000 | #Constraints:      22143
40.35/40.54	c #Conflicts:     146000 | #Constraints:      23143
40.35/40.54	c #Conflicts:     147000 | #Constraints:      24143
40.35/40.54	c INPROCESSING
40.35/40.54	c GARBAGE COLLECT
40.35/40.54	c #Conflicts:     148000 | #Constraints:      17584
40.35/40.54	c #Conflicts:     149000 | #Constraints:      18584
40.35/40.54	c #Conflicts:     150000 | #Constraints:      19584
40.35/40.54	c #Conflicts:     151000 | #Constraints:      20584
40.35/40.54	c #Conflicts:     152000 | #Constraints:      21584
40.35/40.54	c #Conflicts:     153000 | #Constraints:      22584
40.35/40.54	c #Conflicts:     154000 | #Constraints:      23584
40.35/40.54	c #Conflicts:     155000 | #Constraints:      24584
40.35/40.54	c INPROCESSING
40.35/40.54	c GARBAGE COLLECT
40.35/40.54	c rational objective 737.681
61.40/61.68	c #Conflicts:     156000 | #Constraints:      17809
61.40/61.68	c #Conflicts:     157000 | #Constraints:      18809
61.40/61.68	c #Conflicts:     158000 | #Constraints:      19809
61.40/61.68	c #Conflicts:     159000 | #Constraints:      20809
61.40/61.68	c #Conflicts:     160000 | #Constraints:      21809
61.40/61.68	c #Conflicts:     161000 | #Constraints:      22809
61.40/61.68	c #Conflicts:     162000 | #Constraints:      23809
61.40/61.68	c #Conflicts:     163000 | #Constraints:      24809
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     164000 | #Constraints:      17813
61.40/61.68	c #Conflicts:     165000 | #Constraints:      18813
61.40/61.68	c #Conflicts:     166000 | #Constraints:      19813
61.40/61.68	c #Conflicts:     167000 | #Constraints:      20813
61.40/61.68	c #Conflicts:     168000 | #Constraints:      21813
61.40/61.68	c #Conflicts:     169000 | #Constraints:      22813
61.40/61.68	c #Conflicts:     170000 | #Constraints:      23813
61.40/61.68	c #Conflicts:     171000 | #Constraints:      24813
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     172000 | #Constraints:      17582
61.40/61.68	c #Conflicts:     173000 | #Constraints:      18582
61.40/61.68	c #Conflicts:     174000 | #Constraints:      19582
61.40/61.68	c #Conflicts:     175000 | #Constraints:      20582
61.40/61.68	c #Conflicts:     176000 | #Constraints:      21582
61.40/61.68	c #Conflicts:     177000 | #Constraints:      22582
61.40/61.68	c #Conflicts:     178000 | #Constraints:      23582
61.40/61.68	c #Conflicts:     179000 | #Constraints:      24582
61.40/61.68	c #Conflicts:     180000 | #Constraints:      25582
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     181000 | #Constraints:      18195
61.40/61.68	c #Conflicts:     182000 | #Constraints:      19195
61.40/61.68	c #Conflicts:     183000 | #Constraints:      20195
61.40/61.68	c #Conflicts:     184000 | #Constraints:      21195
61.40/61.68	c #Conflicts:     185000 | #Constraints:      22195
61.40/61.68	c #Conflicts:     186000 | #Constraints:      23195
61.40/61.68	c #Conflicts:     187000 | #Constraints:      24195
61.40/61.68	c #Conflicts:     188000 | #Constraints:      25195
61.40/61.68	c #Conflicts:     189000 | #Constraints:      26195
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     190000 | #Constraints:      18595
61.40/61.68	c #Conflicts:     191000 | #Constraints:      19595
61.40/61.68	c #Conflicts:     192000 | #Constraints:      20595
61.40/61.68	c #Conflicts:     193000 | #Constraints:      21595
61.40/61.68	c #Conflicts:     194000 | #Constraints:      22595
61.40/61.68	c #Conflicts:     195000 | #Constraints:      23595
61.40/61.68	c #Conflicts:     196000 | #Constraints:      24595
61.40/61.68	c #Conflicts:     197000 | #Constraints:      25595
61.40/61.68	c #Conflicts:     198000 | #Constraints:      26595
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     199000 | #Constraints:      18819
61.40/61.68	c #Conflicts:     200000 | #Constraints:      19819
61.40/61.68	c #Conflicts:     201000 | #Constraints:      20819
61.40/61.68	c #Conflicts:     202000 | #Constraints:      21819
61.40/61.68	c #Conflicts:     203000 | #Constraints:      22819
61.40/61.68	c #Conflicts:     204000 | #Constraints:      23819
61.40/61.68	c #Conflicts:     205000 | #Constraints:      24819
61.40/61.68	c #Conflicts:     206000 | #Constraints:      25819
61.40/61.68	c #Conflicts:     207000 | #Constraints:      26819
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     208000 | #Constraints:      18830
61.40/61.68	c #Conflicts:     209000 | #Constraints:      19830
61.40/61.68	c #Conflicts:     210000 | #Constraints:      20830
61.40/61.68	c #Conflicts:     211000 | #Constraints:      21830
61.40/61.68	c #Conflicts:     212000 | #Constraints:      22830
61.40/61.68	c #Conflicts:     213000 | #Constraints:      23830
61.40/61.68	c #Conflicts:     214000 | #Constraints:      24830
61.40/61.68	c #Conflicts:     215000 | #Constraints:      25830
61.40/61.68	c #Conflicts:     216000 | #Constraints:      26830
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     217000 | #Constraints:      18671
61.40/61.68	c #Conflicts:     218000 | #Constraints:      19671
61.40/61.68	c #Conflicts:     219000 | #Constraints:      20671
61.40/61.68	c #Conflicts:     220000 | #Constraints:      21671
61.40/61.68	c #Conflicts:     221000 | #Constraints:      22671
61.40/61.68	c #Conflicts:     222000 | #Constraints:      23671
61.40/61.68	c #Conflicts:     223000 | #Constraints:      24671
61.40/61.68	c #Conflicts:     224000 | #Constraints:      25671
61.40/61.68	c #Conflicts:     225000 | #Constraints:      26671
61.40/61.68	c #Conflicts:     226000 | #Constraints:      27671
61.40/61.68	c INPROCESSING
61.40/61.68	c GARBAGE COLLECT
61.40/61.68	c #Conflicts:     227000 | #Constraints:      19287
61.40/61.68	c #Conflicts:     228000 | #Constraints:      20287
61.40/61.68	c #Conflicts:     229000 | #Constraints:      21287
83.05/83.39	c #Conflicts:     230000 | #Constraints:      22287
83.05/83.39	c #Conflicts:     231000 | #Constraints:      23287
83.05/83.39	c #Conflicts:     232000 | #Constraints:      24287
83.05/83.39	c #Conflicts:     233000 | #Constraints:      25287
83.05/83.39	c #Conflicts:     234000 | #Constraints:      26287
83.05/83.39	c #Conflicts:     235000 | #Constraints:      27287
83.05/83.39	c #Conflicts:     236000 | #Constraints:      28287
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     237000 | #Constraints:      19640
83.05/83.39	c #Conflicts:     238000 | #Constraints:      20640
83.05/83.39	c #Conflicts:     239000 | #Constraints:      21640
83.05/83.39	c #Conflicts:     240000 | #Constraints:      22640
83.05/83.39	c #Conflicts:     241000 | #Constraints:      23640
83.05/83.39	c #Conflicts:     242000 | #Constraints:      24640
83.05/83.39	c #Conflicts:     243000 | #Constraints:      25640
83.05/83.39	c #Conflicts:     244000 | #Constraints:      26640
83.05/83.39	c #Conflicts:     245000 | #Constraints:      27640
83.05/83.39	c #Conflicts:     246000 | #Constraints:      28640
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     247000 | #Constraints:      19829
83.05/83.39	c #Conflicts:     248000 | #Constraints:      20829
83.05/83.39	c #Conflicts:     249000 | #Constraints:      21829
83.05/83.39	c #Conflicts:     250000 | #Constraints:      22829
83.05/83.39	c #Conflicts:     251000 | #Constraints:      23829
83.05/83.39	c #Conflicts:     252000 | #Constraints:      24829
83.05/83.39	c #Conflicts:     253000 | #Constraints:      25829
83.05/83.39	c #Conflicts:     254000 | #Constraints:      26829
83.05/83.39	c #Conflicts:     255000 | #Constraints:      27829
83.05/83.39	c #Conflicts:     256000 | #Constraints:      28829
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     257000 | #Constraints:      19817
83.05/83.39	c #Conflicts:     258000 | #Constraints:      20817
83.05/83.39	c #Conflicts:     259000 | #Constraints:      21817
83.05/83.39	c #Conflicts:     260000 | #Constraints:      22817
83.05/83.39	c #Conflicts:     261000 | #Constraints:      23817
83.05/83.39	c #Conflicts:     262000 | #Constraints:      24817
83.05/83.39	c #Conflicts:     263000 | #Constraints:      25817
83.05/83.39	c #Conflicts:     264000 | #Constraints:      26817
83.05/83.39	c #Conflicts:     265000 | #Constraints:      27817
83.05/83.39	c #Conflicts:     266000 | #Constraints:      28817
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     267000 | #Constraints:      19637
83.05/83.39	c #Conflicts:     268000 | #Constraints:      20637
83.05/83.39	c #Conflicts:     269000 | #Constraints:      21637
83.05/83.39	c #Conflicts:     270000 | #Constraints:      22637
83.05/83.39	c #Conflicts:     271000 | #Constraints:      23637
83.05/83.39	c #Conflicts:     272000 | #Constraints:      24637
83.05/83.39	c #Conflicts:     273000 | #Constraints:      25637
83.05/83.39	c #Conflicts:     274000 | #Constraints:      26637
83.05/83.39	c #Conflicts:     275000 | #Constraints:      27637
83.05/83.39	c #Conflicts:     276000 | #Constraints:      28637
83.05/83.39	c #Conflicts:     277000 | #Constraints:      29637
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     278000 | #Constraints:      20215
83.05/83.39	c #Conflicts:     279000 | #Constraints:      21215
83.05/83.39	c #Conflicts:     280000 | #Constraints:      22215
83.05/83.39	c #Conflicts:     281000 | #Constraints:      23215
83.05/83.39	c #Conflicts:     282000 | #Constraints:      24215
83.05/83.39	c #Conflicts:     283000 | #Constraints:      25215
83.05/83.39	c #Conflicts:     284000 | #Constraints:      26215
83.05/83.39	c #Conflicts:     285000 | #Constraints:      27215
83.05/83.39	c #Conflicts:     286000 | #Constraints:      28215
83.05/83.39	c #Conflicts:     287000 | #Constraints:      29215
83.05/83.39	c #Conflicts:     288000 | #Constraints:      30215
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     289000 | #Constraints:      20611
83.05/83.39	c #Conflicts:     290000 | #Constraints:      21611
83.05/83.39	c #Conflicts:     291000 | #Constraints:      22611
83.05/83.39	c #Conflicts:     292000 | #Constraints:      23611
83.05/83.39	c #Conflicts:     293000 | #Constraints:      24611
83.05/83.39	c #Conflicts:     294000 | #Constraints:      25611
83.05/83.39	c #Conflicts:     295000 | #Constraints:      26611
83.05/83.39	c #Conflicts:     296000 | #Constraints:      27611
83.05/83.39	c #Conflicts:     297000 | #Constraints:      28611
83.05/83.39	c #Conflicts:     298000 | #Constraints:      29611
83.05/83.39	c #Conflicts:     299000 | #Constraints:      30611
83.05/83.39	c INPROCESSING
83.05/83.39	c GARBAGE COLLECT
83.05/83.39	c #Conflicts:     300000 | #Constraints:      20834
83.05/83.39	c #Conflicts:     301000 | #Constraints:      21834
83.05/83.39	c #Conflicts:     302000 | #Constraints:      22834
83.05/83.39	c #Conflicts:     303000 | #Constraints:      23834
83.05/83.39	c #Conflicts:     304000 | #Constraints:      24834
107.19/107.57	c #Conflicts:     305000 | #Constraints:      25834
107.19/107.57	c #Conflicts:     306000 | #Constraints:      26834
107.19/107.57	c #Conflicts:     307000 | #Constraints:      27834
107.19/107.57	c #Conflicts:     308000 | #Constraints:      28834
107.19/107.57	c #Conflicts:     309000 | #Constraints:      29834
107.19/107.57	c #Conflicts:     310000 | #Constraints:      30835
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     311000 | #Constraints:      20866
107.19/107.57	c #Conflicts:     312000 | #Constraints:      21866
107.19/107.57	c #Conflicts:     313000 | #Constraints:      22866
107.19/107.57	c #Conflicts:     314000 | #Constraints:      23866
107.19/107.57	c #Conflicts:     315000 | #Constraints:      24866
107.19/107.57	c #Conflicts:     316000 | #Constraints:      25866
107.19/107.57	c #Conflicts:     317000 | #Constraints:      26866
107.19/107.57	c #Conflicts:     318000 | #Constraints:      27866
107.19/107.57	c #Conflicts:     319000 | #Constraints:      28866
107.19/107.57	c #Conflicts:     320000 | #Constraints:      29866
107.19/107.57	c #Conflicts:     321000 | #Constraints:      30866
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     322000 | #Constraints:      20661
107.19/107.57	c #Conflicts:     323000 | #Constraints:      21661
107.19/107.57	c #Conflicts:     324000 | #Constraints:      22661
107.19/107.57	c #Conflicts:     325000 | #Constraints:      23661
107.19/107.57	c #Conflicts:     326000 | #Constraints:      24662
107.19/107.57	c #Conflicts:     327000 | #Constraints:      25662
107.19/107.57	c #Conflicts:     328000 | #Constraints:      26662
107.19/107.57	c #Conflicts:     329000 | #Constraints:      27662
107.19/107.57	c #Conflicts:     330000 | #Constraints:      28662
107.19/107.57	c #Conflicts:     331000 | #Constraints:      29662
107.19/107.57	c #Conflicts:     332000 | #Constraints:      30662
107.19/107.57	c #Conflicts:     333000 | #Constraints:      31662
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     334000 | #Constraints:      21244
107.19/107.57	c #Conflicts:     335000 | #Constraints:      22245
107.19/107.57	c #Conflicts:     336000 | #Constraints:      23245
107.19/107.57	c #Conflicts:     337000 | #Constraints:      24245
107.19/107.57	c #Conflicts:     338000 | #Constraints:      25245
107.19/107.57	c #Conflicts:     339000 | #Constraints:      26245
107.19/107.57	c #Conflicts:     340000 | #Constraints:      27245
107.19/107.57	c #Conflicts:     341000 | #Constraints:      28245
107.19/107.57	c #Conflicts:     342000 | #Constraints:      29246
107.19/107.57	c #Conflicts:     343000 | #Constraints:      30246
107.19/107.57	c #Conflicts:     344000 | #Constraints:      31246
107.19/107.57	c #Conflicts:     345000 | #Constraints:      32246
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     346000 | #Constraints:      21664
107.19/107.57	c #Conflicts:     347000 | #Constraints:      22664
107.19/107.57	c #Conflicts:     348000 | #Constraints:      23664
107.19/107.57	c #Conflicts:     349000 | #Constraints:      24664
107.19/107.57	c #Conflicts:     350000 | #Constraints:      25664
107.19/107.57	c #Conflicts:     351000 | #Constraints:      26664
107.19/107.57	c #Conflicts:     352000 | #Constraints:      27664
107.19/107.57	c #Conflicts:     353000 | #Constraints:      28664
107.19/107.57	c #Conflicts:     354000 | #Constraints:      29664
107.19/107.57	c #Conflicts:     355000 | #Constraints:      30664
107.19/107.57	c #Conflicts:     356000 | #Constraints:      31664
107.19/107.57	c #Conflicts:     357000 | #Constraints:      32664
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     358000 | #Constraints:      21876
107.19/107.57	c #Conflicts:     359000 | #Constraints:      22876
107.19/107.57	c #Conflicts:     360000 | #Constraints:      23876
107.19/107.57	c #Conflicts:     361000 | #Constraints:      24876
107.19/107.57	c #Conflicts:     362000 | #Constraints:      25876
107.19/107.57	c #Conflicts:     363000 | #Constraints:      26876
107.19/107.57	c #Conflicts:     364000 | #Constraints:      27876
107.19/107.57	c #Conflicts:     365000 | #Constraints:      28876
107.19/107.57	c #Conflicts:     366000 | #Constraints:      29877
107.19/107.57	c #Conflicts:     367000 | #Constraints:      30877
107.19/107.57	c #Conflicts:     368000 | #Constraints:      31877
107.19/107.57	c #Conflicts:     369000 | #Constraints:      32877
107.19/107.57	c INPROCESSING
107.19/107.57	c GARBAGE COLLECT
107.19/107.57	c #Conflicts:     370000 | #Constraints:      21892
107.19/107.57	c #Conflicts:     371000 | #Constraints:      22892
107.19/107.57	c #Conflicts:     372000 | #Constraints:      23892
107.19/107.57	c #Conflicts:     373000 | #Constraints:      24892
107.19/107.57	c #Conflicts:     374000 | #Constraints:      25892
107.19/107.57	c #Conflicts:     375000 | #Constraints:      26892
107.19/107.57	c #Conflicts:     376000 | #Constraints:      27892
107.19/107.57	c #Conflicts:     377000 | #Constraints:      28892
107.19/107.57	c #Conflicts:     378000 | #Constraints:      29892
138.71/139.10	c #Conflicts:     379000 | #Constraints:      30892
138.71/139.10	c #Conflicts:     380000 | #Constraints:      31892
138.71/139.10	c #Conflicts:     381000 | #Constraints:      32892
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     382000 | #Constraints:      21678
138.71/139.10	c #Conflicts:     383000 | #Constraints:      22678
138.71/139.10	c #Conflicts:     384000 | #Constraints:      23678
138.71/139.10	c #Conflicts:     385000 | #Constraints:      24678
138.71/139.10	c #Conflicts:     386000 | #Constraints:      25678
138.71/139.10	c #Conflicts:     387000 | #Constraints:      26678
138.71/139.10	c #Conflicts:     388000 | #Constraints:      27678
138.71/139.10	c #Conflicts:     389000 | #Constraints:      28678
138.71/139.10	c #Conflicts:     390000 | #Constraints:      29678
138.71/139.10	c #Conflicts:     391000 | #Constraints:      30678
138.71/139.10	c #Conflicts:     392000 | #Constraints:      31678
138.71/139.10	c #Conflicts:     393000 | #Constraints:      32678
138.71/139.10	c #Conflicts:     394000 | #Constraints:      33678
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     395000 | #Constraints:      22259
138.71/139.10	c #Conflicts:     396000 | #Constraints:      23259
138.71/139.10	c #Conflicts:     397000 | #Constraints:      24259
138.71/139.10	c #Conflicts:     398000 | #Constraints:      25259
138.71/139.10	c #Conflicts:     399000 | #Constraints:      26259
138.71/139.10	c #Conflicts:     400000 | #Constraints:      27259
138.71/139.10	c #Conflicts:     401000 | #Constraints:      28259
138.71/139.10	c #Conflicts:     402000 | #Constraints:      29259
138.71/139.10	c #Conflicts:     403000 | #Constraints:      30259
138.71/139.10	c #Conflicts:     404000 | #Constraints:      31259
138.71/139.10	c #Conflicts:     405000 | #Constraints:      32259
138.71/139.10	c #Conflicts:     406000 | #Constraints:      33259
138.71/139.10	c #Conflicts:     407000 | #Constraints:      34259
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     408000 | #Constraints:      22639
138.71/139.10	c #Conflicts:     409000 | #Constraints:      23639
138.71/139.10	c #Conflicts:     410000 | #Constraints:      24639
138.71/139.10	c #Conflicts:     411000 | #Constraints:      25639
138.71/139.10	c #Conflicts:     412000 | #Constraints:      26639
138.71/139.10	c #Conflicts:     413000 | #Constraints:      27639
138.71/139.10	c #Conflicts:     414000 | #Constraints:      28639
138.71/139.10	c #Conflicts:     415000 | #Constraints:      29639
138.71/139.10	c #Conflicts:     416000 | #Constraints:      30639
138.71/139.10	c #Conflicts:     417000 | #Constraints:      31639
138.71/139.10	c #Conflicts:     418000 | #Constraints:      32639
138.71/139.10	c #Conflicts:     419000 | #Constraints:      33639
138.71/139.10	c #Conflicts:     420000 | #Constraints:      34639
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     421000 | #Constraints:      22886
138.71/139.10	c #Conflicts:     422000 | #Constraints:      23886
138.71/139.10	c #Conflicts:     423000 | #Constraints:      24886
138.71/139.10	c #Conflicts:     424000 | #Constraints:      25886
138.71/139.10	c #Conflicts:     425000 | #Constraints:      26886
138.71/139.10	c #Conflicts:     426000 | #Constraints:      27886
138.71/139.10	c #Conflicts:     427000 | #Constraints:      28886
138.71/139.10	c #Conflicts:     428000 | #Constraints:      29886
138.71/139.10	c #Conflicts:     429000 | #Constraints:      30886
138.71/139.10	c #Conflicts:     430000 | #Constraints:      31886
138.71/139.10	c #Conflicts:     431000 | #Constraints:      32886
138.71/139.10	c #Conflicts:     432000 | #Constraints:      33886
138.71/139.10	c #Conflicts:     433000 | #Constraints:      34886
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     434000 | #Constraints:      22901
138.71/139.10	c #Conflicts:     435000 | #Constraints:      23901
138.71/139.10	c #Conflicts:     436000 | #Constraints:      24901
138.71/139.10	c #Conflicts:     437000 | #Constraints:      25901
138.71/139.10	c #Conflicts:     438000 | #Constraints:      26901
138.71/139.10	c #Conflicts:     439000 | #Constraints:      27901
138.71/139.10	c #Conflicts:     440000 | #Constraints:      28901
138.71/139.10	c #Conflicts:     441000 | #Constraints:      29901
138.71/139.10	c #Conflicts:     442000 | #Constraints:      30901
138.71/139.10	c #Conflicts:     443000 | #Constraints:      31901
138.71/139.10	c #Conflicts:     444000 | #Constraints:      32901
138.71/139.10	c #Conflicts:     445000 | #Constraints:      33901
138.71/139.10	c #Conflicts:     446000 | #Constraints:      34901
138.71/139.10	c INPROCESSING
138.71/139.10	c GARBAGE COLLECT
138.71/139.10	c #Conflicts:     447000 | #Constraints:      22744
138.71/139.10	c #Conflicts:     448000 | #Constraints:      23744
138.71/139.10	c #Conflicts:     449000 | #Constraints:      24744
138.71/139.10	c #Conflicts:     450000 | #Constraints:      25744
138.71/139.10	c #Conflicts:     451000 | #Constraints:      26744
138.71/139.10	c #Conflicts:     452000 | #Constraints:      27744
138.71/139.10	c #Conflicts:     453000 | #Constraints:      28744
177.71/178.25	c #Conflicts:     454000 | #Constraints:      29744
177.71/178.25	c #Conflicts:     455000 | #Constraints:      30744
177.71/178.25	c #Conflicts:     456000 | #Constraints:      31744
177.71/178.25	c #Conflicts:     457000 | #Constraints:      32744
177.71/178.25	c #Conflicts:     458000 | #Constraints:      33744
177.71/178.25	c #Conflicts:     459000 | #Constraints:      34744
177.71/178.25	c #Conflicts:     460000 | #Constraints:      35744
177.71/178.25	c INPROCESSING
177.71/178.25	c GARBAGE COLLECT
177.71/178.25	c #Conflicts:     461000 | #Constraints:      23320
177.71/178.25	c #Conflicts:     462000 | #Constraints:      24321
177.71/178.25	c #Conflicts:     463000 | #Constraints:      25321
177.71/178.25	c #Conflicts:     464000 | #Constraints:      26321
177.71/178.25	c #Conflicts:     465000 | #Constraints:      27321
177.71/178.25	c #Conflicts:     466000 | #Constraints:      28321
177.71/178.25	c #Conflicts:     467000 | #Constraints:      29321
177.71/178.25	c #Conflicts:     468000 | #Constraints:      30321
177.71/178.25	c #Conflicts:     469000 | #Constraints:      31330
177.71/178.25	c #Conflicts:     470000 | #Constraints:      32330
177.71/178.25	c #Conflicts:     471000 | #Constraints:      33330
177.71/178.25	c #Conflicts:     472000 | #Constraints:      34330
177.71/178.25	c #Conflicts:     473000 | #Constraints:      35330
177.71/178.25	c #Conflicts:     474000 | #Constraints:      36330
177.71/178.25	c INPROCESSING
177.71/178.25	c GARBAGE COLLECT
177.71/178.25	c #Conflicts:     475000 | #Constraints:      23717
177.71/178.25	c #Conflicts:     476000 | #Constraints:      24717
177.71/178.25	c #Conflicts:     477000 | #Constraints:      25717
177.71/178.25	c #Conflicts:     478000 | #Constraints:      26718
177.71/178.25	c #Conflicts:     479000 | #Constraints:      27718
177.71/178.25	c #Conflicts:     480000 | #Constraints:      28718
177.71/178.25	c #Conflicts:     481000 | #Constraints:      29718
177.71/178.25	c #Conflicts:     482000 | #Constraints:      30718
177.71/178.25	c #Conflicts:     483000 | #Constraints:      31718
177.71/178.25	c #Conflicts:     484000 | #Constraints:      32718
177.71/178.25	c #Conflicts:     485000 | #Constraints:      33718
177.71/178.25	c #Conflicts:     486000 | #Constraints:      34718
177.71/178.25	c #Conflicts:     487000 | #Constraints:      35832
177.71/178.25	c #Conflicts:     488000 | #Constraints:      36832
177.71/178.25	c INPROCESSING
177.71/178.25	c GARBAGE COLLECT
177.71/178.25	c #Conflicts:     489000 | #Constraints:      23979
177.71/178.25	c #Conflicts:     490000 | #Constraints:      24979
177.71/178.25	c #Conflicts:     491000 | #Constraints:      25979
177.71/178.25	c #Conflicts:     492000 | #Constraints:      26979
177.71/178.25	c #Conflicts:     493000 | #Constraints:      27979
177.71/178.25	c #Conflicts:     494000 | #Constraints:      28979
177.71/178.25	c #Conflicts:     495000 | #Constraints:      29979
177.71/178.25	c #Conflicts:     496000 | #Constraints:      30979
177.71/178.25	c #Conflicts:     497000 | #Constraints:      31979
177.71/178.25	c #Conflicts:     498000 | #Constraints:      32979
177.71/178.25	c #Conflicts:     499000 | #Constraints:      33979
177.71/178.25	c #Conflicts:     500000 | #Constraints:      34979
177.71/178.25	c #Conflicts:     501000 | #Constraints:      35979
177.71/178.25	c #Conflicts:     502000 | #Constraints:      36979
177.71/178.25	c INPROCESSING
177.71/178.25	c GARBAGE COLLECT
177.71/178.25	c #Conflicts:     503000 | #Constraints:      23938
177.71/178.25	c #Conflicts:     504000 | #Constraints:      24938
177.71/178.25	c #Conflicts:     505000 | #Constraints:      25938
177.71/178.25	c #Conflicts:     506000 | #Constraints:      26938
177.71/178.25	c #Conflicts:     507000 | #Constraints:      27938
177.71/178.25	c #Conflicts:     508000 | #Constraints:      28939
177.71/178.25	c #Conflicts:     509000 | #Constraints:      29939
177.71/178.25	c #Conflicts:     510000 | #Constraints:      30939
177.71/178.25	c #Conflicts:     511000 | #Constraints:      31939
177.71/178.25	c #Conflicts:     512000 | #Constraints:      32939
177.71/178.25	c #Conflicts:     513000 | #Constraints:      33939
177.71/178.25	c #Conflicts:     514000 | #Constraints:      34939
177.71/178.25	c #Conflicts:     515000 | #Constraints:      35939
177.71/178.25	c #Conflicts:     516000 | #Constraints:      36939
177.71/178.25	c INPROCESSING
177.71/178.25	c GARBAGE COLLECT
177.71/178.25	c #Conflicts:     517000 | #Constraints:      23697
177.71/178.25	c #Conflicts:     518000 | #Constraints:      24697
177.71/178.25	c #Conflicts:     519000 | #Constraints:      25697
177.71/178.25	c #Conflicts:     520000 | #Constraints:      26697
177.71/178.25	c #Conflicts:     521000 | #Constraints:      27697
177.71/178.25	c #Conflicts:     522000 | #Constraints:      28697
177.71/178.25	c #Conflicts:     523000 | #Constraints:      29697
177.71/178.25	c #Conflicts:     524000 | #Constraints:      30697
177.71/178.25	c #Conflicts:     525000 | #Constraints:      31697
177.71/178.25	c #Conflicts:     526000 | #Constraints:      32697
177.71/178.25	c #Conflicts:     527000 | #Constraints:      33697
177.71/178.25	c #Conflicts:     528000 | #Constraints:      34697
177.71/178.25	c #Conflicts:     529000 | #Constraints:      35697
202.36/202.91	c #Conflicts:     530000 | #Constraints:      36697
202.36/202.91	c #Conflicts:     531000 | #Constraints:      37697
202.36/202.91	c INPROCESSING
202.36/202.91	c GARBAGE COLLECT
202.36/202.91	c #Conflicts:     532000 | #Constraints:      24289
202.36/202.91	c #Conflicts:     533000 | #Constraints:      25289
202.36/202.91	c #Conflicts:     534000 | #Constraints:      26289
202.36/202.91	c #Conflicts:     535000 | #Constraints:      27289
202.36/202.91	c #Conflicts:     536000 | #Constraints:      28289
202.36/202.91	c #Conflicts:     537000 | #Constraints:      29289
202.36/202.91	c #Conflicts:     538000 | #Constraints:      30289
202.36/202.91	c #Conflicts:     539000 | #Constraints:      31289
202.36/202.91	c #Conflicts:     540000 | #Constraints:      32289
202.36/202.91	c #Conflicts:     541000 | #Constraints:      33289
202.36/202.91	c #Conflicts:     542000 | #Constraints:      34289
202.36/202.91	c #Conflicts:     543000 | #Constraints:      35289
202.36/202.91	c #Conflicts:     544000 | #Constraints:      36289
202.36/202.91	c #Conflicts:     545000 | #Constraints:      37289
202.36/202.91	c #Conflicts:     546000 | #Constraints:      38289
202.36/202.91	c INPROCESSING
202.36/202.91	c GARBAGE COLLECT
202.36/202.91	c #Conflicts:     547000 | #Constraints:      24690
202.36/202.91	c #Conflicts:     548000 | #Constraints:      25690
202.36/202.91	c #Conflicts:     549000 | #Constraints:      26690
202.36/202.91	c #Conflicts:     550000 | #Constraints:      27690
202.36/202.91	c #Conflicts:     551000 | #Constraints:      28690
202.36/202.91	c #Conflicts:     552000 | #Constraints:      29690
202.36/202.91	c #Conflicts:     553000 | #Constraints:      30690
202.36/202.91	c #Conflicts:     554000 | #Constraints:      31690
202.36/202.91	c #Conflicts:     555000 | #Constraints:      32690
202.36/202.91	c #Conflicts:     556000 | #Constraints:      33690
202.36/202.91	c #Conflicts:     557000 | #Constraints:      34690
202.36/202.91	c #Conflicts:     558000 | #Constraints:      35690
202.36/202.91	c #Conflicts:     559000 | #Constraints:      36690
202.36/202.91	c #Conflicts:     560000 | #Constraints:      37690
202.36/202.91	c #Conflicts:     561000 | #Constraints:      38690
202.36/202.91	c INPROCESSING
202.36/202.91	c GARBAGE COLLECT
202.36/202.91	c #Conflicts:     562000 | #Constraints:      24862
202.36/202.91	c #Conflicts:     563000 | #Constraints:      25862
202.36/202.91	c #Conflicts:     564000 | #Constraints:      26862
202.36/202.91	c #Conflicts:     565000 | #Constraints:      27862
202.36/202.91	c #Conflicts:     566000 | #Constraints:      28862
202.36/202.91	c #Conflicts:     567000 | #Constraints:      29862
202.36/202.91	c #Conflicts:     568000 | #Constraints:      30862
202.36/202.91	c #Conflicts:     569000 | #Constraints:      31862
202.36/202.91	c #Conflicts:     570000 | #Constraints:      32862
202.36/202.91	c #Conflicts:     571000 | #Constraints:      33862
202.36/202.91	c #Conflicts:     572000 | #Constraints:      34862
202.36/202.91	c #Conflicts:     573000 | #Constraints:      35862
202.36/202.91	c #Conflicts:     574000 | #Constraints:      36862
202.36/202.91	c #Conflicts:     575000 | #Constraints:      37862
202.36/202.91	c #Conflicts:     576000 | #Constraints:      38862
202.36/202.91	c INPROCESSING
202.36/202.91	c GARBAGE COLLECT
202.36/202.91	c #Conflicts:     577000 | #Constraints:      24885
202.36/202.91	c #Conflicts:     578000 | #Constraints:      25885
202.36/202.91	c #Conflicts:     579000 | #Constraints:      26885
202.36/202.91	c #Conflicts:     580000 | #Constraints:      27885
202.36/202.91	c #Conflicts:     581000 | #Constraints:      28885
202.36/202.91	c #Conflicts:     582000 | #Constraints:      29885
202.36/202.91	c #Conflicts:     583000 | #Constraints:      30885
202.36/202.91	c #Conflicts:     584000 | #Constraints:      31885
202.36/202.91	c #Conflicts:     585000 | #Constraints:      32885
202.36/202.91	c #Conflicts:     586000 | #Constraints:      33885
202.36/202.91	c #Conflicts:     587000 | #Constraints:      34885
202.36/202.91	c #Conflicts:     588000 | #Constraints:      35885
202.36/202.91	c #Conflicts:     589000 | #Constraints:      36885
202.36/202.91	c #Conflicts:     590000 | #Constraints:      37886
202.36/202.91	c #Conflicts:     591000 | #Constraints:      38886
202.36/202.91	c INPROCESSING
202.36/202.91	c GARBAGE COLLECT
202.36/202.91	c #Conflicts:     592000 | #Constraints:      24684
202.36/202.91	c #Conflicts:     593000 | #Constraints:      25684
202.36/202.91	c #Conflicts:     594000 | #Constraints:      26684
202.36/202.91	c #Conflicts:     595000 | #Constraints:      27684
202.36/202.91	c #Conflicts:     596000 | #Constraints:      28684
202.36/202.91	c #Conflicts:     597000 | #Constraints:      29684
202.36/202.91	c #Conflicts:     598000 | #Constraints:      30684
202.36/202.91	c #Conflicts:     599000 | #Constraints:      31685
202.36/202.91	c #Conflicts:     600000 | #Constraints:      32685
202.36/202.91	c #Conflicts:     601000 | #Constraints:      33685
202.36/202.91	c #Conflicts:     602000 | #Constraints:      34685
202.36/202.91	c #Conflicts:     603000 | #Constraints:      35685
202.36/202.91	c #Conflicts:     604000 | #Constraints:      36685
202.36/202.91	c #Conflicts:     605000 | #Constraints:      37685
230.49/231.16	c #Conflicts:     606000 | #Constraints:      38686
230.49/231.16	c #Conflicts:     607000 | #Constraints:      39690
230.49/231.16	c INPROCESSING
230.49/231.16	c GARBAGE COLLECT
230.49/231.16	c #Conflicts:     608000 | #Constraints:      25300
230.49/231.16	c #Conflicts:     609000 | #Constraints:      26300
230.49/231.16	c #Conflicts:     610000 | #Constraints:      27300
230.49/231.16	c #Conflicts:     611000 | #Constraints:      28300
230.49/231.16	c #Conflicts:     612000 | #Constraints:      29301
230.49/231.16	c #Conflicts:     613000 | #Constraints:      30301
230.49/231.16	c #Conflicts:     614000 | #Constraints:      31301
230.49/231.16	c #Conflicts:     615000 | #Constraints:      32302
230.49/231.16	c #Conflicts:     616000 | #Constraints:      33302
230.49/231.16	c #Conflicts:     617000 | #Constraints:      34302
230.49/231.16	c #Conflicts:     618000 | #Constraints:      35302
230.49/231.16	c #Conflicts:     619000 | #Constraints:      36302
230.49/231.16	c #Conflicts:     620000 | #Constraints:      37302
230.49/231.16	c #Conflicts:     621000 | #Constraints:      38302
230.49/231.16	c #Conflicts:     622000 | #Constraints:      39302
230.49/231.16	c #Conflicts:     623000 | #Constraints:      40302
230.49/231.16	c INPROCESSING
230.49/231.16	c GARBAGE COLLECT
230.49/231.16	c #Conflicts:     624000 | #Constraints:      25676
230.49/231.16	c #Conflicts:     625000 | #Constraints:      26676
230.49/231.16	c #Conflicts:     626000 | #Constraints:      27676
230.49/231.16	c #Conflicts:     627000 | #Constraints:      28677
230.49/231.16	c #Conflicts:     628000 | #Constraints:      29677
230.49/231.16	c #Conflicts:     629000 | #Constraints:      30677
230.49/231.16	c #Conflicts:     630000 | #Constraints:      31677
230.49/231.16	c #Conflicts:     631000 | #Constraints:      32677
230.49/231.16	c #Conflicts:     632000 | #Constraints:      33677
230.49/231.16	c #Conflicts:     633000 | #Constraints:      34677
230.49/231.16	c #Conflicts:     634000 | #Constraints:      35677
230.49/231.16	c #Conflicts:     635000 | #Constraints:      36677
230.49/231.16	c #Conflicts:     636000 | #Constraints:      37677
230.49/231.16	c #Conflicts:     637000 | #Constraints:      38677
230.49/231.16	c #Conflicts:     638000 | #Constraints:      39677
230.49/231.16	c #Conflicts:     639000 | #Constraints:      40677
230.49/231.16	c INPROCESSING
230.49/231.16	c GARBAGE COLLECT
230.49/231.16	c #Conflicts:     640000 | #Constraints:      25874
230.49/231.16	c #Conflicts:     641000 | #Constraints:      26875
230.49/231.16	c #Conflicts:     642000 | #Constraints:      27875
230.49/231.16	c #Conflicts:     643000 | #Constraints:      28875
230.49/231.16	c #Conflicts:     644000 | #Constraints:      29875
230.49/231.16	c #Conflicts:     645000 | #Constraints:      30875
230.49/231.16	c #Conflicts:     646000 | #Constraints:      31875
230.49/231.16	c #Conflicts:     647000 | #Constraints:      32875
230.49/231.16	c #Conflicts:     648000 | #Constraints:      33875
230.49/231.16	c #Conflicts:     649000 | #Constraints:      34875
230.49/231.16	c #Conflicts:     650000 | #Constraints:      35875
230.49/231.16	c #Conflicts:     651000 | #Constraints:      36875
230.49/231.16	c #Conflicts:     652000 | #Constraints:      37875
230.49/231.16	c #Conflicts:     653000 | #Constraints:      38875
230.49/231.16	c #Conflicts:     654000 | #Constraints:      39875
230.49/231.16	c #Conflicts:     655000 | #Constraints:      40875
230.49/231.16	c INPROCESSING
230.49/231.16	c GARBAGE COLLECT
230.49/231.16	c #Conflicts:     656000 | #Constraints:      25900
230.49/231.16	c #Conflicts:     657000 | #Constraints:      26900
230.49/231.16	c #Conflicts:     658000 | #Constraints:      27900
230.49/231.16	c #Conflicts:     659000 | #Constraints:      28900
230.49/231.16	c #Conflicts:     660000 | #Constraints:      29900
230.49/231.16	c #Conflicts:     661000 | #Constraints:      30900
230.49/231.16	c #Conflicts:     662000 | #Constraints:      31900
230.49/231.16	c #Conflicts:     663000 | #Constraints:      32900
230.49/231.16	c #Conflicts:     664000 | #Constraints:      33900
230.49/231.16	c #Conflicts:     665000 | #Constraints:      34900
230.49/231.16	c #Conflicts:     666000 | #Constraints:      35900
230.49/231.16	c #Conflicts:     667000 | #Constraints:      36901
230.49/231.16	c #Conflicts:     668000 | #Constraints:      37901
230.49/231.16	c #Conflicts:     669000 | #Constraints:      38901
230.49/231.16	c #Conflicts:     670000 | #Constraints:      39901
230.49/231.16	c #Conflicts:     671000 | #Constraints:      40901
230.49/231.16	c INPROCESSING
230.49/231.16	c GARBAGE COLLECT
230.49/231.16	c #Conflicts:     672000 | #Constraints:      25683
230.49/231.16	c #Conflicts:     673000 | #Constraints:      26683
230.49/231.16	c #Conflicts:     674000 | #Constraints:      27683
230.49/231.16	c #Conflicts:     675000 | #Constraints:      28683
230.49/231.16	c #Conflicts:     676000 | #Constraints:      29683
230.49/231.16	c #Conflicts:     677000 | #Constraints:      30683
230.49/231.16	c #Conflicts:     678000 | #Constraints:      31683
230.49/231.16	c #Conflicts:     679000 | #Constraints:      32683
230.49/231.16	c #Conflicts:     680000 | #Constraints:      33683
269.19/269.94	c #Conflicts:     681000 | #Constraints:      34683
269.19/269.94	c #Conflicts:     682000 | #Constraints:      35683
269.19/269.94	c #Conflicts:     683000 | #Constraints:      36683
269.19/269.94	c #Conflicts:     684000 | #Constraints:      37683
269.19/269.94	c #Conflicts:     685000 | #Constraints:      38683
269.19/269.94	c #Conflicts:     686000 | #Constraints:      39683
269.19/269.94	c #Conflicts:     687000 | #Constraints:      40683
269.19/269.94	c #Conflicts:     688000 | #Constraints:      41683
269.19/269.94	c INPROCESSING
269.19/269.94	c GARBAGE COLLECT
269.19/269.94	c #Conflicts:     689000 | #Constraints:      26313
269.19/269.94	c #Conflicts:     690000 | #Constraints:      27313
269.19/269.94	c #Conflicts:     691000 | #Constraints:      28313
269.19/269.94	c #Conflicts:     692000 | #Constraints:      29313
269.19/269.94	c #Conflicts:     693000 | #Constraints:      30313
269.19/269.94	c #Conflicts:     694000 | #Constraints:      31313
269.19/269.94	c #Conflicts:     695000 | #Constraints:      32313
269.19/269.94	c #Conflicts:     696000 | #Constraints:      33313
269.19/269.94	c #Conflicts:     697000 | #Constraints:      34313
269.19/269.94	c #Conflicts:     698000 | #Constraints:      35313
269.19/269.94	c #Conflicts:     699000 | #Constraints:      36313
269.19/269.94	c #Conflicts:     700000 | #Constraints:      37313
269.19/269.94	c #Conflicts:     701000 | #Constraints:      38313
269.19/269.94	c #Conflicts:     702000 | #Constraints:      39313
269.19/269.94	c #Conflicts:     703000 | #Constraints:      40313
269.19/269.94	c #Conflicts:     704000 | #Constraints:      41313
269.19/269.94	c #Conflicts:     705000 | #Constraints:      42313
269.19/269.94	c INPROCESSING
269.19/269.94	c GARBAGE COLLECT
269.19/269.94	c #Conflicts:     706000 | #Constraints:      26700
269.19/269.94	c #Conflicts:     707000 | #Constraints:      27700
269.19/269.94	c #Conflicts:     708000 | #Constraints:      28700
269.19/269.94	c #Conflicts:     709000 | #Constraints:      29700
269.19/269.94	c #Conflicts:     710000 | #Constraints:      30700
269.19/269.94	c #Conflicts:     711000 | #Constraints:      31700
269.19/269.94	c #Conflicts:     712000 | #Constraints:      32700
269.19/269.94	c #Conflicts:     713000 | #Constraints:      33700
269.19/269.94	c #Conflicts:     714000 | #Constraints:      34700
269.19/269.94	c #Conflicts:     715000 | #Constraints:      35700
269.19/269.94	c #Conflicts:     716000 | #Constraints:      36700
269.19/269.94	c #Conflicts:     717000 | #Constraints:      37700
269.19/269.94	c #Conflicts:     718000 | #Constraints:      38700
269.19/269.94	c #Conflicts:     719000 | #Constraints:      39700
269.19/269.94	c #Conflicts:     720000 | #Constraints:      40700
269.19/269.94	c #Conflicts:     721000 | #Constraints:      41700
269.19/269.94	c #Conflicts:     722000 | #Constraints:      42700
269.19/269.94	c INPROCESSING
269.19/269.94	c GARBAGE COLLECT
269.19/269.94	c #Conflicts:     723000 | #Constraints:      26915
269.19/269.94	c #Conflicts:     724000 | #Constraints:      27915
269.19/269.94	c #Conflicts:     725000 | #Constraints:      28915
269.19/269.94	c #Conflicts:     726000 | #Constraints:      29915
269.19/269.94	c #Conflicts:     727000 | #Constraints:      30915
269.19/269.94	c #Conflicts:     728000 | #Constraints:      31915
269.19/269.94	c #Conflicts:     729000 | #Constraints:      32915
269.19/269.94	c #Conflicts:     730000 | #Constraints:      33915
269.19/269.94	c #Conflicts:     731000 | #Constraints:      34915
269.19/269.94	c #Conflicts:     732000 | #Constraints:      35915
269.19/269.94	c #Conflicts:     733000 | #Constraints:      36915
269.19/269.94	c #Conflicts:     734000 | #Constraints:      37916
269.19/269.94	c #Conflicts:     735000 | #Constraints:      38916
269.19/269.94	c #Conflicts:     736000 | #Constraints:      39916
269.19/269.94	c #Conflicts:     737000 | #Constraints:      40916
269.19/269.94	c #Conflicts:     738000 | #Constraints:      41916
269.19/269.94	c #Conflicts:     739000 | #Constraints:      42916
269.19/269.94	c INPROCESSING
269.19/269.94	c GARBAGE COLLECT
269.19/269.94	c #Conflicts:     740000 | #Constraints:      26952
269.19/269.94	c #Conflicts:     741000 | #Constraints:      27952
269.19/269.94	c #Conflicts:     742000 | #Constraints:      28953
269.19/269.94	c #Conflicts:     743000 | #Constraints:      29953
269.19/269.94	c #Conflicts:     744000 | #Constraints:      30953
269.19/269.94	c #Conflicts:     745000 | #Constraints:      31953
269.19/269.94	c #Conflicts:     746000 | #Constraints:      32953
269.19/269.94	c #Conflicts:     747000 | #Constraints:      33953
269.19/269.94	c #Conflicts:     748000 | #Constraints:      34953
269.19/269.94	c #Conflicts:     749000 | #Constraints:      35953
269.19/269.94	c #Conflicts:     750000 | #Constraints:      36953
269.19/269.94	c #Conflicts:     751000 | #Constraints:      37953
269.19/269.94	c #Conflicts:     752000 | #Constraints:      38953
269.19/269.94	c #Conflicts:     753000 | #Constraints:      39953
269.19/269.94	c #Conflicts:     754000 | #Constraints:      40953
269.19/269.94	c #Conflicts:     755000 | #Constraints:      41953
269.19/269.94	c #Conflicts:     756000 | #Constraints:      42953
296.43/297.28	c INPROCESSING
296.43/297.28	c GARBAGE COLLECT
296.43/297.28	c #Conflicts:     757000 | #Constraints:      26724
296.43/297.28	c #Conflicts:     758000 | #Constraints:      27724
296.43/297.28	c #Conflicts:     759000 | #Constraints:      28724
296.43/297.28	c #Conflicts:     760000 | #Constraints:      29724
296.43/297.28	c #Conflicts:     761000 | #Constraints:      30724
296.43/297.28	c #Conflicts:     762000 | #Constraints:      31724
296.43/297.28	c #Conflicts:     763000 | #Constraints:      32724
296.43/297.28	c #Conflicts:     764000 | #Constraints:      33724
296.43/297.28	c #Conflicts:     765000 | #Constraints:      34724
296.43/297.28	c #Conflicts:     766000 | #Constraints:      35724
296.43/297.28	c #Conflicts:     767000 | #Constraints:      36724
296.43/297.28	c #Conflicts:     768000 | #Constraints:      37724
296.43/297.28	c #Conflicts:     769000 | #Constraints:      38724
296.43/297.28	c #Conflicts:     770000 | #Constraints:      39724
296.43/297.28	c #Conflicts:     771000 | #Constraints:      40724
296.43/297.28	c #Conflicts:     772000 | #Constraints:      41724
296.43/297.28	c #Conflicts:     773000 | #Constraints:      42724
296.43/297.28	c #Conflicts:     774000 | #Constraints:      43724
296.43/297.28	c INPROCESSING
296.43/297.28	c GARBAGE COLLECT
296.43/297.28	c #Conflicts:     775000 | #Constraints:      27319
296.43/297.28	c #Conflicts:     776000 | #Constraints:      28319
296.43/297.28	c #Conflicts:     777000 | #Constraints:      29319
296.43/297.28	c #Conflicts:     778000 | #Constraints:      30319
296.43/297.28	c #Conflicts:     779000 | #Constraints:      31319
296.43/297.28	c #Conflicts:     780000 | #Constraints:      32319
296.43/297.28	c #Conflicts:     781000 | #Constraints:      33319
296.43/297.28	c #Conflicts:     782000 | #Constraints:      34319
296.43/297.28	c #Conflicts:     783000 | #Constraints:      35319
296.43/297.28	c #Conflicts:     784000 | #Constraints:      36319
296.43/297.28	c #Conflicts:     785000 | #Constraints:      37319
296.43/297.28	c #Conflicts:     786000 | #Constraints:      38319
296.43/297.28	c #Conflicts:     787000 | #Constraints:      39319
296.43/297.28	c #Conflicts:     788000 | #Constraints:      40319
296.43/297.28	c #Conflicts:     789000 | #Constraints:      41319
296.43/297.28	c #Conflicts:     790000 | #Constraints:      42319
296.43/297.28	c #Conflicts:     791000 | #Constraints:      43319
296.43/297.28	c #Conflicts:     792000 | #Constraints:      44319
296.43/297.28	c INPROCESSING
296.43/297.28	c GARBAGE COLLECT
296.43/297.28	c #Conflicts:     793000 | #Constraints:      27664
296.43/297.28	c #Conflicts:     794000 | #Constraints:      28664
296.43/297.28	c #Conflicts:     795000 | #Constraints:      29664
296.43/297.28	c #Conflicts:     796000 | #Constraints:      30664
296.43/297.28	c #Conflicts:     797000 | #Constraints:      31664
296.43/297.28	c #Conflicts:     798000 | #Constraints:      32664
296.43/297.28	c #Conflicts:     799000 | #Constraints:      33664
296.43/297.28	c #Conflicts:     800000 | #Constraints:      34664
296.43/297.28	c #Conflicts:     801000 | #Constraints:      35664
296.43/297.28	c #Conflicts:     802000 | #Constraints:      36664
296.43/297.28	c #Conflicts:     803000 | #Constraints:      37664
296.43/297.28	c #Conflicts:     804000 | #Constraints:      38664
296.43/297.28	c #Conflicts:     805000 | #Constraints:      39664
296.43/297.28	c #Conflicts:     806000 | #Constraints:      40664
296.43/297.28	c #Conflicts:     807000 | #Constraints:      41664
296.43/297.28	c #Conflicts:     808000 | #Constraints:      42664
296.43/297.28	c #Conflicts:     809000 | #Constraints:      43664
296.43/297.28	c #Conflicts:     810000 | #Constraints:      44664
296.43/297.28	c INPROCESSING
296.43/297.28	c GARBAGE COLLECT
296.43/297.28	c #Conflicts:     811000 | #Constraints:      27900
296.43/297.28	c #Conflicts:     812000 | #Constraints:      28900
296.43/297.28	c #Conflicts:     813000 | #Constraints:      29900
296.43/297.28	c #Conflicts:     814000 | #Constraints:      30900
296.43/297.28	c #Conflicts:     815000 | #Constraints:      31900
296.43/297.28	c #Conflicts:     816000 | #Constraints:      32901
296.43/297.28	c #Conflicts:     817000 | #Constraints:      33901
296.43/297.28	c #Conflicts:     818000 | #Constraints:      34901
296.43/297.28	c #Conflicts:     819000 | #Constraints:      35901
296.43/297.28	c #Conflicts:     820000 | #Constraints:      36901
296.43/297.28	c #Conflicts:     821000 | #Constraints:      37901
296.43/297.28	c #Conflicts:     822000 | #Constraints:      38901
296.43/297.28	c #Conflicts:     823000 | #Constraints:      39901
296.43/297.28	c #Conflicts:     824000 | #Constraints:      40901
296.43/297.28	c #Conflicts:     825000 | #Constraints:      41901
296.43/297.28	c #Conflicts:     826000 | #Constraints:      42901
296.43/297.28	c #Conflicts:     827000 | #Constraints:      43901
296.43/297.28	c #Conflicts:     828000 | #Constraints:      44901
296.43/297.28	c INPROCESSING
296.43/297.28	c GARBAGE COLLECT
296.43/297.28	c #Conflicts:     829000 | #Constraints:      27926
296.43/297.28	c #Conflicts:     830000 | #Constraints:      28926
296.43/297.28	c #Conflicts:     831000 | #Constraints:      29926
296.43/297.28	c #Conflicts:     832000 | #Constraints:      30926
329.64/330.57	c #Conflicts:     833000 | #Constraints:      31926
329.64/330.57	c #Conflicts:     834000 | #Constraints:      32926
329.64/330.57	c #Conflicts:     835000 | #Constraints:      33926
329.64/330.57	c #Conflicts:     836000 | #Constraints:      34928
329.64/330.57	c #Conflicts:     837000 | #Constraints:      35928
329.64/330.57	c #Conflicts:     838000 | #Constraints:      36928
329.64/330.57	c #Conflicts:     839000 | #Constraints:      37928
329.64/330.57	c #Conflicts:     840000 | #Constraints:      38928
329.64/330.57	c #Conflicts:     841000 | #Constraints:      39929
329.64/330.57	c #Conflicts:     842000 | #Constraints:      40929
329.64/330.57	c #Conflicts:     843000 | #Constraints:      41930
329.64/330.57	c #Conflicts:     844000 | #Constraints:      42930
329.64/330.57	c #Conflicts:     845000 | #Constraints:      43930
329.64/330.57	c #Conflicts:     846000 | #Constraints:      44930
329.64/330.57	c INPROCESSING
329.64/330.57	c GARBAGE COLLECT
329.64/330.57	c #Conflicts:     847000 | #Constraints:      27713
329.64/330.57	c #Conflicts:     848000 | #Constraints:      28713
329.64/330.57	c #Conflicts:     849000 | #Constraints:      29714
329.64/330.57	c #Conflicts:     850000 | #Constraints:      30789
329.64/330.57	c #Conflicts:     851000 | #Constraints:      31919
329.64/330.57	c #Conflicts:     852000 | #Constraints:      32919
329.64/330.57	c #Conflicts:     853000 | #Constraints:      33919
329.64/330.57	c #Conflicts:     854000 | #Constraints:      34919
329.64/330.57	c #Conflicts:     855000 | #Constraints:      35919
329.64/330.57	c #Conflicts:     856000 | #Constraints:      36919
329.64/330.57	c #Conflicts:     857000 | #Constraints:      37919
329.64/330.57	c #Conflicts:     858000 | #Constraints:      38919
329.64/330.57	c #Conflicts:     859000 | #Constraints:      39919
329.64/330.57	c #Conflicts:     860000 | #Constraints:      40919
329.64/330.57	c #Conflicts:     861000 | #Constraints:      41919
329.64/330.57	c #Conflicts:     862000 | #Constraints:      42919
329.64/330.57	c #Conflicts:     863000 | #Constraints:      43919
329.64/330.57	c #Conflicts:     864000 | #Constraints:      44919
329.64/330.57	c #Conflicts:     865000 | #Constraints:      45919
329.64/330.57	c INPROCESSING
329.64/330.57	c GARBAGE COLLECT
329.64/330.57	c #Conflicts:     866000 | #Constraints:      28438
329.64/330.57	c #Conflicts:     867000 | #Constraints:      29438
329.64/330.57	c #Conflicts:     868000 | #Constraints:      30438
329.64/330.57	c #Conflicts:     869000 | #Constraints:      31438
329.64/330.57	c #Conflicts:     870000 | #Constraints:      32438
329.64/330.57	c #Conflicts:     871000 | #Constraints:      33438
329.64/330.57	c #Conflicts:     872000 | #Constraints:      34438
329.64/330.57	c #Conflicts:     873000 | #Constraints:      35438
329.64/330.57	c #Conflicts:     874000 | #Constraints:      36438
329.64/330.57	c #Conflicts:     875000 | #Constraints:      37438
329.64/330.57	c #Conflicts:     876000 | #Constraints:      38438
329.64/330.57	c #Conflicts:     877000 | #Constraints:      39438
329.64/330.57	c #Conflicts:     878000 | #Constraints:      40438
329.64/330.57	c #Conflicts:     879000 | #Constraints:      41438
329.64/330.57	c #Conflicts:     880000 | #Constraints:      42438
329.64/330.57	c #Conflicts:     881000 | #Constraints:      43438
329.64/330.57	c #Conflicts:     882000 | #Constraints:      44438
329.64/330.57	c #Conflicts:     883000 | #Constraints:      45438
329.64/330.57	c #Conflicts:     884000 | #Constraints:      46438
329.64/330.57	c INPROCESSING
329.64/330.57	c GARBAGE COLLECT
329.64/330.57	c #Conflicts:     885000 | #Constraints:      28792
329.64/330.57	c #Conflicts:     886000 | #Constraints:      29792
329.64/330.57	c #Conflicts:     887000 | #Constraints:      30792
329.64/330.57	c #Conflicts:     888000 | #Constraints:      31792
329.64/330.57	c #Conflicts:     889000 | #Constraints:      32793
329.64/330.57	c #Conflicts:     890000 | #Constraints:      33793
329.64/330.57	c #Conflicts:     891000 | #Constraints:      34793
329.64/330.57	c #Conflicts:     892000 | #Constraints:      35793
329.64/330.57	c #Conflicts:     893000 | #Constraints:      36793
329.64/330.57	c #Conflicts:     894000 | #Constraints:      37793
329.64/330.57	c #Conflicts:     895000 | #Constraints:      38793
329.64/330.57	c #Conflicts:     896000 | #Constraints:      39793
329.64/330.57	c #Conflicts:     897000 | #Constraints:      40793
329.64/330.57	c #Conflicts:     898000 | #Constraints:      41793
329.64/330.57	c #Conflicts:     899000 | #Constraints:      42793
329.64/330.57	c #Conflicts:     900000 | #Constraints:      43793
329.64/330.57	c #Conflicts:     901000 | #Constraints:      44793
329.64/330.57	c #Conflicts:     902000 | #Constraints:      45793
329.64/330.57	c #Conflicts:     903000 | #Constraints:      46793
329.64/330.57	c INPROCESSING
329.64/330.57	c GARBAGE COLLECT
329.64/330.57	c #Conflicts:     904000 | #Constraints:      28975
329.64/330.57	c #Conflicts:     905000 | #Constraints:      29975
329.64/330.57	c #Conflicts:     906000 | #Constraints:      30975
329.64/330.57	c #Conflicts:     907000 | #Constraints:      31975
329.64/330.57	c #Conflicts:     908000 | #Constraints:      32975
372.33/373.38	c #Conflicts:     909000 | #Constraints:      33975
372.33/373.38	c #Conflicts:     910000 | #Constraints:      34975
372.33/373.38	c #Conflicts:     911000 | #Constraints:      35975
372.33/373.38	c #Conflicts:     912000 | #Constraints:      36975
372.33/373.38	c #Conflicts:     913000 | #Constraints:      37975
372.33/373.38	c #Conflicts:     914000 | #Constraints:      38975
372.33/373.38	c #Conflicts:     915000 | #Constraints:      39975
372.33/373.38	c #Conflicts:     916000 | #Constraints:      40975
372.33/373.38	c #Conflicts:     917000 | #Constraints:      41976
372.33/373.38	c #Conflicts:     918000 | #Constraints:      42976
372.33/373.38	c #Conflicts:     919000 | #Constraints:      43976
372.33/373.38	c #Conflicts:     920000 | #Constraints:      44976
372.33/373.38	c #Conflicts:     921000 | #Constraints:      45976
372.33/373.38	c #Conflicts:     922000 | #Constraints:      46976
372.33/373.38	c INPROCESSING
372.33/373.38	c GARBAGE COLLECT
372.33/373.38	c #Conflicts:     923000 | #Constraints:      28975
372.33/373.38	c #Conflicts:     924000 | #Constraints:      29975
372.33/373.38	c #Conflicts:     925000 | #Constraints:      30975
372.33/373.38	c #Conflicts:     926000 | #Constraints:      31975
372.33/373.38	c #Conflicts:     927000 | #Constraints:      32975
372.33/373.38	c #Conflicts:     928000 | #Constraints:      33975
372.33/373.38	c #Conflicts:     929000 | #Constraints:      34975
372.33/373.38	c #Conflicts:     930000 | #Constraints:      35975
372.33/373.38	c #Conflicts:     931000 | #Constraints:      36977
372.33/373.38	c #Conflicts:     932000 | #Constraints:      37977
372.33/373.38	c #Conflicts:     933000 | #Constraints:      38977
372.33/373.38	c #Conflicts:     934000 | #Constraints:      39977
372.33/373.38	c #Conflicts:     935000 | #Constraints:      40977
372.33/373.38	c #Conflicts:     936000 | #Constraints:      41977
372.33/373.38	c #Conflicts:     937000 | #Constraints:      42977
372.33/373.38	c #Conflicts:     938000 | #Constraints:      43977
372.33/373.38	c #Conflicts:     939000 | #Constraints:      44977
372.33/373.38	c #Conflicts:     940000 | #Constraints:      45977
372.33/373.38	c #Conflicts:     941000 | #Constraints:      46977
372.33/373.38	c INPROCESSING
372.33/373.38	c GARBAGE COLLECT
372.33/373.38	c #Conflicts:     942000 | #Constraints:      28725
372.33/373.38	c #Conflicts:     943000 | #Constraints:      29725
372.33/373.38	c #Conflicts:     944000 | #Constraints:      30725
372.33/373.38	c #Conflicts:     945000 | #Constraints:      31725
372.33/373.38	c #Conflicts:     946000 | #Constraints:      32725
372.33/373.38	c #Conflicts:     947000 | #Constraints:      33725
372.33/373.38	c #Conflicts:     948000 | #Constraints:      34725
372.33/373.38	c #Conflicts:     949000 | #Constraints:      35725
372.33/373.38	c #Conflicts:     950000 | #Constraints:      36725
372.33/373.38	c #Conflicts:     951000 | #Constraints:      37824
372.33/373.38	c #Conflicts:     952000 | #Constraints:      38834
372.33/373.38	c #Conflicts:     953000 | #Constraints:      39848
372.33/373.38	c #Conflicts:     954000 | #Constraints:      40853
372.33/373.38	c #Conflicts:     955000 | #Constraints:      41892
372.33/373.38	c #Conflicts:     956000 | #Constraints:      42901
372.33/373.38	c #Conflicts:     957000 | #Constraints:      43910
372.33/373.38	c #Conflicts:     958000 | #Constraints:      44923
372.33/373.38	c #Conflicts:     959000 | #Constraints:      45931
372.33/373.38	c #Conflicts:     960000 | #Constraints:      46971
372.33/373.38	c #Conflicts:     961000 | #Constraints:      47977
372.33/373.38	c INPROCESSING
372.33/373.38	c GARBAGE COLLECT
372.33/373.38	c #Conflicts:     962000 | #Constraints:      29480
372.33/373.38	c #Conflicts:     963000 | #Constraints:      30480
372.33/373.38	c #Conflicts:     964000 | #Constraints:      31480
372.33/373.38	c #Conflicts:     965000 | #Constraints:      32480
372.33/373.38	c #Conflicts:     966000 | #Constraints:      33480
372.33/373.38	c #Conflicts:     967000 | #Constraints:      34480
372.33/373.38	c #Conflicts:     968000 | #Constraints:      35480
372.33/373.38	c #Conflicts:     969000 | #Constraints:      36480
372.33/373.38	c #Conflicts:     970000 | #Constraints:      37480
372.33/373.38	c #Conflicts:     971000 | #Constraints:      38480
372.33/373.38	c #Conflicts:     972000 | #Constraints:      39480
372.33/373.38	c #Conflicts:     973000 | #Constraints:      40480
372.33/373.38	c #Conflicts:     974000 | #Constraints:      41480
372.33/373.38	c #Conflicts:     975000 | #Constraints:      42480
372.33/373.38	c #Conflicts:     976000 | #Constraints:      43480
372.33/373.38	c #Conflicts:     977000 | #Constraints:      44480
372.33/373.38	c #Conflicts:     978000 | #Constraints:      45480
372.33/373.38	c #Conflicts:     979000 | #Constraints:      46480
372.33/373.38	c #Conflicts:     980000 | #Constraints:      47480
372.33/373.38	c #Conflicts:     981000 | #Constraints:      48480
372.33/373.38	c INPROCESSING
372.33/373.38	c GARBAGE COLLECT
372.33/373.38	c #Conflicts:     982000 | #Constraints:      29824
372.33/373.38	c #Conflicts:     983000 | #Constraints:      30824
372.33/373.38	c #Conflicts:     984000 | #Constraints:      31824
372.33/373.38	c #Conflicts:     985000 | #Constraints:      32824
425.20/426.34	c #Conflicts:     986000 | #Constraints:      33824
425.20/426.34	c #Conflicts:     987000 | #Constraints:      34824
425.20/426.34	c #Conflicts:     988000 | #Constraints:      35824
425.20/426.34	c #Conflicts:     989000 | #Constraints:      36824
425.20/426.34	c #Conflicts:     990000 | #Constraints:      37824
425.20/426.34	c #Conflicts:     991000 | #Constraints:      38824
425.20/426.34	c #Conflicts:     992000 | #Constraints:      39824
425.20/426.34	c #Conflicts:     993000 | #Constraints:      40824
425.20/426.34	c #Conflicts:     994000 | #Constraints:      41824
425.20/426.34	c #Conflicts:     995000 | #Constraints:      42824
425.20/426.34	c #Conflicts:     996000 | #Constraints:      43824
425.20/426.34	c #Conflicts:     997000 | #Constraints:      44824
425.20/426.34	c #Conflicts:     998000 | #Constraints:      45824
425.20/426.34	c #Conflicts:     999000 | #Constraints:      46824
425.20/426.34	c #Conflicts:    1000000 | #Constraints:      47824
425.20/426.34	c #Conflicts:    1001000 | #Constraints:      48824
425.20/426.34	c INPROCESSING
425.20/426.34	c GARBAGE COLLECT
425.20/426.34	c #Conflicts:    1002000 | #Constraints:      30015
425.20/426.34	c #Conflicts:    1003000 | #Constraints:      31015
425.20/426.34	c #Conflicts:    1004000 | #Constraints:      32015
425.20/426.34	c #Conflicts:    1005000 | #Constraints:      33015
425.20/426.34	c #Conflicts:    1006000 | #Constraints:      34015
425.20/426.34	c #Conflicts:    1007000 | #Constraints:      35015
425.20/426.34	c #Conflicts:    1008000 | #Constraints:      36015
425.20/426.34	c #Conflicts:    1009000 | #Constraints:      37015
425.20/426.34	c #Conflicts:    1010000 | #Constraints:      38015
425.20/426.34	c #Conflicts:    1011000 | #Constraints:      39015
425.20/426.34	c #Conflicts:    1012000 | #Constraints:      40015
425.20/426.34	c #Conflicts:    1013000 | #Constraints:      41015
425.20/426.34	c #Conflicts:    1014000 | #Constraints:      42015
425.20/426.34	c #Conflicts:    1015000 | #Constraints:      43015
425.20/426.34	c #Conflicts:    1016000 | #Constraints:      44015
425.20/426.34	c #Conflicts:    1017000 | #Constraints:      45016
425.20/426.34	c #Conflicts:    1018000 | #Constraints:      46016
425.20/426.34	c #Conflicts:    1019000 | #Constraints:      47016
425.20/426.34	c #Conflicts:    1020000 | #Constraints:      48016
425.20/426.34	c #Conflicts:    1021000 | #Constraints:      49016
425.20/426.34	c INPROCESSING
425.20/426.34	c GARBAGE COLLECT
425.20/426.34	c #Conflicts:    1022000 | #Constraints:      30020
425.20/426.34	c #Conflicts:    1023000 | #Constraints:      31020
425.20/426.34	c #Conflicts:    1024000 | #Constraints:      32020
425.20/426.34	c #Conflicts:    1025000 | #Constraints:      33020
425.20/426.34	c #Conflicts:    1026000 | #Constraints:      34020
425.20/426.34	c #Conflicts:    1027000 | #Constraints:      35020
425.20/426.34	c #Conflicts:    1028000 | #Constraints:      36020
425.20/426.34	c #Conflicts:    1029000 | #Constraints:      37020
425.20/426.34	c #Conflicts:    1030000 | #Constraints:      38020
425.20/426.34	c #Conflicts:    1031000 | #Constraints:      39504
425.20/426.34	c #Conflicts:    1032000 | #Constraints:      41046
425.20/426.34	c #Conflicts:    1033000 | #Constraints:      42561
425.20/426.34	c #Conflicts:    1034000 | #Constraints:      44081
425.20/426.34	c #Conflicts:    1035000 | #Constraints:      45597
425.20/426.34	c #Conflicts:    1036000 | #Constraints:      47095
425.20/426.34	c #Conflicts:    1037000 | #Constraints:      48578
425.20/426.34	c #Conflicts:    1038000 | #Constraints:      50083
425.20/426.34	c #Conflicts:    1039000 | #Constraints:      51616
425.20/426.34	c #Conflicts:    1040000 | #Constraints:      53143
425.20/426.34	c #Conflicts:    1041000 | #Constraints:      54680
425.20/426.34	c INPROCESSING
425.20/426.34	c GARBAGE COLLECT
425.20/426.34	WSVECS04 Frhs2[31]: 6 -0.999048 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[38]: 6 -0.964378 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[52]: 6 -0.999688 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[80]: 6 -0.737458 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[101]: 6 0 0.325461 shouldn't be
425.20/426.34	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[266]: 6 -1.4642 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[275]: 6 -0.413603 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[338]: 6 -9.18416 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[359]: 6 -0.194295 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[382]: 6 -0.999166 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[389]: 6 -0.87484 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[392]: 6 -0.0900005 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[393]: 6 -0.0625004 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[397]: 6 -0.0223697 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[407]: 6 -0.999998 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[426]: 6 -1.03897 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[429]: 6 -0.243096 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[454]: 6 -0.284328 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[455]: 6 0 0.628913 shouldn't be
425.20/426.34	WSVECS04 Frhs2[467]: 6 -0.328855 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[469]: 6 -0.653733 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[492]: 6 -0.853034 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[525]: 6 -1.60971 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[544]: 6 -0.287607 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[546]: 6 -0.827427 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[550]: 6 -0.840471 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[580]: 6 -2.15633 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[582]: 6 -0.515894 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[583]: 6 -0.698122 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[590]: 6 -7.50317e-06 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[591]: 6 -0.225875 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[593]: 6 -0.612245 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[594]: 6 -8.84868 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[598]: 6 -1.21096 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[604]: 6 -1.03645 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[611]: 6 -0.905543 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[624]: 6 -1.55433 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[647]: 6 -0.996647 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[649]: 6 -1.58128 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[650]: 6 -1.69955 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[656]: 6 0 3.24421 shouldn't be
425.20/426.34	WSVECS04 Frhs2[674]: 6 -0.980654 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[679]: 6 -0.830269 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1059]: 6 -1.0028 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1063]: 6 -1.04478 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1073]: 6 -2.78365 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1097]: 6 -2.54005 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1099]: 6 -1.24207 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1107]: 6 0 1.5718 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1110]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1116]: 6 -1.49995 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1118]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1130]: 6 -1.33368 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1157]: 6 -1.00988 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1159]: 6 -0.999207 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1167]: 6 -0.999367 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1188]: 6 -1.26037 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1193]: 6 -2.25562 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1197]: 6 -2.46832 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1248]: 6 -1.32813 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1253]: 6 -0.962689 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1261]: 6 -2.2856 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1296]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1312]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1348]: 6 -1.31384 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1388]: 6 -1.25905 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1405]: 6 -1.01408 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1414]: 6 -1.44514 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1429]: 6 -0.778704 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1452]: 6 -0.525497 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1459]: 6 -1.00053 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1490]: 6 -0.948988 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1491]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1496]: 6 -0.999376 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1504]: 6 -1.00948 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1509]: 6 -1.54312 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1541]: 6 -1.35544 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1542]: 6 -2.99207 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1544]: 6 -0.893812 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1592]: 6 -0.962829 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1593]: 6 -107.356 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1605]: 6 -0.393442 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1616]: 6 -1.00695 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1624]: 6 -1.0334 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1662]: 6 -0.941797 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1688]: 6 -0.380747 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1709]: 6 -1.00398 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1716]: 6 -0.630247 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1957]: 6 -0.999937 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1960]: 6 -1.00015 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1967]: 6 -0.975863 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1983]: 6 -0.135345 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[1985]: 6 -2.78365 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2051]: 6 -0.999086 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2054]: 6 -0.998172 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2055]: 6 -0.996342 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2060]: 6 -1.00279 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2065]: 6 -0.996037 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2067]: 6 -0.977609 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2074]: 6 -1.49816 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2076]: 6 -0.532886 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2154]: 6 -1.25 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2160]: 6 -0.36997 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2251]: 6 -0.863558 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2253]: 6 -0.99845 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2256]: 6 -0.89816 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2262]: 6 0 1.93641 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2264]: 6 0 1.18543 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2275]: 6 -3.21696 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2290]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2300]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2339]: 6 -0.228394 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2346]: 6 -1.3125 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2366]: 6 -0.176075 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2438]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2440]: 6 -1.3125 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2442]: 6 -1.33203 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2452]: 6 -1.3125 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2490]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2559]: 6 -3.94621 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2562]: 6 -11.2781 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2594]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2598]: 6 -1.33158 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2632]: 6 -1.33113 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2634]: 6 -11.6379 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2639]: 6 -0.671875 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2655]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2658]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2662]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2685]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2693]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2724]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2730]: 6 -1.25562 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2744]: 6 -2.75 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2753]: 6 -2.90263 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2780]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2793]: 6 -0.0234112 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2813]: 6 -0.864574 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2816]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2820]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2821]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2827]: 6 -1.95045 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2844]: 6 -5.47447 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2879]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2910]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2922]: 6 -1.32813 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2942]: 6 -3.25327 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2947]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2950]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3011]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3017]: 6 -1.99831 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3019]: 6 -2.15923 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3024]: 6 -2.65625 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3031]: 6 -0.75 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3072]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3084]: 6 -1.44288 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3132]: 6 -1.3125 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3141]: 6 -0.970954 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3153]: 6 -1.46985 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3165]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3210]: 6 -1.32815 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3228]: 6 -5 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3241]: 6 -0.99999 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3253]: 6 -1.71817 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3260]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3269]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3305]: 6 -1.29544 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3329]: 6 -0.99998 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3338]: 6 -3.91124 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3355]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3362]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3365]: 6 -0.970221 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3378]: 6 -0.914483 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3394]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3402]: 6 -1.4413 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3427]: 6 -1.17103 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3466]: 6 -1.32813 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3490]: 6 -0.693787 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3494]: 6 -1.56795 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3496]: 6 -2.38918 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3522]: 6 -0.778706 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3527]: 6 -0.446566 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3531]: 6 -1.00006 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3588]: 6 -4.90909 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3589]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3591]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3592]: 6 -1.12134 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3598]: 6 -0.18063 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3609]: 6 -1.24818 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3619]: 6 -0.971508 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3621]: 6 -0.999688 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3627]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3629]: 6 -1.47242 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3631]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3635]: 6 -0.943669 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3637]: 6 -1.04106 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3641]: 6 -0.835776 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3645]: 6 -0.343101 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3648]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3673]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3684]: 6 -1.00199 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3685]: 6 -1.00199 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3688]: 6 -1.27465 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3690]: 6 -0.984063 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3694]: 6 -0.536198 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3705]: 6 -15.137 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3714]: 6 -0.591899 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3716]: 6 -3.53978 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3720]: 6 -2.38918 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3724]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3737]: 6 -0.85421 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3766]: 6 -0.999885 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3767]: 6 -107.357 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3780]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3788]: 6 -6.20882 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3789]: 6 -4.4389 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3796]: 6 0 0.139179 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3807]: 6 -1.78756 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3816]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3820]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3825]: 6 -0.997106 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3828]: 6 -1.01158 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3829]: 6 -1.01158 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3831]: 6 -0.976847 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3834]: 6 -0.998097 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3836]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3837]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3840]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3844]: 6 -1.47402 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3862]: 6 -1.03817 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3873]: 6 -0.96921 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3877]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3880]: 6 -0.885192 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3894]: 6 -0.999688 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3895]: 6 0 0.389491 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3908]: 6 -1.00022 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3910]: 6 0 7.1628 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3914]: 6 -0.99824 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3916]: 6 -0.996479 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3918]: 6 -782.077 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3926]: 6 -0.497234 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3936]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3940]: 6 -0.993768 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3945]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3964]: 6 -0.877517 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3973]: 6 -0.993768 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3982]: 6 0 0.708113 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4002]: 6 -0.675484 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4007]: 6 -0.968144 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4014]: 6 -0.336061 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4032]: 6 -0.77527 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4045]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4070]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4074]: 6 -0.747751 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4079]: 6 -3.89817 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4081]: 6 -0.850753 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4087]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4094]: 6 -0.671234 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4096]: 6 -0.342467 0 shouldn't be
425.20/426.34	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
474.78/476.08	c #Conflicts:    1042000 | #Constraints:      32811
474.78/476.08	c #Conflicts:    1043000 | #Constraints:      33811
474.78/476.08	c #Conflicts:    1044000 | #Constraints:      34811
474.78/476.08	c #Conflicts:    1045000 | #Constraints:      35811
474.78/476.08	c #Conflicts:    1046000 | #Constraints:      36811
474.78/476.08	c #Conflicts:    1047000 | #Constraints:      37811
474.78/476.08	c #Conflicts:    1048000 | #Constraints:      38811
474.78/476.08	c #Conflicts:    1049000 | #Constraints:      39811
474.78/476.08	c #Conflicts:    1050000 | #Constraints:      40811
474.78/476.08	c #Conflicts:    1051000 | #Constraints:      41811
474.78/476.08	c #Conflicts:    1052000 | #Constraints:      42811
474.78/476.08	c #Conflicts:    1053000 | #Constraints:      43811
474.78/476.08	c #Conflicts:    1054000 | #Constraints:      44811
474.78/476.08	c #Conflicts:    1055000 | #Constraints:      45811
474.78/476.08	c #Conflicts:    1056000 | #Constraints:      46811
474.78/476.08	c #Conflicts:    1057000 | #Constraints:      47811
474.78/476.08	c #Conflicts:    1058000 | #Constraints:      48811
474.78/476.08	c #Conflicts:    1059000 | #Constraints:      49811
474.78/476.08	c #Conflicts:    1060000 | #Constraints:      50811
474.78/476.08	c #Conflicts:    1061000 | #Constraints:      51811
474.78/476.08	c #Conflicts:    1062000 | #Constraints:      52811
474.78/476.08	c INPROCESSING
474.78/476.08	c GARBAGE COLLECT
474.78/476.08	c #Conflicts:    1063000 | #Constraints:      31872
474.78/476.08	c #Conflicts:    1064000 | #Constraints:      32872
474.78/476.08	c #Conflicts:    1065000 | #Constraints:      33872
474.78/476.08	c #Conflicts:    1066000 | #Constraints:      34872
474.78/476.08	c #Conflicts:    1067000 | #Constraints:      35872
474.78/476.08	c #Conflicts:    1068000 | #Constraints:      36872
474.78/476.08	c #Conflicts:    1069000 | #Constraints:      37872
474.78/476.08	c #Conflicts:    1070000 | #Constraints:      38872
474.78/476.08	c #Conflicts:    1071000 | #Constraints:      39872
474.78/476.08	c #Conflicts:    1072000 | #Constraints:      40872
474.78/476.08	c #Conflicts:    1073000 | #Constraints:      41872
474.78/476.08	c #Conflicts:    1074000 | #Constraints:      42872
474.78/476.08	c #Conflicts:    1075000 | #Constraints:      43872
474.78/476.08	c #Conflicts:    1076000 | #Constraints:      44872
474.78/476.08	c #Conflicts:    1077000 | #Constraints:      45872
474.78/476.08	c #Conflicts:    1078000 | #Constraints:      46873
474.78/476.08	c #Conflicts:    1079000 | #Constraints:      47873
474.78/476.08	c #Conflicts:    1080000 | #Constraints:      48873
474.78/476.08	c #Conflicts:    1081000 | #Constraints:      49873
474.78/476.08	c #Conflicts:    1082000 | #Constraints:      50873
474.78/476.08	c #Conflicts:    1083000 | #Constraints:      51873
474.78/476.08	c INPROCESSING
474.78/476.08	c GARBAGE COLLECT
474.78/476.08	c #Conflicts:    1084000 | #Constraints:      31488
474.78/476.08	c #Conflicts:    1085000 | #Constraints:      32488
474.78/476.08	c #Conflicts:    1086000 | #Constraints:      33488
474.78/476.08	c #Conflicts:    1087000 | #Constraints:      34488
474.78/476.08	c #Conflicts:    1088000 | #Constraints:      35488
474.78/476.08	c #Conflicts:    1089000 | #Constraints:      36488
474.78/476.08	c #Conflicts:    1090000 | #Constraints:      37488
474.78/476.08	c #Conflicts:    1091000 | #Constraints:      38488
474.78/476.08	c #Conflicts:    1092000 | #Constraints:      39488
474.78/476.08	c #Conflicts:    1093000 | #Constraints:      40488
474.78/476.08	c #Conflicts:    1094000 | #Constraints:      41488
474.78/476.08	c #Conflicts:    1095000 | #Constraints:      42574
474.78/476.08	c #Conflicts:    1096000 | #Constraints:      43590
474.78/476.08	c #Conflicts:    1097000 | #Constraints:      44592
474.78/476.08	c #Conflicts:    1098000 | #Constraints:      45594
474.78/476.08	c #Conflicts:    1099000 | #Constraints:      46707
474.78/476.08	c #Conflicts:    1100000 | #Constraints:      48230
474.78/476.08	c #Conflicts:    1101000 | #Constraints:      49723
474.78/476.08	c #Conflicts:    1102000 | #Constraints:      51227
474.78/476.08	c #Conflicts:    1103000 | #Constraints:      52744
474.78/476.08	c #Conflicts:    1104000 | #Constraints:      54250
474.78/476.08	c INPROCESSING
474.78/476.08	c GARBAGE COLLECT
474.78/476.08	WSVECS04 Frhs2[7]: 6 -93.819 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[9]: 6 -0.992818 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[19]: 6 -0.999587 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[24]: 6 0 1.81127 shouldn't be
474.78/476.08	WSVECS04 Frhs2[30]: 6 -45.9686 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[31]: 6 0 18.615 shouldn't be
474.78/476.08	WSVECS04 Frhs2[32]: 6 -1.49135 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[44]: 6 -1.02009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[48]: 6 -0.955528 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[61]: 6 -0.989437 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[67]: 6 -0.999166 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[71]: 6 -0.872103 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[81]: 6 -0.999454 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[82]: 6 -0.0147335 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[91]: 6 -1.23432 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[111]: 6 -0.286154 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[123]: 6 -0.999659 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[125]: 6 -0.924217 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[126]: 6 -1.17685 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[142]: 6 -0.939346 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[145]: 6 -0.9996 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[146]: 6 -1.20724 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[148]: 6 -1.82733 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[150]: 6 -4.31807 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[167]: 6 0 2.50417 shouldn't be
474.78/476.08	WSVECS04 Frhs2[171]: 6 -0.972929 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[188]: 6 -0.934929 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[198]: 6 0 0.394451 shouldn't be
474.78/476.08	WSVECS04 Frhs2[209]: 6 -0.999997 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[227]: 6 -0.993585 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[231]: 6 -0.765238 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[244]: 6 -0.32439 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[252]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[274]: 6 0 0.342798 shouldn't be
474.78/476.08	WSVECS04 Frhs2[288]: 6 -58.9674 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[289]: 6 -0.566756 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[313]: 6 -0.78389 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[347]: 6 -0.984403 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[363]: 6 -0.974293 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[365]: 6 -0.492935 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[371]: 6 -0.999999 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[380]: 6 -0.934988 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[382]: 6 -0.73606 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[384]: 6 -0.890468 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[394]: 6 0 1.04523 shouldn't be
474.78/476.08	WSVECS04 Frhs2[407]: 6 -1.23255 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[418]: 6 -0.982818 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[419]: 6 -0.993512 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[423]: 6 -94.2391 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[444]: 6 -0.933948 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[450]: 6 -1.32083 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[451]: 6 -0.989217 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[455]: 6 0 2.41905 shouldn't be
474.78/476.08	WSVECS04 Frhs2[461]: 6 -0.0728574 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[463]: 6 -0.336676 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[469]: 6 -0.692756 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[478]: 6 -0.920261 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[483]: 6 -0.999312 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[512]: 6 -1.16774 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[519]: 6 -187.689 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[525]: 6 -1.372 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[535]: 6 -0.993853 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[539]: 6 -0.934981 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[545]: 6 -0.0553951 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[559]: 6 -0.321517 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[565]: 6 -0.689556 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[566]: 6 -0.170169 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[573]: 6 0 1.45506 shouldn't be
474.78/476.08	WSVECS04 Frhs2[576]: 6 0 0.197997 shouldn't be
474.78/476.08	WSVECS04 Frhs2[588]: 6 0 2.54687 shouldn't be
474.78/476.08	WSVECS04 Frhs2[591]: 6 0 0.701453 shouldn't be
474.78/476.08	WSVECS04 Frhs2[593]: 6 -0.126816 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[609]: 6 -0.959773 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[625]: 6 -2.3 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[626]: 6 -0.999819 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[637]: 6 -1.04278 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[638]: 6 -20.4255 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[639]: 6 -37.6321 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[642]: 6 -0.920227 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[648]: 6 0 4.87565 shouldn't be
474.78/476.08	WSVECS04 Frhs2[663]: 6 -1.61912 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[668]: 6 -1.12505 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[675]: 6 -0.989561 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[692]: 6 -0.324421 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[696]: 6 -0.700485 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[699]: 6 -0.018693 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[705]: 6 -1.36808 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[706]: 6 -1.27007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[710]: 6 -0.82787 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[717]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[732]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[735]: 6 -1.93391 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[977]: 6 -0.928831 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1028]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1057]: 6 -1.28017 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1063]: 6 -1.03967 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1064]: 6 -1.09051 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1065]: 6 -1.0334 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1070]: 6 -0.907859 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1074]: 6 -0.921916 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1078]: 6 -1.12507 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1083]: 6 -1.2501 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1095]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1098]: 6 -0.989619 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1101]: 6 -0.897497 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1102]: 6 -0.627332 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1104]: 6 -0.990078 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1105]: 6 -1.13508 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1110]: 6 -1.25002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1113]: 6 -0.871577 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1116]: 6 -1.37434 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1117]: 6 -1.25118 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1118]: 6 -0.875017 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1125]: 6 -0.988301 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1127]: 6 -0.958293 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1132]: 6 -0.984656 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1135]: 6 0 0.234799 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1137]: 6 -1.00211 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1140]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1152]: 6 -1.99953 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1155]: 6 -0.999915 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1156]: 6 -24.4165 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1157]: 6 -2.86311 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1158]: 6 -94.6668 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1161]: 6 -1.14672 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1162]: 6 -1499.66 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1167]: 6 -0.99008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1170]: 6 -0.750304 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1172]: 6 -0.999578 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1174]: 6 -0.998005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1176]: 6 -0.991951 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1178]: 6 -0.713756 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1183]: 6 -1.94407 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1185]: 6 0 0.999953 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1193]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1198]: 6 -0.980426 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1202]: 6 -0.377842 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1203]: 6 -1.24957 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1205]: 6 -0.998168 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1207]: 6 -0.992579 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1220]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1221]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1234]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1235]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1240]: 6 -0.750058 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1245]: 6 -0.628913 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1258]: 6 -0.995217 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1265]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1267]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1271]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1275]: 6 -0.790479 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1277]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1285]: 6 -0.999679 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1295]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1301]: 6 -1.01299 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1321]: 6 -0.925524 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1326]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1340]: 6 -1.21701 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1343]: 6 -0.750032 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1357]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1363]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1368]: 6 -0.687249 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1370]: 6 0 0.250095 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1380]: 6 -0.838954 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1392]: 6 -0.981794 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1396]: 6 -0.790406 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1403]: 6 0 1.00004 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1410]: 6 -0.96773 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1414]: 6 -0.866432 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1415]: 6 -0.739244 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1431]: 6 0 0.555992 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1434]: 6 -1.98358 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1440]: 6 -1.6251 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1443]: 6 -1.06845 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1445]: 6 -0.872398 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1459]: 6 -1.30483 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1461]: 6 -1.21705 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1464]: 6 -0.750015 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1472]: 6 -1.7843 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1473]: 6 -0.493165 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1480]: 6 -0.890743 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1481]: 6 -1.18006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1488]: 6 -0.63906 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1495]: 6 -1.24865 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1500]: 6 -1.57056 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1504]: 6 -0.977136 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1508]: 6 -0.986921 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1509]: 6 -1.2525 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1520]: 6 -0.151309 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1524]: 6 -3.46791 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1525]: 6 -1.69795 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1540]: 6 -0.972641 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1544]: 6 -0.907696 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1546]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1550]: 6 -0.999277 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1557]: 6 -1.86329 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1561]: 6 -1.92329 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1562]: 6 -1.53565 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1563]: 6 -0.993167 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1578]: 6 -0.503945 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1580]: 6 -0.802574 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1585]: 6 -0.763372 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1586]: 6 -0.498677 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1589]: 6 -0.780906 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1590]: 6 -0.982152 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1592]: 6 -1.26952 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1597]: 6 0 0.107338 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1604]: 6 -0.903675 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1605]: 6 -1.31166 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1608]: 6 -1.64496 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1609]: 6 -0.34363 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1610]: 6 0 1.46023 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1611]: 6 -1.06795 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1612]: 6 -1.12243 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1614]: 6 -0.259924 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1615]: 6 -2.2204 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1616]: 6 -1.00501 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1617]: 6 -0.452856 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1618]: 6 -0.759733 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1621]: 6 -1.52001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1623]: 6 -1.24434 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1625]: 6 -0.898563 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1626]: 6 -0.330231 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1638]: 6 -0.821241 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1659]: 6 -0.635702 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1661]: 6 -0.0441486 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1662]: 6 -0.948301 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1686]: 6 -0.909097 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1709]: 6 -1.00359 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1718]: 6 -0.999533 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1763]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1960]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1964]: 6 -0.293889 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1971]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1973]: 6 -0.970742 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1976]: 6 -1.11736 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1984]: 6 -1.64882 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1985]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1989]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1992]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[1996]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2003]: 6 -0.50008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2012]: 6 -1.25005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2054]: 6 -0.95104 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2055]: 6 -0.902066 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2060]: 6 -1.00256 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2062]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2070]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2072]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2074]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2076]: 6 -0.331886 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2078]: 6 -0.980047 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2080]: 6 -0.960087 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2081]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2084]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2092]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2093]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2096]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2100]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2150]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2151]: 6 -0.990897 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2154]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2158]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2160]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2161]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2164]: 6 0 1.34226 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2166]: 6 0 1.34224 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2170]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2172]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2174]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2176]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2177]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2179]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2180]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2181]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2183]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2186]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2187]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2192]: 6 0 0.750081 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2194]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2207]: 6 -3.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2215]: 6 -1.00197 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2216]: 6 -1.00268 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2220]: 6 -0.957864 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2223]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2229]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2230]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2231]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2232]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2237]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2241]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2243]: 6 -12.7084 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2247]: 6 -47.8328 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2250]: 6 -1.00201 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2254]: 6 -0.99214 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2256]: 6 -0.988124 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2258]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2259]: 6 -2746.6 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2264]: 6 -1.02066 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2268]: 6 -0.794216 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2270]: 6 -0.999954 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2274]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2275]: 6 -2.96992 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2281]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2284]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2285]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2288]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2289]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2292]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2296]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2298]: 6 -0.375039 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2302]: 6 -3.50007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2303]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2310]: 6 -1.19808 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2317]: 6 -0.999979 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2319]: 6 0 0.200175 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2320]: 6 -1.07762 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2324]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2325]: 6 -1.00098 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2327]: 6 -0.869881 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2330]: 6 -0.0600995 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2332]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2337]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2341]: 6 -1.10349 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2344]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2349]: 6 0 0.655446 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2350]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2354]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2358]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2360]: 6 -26.159 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2364]: 6 -0.99947 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2366]: 6 -0.998896 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2367]: 6 -0.688974 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2370]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2376]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2377]: 6 -0.996272 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2386]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2388]: 6 -4.75998 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2390]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2396]: 6 -5.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2407]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2409]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2415]: 6 -0.990093 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2418]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2422]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2424]: 6 -1.25003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2425]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2427]: 6 -0.998911 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2429]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2433]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2435]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2437]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2439]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2442]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2446]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2450]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2454]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2455]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2458]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2459]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2462]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2463]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2465]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2468]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2471]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2473]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2476]: 6 -1.25003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2477]: 6 -1.25004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2481]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2484]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2485]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2488]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2490]: 6 -1.25005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2491]: 6 -1.25004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2503]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2504]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2506]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2510]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2511]: 6 -0.997991 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2514]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2517]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2518]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2519]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2520]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2525]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2526]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2529]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2532]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2533]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2538]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2541]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2544]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2545]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2548]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2552]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2553]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2556]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2558]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2559]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2563]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2565]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2567]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2569]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2576]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2578]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2580]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2581]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2584]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2585]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2591]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2594]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2608]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2609]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2611]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2613]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2614]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2615]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2619]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2626]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2628]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2630]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2632]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2634]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2638]: 6 -0.99358 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2640]: 6 -1.01296 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2642]: 6 -1.02575 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2644]: 6 -0.948586 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2646]: 6 -0.8971 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2651]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2654]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2661]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2664]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2668]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2672]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2673]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2676]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2677]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2683]: 6 -1.25005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2687]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2700]: 6 -3.44884 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2704]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2707]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2710]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2711]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2722]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2730]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2731]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2734]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2740]: 6 -3.46829 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2745]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2748]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2749]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2752]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2753]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2756]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2757]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2760]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2761]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2764]: 6 -1.50002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2765]: 6 -1.50004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2772]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2776]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2778]: 6 -1.25009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2779]: 6 -1.25008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2783]: 6 -2.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2785]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2786]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2788]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2789]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2791]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2792]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2801]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2803]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2809]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2811]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2812]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2816]: 6 0 3.99984 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2818]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2819]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2822]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2824]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2825]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2828]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2829]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2832]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2833]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2836]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2840]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2841]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2844]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2846]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2850]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2851]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2854]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2857]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2866]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2867]: 6 -0.500069 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2870]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2872]: 6 -0.00011827 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2873]: 6 -8.69769e-05 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2879]: 6 -10.9997 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2882]: 6 -1.05889 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2891]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2894]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2899]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2900]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2902]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2905]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2910]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2914]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2918]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2919]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2922]: 6 -0.0588403 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2926]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2928]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2930]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2931]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2936]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2944]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2945]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2949]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2952]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2953]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2955]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2958]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2960]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2961]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2964]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2966]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2968]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2970]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2983]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2990]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2991]: 6 -0.999269 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2992]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[2994]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3000]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3001]: 6 -0.790433 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3002]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3004]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3006]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3009]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3014]: 6 -0.741118 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3015]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3018]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3021]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3023]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3029]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3033]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3036]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3038]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3039]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3043]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3046]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3048]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3049]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3051]: 6 -1.19769 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3058]: 6 -1.8385 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3064]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3066]: 6 -5.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3068]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3069]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3071]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3080]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3082]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3088]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3091]: 6 -1.01301 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3092]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3100]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3102]: 6 -2.4445 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3109]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3112]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3116]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3117]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3120]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3124]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3125]: 6 -0.999988 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3128]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3130]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3132]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3134]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3136]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3140]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3144]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3155]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3156]: 6 -2.11114 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3165]: 6 -0.319979 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3167]: 6 -2.36031 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3177]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3187]: 6 -1.09062 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3203]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3206]: 6 -1.25407 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3207]: 6 -1.25402 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3211]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3214]: 6 -0.936222 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3216]: 6 -0.872388 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3218]: 6 -1.00043 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3219]: 6 -1.00039 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3222]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3223]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3226]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3227]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3230]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3234]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3236]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3238]: 6 -0.637314 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3241]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3243]: 6 -0.999982 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3250]: 6 0 1.50004 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3256]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3257]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3259]: 6 -1.25004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3263]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3294]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3298]: 6 0 2.06929 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3302]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3304]: 6 -0.967508 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3306]: 6 -0.93501 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3307]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3312]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3326]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3328]: 6 -1.64533 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3329]: 6 -0.999941 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3333]: 6 -0.999717 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3336]: 6 -2.23417 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3337]: 6 -2.2327 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3342]: 6 0 0.765978 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3344]: 6 -5.81256 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3345]: 6 -7.81252 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3348]: 6 0 2.00006 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3360]: 6 -31.5711 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3365]: 6 -0.999249 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3371]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3382]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3388]: 6 -1.34385 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3392]: 6 -1.50006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3393]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3396]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3397]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3400]: 6 -0.99844 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3401]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3404]: 6 -1.00651 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3405]: 6 -0.995267 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3408]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3416]: 6 -0.187928 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3418]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3420]: 6 -1.07306 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3422]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3424]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3428]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3433]: 6 -1.67592 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3436]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3437]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3440]: 6 -1.33596 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3441]: 6 -1.33599 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3449]: 6 -1.37504 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3453]: 6 -1.50006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3461]: 6 -0.755245 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3463]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3468]: 6 -1.21027 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3477]: 6 -0.50739 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3480]: 6 -5.06028 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3481]: 6 -2.68021 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3482]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3484]: 6 -0.962588 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3485]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3486]: 6 -1.62508 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3502]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3504]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3506]: 6 -0.994445 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3508]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3510]: 6 -1.02239 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3512]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3514]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3516]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3518]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3520]: 6 0 2.73665 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3522]: 6 -0.803463 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3528]: 6 -0.999932 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3532]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3533]: 6 -0.956135 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3536]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3540]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3544]: 6 -1.62507 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3546]: 6 -1.25006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3552]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3554]: 6 -0.185855 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3555]: 6 -0.863449 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3557]: 6 -1.05943 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3567]: 6 -0.998667 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3574]: 6 -0.381831 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3588]: 6 -4.47274 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3592]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3593]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3595]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3599]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3601]: 6 -0.334187 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3612]: 6 -0.993477 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3613]: 6 -0.993527 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3615]: 6 -1.01319 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3622]: 6 -0.790411 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3624]: 6 -0.38465 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3628]: 6 -2.22966 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3632]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3633]: 6 -0.983951 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3636]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3637]: 6 -1.03654 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3640]: 6 -0.854144 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3644]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3648]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3654]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3656]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3657]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3667]: 6 -0.636598 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3668]: 6 -0.998584 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3669]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3679]: 6 -0.694303 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3680]: 6 -0.987375 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3684]: 6 -1.00179 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3688]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3690]: 6 -0.985876 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3693]: 6 -0.0283293 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3696]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3703]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3705]: 6 -0.650325 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3708]: 6 -1.16363 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3709]: 6 -1.16364 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3714]: 6 -0.636605 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3718]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3722]: 6 -2.23413 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3726]: 6 -1.52993 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3733]: 6 -0.743807 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3740]: 6 -0.987309 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3751]: 6 -1 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3754]: 6 -2.02197 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3757]: 6 -2.23518 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3762]: 6 -3.46856 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3764]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3767]: 6 -0.990316 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3770]: 6 0 0.0226468 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3775]: 6 -0.991601 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3776]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3778]: 6 -0.999968 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3780]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3783]: 6 -1.03958 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3786]: 6 -0.840566 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3787]: 6 -0.840562 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3789]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3793]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3800]: 6 0 6.282 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3802]: 6 -0.999881 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3804]: 6 -1.2673 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3806]: 6 -2.2342 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3809]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3814]: 6 -2.3521 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3817]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3819]: 6 -1.00003 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3821]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3828]: 6 -0.472336 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3833]: 6 -0.995847 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3836]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3840]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3841]: 6 -1.04221 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3850]: 6 -0.926204 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3853]: 6 0 0.236218 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3855]: 6 -0.204141 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3856]: 6 -0.653313 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3865]: 6 -1.24314 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3866]: 6 -1.49087 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3870]: 6 -0.959994 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3872]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3878]: 6 -0.949099 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3892]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3894]: 6 -0.997928 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3896]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3900]: 6 -1.70722 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3902]: 6 -0.999869 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3906]: 6 -3.46824 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3907]: 6 -2.81307 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3912]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3914]: 6 -1.31079 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3924]: 6 0 1.50001 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3929]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3933]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3935]: 6 -0.0589183 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3937]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3940]: 6 -0.996129 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3943]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3944]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3946]: 6 -0.770676 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3950]: 6 -0.801895 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3956]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3961]: 6 -0.403212 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3963]: 6 0 0.172222 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3966]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3968]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3973]: 6 -0.996163 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3980]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3984]: 6 -0.770791 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3988]: 6 -1.44576 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3992]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3996]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3998]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[3999]: 6 -1.35098 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4002]: 6 -0.71174 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4006]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4010]: 6 -1.00013 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4014]: 6 -0.409589 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4019]: 6 -0.983077 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4022]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4023]: 6 -0.932228 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4029]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4045]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4049]: 6 -0.707906 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4051]: 6 -0.73945 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4053]: 6 -0.407823 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4058]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4079]: 6 -0.967907 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4082]: 6 -1.07689 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4084]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4087]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4090]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4092]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4094]: 6 -0.707908 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4096]: 6 -0.41573 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4098]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4099]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4102]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4104]: 6 0 2.56024 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4106]: 6 -3.93307 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4107]: 6 -2.23413 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4110]: 6 -0.750071 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4113]: 6 -0.50006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4116]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4120]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4121]: 6 -1.00006 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4124]: 6 -1.00008 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4128]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4130]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4131]: 6 -1.00005 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4240]: 6 -1.0001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4245]: 6 -1.00007 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4278]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4279]: 6 -1.00002 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4280]: 6 -1.00009 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4281]: 6 -1.00004 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4282]: 6 -1.00001 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4283]: 6 -0.994626 0 shouldn't be
474.78/476.08	WSVECS04 Frhs2[4284]: 6 -1.0001 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[15]: 6 -0.777285 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[24]: 6 0 1.81119 shouldn't be
475.78/477.06	WSVECS04 Frhs2[48]: 6 -0.95549 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[71]: 6 -0.872041 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[77]: 6 -0.524076 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[78]: 6 -0.608499 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[90]: 6 -1.11728 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[109]: 6 -0.563832 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[135]: 6 -16.0899 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[140]: 6 0 6.41845 shouldn't be
475.78/477.06	WSVECS04 Frhs2[146]: 6 -1.20715 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[204]: 6 0 3.25597 shouldn't be
475.78/477.06	WSVECS04 Frhs2[244]: 6 -0.324347 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[292]: 6 -16.2471 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[304]: 6 0 0.288332 shouldn't be
475.78/477.06	WSVECS04 Frhs2[305]: 6 -0.407496 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[327]: 6 -94.1454 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[334]: 6 -0.608499 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[346]: 6 -0.489685 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[365]: 6 -0.492857 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[402]: 6 -0.39658 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[426]: 6 -0.813508 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[469]: 6 -0.692739 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[487]: 6 -94.1454 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[493]: 6 -0.0790679 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[512]: 6 -1.1677 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[555]: 6 0 4.81919 shouldn't be
475.78/477.06	WSVECS04 Frhs2[561]: 6 0 0.15721 shouldn't be
475.78/477.06	WSVECS04 Frhs2[586]: 6 -1.0679 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[593]: 6 -0.126783 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[594]: 6 0 0.109555 shouldn't be
475.78/477.06	WSVECS04 Frhs2[621]: 6 -0.438043 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[648]: 6 0 4.87561 shouldn't be
475.78/477.06	WSVECS04 Frhs2[653]: 6 -0.393572 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[671]: 6 -0.93384 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[684]: 6 -0.871926 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[692]: 6 -0.324347 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[695]: 6 -1.00072 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[705]: 6 -1.368 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[735]: 6 -1.93384 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1057]: 6 -1.28012 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1087]: 6 -0.534414 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1121]: 6 0 0.00234401 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1131]: 6 -0.202244 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1132]: 6 -0.984572 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1148]: 6 -0.042866 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1151]: 6 -1.80459 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1152]: 6 -1.99951 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1155]: 6 -0.999899 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1158]: 6 -94.6668 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1166]: 6 -3.26106 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1178]: 6 -0.713691 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1180]: 6 -0.542855 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1202]: 6 -0.377821 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1275]: 6 -0.790397 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1295]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1394]: 6 -1.1976 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1406]: 6 -1.35388 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1419]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1433]: 6 -2.65405 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1436]: 6 -3.34185 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1443]: 6 -1.06838 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1459]: 6 -1.30478 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1467]: 6 -2.61241 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1502]: 6 -1.45154 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1561]: 6 -1.92327 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1608]: 6 -1.64486 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1616]: 6 -1.00499 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1623]: 6 -1.24432 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1964]: 6 -0.29382 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1973]: 6 -0.970685 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1980]: 6 -0.530948 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[1984]: 6 -1.64878 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2065]: 6 -0.999845 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2067]: 6 -0.979119 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2076]: 6 -0.331797 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2080]: 6 -0.960044 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2081]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2155]: 6 -0.963403 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2166]: 6 0 1.34221 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2181]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2241]: 6 -0.999979 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2259]: 6 -2746.6 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2271]: 6 -0.952571 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2275]: 6 -2.96985 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2351]: 6 0 16.1323 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2367]: 6 -0.688911 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2396]: 6 -5 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2397]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2403]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2415]: 6 -0.990012 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2476]: 6 -1.25 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2477]: 6 -1.25 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2514]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2522]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2638]: 6 -0.993568 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2740]: 6 -3.4682 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2761]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2873]: 6 -4.93107e-05 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2922]: 6 -0.0588237 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2923]: 6 -0.0588238 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3058]: 6 -1.83842 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3121]: 6 -0.999975 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3125]: 6 -0.9999 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3137]: 6 -0.993537 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3167]: 6 -2.36022 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3240]: 6 -0.27459 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3241]: 6 -0.999952 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3250]: 6 0 1.5 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3267]: 6 -1.00407 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3309]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3315]: 6 -0.851146 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3325]: 6 -0.528058 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3342]: 6 0 0.765903 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3345]: 6 -7.8125 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3374]: 6 -0.981742 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3396]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3400]: 6 -0.998379 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3409]: 6 -0.980703 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3415]: 6 -0.439567 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3440]: 6 -1.33594 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3458]: 6 -0.907706 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3497]: 6 0 0.491416 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3505]: 6 -0.997205 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3510]: 6 -1.02236 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3532]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3533]: 6 -0.956042 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3538]: 6 0 5.47045 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3601]: 6 -0.334116 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3612]: 6 -0.993442 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3613]: 6 -0.993441 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3617]: 6 -0.999569 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3622]: 6 -0.790382 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3624]: 6 -0.384566 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3625]: 6 -0.797441 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3659]: 6 -0.558338 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3706]: 6 -0.300532 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3714]: 6 -0.636575 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3726]: 6 -1.52989 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3732]: 6 0 1.25628 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3789]: 6 -0.999978 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3828]: 6 -0.47227 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3844]: 6 -0.376575 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3880]: 6 -0.898008 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3988]: 6 -1.44569 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[3989]: 6 -0.554311 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[4010]: 6 -1.00003 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[4014]: 6 -0.409534 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[4096]: 6 -0.415709 0 shouldn't be
475.78/477.06	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
510.59/512.00	c #Conflicts:    1105000 | #Constraints:      32711
510.59/512.00	c #Conflicts:    1106000 | #Constraints:      33711
510.59/512.00	c #Conflicts:    1107000 | #Constraints:      34711
510.59/512.00	c #Conflicts:    1108000 | #Constraints:      35711
510.59/512.00	c #Conflicts:    1109000 | #Constraints:      36711
510.59/512.00	c #Conflicts:    1110000 | #Constraints:      37711
510.59/512.00	c #Conflicts:    1111000 | #Constraints:      38711
510.59/512.00	c #Conflicts:    1112000 | #Constraints:      39711
510.59/512.00	c #Conflicts:    1113000 | #Constraints:      40711
510.59/512.00	c #Conflicts:    1114000 | #Constraints:      41711
510.59/512.00	c #Conflicts:    1115000 | #Constraints:      42711
510.59/512.00	c #Conflicts:    1116000 | #Constraints:      43711
510.59/512.00	c #Conflicts:    1117000 | #Constraints:      44711
510.59/512.00	c #Conflicts:    1118000 | #Constraints:      45711
510.59/512.00	c #Conflicts:    1119000 | #Constraints:      46711
510.59/512.00	c #Conflicts:    1120000 | #Constraints:      47711
510.59/512.00	c #Conflicts:    1121000 | #Constraints:      48711
510.59/512.00	c #Conflicts:    1122000 | #Constraints:      49711
510.59/512.00	c #Conflicts:    1123000 | #Constraints:      50711
510.59/512.00	c #Conflicts:    1124000 | #Constraints:      51711
510.59/512.00	c #Conflicts:    1125000 | #Constraints:      52711
510.59/512.00	c INPROCESSING
510.59/512.00	c GARBAGE COLLECT
510.59/512.00	c #Conflicts:    1126000 | #Constraints:      31827
510.59/512.00	c #Conflicts:    1127000 | #Constraints:      32827
510.59/512.00	c #Conflicts:    1128000 | #Constraints:      33827
510.59/512.00	c #Conflicts:    1129000 | #Constraints:      34827
510.59/512.00	c #Conflicts:    1130000 | #Constraints:      35827
510.59/512.00	c #Conflicts:    1131000 | #Constraints:      36827
510.59/512.00	c #Conflicts:    1132000 | #Constraints:      37827
510.59/512.00	c #Conflicts:    1133000 | #Constraints:      38827
510.59/512.00	c #Conflicts:    1134000 | #Constraints:      39827
510.59/512.00	c #Conflicts:    1135000 | #Constraints:      40827
510.59/512.00	c #Conflicts:    1136000 | #Constraints:      41827
510.59/512.00	c #Conflicts:    1137000 | #Constraints:      42827
510.59/512.00	c #Conflicts:    1138000 | #Constraints:      43827
510.59/512.00	c #Conflicts:    1139000 | #Constraints:      44827
510.59/512.00	c #Conflicts:    1140000 | #Constraints:      45827
510.59/512.00	c #Conflicts:    1141000 | #Constraints:      46827
510.59/512.00	c #Conflicts:    1142000 | #Constraints:      47827
510.59/512.00	c #Conflicts:    1143000 | #Constraints:      48827
510.59/512.00	c #Conflicts:    1144000 | #Constraints:      49827
510.59/512.00	c #Conflicts:    1145000 | #Constraints:      50827
510.59/512.00	c #Conflicts:    1146000 | #Constraints:      51827
510.59/512.00	c INPROCESSING
510.59/512.00	c GARBAGE COLLECT
510.59/512.00	c #Conflicts:    1147000 | #Constraints:      31203
510.59/512.00	c #Conflicts:    1148000 | #Constraints:      32203
510.59/512.00	c #Conflicts:    1149000 | #Constraints:      33203
510.59/512.00	c #Conflicts:    1150000 | #Constraints:      34203
510.59/512.00	c #Conflicts:    1151000 | #Constraints:      35203
510.59/512.00	c #Conflicts:    1152000 | #Constraints:      36203
510.59/512.00	c #Conflicts:    1153000 | #Constraints:      37203
510.59/512.00	c #Conflicts:    1154000 | #Constraints:      38203
510.59/512.00	c #Conflicts:    1155000 | #Constraints:      39203
510.59/512.00	c #Conflicts:    1156000 | #Constraints:      40203
510.59/512.00	c #Conflicts:    1157000 | #Constraints:      41203
510.59/512.00	c #Conflicts:    1158000 | #Constraints:      42203
510.59/512.00	c #Conflicts:    1159000 | #Constraints:      43203
510.59/512.00	c #Conflicts:    1160000 | #Constraints:      44203
510.59/512.00	c #Conflicts:    1161000 | #Constraints:      45203
510.59/512.00	c #Conflicts:    1162000 | #Constraints:      46203
510.59/512.00	c #Conflicts:    1163000 | #Constraints:      47203
510.59/512.00	c #Conflicts:    1164000 | #Constraints:      48203
510.59/512.00	c #Conflicts:    1165000 | #Constraints:      49203
510.59/512.00	c #Conflicts:    1166000 | #Constraints:      50203
510.59/512.00	c #Conflicts:    1167000 | #Constraints:      51203
510.59/512.00	c #Conflicts:    1168000 | #Constraints:      52203
510.59/512.00	c INPROCESSING
510.59/512.00	c GARBAGE COLLECT
510.59/512.00	c #Conflicts:    1169000 | #Constraints:      31573
510.59/512.00	c #Conflicts:    1170000 | #Constraints:      32573
510.59/512.00	c #Conflicts:    1171000 | #Constraints:      33573
510.59/512.00	c #Conflicts:    1172000 | #Constraints:      34573
510.59/512.00	c #Conflicts:    1173000 | #Constraints:      35573
510.59/512.00	c #Conflicts:    1174000 | #Constraints:      36573
510.59/512.00	c #Conflicts:    1175000 | #Constraints:      37573
510.59/512.00	c #Conflicts:    1176000 | #Constraints:      38573
510.59/512.00	c #Conflicts:    1177000 | #Constraints:      39573
510.59/512.00	c #Conflicts:    1178000 | #Constraints:      40573
510.59/512.00	c #Conflicts:    1179000 | #Constraints:      41573
510.59/512.00	c #Conflicts:    1180000 | #Constraints:      42573
510.59/512.00	c #Conflicts:    1181000 | #Constraints:      43573
546.20/547.65	c #Conflicts:    1182000 | #Constraints:      44573
546.20/547.65	c #Conflicts:    1183000 | #Constraints:      45573
546.20/547.65	c #Conflicts:    1184000 | #Constraints:      46573
546.20/547.65	c #Conflicts:    1185000 | #Constraints:      47573
546.20/547.65	c #Conflicts:    1186000 | #Constraints:      48573
546.20/547.65	c #Conflicts:    1187000 | #Constraints:      49573
546.20/547.65	c #Conflicts:    1188000 | #Constraints:      50573
546.20/547.65	c #Conflicts:    1189000 | #Constraints:      51573
546.20/547.65	c #Conflicts:    1190000 | #Constraints:      52573
546.20/547.65	c INPROCESSING
546.20/547.65	c GARBAGE COLLECT
546.20/547.65	c #Conflicts:    1191000 | #Constraints:      31857
546.20/547.65	c #Conflicts:    1192000 | #Constraints:      32857
546.20/547.65	c #Conflicts:    1193000 | #Constraints:      33857
546.20/547.65	c #Conflicts:    1194000 | #Constraints:      34857
546.20/547.65	c #Conflicts:    1195000 | #Constraints:      35857
546.20/547.65	c #Conflicts:    1196000 | #Constraints:      36857
546.20/547.65	c #Conflicts:    1197000 | #Constraints:      37857
546.20/547.65	c #Conflicts:    1198000 | #Constraints:      38857
546.20/547.65	c #Conflicts:    1199000 | #Constraints:      39857
546.20/547.65	c #Conflicts:    1200000 | #Constraints:      40857
546.20/547.65	c #Conflicts:    1201000 | #Constraints:      41857
546.20/547.65	c #Conflicts:    1202000 | #Constraints:      42857
546.20/547.65	c #Conflicts:    1203000 | #Constraints:      43857
546.20/547.65	c #Conflicts:    1204000 | #Constraints:      44857
546.20/547.65	c #Conflicts:    1205000 | #Constraints:      45857
546.20/547.65	c #Conflicts:    1206000 | #Constraints:      46857
546.20/547.65	c #Conflicts:    1207000 | #Constraints:      47857
546.20/547.65	c #Conflicts:    1208000 | #Constraints:      48857
546.20/547.65	c #Conflicts:    1209000 | #Constraints:      49857
546.20/547.65	c #Conflicts:    1210000 | #Constraints:      50857
546.20/547.65	c #Conflicts:    1211000 | #Constraints:      51857
546.20/547.65	c #Conflicts:    1212000 | #Constraints:      52857
546.20/547.65	c INPROCESSING
546.20/547.65	c GARBAGE COLLECT
546.20/547.65	c #Conflicts:    1213000 | #Constraints:      32007
546.20/547.65	c #Conflicts:    1214000 | #Constraints:      33007
546.20/547.65	c #Conflicts:    1215000 | #Constraints:      34007
546.20/547.65	c #Conflicts:    1216000 | #Constraints:      35007
546.20/547.65	c #Conflicts:    1217000 | #Constraints:      36007
546.20/547.65	c #Conflicts:    1218000 | #Constraints:      37007
546.20/547.65	c #Conflicts:    1219000 | #Constraints:      38007
546.20/547.65	c #Conflicts:    1220000 | #Constraints:      39007
546.20/547.65	c #Conflicts:    1221000 | #Constraints:      40007
546.20/547.65	c #Conflicts:    1222000 | #Constraints:      41007
546.20/547.65	c #Conflicts:    1223000 | #Constraints:      42007
546.20/547.65	c #Conflicts:    1224000 | #Constraints:      43007
546.20/547.65	c #Conflicts:    1225000 | #Constraints:      44007
546.20/547.65	c #Conflicts:    1226000 | #Constraints:      45007
546.20/547.65	c #Conflicts:    1227000 | #Constraints:      46008
546.20/547.65	c #Conflicts:    1228000 | #Constraints:      47008
546.20/547.65	c #Conflicts:    1229000 | #Constraints:      48008
546.20/547.65	c #Conflicts:    1230000 | #Constraints:      49008
546.20/547.65	c #Conflicts:    1231000 | #Constraints:      50008
546.20/547.65	c #Conflicts:    1232000 | #Constraints:      51008
546.20/547.65	c #Conflicts:    1233000 | #Constraints:      52008
546.20/547.65	c #Conflicts:    1234000 | #Constraints:      53008
546.20/547.65	c INPROCESSING
546.20/547.65	c GARBAGE COLLECT
546.20/547.65	c #Conflicts:    1235000 | #Constraints:      31953
546.20/547.65	c #Conflicts:    1236000 | #Constraints:      32953
546.20/547.65	c #Conflicts:    1237000 | #Constraints:      33953
546.20/547.65	c #Conflicts:    1238000 | #Constraints:      34953
546.20/547.65	c #Conflicts:    1239000 | #Constraints:      35953
546.20/547.65	c #Conflicts:    1240000 | #Constraints:      36953
546.20/547.65	c #Conflicts:    1241000 | #Constraints:      37953
546.20/547.65	c #Conflicts:    1242000 | #Constraints:      38953
546.20/547.65	c #Conflicts:    1243000 | #Constraints:      39953
546.20/547.65	c #Conflicts:    1244000 | #Constraints:      40954
546.20/547.65	c #Conflicts:    1245000 | #Constraints:      41954
546.20/547.65	c #Conflicts:    1246000 | #Constraints:      42954
546.20/547.65	c #Conflicts:    1247000 | #Constraints:      43954
546.20/547.65	c #Conflicts:    1248000 | #Constraints:      44954
546.20/547.65	c #Conflicts:    1249000 | #Constraints:      45954
546.20/547.65	c #Conflicts:    1250000 | #Constraints:      46954
546.20/547.65	c #Conflicts:    1251000 | #Constraints:      47954
546.20/547.65	c #Conflicts:    1252000 | #Constraints:      48954
546.20/547.65	c #Conflicts:    1253000 | #Constraints:      49954
546.20/547.65	c #Conflicts:    1254000 | #Constraints:      50954
546.20/547.65	c #Conflicts:    1255000 | #Constraints:      51954
546.20/547.65	c #Conflicts:    1256000 | #Constraints:      52954
546.20/547.65	c INPROCESSING
546.20/547.65	c GARBAGE COLLECT
546.20/547.65	c #Conflicts:    1257000 | #Constraints:      31763
546.20/547.65	c #Conflicts:    1258000 | #Constraints:      32763
556.37/557.90	c #Conflicts:    1259000 | #Constraints:      33763
556.37/557.90	c #Conflicts:    1260000 | #Constraints:      34763
556.37/557.90	c #Conflicts:    1261000 | #Constraints:      35763
556.37/557.90	c #Conflicts:    1262000 | #Constraints:      36763
556.37/557.90	c #Conflicts:    1263000 | #Constraints:      37763
556.37/557.90	c #Conflicts:    1264000 | #Constraints:      38763
556.37/557.90	c #Conflicts:    1265000 | #Constraints:      39763
556.37/557.90	c #Conflicts:    1266000 | #Constraints:      40763
556.37/557.90	c #Conflicts:    1267000 | #Constraints:      41763
556.37/557.90	c #Conflicts:    1268000 | #Constraints:      42763
556.37/557.90	c #Conflicts:    1269000 | #Constraints:      43763
556.37/557.90	c #Conflicts:    1270000 | #Constraints:      44763
556.37/557.90	c #Conflicts:    1271000 | #Constraints:      45763
556.37/557.90	c #Conflicts:    1272000 | #Constraints:      46763
556.37/557.90	c #Conflicts:    1273000 | #Constraints:      47764
556.37/557.90	c #Conflicts:    1274000 | #Constraints:      48764
556.37/557.90	c #Conflicts:    1275000 | #Constraints:      49764
556.37/557.90	c #Conflicts:    1276000 | #Constraints:      50764
556.37/557.90	c #Conflicts:    1277000 | #Constraints:      51764
556.37/557.90	c #Conflicts:    1278000 | #Constraints:      52764
556.37/557.90	c #Conflicts:    1279000 | #Constraints:      53764
556.37/557.90	c INPROCESSING
556.37/557.90	c GARBAGE COLLECT
556.37/557.90	WSVECS04 Frhs2[5]: 6 -0.999998 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[15]: 6 -1.125 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[47]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[60]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[65]: 6 -0.999999 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[340]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[618]: 6 -0.999403 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[638]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1079]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1110]: 6 -0.720891 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1199]: 6 -0.21875 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1388]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1420]: 6 -0.679688 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1421]: 6 -0.359375 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1424]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1444]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1480]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1481]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1482]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1965]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1969]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[1976]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2252]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2259]: 6 -0.996416 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2570]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3042]: 6 -1.25 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3133]: 6 -1.08984 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3173]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3176]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3178]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3277]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3324]: 6 -1.03125 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3325]: 6 -1.03125 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3411]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3419]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3458]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3516]: 6 -1.32813 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3588]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3630]: 6 -1.25 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3714]: 6 -0.5 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3864]: 6 -0.5 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3902]: 6 -0.5 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
556.37/557.90	WSVECS04 Frhs2[3910]: 6 -1.3125 0 shouldn't be
593.89/595.41	c #Conflicts:    1280000 | #Constraints:      32337
593.89/595.41	c #Conflicts:    1281000 | #Constraints:      33337
593.89/595.41	c #Conflicts:    1282000 | #Constraints:      34337
593.89/595.41	c #Conflicts:    1283000 | #Constraints:      35337
593.89/595.41	c #Conflicts:    1284000 | #Constraints:      36337
593.89/595.41	c #Conflicts:    1285000 | #Constraints:      37337
593.89/595.41	c #Conflicts:    1286000 | #Constraints:      38337
593.89/595.41	c #Conflicts:    1287000 | #Constraints:      39337
593.89/595.41	c #Conflicts:    1288000 | #Constraints:      40337
593.89/595.41	c #Conflicts:    1289000 | #Constraints:      41337
593.89/595.41	c #Conflicts:    1290000 | #Constraints:      42337
593.89/595.41	c #Conflicts:    1291000 | #Constraints:      43337
593.89/595.41	c #Conflicts:    1292000 | #Constraints:      44337
593.89/595.41	c #Conflicts:    1293000 | #Constraints:      45337
593.89/595.41	c #Conflicts:    1294000 | #Constraints:      46337
593.89/595.41	c #Conflicts:    1295000 | #Constraints:      47337
593.89/595.41	c #Conflicts:    1296000 | #Constraints:      48337
593.89/595.41	c #Conflicts:    1297000 | #Constraints:      49337
593.89/595.41	c #Conflicts:    1298000 | #Constraints:      50337
593.89/595.41	c #Conflicts:    1299000 | #Constraints:      51337
593.89/595.41	c #Conflicts:    1300000 | #Constraints:      52337
593.89/595.41	c #Conflicts:    1301000 | #Constraints:      53337
593.89/595.41	c #Conflicts:    1302000 | #Constraints:      54337
593.89/595.41	c INPROCESSING
593.89/595.41	c GARBAGE COLLECT
593.89/595.41	c #Conflicts:    1303000 | #Constraints:      32754
593.89/595.41	c #Conflicts:    1304000 | #Constraints:      33754
593.89/595.41	c #Conflicts:    1305000 | #Constraints:      34754
593.89/595.41	c #Conflicts:    1306000 | #Constraints:      35754
593.89/595.41	c #Conflicts:    1307000 | #Constraints:      36754
593.89/595.41	c #Conflicts:    1308000 | #Constraints:      37754
593.89/595.41	c #Conflicts:    1309000 | #Constraints:      38754
593.89/595.41	c #Conflicts:    1310000 | #Constraints:      39754
593.89/595.41	c #Conflicts:    1311000 | #Constraints:      40754
593.89/595.41	c #Conflicts:    1312000 | #Constraints:      41754
593.89/595.41	c #Conflicts:    1313000 | #Constraints:      42754
593.89/595.41	c #Conflicts:    1314000 | #Constraints:      43754
593.89/595.41	c #Conflicts:    1315000 | #Constraints:      44754
593.89/595.41	c #Conflicts:    1316000 | #Constraints:      45754
593.89/595.41	c #Conflicts:    1317000 | #Constraints:      46754
593.89/595.41	c #Conflicts:    1318000 | #Constraints:      47755
593.89/595.41	c #Conflicts:    1319000 | #Constraints:      48755
593.89/595.41	c #Conflicts:    1320000 | #Constraints:      49755
593.89/595.41	c #Conflicts:    1321000 | #Constraints:      50755
593.89/595.41	c #Conflicts:    1322000 | #Constraints:      51755
593.89/595.41	c #Conflicts:    1323000 | #Constraints:      52755
593.89/595.41	c #Conflicts:    1324000 | #Constraints:      53755
593.89/595.41	c #Conflicts:    1325000 | #Constraints:      54755
593.89/595.41	c INPROCESSING
593.89/595.41	c GARBAGE COLLECT
593.89/595.41	c #Conflicts:    1326000 | #Constraints:      32943
593.89/595.41	c #Conflicts:    1327000 | #Constraints:      33943
593.89/595.41	c #Conflicts:    1328000 | #Constraints:      34943
593.89/595.41	c #Conflicts:    1329000 | #Constraints:      35943
593.89/595.41	c #Conflicts:    1330000 | #Constraints:      36943
593.89/595.41	c #Conflicts:    1331000 | #Constraints:      37944
593.89/595.41	c #Conflicts:    1332000 | #Constraints:      38944
593.89/595.41	c #Conflicts:    1333000 | #Constraints:      39944
593.89/595.41	c #Conflicts:    1334000 | #Constraints:      40944
593.89/595.41	c #Conflicts:    1335000 | #Constraints:      41944
593.89/595.41	c #Conflicts:    1336000 | #Constraints:      42945
593.89/595.41	c #Conflicts:    1337000 | #Constraints:      43965
593.89/595.41	c #Conflicts:    1338000 | #Constraints:      44965
593.89/595.41	c #Conflicts:    1339000 | #Constraints:      45965
593.89/595.41	c #Conflicts:    1340000 | #Constraints:      46965
593.89/595.41	c #Conflicts:    1341000 | #Constraints:      47965
593.89/595.41	c #Conflicts:    1342000 | #Constraints:      48965
593.89/595.41	c #Conflicts:    1343000 | #Constraints:      49965
593.89/595.41	c #Conflicts:    1344000 | #Constraints:      50965
593.89/595.41	c #Conflicts:    1345000 | #Constraints:      51965
593.89/595.41	c #Conflicts:    1346000 | #Constraints:      52966
593.89/595.41	c #Conflicts:    1347000 | #Constraints:      53966
593.89/595.41	c #Conflicts:    1348000 | #Constraints:      54966
593.89/595.41	c INPROCESSING
593.89/595.41	c GARBAGE COLLECT
593.89/595.41	c #Conflicts:    1349000 | #Constraints:      32978
593.89/595.41	c #Conflicts:    1350000 | #Constraints:      33978
593.89/595.41	c #Conflicts:    1351000 | #Constraints:      34978
593.89/595.41	c #Conflicts:    1352000 | #Constraints:      35978
593.89/595.41	c #Conflicts:    1353000 | #Constraints:      36978
593.89/595.41	c #Conflicts:    1354000 | #Constraints:      37978
593.89/595.41	c #Conflicts:    1355000 | #Constraints:      38978
593.89/595.41	c #Conflicts:    1356000 | #Constraints:      39978
627.51/629.18	c #Conflicts:    1357000 | #Constraints:      40978
627.51/629.18	c #Conflicts:    1358000 | #Constraints:      41978
627.51/629.18	c #Conflicts:    1359000 | #Constraints:      42978
627.51/629.18	c #Conflicts:    1360000 | #Constraints:      43978
627.51/629.18	c #Conflicts:    1361000 | #Constraints:      44978
627.51/629.18	c #Conflicts:    1362000 | #Constraints:      45978
627.51/629.18	c #Conflicts:    1363000 | #Constraints:      46978
627.51/629.18	c #Conflicts:    1364000 | #Constraints:      47978
627.51/629.18	c #Conflicts:    1365000 | #Constraints:      48978
627.51/629.18	c #Conflicts:    1366000 | #Constraints:      49978
627.51/629.18	c #Conflicts:    1367000 | #Constraints:      50978
627.51/629.18	c #Conflicts:    1368000 | #Constraints:      51978
627.51/629.18	c #Conflicts:    1369000 | #Constraints:      52978
627.51/629.18	c #Conflicts:    1370000 | #Constraints:      53978
627.51/629.18	c #Conflicts:    1371000 | #Constraints:      54978
627.51/629.18	c INPROCESSING
627.51/629.18	c GARBAGE COLLECT
627.51/629.18	c #Conflicts:    1372000 | #Constraints:      32755
627.51/629.18	c #Conflicts:    1373000 | #Constraints:      33755
627.51/629.18	c #Conflicts:    1374000 | #Constraints:      34755
627.51/629.18	c #Conflicts:    1375000 | #Constraints:      35755
627.51/629.18	c #Conflicts:    1376000 | #Constraints:      36755
627.51/629.18	c #Conflicts:    1377000 | #Constraints:      37755
627.51/629.18	c #Conflicts:    1378000 | #Constraints:      38755
627.51/629.18	c #Conflicts:    1379000 | #Constraints:      39755
627.51/629.18	c #Conflicts:    1380000 | #Constraints:      40755
627.51/629.18	c #Conflicts:    1381000 | #Constraints:      41755
627.51/629.18	c #Conflicts:    1382000 | #Constraints:      42755
627.51/629.18	c #Conflicts:    1383000 | #Constraints:      43755
627.51/629.18	c #Conflicts:    1384000 | #Constraints:      44755
627.51/629.18	c #Conflicts:    1385000 | #Constraints:      45756
627.51/629.18	c #Conflicts:    1386000 | #Constraints:      46756
627.51/629.18	c #Conflicts:    1387000 | #Constraints:      47756
627.51/629.18	c #Conflicts:    1388000 | #Constraints:      48756
627.51/629.18	c #Conflicts:    1389000 | #Constraints:      49756
627.51/629.18	c #Conflicts:    1390000 | #Constraints:      50756
627.51/629.18	c #Conflicts:    1391000 | #Constraints:      51756
627.51/629.18	c #Conflicts:    1392000 | #Constraints:      52756
627.51/629.18	c #Conflicts:    1393000 | #Constraints:      53756
627.51/629.18	c #Conflicts:    1394000 | #Constraints:      54756
627.51/629.18	c #Conflicts:    1395000 | #Constraints:      55756
627.51/629.18	c INPROCESSING
627.51/629.18	c GARBAGE COLLECT
627.51/629.18	c #Conflicts:    1396000 | #Constraints:      33360
627.51/629.18	c #Conflicts:    1397000 | #Constraints:      34360
627.51/629.18	c #Conflicts:    1398000 | #Constraints:      35360
627.51/629.18	c #Conflicts:    1399000 | #Constraints:      36360
627.51/629.18	c #Conflicts:    1400000 | #Constraints:      37360
627.51/629.18	c #Conflicts:    1401000 | #Constraints:      38360
627.51/629.18	c #Conflicts:    1402000 | #Constraints:      39360
627.51/629.18	c #Conflicts:    1403000 | #Constraints:      40360
627.51/629.18	c #Conflicts:    1404000 | #Constraints:      41360
627.51/629.18	c #Conflicts:    1405000 | #Constraints:      42360
627.51/629.18	c #Conflicts:    1406000 | #Constraints:      43360
627.51/629.18	c #Conflicts:    1407000 | #Constraints:      44360
627.51/629.18	c #Conflicts:    1408000 | #Constraints:      45360
627.51/629.18	c #Conflicts:    1409000 | #Constraints:      46361
627.51/629.18	c #Conflicts:    1410000 | #Constraints:      47422
627.51/629.18	c #Conflicts:    1411000 | #Constraints:      48422
627.51/629.18	c #Conflicts:    1412000 | #Constraints:      49422
627.51/629.18	c #Conflicts:    1413000 | #Constraints:      50422
627.51/629.18	c #Conflicts:    1414000 | #Constraints:      51422
627.51/629.18	c #Conflicts:    1415000 | #Constraints:      52422
627.51/629.18	c #Conflicts:    1416000 | #Constraints:      53422
627.51/629.18	c #Conflicts:    1417000 | #Constraints:      54422
627.51/629.18	c #Conflicts:    1418000 | #Constraints:      55422
627.51/629.18	c #Conflicts:    1419000 | #Constraints:      56422
627.51/629.18	c INPROCESSING
627.51/629.18	c GARBAGE COLLECT
627.51/629.18	c #Conflicts:    1420000 | #Constraints:      33824
627.51/629.18	c #Conflicts:    1421000 | #Constraints:      34827
627.51/629.18	c #Conflicts:    1422000 | #Constraints:      35834
627.51/629.18	c #Conflicts:    1423000 | #Constraints:      36839
627.51/629.18	c #Conflicts:    1424000 | #Constraints:      37839
627.51/629.18	c #Conflicts:    1425000 | #Constraints:      38839
627.51/629.18	c #Conflicts:    1426000 | #Constraints:      39840
627.51/629.18	c #Conflicts:    1427000 | #Constraints:      40840
627.51/629.18	c #Conflicts:    1428000 | #Constraints:      41840
627.51/629.18	c #Conflicts:    1429000 | #Constraints:      42840
627.51/629.18	c #Conflicts:    1430000 | #Constraints:      43840
627.51/629.18	c #Conflicts:    1431000 | #Constraints:      44840
627.51/629.18	c #Conflicts:    1432000 | #Constraints:      45840
627.51/629.18	c #Conflicts:    1433000 | #Constraints:      46840
647.46/649.10	c #Conflicts:    1434000 | #Constraints:      47840
647.46/649.10	c #Conflicts:    1435000 | #Constraints:      48840
647.46/649.10	c #Conflicts:    1436000 | #Constraints:      49840
647.46/649.10	c #Conflicts:    1437000 | #Constraints:      50856
647.46/649.10	c #Conflicts:    1438000 | #Constraints:      51857
647.46/649.10	c #Conflicts:    1439000 | #Constraints:      52857
647.46/649.10	c #Conflicts:    1440000 | #Constraints:      53857
647.46/649.10	c #Conflicts:    1441000 | #Constraints:      54858
647.46/649.10	c #Conflicts:    1442000 | #Constraints:      55858
647.46/649.10	c #Conflicts:    1443000 | #Constraints:      56858
647.46/649.10	c INPROCESSING
647.46/649.10	c GARBAGE COLLECT
647.46/649.10	c #Conflicts:    1444000 | #Constraints:      34006
647.46/649.10	c #Conflicts:    1445000 | #Constraints:      35006
647.46/649.10	c #Conflicts:    1446000 | #Constraints:      36006
647.46/649.10	c #Conflicts:    1447000 | #Constraints:      37006
647.46/649.10	c #Conflicts:    1448000 | #Constraints:      38006
647.46/649.10	c #Conflicts:    1449000 | #Constraints:      39006
647.46/649.10	c #Conflicts:    1450000 | #Constraints:      40006
647.46/649.10	c #Conflicts:    1451000 | #Constraints:      41006
647.46/649.10	c #Conflicts:    1452000 | #Constraints:      42006
647.46/649.10	c #Conflicts:    1453000 | #Constraints:      43006
647.46/649.10	c #Conflicts:    1454000 | #Constraints:      44006
647.46/649.10	c #Conflicts:    1455000 | #Constraints:      45006
647.46/649.10	c #Conflicts:    1456000 | #Constraints:      46006
647.46/649.10	c #Conflicts:    1457000 | #Constraints:      47006
647.46/649.10	c #Conflicts:    1458000 | #Constraints:      48006
647.46/649.10	c #Conflicts:    1459000 | #Constraints:      49006
647.46/649.10	c #Conflicts:    1460000 | #Constraints:      50006
647.46/649.10	c #Conflicts:    1461000 | #Constraints:      51006
647.46/649.10	c #Conflicts:    1462000 | #Constraints:      52006
647.46/649.10	c #Conflicts:    1463000 | #Constraints:      53006
647.46/649.10	c #Conflicts:    1464000 | #Constraints:      54007
647.46/649.10	c #Conflicts:    1465000 | #Constraints:      55007
647.46/649.10	c #Conflicts:    1466000 | #Constraints:      56007
647.46/649.10	c #Conflicts:    1467000 | #Constraints:      57007
647.46/649.10	c INPROCESSING
647.46/649.10	c GARBAGE COLLECT
647.46/649.10	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[11]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[19]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[31]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[38]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[65]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[67]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[103]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[129]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[144]: 6 -2.0061 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[146]: 6 -2.34162 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[177]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[191]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[194]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[196]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[198]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[201]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[216]: 6 -0.981701 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[220]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[257]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[275]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[288]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[291]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[369]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[377]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[379]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[393]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[396]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[412]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[413]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[427]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[446]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[450]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[463]: 6 -1.67065 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[478]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[488]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[525]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[532]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[590]: 6 -1.16771 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[623]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[624]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[634]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[637]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[639]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[648]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[668]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[671]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[707]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[728]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[733]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[735]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[969]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1028]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1040]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1057]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1071]: 6 -1.1576 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1081]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1085]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1101]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1104]: 6 -0.875075 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1106]: 6 -1.25004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1116]: 6 -0.750089 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1130]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1133]: 6 -1.06259 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1135]: 6 -1.25004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1139]: 6 -0.875026 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1151]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1169]: 6 -0.937558 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1172]: 6 -0.750087 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1174]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1177]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1181]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1185]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1188]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1194]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1195]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1196]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1203]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1206]: 6 -0.986319 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1208]: 6 -0.94495 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1221]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1226]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1239]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1241]: 6 -1.31253 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1243]: 6 -1.25008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1247]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1250]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1260]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1272]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1277]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1278]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1290]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1295]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1306]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1313]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1314]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1321]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1336]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1345]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1356]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1400]: 6 -1.25009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1401]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1427]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1433]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1439]: 6 0 12.5953 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1446]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1451]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1483]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1488]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1490]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1499]: 6 -1.28134 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1504]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1509]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1513]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1521]: 6 -1.25004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1522]: 6 -1.25004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1523]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1533]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1534]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1535]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1550]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1557]: 6 -4.02385 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1564]: 6 -1.25007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1569]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1570]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1578]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1580]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1583]: 6 -1.18866 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1585]: 6 -0.75469 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1590]: 6 -2.50009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1591]: 6 -18.8453 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1594]: 6 -1.25007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1596]: 6 -7.92268 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1597]: 6 -14.8453 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1598]: 6 -29.1906 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1599]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1604]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1607]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1608]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1612]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1616]: 6 -1.25009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1618]: 6 -0.90571 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1627]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1650]: 6 -3.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1660]: 6 -0.750074 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1661]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1683]: 6 -1.25003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1688]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1763]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1958]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1962]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1964]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1969]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1973]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1975]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1978]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[1991]: 6 -0.750051 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2004]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2008]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2049]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2052]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2054]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2056]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2058]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2060]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2064]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2065]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2068]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2072]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2074]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2076]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2078]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2079]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2082]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2085]: 6 -1.15756 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2108]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2110]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2111]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2114]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2122]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2130]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2138]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2145]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2147]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2152]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2160]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2162]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2163]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2166]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2168]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2177]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2179]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2183]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2186]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2210]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2212]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2213]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2214]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2215]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2216]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2223]: 6 -1.06258 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2225]: 6 -1.06257 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2231]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2236]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2237]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2239]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2241]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2244]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2245]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2248]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2250]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2252]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2254]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2256]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2258]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2259]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2262]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2263]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2266]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2274]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2276]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2277]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2308]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2311]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2315]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2322]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2332]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2341]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2345]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2347]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2350]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2351]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2354]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2357]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2360]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2361]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2367]: 6 -0.999581 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2372]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2388]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2389]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2391]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2394]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2395]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2398]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2399]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2403]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2425]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2428]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2429]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2432]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2433]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2436]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2437]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2442]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2444]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2446]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2450]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2451]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2454]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2455]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2458]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2459]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2462]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2463]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2466]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2468]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2479]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2484]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2488]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2490]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2492]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2494]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2495]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2504]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2505]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2509]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2511]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2513]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2514]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2515]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2518]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2519]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2520]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2523]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2525]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2527]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2529]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2531]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2533]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2536]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2538]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2539]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2544]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2546]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2549]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2551]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2553]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2556]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2562]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2563]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2566]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2576]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2580]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2581]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2584]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2586]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2587]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2590]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2592]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2596]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2597]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2601]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2602]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2610]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2611]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2614]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2618]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2619]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2621]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2625]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2627]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2632]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2633]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2635]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2637]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2642]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2645]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2647]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2650]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2651]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2653]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2655]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2658]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2660]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2661]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2664]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2665]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2668]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2678]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2680]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2684]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2686]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2690]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2693]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2701]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2705]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2706]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2709]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2711]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2713]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2715]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2716]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2717]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2719]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2720]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2721]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2723]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2725]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2728]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2730]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2731]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2733]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2736]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2737]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2740]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2746]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2747]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2750]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2751]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2754]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2758]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2760]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2762]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2763]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2766]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2768]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2769]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2772]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2773]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2776]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2779]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2782]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2786]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2791]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2797]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2798]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2799]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2800]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2801]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2802]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2805]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2806]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2807]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2816]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2817]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2820]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2821]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2824]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2826]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2827]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2830]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2831]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2834]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2835]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2837]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2840]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2842]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2844]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2846]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2848]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2850]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2852]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2854]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2855]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2858]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2863]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2866]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2867]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2870]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2872]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2874]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2875]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2878]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2879]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2882]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2893]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2894]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2895]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2896]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2904]: 6 -1.00006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2910]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2911]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2916]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2919]: 6 -1.0001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2921]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2923]: 6 -1.00003 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2925]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2928]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2931]: 6 -1.00004 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2935]: 6 -1.00001 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2940]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2942]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2944]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2945]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2948]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2949]: 6 -1.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2952]: 6 -1.00005 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2953]: 6 -1.00002 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2959]: 6 -1.25006 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2968]: 6 -5.00009 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2969]: 6 -1.00007 0 shouldn't be
647.46/649.10	WSVECS04 Frhs2[2972]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2973]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2976]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2983]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2984]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2989]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[2992]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3000]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3005]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3006]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3007]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3009]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3015]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3017]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3019]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3022]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3024]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3026]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3028]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3030]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3032]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3034]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3036]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3038]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3040]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3041]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3052]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3060]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3062]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3064]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3066]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3068]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3071]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3077]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3080]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3099]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3100]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3104]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3107]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3110]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3111]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3114]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3115]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3118]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3119]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3122]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3123]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3125]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3128]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3129]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3132]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3135]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3137]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3139]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3156]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3157]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3160]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3162]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3164]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3166]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3167]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3173]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3174]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3176]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3177]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3191]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3193]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3199]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3201]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3203]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3205]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3207]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3210]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3211]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3216]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3218]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3219]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3222]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3224]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3226]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3228]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3229]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3232]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3235]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3248]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3252]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3256]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3260]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3262]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3263]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3288]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3289]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3301]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3303]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3306]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3309]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3314]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3320]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3324]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3328]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3332]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3342]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3344]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3346]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3347]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3350]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3351]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3354]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3358]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3359]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3366]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3374]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3375]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3384]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3390]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3393]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3396]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3398]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3400]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3402]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3404]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3406]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3408]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3409]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3414]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3418]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3425]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3428]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3429]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3440]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3444]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3447]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3449]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3451]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3454]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3455]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3467]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3469]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3476]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3489]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3496]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3500]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3501]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3504]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3505]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3508]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3512]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3516]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3518]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3522]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3524]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3528]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3529]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3531]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3536]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3537]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3551]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3554]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3565]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3568]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3569]: 6 -1.50307 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3577]: 6 -97.5715 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3582]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3586]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3588]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3589]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3594]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3598]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3602]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3603]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3606]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3607]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3611]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3614]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3615]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3619]: 6 -1.15575 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3632]: 6 -8.9266 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3633]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3636]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3637]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3643]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3655]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3661]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3664]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3667]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3674]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3675]: 6 -1.25003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3681]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3685]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3688]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3693]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3698]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3702]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3703]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3706]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3707]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3714]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3718]: 6 -1.2501 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3724]: 6 0 1.00006 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3728]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3732]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3747]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3754]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3757]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3763]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3771]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3775]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3778]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3782]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3783]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3786]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3787]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3790]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3793]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3798]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3802]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3806]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3810]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3811]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3814]: 6 -1.25005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3815]: 6 -1.25003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3820]: 6 0 3.00006 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3823]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3826]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3828]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3830]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3832]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3834]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3836]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3838]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3839]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3841]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3844]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3845]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3849]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3857]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3862]: 6 -1.37502 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3863]: 6 -60.256 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3865]: 6 -1.25009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3868]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3873]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3875]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3877]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3880]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3881]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3890]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3892]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3894]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3896]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3900]: 6 -1.01956 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3902]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3906]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3907]: 6 -2.00799 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3910]: 6 -3.37502 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3926]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3927]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3930]: 6 -1.00001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3931]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3934]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3935]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3938]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3940]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3941]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3944]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3945]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3948]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3950]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3951]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3952]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3959]: 6 -17.0953 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3961]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3966]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3968]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3969]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3971]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3974]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3975]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3978]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3979]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3982]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3983]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3986]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3989]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3992]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3996]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3998]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[3999]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4002]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4003]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4006]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4010]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4024]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4025]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4028]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4032]: 6 -1.00004 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4036]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4038]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4045]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4048]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4056]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4061]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4068]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4069]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4072]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4074]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4075]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4076]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4079]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4084]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4087]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4090]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4092]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4094]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4096]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4100]: 6 -1.00003 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4110]: 6 -1.00007 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4112]: 6 -1.0001 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4114]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4116]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4120]: 6 -1.00008 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4124]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4128]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4130]: 6 -1.00006 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4131]: 6 -1.00002 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4282]: 6 -1.00005 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4283]: 6 -1.00009 0 shouldn't be
647.46/649.11	WSVECS04 Frhs2[4284]: 6 -1.00009 0 shouldn't be
679.87/681.66	c #Conflicts:    1468000 | #Constraints:      33986
679.87/681.66	c #Conflicts:    1469000 | #Constraints:      34986
679.87/681.66	c #Conflicts:    1470000 | #Constraints:      35986
679.87/681.66	c #Conflicts:    1471000 | #Constraints:      36986
679.87/681.66	c #Conflicts:    1472000 | #Constraints:      37986
679.87/681.66	c #Conflicts:    1473000 | #Constraints:      38986
679.87/681.66	c #Conflicts:    1474000 | #Constraints:      39986
679.87/681.66	c #Conflicts:    1475000 | #Constraints:      40986
679.87/681.66	c #Conflicts:    1476000 | #Constraints:      41986
679.87/681.66	c #Conflicts:    1477000 | #Constraints:      42986
679.87/681.66	c #Conflicts:    1478000 | #Constraints:      43986
679.87/681.66	c #Conflicts:    1479000 | #Constraints:      44986
679.87/681.66	c #Conflicts:    1480000 | #Constraints:      45986
679.87/681.66	c #Conflicts:    1481000 | #Constraints:      46986
679.87/681.66	c #Conflicts:    1482000 | #Constraints:      47986
679.87/681.66	c #Conflicts:    1483000 | #Constraints:      48986
679.87/681.66	c #Conflicts:    1484000 | #Constraints:      49986
679.87/681.66	c #Conflicts:    1485000 | #Constraints:      50986
679.87/681.66	c #Conflicts:    1486000 | #Constraints:      51986
679.87/681.66	c #Conflicts:    1487000 | #Constraints:      52986
679.87/681.66	c #Conflicts:    1488000 | #Constraints:      53986
679.87/681.66	c #Conflicts:    1489000 | #Constraints:      54986
679.87/681.66	c #Conflicts:    1490000 | #Constraints:      55986
679.87/681.66	c #Conflicts:    1491000 | #Constraints:      56986
679.87/681.66	c INPROCESSING
679.87/681.66	c GARBAGE COLLECT
679.87/681.66	c #Conflicts:    1492000 | #Constraints:      33755
679.87/681.66	c #Conflicts:    1493000 | #Constraints:      34755
679.87/681.66	c #Conflicts:    1494000 | #Constraints:      35755
679.87/681.66	c #Conflicts:    1495000 | #Constraints:      36755
679.87/681.66	c #Conflicts:    1496000 | #Constraints:      37755
679.87/681.66	c #Conflicts:    1497000 | #Constraints:      38755
679.87/681.66	c #Conflicts:    1498000 | #Constraints:      39755
679.87/681.66	c #Conflicts:    1499000 | #Constraints:      40755
679.87/681.66	c #Conflicts:    1500000 | #Constraints:      41755
679.87/681.66	c #Conflicts:    1501000 | #Constraints:      42755
679.87/681.66	c #Conflicts:    1502000 | #Constraints:      43755
679.87/681.66	c #Conflicts:    1503000 | #Constraints:      44755
679.87/681.66	c #Conflicts:    1504000 | #Constraints:      45755
679.87/681.66	c #Conflicts:    1505000 | #Constraints:      46755
679.87/681.66	c #Conflicts:    1506000 | #Constraints:      47755
679.87/681.66	c #Conflicts:    1507000 | #Constraints:      48755
679.87/681.66	c #Conflicts:    1508000 | #Constraints:      49755
679.87/681.66	c #Conflicts:    1509000 | #Constraints:      50755
679.87/681.66	c #Conflicts:    1510000 | #Constraints:      51755
679.87/681.66	c #Conflicts:    1511000 | #Constraints:      52755
679.87/681.66	c #Conflicts:    1512000 | #Constraints:      53755
679.87/681.66	c #Conflicts:    1513000 | #Constraints:      54755
679.87/681.66	c #Conflicts:    1514000 | #Constraints:      55755
679.87/681.66	c #Conflicts:    1515000 | #Constraints:      56755
679.87/681.66	c #Conflicts:    1516000 | #Constraints:      57755
679.87/681.66	c INPROCESSING
679.87/681.66	c GARBAGE COLLECT
679.87/681.66	c #Conflicts:    1517000 | #Constraints:      34318
679.87/681.66	c #Conflicts:    1518000 | #Constraints:      35318
679.87/681.66	c #Conflicts:    1519000 | #Constraints:      36318
679.87/681.66	c #Conflicts:    1520000 | #Constraints:      37318
679.87/681.66	c #Conflicts:    1521000 | #Constraints:      38318
679.87/681.66	c #Conflicts:    1522000 | #Constraints:      39318
679.87/681.66	c #Conflicts:    1523000 | #Constraints:      40318
679.87/681.66	c #Conflicts:    1524000 | #Constraints:      41318
679.87/681.66	c #Conflicts:    1525000 | #Constraints:      42318
679.87/681.66	c #Conflicts:    1526000 | #Constraints:      43318
679.87/681.66	c #Conflicts:    1527000 | #Constraints:      44318
679.87/681.66	c #Conflicts:    1528000 | #Constraints:      45318
679.87/681.66	c #Conflicts:    1529000 | #Constraints:      46318
679.87/681.66	c #Conflicts:    1530000 | #Constraints:      47318
679.87/681.66	c #Conflicts:    1531000 | #Constraints:      48318
679.87/681.66	c #Conflicts:    1532000 | #Constraints:      49318
679.87/681.66	c #Conflicts:    1533000 | #Constraints:      50318
679.87/681.66	c #Conflicts:    1534000 | #Constraints:      51318
679.87/681.66	c #Conflicts:    1535000 | #Constraints:      52319
679.87/681.66	c #Conflicts:    1536000 | #Constraints:      53319
679.87/681.66	c #Conflicts:    1537000 | #Constraints:      54319
679.87/681.66	c #Conflicts:    1538000 | #Constraints:      55319
679.87/681.66	c #Conflicts:    1539000 | #Constraints:      56319
679.87/681.66	c #Conflicts:    1540000 | #Constraints:      57319
679.87/681.66	c #Conflicts:    1541000 | #Constraints:      58319
679.87/681.66	c INPROCESSING
679.87/681.66	c GARBAGE COLLECT
679.87/681.66	WSVECS04 Frhs2[1]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[18]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[56]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[70]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[77]: 6 -1.00062 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[90]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[103]: 6 -1.00016 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[141]: 6 -0.999386 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[144]: 6 -0.958985 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[146]: 6 -0.890625 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[148]: 6 -0.562501 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[150]: 6 -2 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[169]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[190]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[209]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[321]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[337]: 6 -0.990167 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[338]: 6 -1.10938 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[359]: 6 -1.00008 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[442]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[453]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[455]: 6 -1.00008 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[497]: 6 -0.990167 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[498]: 6 -1.10938 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[504]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[506]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[521]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[539]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[565]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[582]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[587]: 6 -1.00027 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[590]: 6 -1.00684 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[594]: 6 -1.10938 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[597]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[598]: 6 -5.5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[601]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[626]: 6 -0.980333 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[634]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[673]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[685]: 6 -1.00128 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[696]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[710]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1050]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1068]: 6 -1.00064 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1074]: 6 -1.04102 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1098]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1102]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1112]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1128]: 6 -1.00032 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1157]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1164]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1192]: 6 -1.00032 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1203]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1206]: 6 -6.5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1207]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1209]: 6 -1.29688 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1232]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1233]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1245]: 6 -1.00001 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1249]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1254]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1262]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1265]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1272]: 6 -1.32813 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1274]: 6 -1.3125 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1276]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1279]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1313]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1327]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1332]: 6 -1.4375 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1372]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1376]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1379]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1390]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1395]: 6 -1.3125 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1401]: 6 -0.75 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1403]: 6 -0.625 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1422]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1443]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1454]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1456]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1461]: 6 0 0.25 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1492]: 6 -1.125 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1495]: 6 -1.5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1512]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1523]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1549]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1557]: 6 -2.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1581]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1585]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1588]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1594]: 6 -2 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1600]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1607]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1617]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1629]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1630]: 6 -0.6875 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1631]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1638]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1663]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2068]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2069]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2072]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2077]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2138]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2155]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2165]: 6 -0.999079 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2173]: 6 -0.98525 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2181]: 6 -0.763992 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2193]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2195]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2201]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2241]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2251]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2269]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2271]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2286]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2303]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2341]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2347]: 6 -1.00016 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2371]: 6 -1.65625 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2373]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2375]: 6 -3.625 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2384]: 6 -43.3595 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2392]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2394]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2549]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2553]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2565]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2630]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2638]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2665]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2699]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2708]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2717]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2737]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2759]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2798]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2813]: 6 -1.25004 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2827]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2829]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2833]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2852]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2897]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2921]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2926]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2946]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2964]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2985]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[2991]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3003]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3028]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3039]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3041]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3071]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3081]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3082]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3087]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3102]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3105]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3115]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3144]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3154]: 6 -5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3171]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3187]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3225]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3234]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3248]: 6 -5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3249]: 6 -7 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3252]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3268]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3282]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3287]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3311]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3317]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3323]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3332]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3350]: 6 -3 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3358]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3371]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3383]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3405]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3407]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3436]: 6 -23 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3450]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3463]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3490]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3491]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3540]: 6 -5 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3564]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3565]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3568]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3578]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3579]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3581]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3582]: 6 -1.3125 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3595]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3602]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3612]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3630]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3635]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3640]: 6 -1.3125 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3658]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3663]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3668]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3683]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3689]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3707]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3740]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3754]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3762]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3764]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3784]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3789]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3791]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3794]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3798]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3807]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3814]: 6 -1.32813 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3853]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3857]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3867]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3868]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3874]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3894]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3919]: 6 -3 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3941]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3946]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3968]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3978]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3982]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4001]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4009]: 6 -1.25 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4016]: 6 -1.15625 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
679.87/681.66	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
746.98/748.95	c #Conflicts:    1542000 | #Constraints:      34694
746.98/748.95	c #Conflicts:    1543000 | #Constraints:      35694
746.98/748.95	c #Conflicts:    1544000 | #Constraints:      36694
746.98/748.95	c #Conflicts:    1545000 | #Constraints:      37694
746.98/748.95	c #Conflicts:    1546000 | #Constraints:      38694
746.98/748.95	c #Conflicts:    1547000 | #Constraints:      39694
746.98/748.95	c #Conflicts:    1548000 | #Constraints:      40694
746.98/748.95	c #Conflicts:    1549000 | #Constraints:      41694
746.98/748.95	c #Conflicts:    1550000 | #Constraints:      42694
746.98/748.95	c #Conflicts:    1551000 | #Constraints:      43694
746.98/748.95	c #Conflicts:    1552000 | #Constraints:      44694
746.98/748.95	c #Conflicts:    1553000 | #Constraints:      45694
746.98/748.95	c #Conflicts:    1554000 | #Constraints:      46694
746.98/748.95	c #Conflicts:    1555000 | #Constraints:      47694
746.98/748.95	c #Conflicts:    1556000 | #Constraints:      48694
746.98/748.95	c #Conflicts:    1557000 | #Constraints:      49694
746.98/748.95	c #Conflicts:    1558000 | #Constraints:      50694
746.98/748.95	c #Conflicts:    1559000 | #Constraints:      51696
746.98/748.95	c #Conflicts:    1560000 | #Constraints:      52697
746.98/748.95	c #Conflicts:    1561000 | #Constraints:      53697
746.98/748.95	c #Conflicts:    1562000 | #Constraints:      54997
746.98/748.95	c #Conflicts:    1563000 | #Constraints:      55997
746.98/748.95	c #Conflicts:    1564000 | #Constraints:      56997
746.98/748.95	c #Conflicts:    1565000 | #Constraints:      57997
746.98/748.95	c #Conflicts:    1566000 | #Constraints:      58997
746.98/748.95	c INPROCESSING
746.98/748.95	c GARBAGE COLLECT
746.98/748.95	c #Conflicts:    1567000 | #Constraints:      35077
746.98/748.95	c #Conflicts:    1568000 | #Constraints:      36077
746.98/748.95	c #Conflicts:    1569000 | #Constraints:      37078
746.98/748.95	c #Conflicts:    1570000 | #Constraints:      38078
746.98/748.95	c #Conflicts:    1571000 | #Constraints:      39078
746.98/748.95	c #Conflicts:    1572000 | #Constraints:      40078
746.98/748.95	c #Conflicts:    1573000 | #Constraints:      41078
746.98/748.95	c #Conflicts:    1574000 | #Constraints:      42078
746.98/748.95	c #Conflicts:    1575000 | #Constraints:      43078
746.98/748.95	c #Conflicts:    1576000 | #Constraints:      44078
746.98/748.95	c #Conflicts:    1577000 | #Constraints:      45079
746.98/748.95	c #Conflicts:    1578000 | #Constraints:      46079
746.98/748.95	c #Conflicts:    1579000 | #Constraints:      47079
746.98/748.95	c #Conflicts:    1580000 | #Constraints:      48079
746.98/748.95	c #Conflicts:    1581000 | #Constraints:      49079
746.98/748.95	c #Conflicts:    1582000 | #Constraints:      50079
746.98/748.95	c #Conflicts:    1583000 | #Constraints:      51079
746.98/748.95	c #Conflicts:    1584000 | #Constraints:      52079
746.98/748.95	c #Conflicts:    1585000 | #Constraints:      53079
746.98/748.95	c #Conflicts:    1586000 | #Constraints:      54080
746.98/748.95	c #Conflicts:    1587000 | #Constraints:      55080
746.98/748.95	c #Conflicts:    1588000 | #Constraints:      56080
746.98/748.95	c #Conflicts:    1589000 | #Constraints:      57080
746.98/748.95	c #Conflicts:    1590000 | #Constraints:      58080
746.98/748.95	c #Conflicts:    1591000 | #Constraints:      59080
746.98/748.95	c INPROCESSING
746.98/748.95	c GARBAGE COLLECT
746.98/748.95	c #Conflicts:    1592000 | #Constraints:      35021
746.98/748.95	c #Conflicts:    1593000 | #Constraints:      36021
746.98/748.95	c #Conflicts:    1594000 | #Constraints:      37022
746.98/748.95	c #Conflicts:    1595000 | #Constraints:      38022
746.98/748.95	c #Conflicts:    1596000 | #Constraints:      39022
746.98/748.95	c #Conflicts:    1597000 | #Constraints:      40022
746.98/748.95	c #Conflicts:    1598000 | #Constraints:      41022
746.98/748.95	c #Conflicts:    1599000 | #Constraints:      42022
746.98/748.95	c #Conflicts:    1600000 | #Constraints:      43022
746.98/748.95	c #Conflicts:    1601000 | #Constraints:      44022
746.98/748.95	c #Conflicts:    1602000 | #Constraints:      45023
746.98/748.95	c #Conflicts:    1603000 | #Constraints:      46023
746.98/748.95	c #Conflicts:    1604000 | #Constraints:      47023
746.98/748.95	c #Conflicts:    1605000 | #Constraints:      48023
746.98/748.95	c #Conflicts:    1606000 | #Constraints:      49104
746.98/748.95	c #Conflicts:    1607000 | #Constraints:      50614
746.98/748.95	c #Conflicts:    1608000 | #Constraints:      52124
746.98/748.95	c #Conflicts:    1609000 | #Constraints:      53642
746.98/748.95	c #Conflicts:    1610000 | #Constraints:      55144
746.98/748.95	c #Conflicts:    1611000 | #Constraints:      56653
746.98/748.95	c #Conflicts:    1612000 | #Constraints:      58156
746.98/748.95	c #Conflicts:    1613000 | #Constraints:      59668
746.98/748.95	c #Conflicts:    1614000 | #Constraints:      61194
746.98/748.95	c #Conflicts:    1615000 | #Constraints:      62711
746.98/748.95	c #Conflicts:    1616000 | #Constraints:      64236
746.98/748.95	c INPROCESSING
746.98/748.95	c GARBAGE COLLECT
746.98/748.95	WSVECS04 Frhs2[12]: 6 -0.99957 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[21]: 6 -1.14609 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[29]: 6 -0.897424 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[31]: 6 -2.02468 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[36]: 6 -1.05747 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[38]: 6 -0.99967 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[41]: 6 -1.1318 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[47]: 6 -1.08998 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[61]: 6 -0.951165 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[71]: 6 -1.03128 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[81]: 6 -0.845586 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[86]: 6 -0.873068 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[87]: 6 -0.428328 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[97]: 6 0 0.493594 shouldn't be
746.98/748.95	WSVECS04 Frhs2[111]: 6 -1.1064 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[113]: 6 -1.15637 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[119]: 6 -0.738022 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[121]: 6 -1.29905 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[141]: 6 -1.00968 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[150]: 6 -1.12353 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[168]: 6 -1.09421 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[197]: 6 -1.03196 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[241]: 6 -1.28755 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[242]: 6 -1.36161 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[251]: 6 0 0.145067 shouldn't be
746.98/748.95	WSVECS04 Frhs2[273]: 6 -1.27919 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[277]: 6 -1.15727 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[293]: 6 -1.00501 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[294]: 6 -1.02592 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[297]: 6 -1.1318 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[305]: 6 -1.15637 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[327]: 6 -1.05429 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[351]: 6 -1.02468 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[375]: 6 -1.61953 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[407]: 6 -0.984243 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[453]: 6 -1.00702 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[463]: 6 -1.19412 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[465]: 6 -1.12113 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[478]: 6 -2.34157 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[479]: 6 -3.7223 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[486]: 6 0 0.2461 shouldn't be
746.98/748.95	WSVECS04 Frhs2[493]: 6 -1.19395 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[511]: 6 -1.02468 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[533]: 6 -1.14548 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[542]: 6 0 2.54082 shouldn't be
746.98/748.95	WSVECS04 Frhs2[545]: 6 -1.18519 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[559]: 6 -1.12289 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[573]: 6 -0.963574 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[577]: 6 -0.691818 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[583]: 6 -1.05452 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[593]: 6 -1.0712 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[607]: 6 0 0.423411 shouldn't be
746.98/748.95	WSVECS04 Frhs2[612]: 6 -1.11884 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[624]: 6 -0.696058 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[641]: 6 -0.750333 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[671]: 6 -0.354168 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[680]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[689]: 6 -1.28686 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[692]: 6 -1.19603 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[696]: 6 -1.17714 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[709]: 6 -1.00786 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[728]: 6 -0.55843 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[735]: 6 0 1.02468 shouldn't be
746.98/748.95	WSVECS04 Frhs2[736]: 6 0 0.168861 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1079]: 6 -0.99411 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1083]: 6 -1.57813 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1104]: 6 -0.997475 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1107]: 6 -1.00701 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1110]: 6 -1.09375 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1120]: 6 -0.750001 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1131]: 6 -1.06038 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1145]: 6 -0.9375 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1161]: 6 -0.998691 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1162]: 6 -1.08536 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1163]: 6 -0.926741 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1167]: 6 -0.98589 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1169]: 6 -0.994128 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1180]: 6 -1.0467 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1227]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1248]: 6 -0.8125 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1261]: 6 -0.999909 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1268]: 6 -1.568 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1272]: 6 0 1.22448 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1282]: 6 -1.25002 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1289]: 6 -0.998046 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1316]: 6 -1.0079 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1323]: 6 -1.43356 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1360]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1371]: 6 -1.25791 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1377]: 6 -0.999718 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1384]: 6 -1.00045 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1387]: 6 -1.00431 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1417]: 6 -0.999875 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1422]: 6 -1.00021 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1486]: 6 -1.14285 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1492]: 6 -1.09003 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1520]: 6 -1.30417 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1561]: 6 -0.63399 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1563]: 6 -2.2605 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1585]: 6 -1.03931 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1593]: 6 -0.232545 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1614]: 6 -1.00429 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1617]: 6 -1.17048 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1631]: 6 -0.660377 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1632]: 6 -0.898878 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1663]: 6 -1.11257 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1682]: 6 -1.6879 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1685]: 6 -1.42238 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1959]: 6 -1.02299 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1963]: 6 -1.09197 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1966]: 6 -1.01188 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1967]: 6 -1.09106 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1970]: 6 -0.999329 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1976]: 6 -1.00601 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1979]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1980]: 6 -0.975954 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[1983]: 6 -1.31291 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2056]: 6 -1.00112 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2060]: 6 -0.999278 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2063]: 6 -1.00147 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2067]: 6 -1.00586 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2076]: 6 -1.18763 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2078]: 6 -0.994949 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2079]: 6 -0.994949 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2215]: 6 -0.999804 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2228]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2243]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2245]: 6 -1.00003 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2257]: 6 -1.00002 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2259]: 6 -0.999955 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2264]: 6 -1.00055 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2268]: 6 -1.03352 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2269]: 6 -1.03721 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2278]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2340]: 6 -1.00006 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2341]: 6 -1.00006 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2348]: 6 -0.999064 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2353]: 6 -0.999995 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2355]: 6 -0.999818 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2357]: 6 -0.985005 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2360]: 6 -1.05989 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2364]: 6 -0.760438 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2368]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2400]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2519]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2524]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2559]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2577]: 6 -2.75 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2582]: 6 -3 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2607]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2682]: 6 -7.64794 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2686]: 6 -5 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2700]: 6 -0.113155 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2735]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2738]: 6 -0.777846 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2739]: 6 -0.556944 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2741]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2744]: 6 -4.54445 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2827]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2838]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2841]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2858]: 6 -1.70801 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2876]: 6 -1.25 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2891]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2912]: 6 -1.25 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3003]: 6 -1.3419 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3022]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3096]: 6 -1.375 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3107]: 6 -1.31598 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3118]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3142]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3176]: 6 -1.0068 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3182]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3210]: 6 -1.00237 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3218]: 6 -0.999874 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3220]: 6 -0.999746 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3237]: 6 -0.999944 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3241]: 6 -1.07805 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3248]: 6 -1.31418 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3258]: 6 -9.37852 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3295]: 6 -1.65124 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3301]: 6 -0.999999 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3308]: 6 -1.00339 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3325]: 6 -0.300837 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3327]: 6 -1.02466 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3330]: 6 -1.14362 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3339]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3342]: 6 -0.597961 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3380]: 6 -0.585012 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3397]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3399]: 6 -1.00022 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3404]: 6 -0.998213 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3405]: 6 -1.0013 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3415]: 6 -1.15199 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3426]: 6 -0.179999 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3430]: 6 -1.57436 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3431]: 6 -1.57436 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3434]: 6 -0.514732 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3437]: 6 -1.3125 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3468]: 6 -0.99202 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3472]: 6 -1.00039 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3499]: 6 -1.40894 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3501]: 6 -1.0002 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3503]: 6 -0.999832 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3505]: 6 -1.00079 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3515]: 6 -0.796833 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3521]: 6 -1.20479 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3529]: 6 -0.99939 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3532]: 6 -1.19162 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3542]: 6 0 2 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3544]: 6 -6.19675 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3586]: 6 -0.974906 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3587]: 6 -0.701627 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3600]: 6 -1.23906 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3603]: 6 -0.759752 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3606]: 6 0 0.151666 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3609]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3612]: 6 -0.996727 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3616]: 6 -0.990737 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3623]: 6 -0.931778 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3625]: 6 -1.04486 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3629]: 6 -1.17824 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3633]: 6 -1.25587 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3637]: 6 -1.24947 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3673]: 6 -1.70582 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3684]: 6 -0.999365 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3690]: 6 -1.00497 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3691]: 6 -1.00497 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3699]: 6 -0.998202 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3702]: 6 -1.82285 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3706]: 6 -1.00933 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3713]: 6 -1.29429 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3715]: 6 -0.813148 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3721]: 6 -0.974703 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3723]: 6 -1.00686 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3726]: 6 -1.74276 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3733]: 6 -1.94206 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3737]: 6 -1.27418 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3763]: 6 -0.659573 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3766]: 6 -0.997636 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3768]: 6 -1.83443 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3779]: 6 -0.999587 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3783]: 6 -0.997546 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3796]: 6 -0.789635 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3800]: 6 -3.01041 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3803]: 6 -0.959394 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3806]: 6 -0.556947 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3811]: 6 -2.50376 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3814]: 6 -0.514592 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3820]: 6 -1.62495 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3821]: 6 -1.62495 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3851]: 6 -1.16243 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3888]: 6 -0.472194 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3890]: 6 -0.0808798 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3893]: 6 -0.81911 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3900]: 6 -0.746119 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3902]: 6 -0.935837 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3904]: 6 -1.8509 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3906]: 6 -0.113887 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3909]: 6 -2.1506 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3914]: 6 -0.936208 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3915]: 6 -0.936208 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3939]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3954]: 6 -1.00015 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3975]: 6 -1.00152 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3985]: 6 -0.963699 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3987]: 6 -0.999999 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3989]: 6 -0.925301 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3992]: 6 -0.976993 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3993]: 6 -1.05795 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[3999]: 6 -0.824261 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4002]: 6 -1.1035 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4005]: 6 -1.00172 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4007]: 6 -1.0055 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4010]: 6 -1.01369 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4014]: 6 -0.867544 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4019]: 6 -3.19642 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4023]: 6 -0.687501 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4026]: 6 -1.25 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4048]: 6 -1.00024 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4072]: 6 -1.00104 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4073]: 6 -1.00042 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4082]: 6 -0.972406 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4094]: 6 -1.0713 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4100]: 6 -0.604218 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4105]: 6 -0.695036 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4107]: 6 -0.556944 0 shouldn't be
746.98/748.95	WSVECS04 Frhs2[4111]: 6 -2.77223 0 shouldn't be
795.14/797.27	c #Conflicts:    1617000 | #Constraints:      37573
795.14/797.27	c #Conflicts:    1618000 | #Constraints:      38573
795.14/797.27	c #Conflicts:    1619000 | #Constraints:      39573
795.14/797.27	c #Conflicts:    1620000 | #Constraints:      40573
795.14/797.27	c #Conflicts:    1621000 | #Constraints:      41573
795.14/797.27	c #Conflicts:    1622000 | #Constraints:      42573
795.14/797.27	c #Conflicts:    1623000 | #Constraints:      43573
795.14/797.27	c #Conflicts:    1624000 | #Constraints:      44573
795.14/797.27	c #Conflicts:    1625000 | #Constraints:      45573
795.14/797.27	c #Conflicts:    1626000 | #Constraints:      46573
795.14/797.27	c #Conflicts:    1627000 | #Constraints:      47573
795.14/797.27	c #Conflicts:    1628000 | #Constraints:      48573
795.14/797.27	c #Conflicts:    1629000 | #Constraints:      49573
795.14/797.27	c #Conflicts:    1630000 | #Constraints:      50573
795.14/797.27	c #Conflicts:    1631000 | #Constraints:      51573
795.14/797.27	c #Conflicts:    1632000 | #Constraints:      52573
795.14/797.27	c #Conflicts:    1633000 | #Constraints:      53573
795.14/797.27	c #Conflicts:    1634000 | #Constraints:      54573
795.14/797.27	c #Conflicts:    1635000 | #Constraints:      55573
795.14/797.27	c #Conflicts:    1636000 | #Constraints:      56573
795.14/797.27	c #Conflicts:    1637000 | #Constraints:      57573
795.14/797.27	c #Conflicts:    1638000 | #Constraints:      58573
795.14/797.27	c #Conflicts:    1639000 | #Constraints:      59573
795.14/797.27	c #Conflicts:    1640000 | #Constraints:      60573
795.14/797.27	c #Conflicts:    1641000 | #Constraints:      61573
795.14/797.27	c #Conflicts:    1642000 | #Constraints:      62573
795.14/797.27	c INPROCESSING
795.14/797.27	c GARBAGE COLLECT
795.14/797.27	c #Conflicts:    1643000 | #Constraints:      36776
795.14/797.27	c #Conflicts:    1644000 | #Constraints:      37776
795.14/797.27	c #Conflicts:    1645000 | #Constraints:      38776
795.14/797.27	c #Conflicts:    1646000 | #Constraints:      39776
795.14/797.27	c #Conflicts:    1647000 | #Constraints:      40776
795.14/797.27	c #Conflicts:    1648000 | #Constraints:      41776
795.14/797.27	c #Conflicts:    1649000 | #Constraints:      42776
795.14/797.27	c #Conflicts:    1650000 | #Constraints:      43776
795.14/797.27	c #Conflicts:    1651000 | #Constraints:      44776
795.14/797.27	c #Conflicts:    1652000 | #Constraints:      45776
795.14/797.27	c #Conflicts:    1653000 | #Constraints:      46776
795.14/797.27	c #Conflicts:    1654000 | #Constraints:      47776
795.14/797.27	c #Conflicts:    1655000 | #Constraints:      48776
795.14/797.27	c #Conflicts:    1656000 | #Constraints:      49776
795.14/797.27	c #Conflicts:    1657000 | #Constraints:      50776
795.14/797.27	c #Conflicts:    1658000 | #Constraints:      51776
795.14/797.27	c #Conflicts:    1659000 | #Constraints:      52776
795.14/797.27	c #Conflicts:    1660000 | #Constraints:      53776
795.14/797.27	c #Conflicts:    1661000 | #Constraints:      54777
795.14/797.27	c #Conflicts:    1662000 | #Constraints:      55777
795.14/797.27	c #Conflicts:    1663000 | #Constraints:      56777
795.14/797.27	c #Conflicts:    1664000 | #Constraints:      57777
795.14/797.27	c #Conflicts:    1665000 | #Constraints:      58777
795.14/797.27	c #Conflicts:    1666000 | #Constraints:      59778
795.14/797.27	c #Conflicts:    1667000 | #Constraints:      60778
795.14/797.27	c #Conflicts:    1668000 | #Constraints:      61779
795.14/797.27	c INPROCESSING
795.14/797.27	c GARBAGE COLLECT
795.14/797.27	c #Conflicts:    1669000 | #Constraints:      36420
795.14/797.27	c #Conflicts:    1670000 | #Constraints:      37420
795.14/797.27	c #Conflicts:    1671000 | #Constraints:      38420
795.14/797.27	c #Conflicts:    1672000 | #Constraints:      39420
795.14/797.27	c #Conflicts:    1673000 | #Constraints:      40432
795.14/797.27	c #Conflicts:    1674000 | #Constraints:      41432
795.14/797.27	c #Conflicts:    1675000 | #Constraints:      42432
795.14/797.27	c #Conflicts:    1676000 | #Constraints:      43432
795.14/797.27	c #Conflicts:    1677000 | #Constraints:      44432
795.14/797.27	c #Conflicts:    1678000 | #Constraints:      45432
795.14/797.27	c #Conflicts:    1679000 | #Constraints:      46432
795.14/797.27	c #Conflicts:    1680000 | #Constraints:      47433
795.14/797.27	c #Conflicts:    1681000 | #Constraints:      48433
795.14/797.27	c #Conflicts:    1682000 | #Constraints:      49433
795.14/797.27	c #Conflicts:    1683000 | #Constraints:      50433
795.14/797.27	c #Conflicts:    1684000 | #Constraints:      51433
795.14/797.27	c #Conflicts:    1685000 | #Constraints:      52433
795.14/797.27	c #Conflicts:    1686000 | #Constraints:      53433
795.14/797.27	c #Conflicts:    1687000 | #Constraints:      54433
795.14/797.27	c #Conflicts:    1688000 | #Constraints:      55433
795.14/797.27	c #Conflicts:    1689000 | #Constraints:      56433
795.14/797.27	c #Conflicts:    1690000 | #Constraints:      57433
795.14/797.27	c #Conflicts:    1691000 | #Constraints:      58433
795.14/797.27	c #Conflicts:    1692000 | #Constraints:      59527
795.14/797.27	c #Conflicts:    1693000 | #Constraints:      61037
795.14/797.27	c #Conflicts:    1694000 | #Constraints:      62081
795.83/798.00	c INPROCESSING
795.83/798.00	c GARBAGE COLLECT
795.83/798.00	WSVECS04 Frhs2[4]: 6 -1.26272 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[7]: 6 -1.72227 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[29]: 6 -1.78405 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[30]: 6 -0.943819 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[37]: 6 0 0.302075 shouldn't be
795.83/798.00	WSVECS04 Frhs2[38]: 6 -1.60404 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[43]: 6 0 0.887813 shouldn't be
795.83/798.00	WSVECS04 Frhs2[44]: 6 -0.994467 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[48]: 6 -10.1752 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[61]: 6 -0.987037 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[75]: 6 0 0.641128 shouldn't be
795.83/798.00	WSVECS04 Frhs2[79]: 6 0 0.207743 shouldn't be
795.83/798.00	WSVECS04 Frhs2[86]: 6 -0.56196 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[90]: 6 0 0.00959851 shouldn't be
795.83/798.00	WSVECS04 Frhs2[91]: 6 -0.98641 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[93]: 6 -1.77266 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[97]: 6 -1.09553 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[102]: 6 0 0.497199 shouldn't be
795.83/798.00	WSVECS04 Frhs2[109]: 6 0 2.02414 shouldn't be
795.83/798.00	WSVECS04 Frhs2[122]: 6 -0.94305 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[137]: 6 -2.16322 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[160]: 6 0 0.127947 shouldn't be
795.83/798.00	WSVECS04 Frhs2[167]: 6 -14.4337 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[175]: 6 -1.32333 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[176]: 6 0 1.38299 shouldn't be
795.83/798.00	WSVECS04 Frhs2[177]: 6 -1.33825 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[181]: 6 -0.544278 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[188]: 6 -0.869836 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[198]: 6 -1.24492 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[200]: 6 -4.96695 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[206]: 6 0 0.0986903 shouldn't be
795.83/798.00	WSVECS04 Frhs2[222]: 6 -0.943818 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[226]: 6 -0.98792 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[245]: 6 -0.378649 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[252]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[256]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[260]: 6 -1.48271 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[261]: 6 -0.952839 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[263]: 6 -2.06285 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[265]: 6 -0.849777 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[288]: 6 -1.39242 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[293]: 6 -2.79009 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[300]: 6 -1.62282 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[305]: 6 0 0.771701 shouldn't be
795.83/798.00	WSVECS04 Frhs2[314]: 6 -0.990703 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[331]: 6 0 0.35043 shouldn't be
795.83/798.00	WSVECS04 Frhs2[374]: 6 -1.31246 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[403]: 6 -1.47306 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[405]: 6 -2.10523 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[420]: 6 -1.85196 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[422]: 6 -3.6918 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[423]: 6 -1.41024 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[431]: 6 -1.23474 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[450]: 6 -1.25764 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[452]: 6 -2.3969 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[457]: 6 -0.318327 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[462]: 6 -3.20682 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[468]: 6 -0.763662 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[491]: 6 0 0.35043 shouldn't be
795.83/798.00	WSVECS04 Frhs2[499]: 6 -0.161203 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[510]: 6 -0.996112 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[514]: 6 0 0.270922 shouldn't be
795.83/798.00	WSVECS04 Frhs2[531]: 6 -1.64806 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[539]: 6 -0.869837 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[542]: 6 -2.28261 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[543]: 6 -2.27437 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[552]: 6 0 0.18136 shouldn't be
795.83/798.00	WSVECS04 Frhs2[554]: 6 0 1.06611 shouldn't be
795.83/798.00	WSVECS04 Frhs2[556]: 6 -1.36344 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[558]: 6 -1.86909 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[568]: 6 -1.00819 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[579]: 6 -0.789618 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[592]: 6 -1.25473 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[600]: 6 -1.20087 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[603]: 6 -1.32612 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[605]: 6 -0.541524 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[610]: 6 0 0.754006 shouldn't be
795.83/798.00	WSVECS04 Frhs2[620]: 6 -1.20267 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[623]: 6 -0.988735 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[630]: 6 -5.29904 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[634]: 6 -0.960997 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[647]: 6 0 0.0610021 shouldn't be
795.83/798.00	WSVECS04 Frhs2[653]: 6 0 0.249994 shouldn't be
795.83/798.00	WSVECS04 Frhs2[657]: 6 -2.63989 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[658]: 6 -4.6733 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[660]: 6 -10.7377 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[661]: 6 -0.595352 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[670]: 6 -0.943818 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[674]: 6 0 0.0121135 shouldn't be
795.83/798.00	WSVECS04 Frhs2[704]: 6 -1.1433 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[707]: 6 -2.7105 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[708]: 6 -0.861493 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[709]: 6 -1.76454 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[717]: 6 -0.999994 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[721]: 6 -1.44216 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[726]: 6 -0.999686 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[735]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[958]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[969]: 6 -0.999565 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[1011]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[1012]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[1030]: 6 -1 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[1046]: 6 -0.992805 0 shouldn't be
795.83/798.00	WSVECS04 Frhs2[1050]: 6 -0.88487 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1058]: 6 -0.997856 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1063]: 6 -0.884822 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1066]: 6 -0.391874 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1067]: 6 -10.9717 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1074]: 6 -1.65826 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1087]: 6 -0.988735 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1100]: 6 -1.88428 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1112]: 6 0 1.65832 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1113]: 6 0 5.29106 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1129]: 6 -1.16483 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1130]: 6 -3.06892 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1131]: 6 -2.56374 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1136]: 6 -0.115663 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1143]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1145]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1146]: 6 -2 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1147]: 6 -2 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1151]: 6 -1.40834 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1152]: 6 -1.50607 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1159]: 6 -8.40187 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1166]: 6 -2.45789 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1196]: 6 -5.31955 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1198]: 6 -3.0249 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1199]: 6 0 15.2186 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1206]: 6 -0.312418 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1208]: 6 -0.500001 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1211]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1218]: 6 -0.374965 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1223]: 6 0 8.20797 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1237]: 6 -0.835938 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1239]: 6 -0.34375 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1245]: 6 -1.73225 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1246]: 6 -1.59212 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1263]: 6 -1.07972 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1266]: 6 -1.16513 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1280]: 6 -0.5 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1281]: 6 -4.53689 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1282]: 6 -1.59428 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1300]: 6 -1.32813 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1302]: 6 -1.5625 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1310]: 6 -1.66215 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1311]: 6 -1.07429 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1314]: 6 -1.9123 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1327]: 6 -2.59204 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1328]: 6 -0.925782 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1329]: 6 -2.36875 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1330]: 6 -0.703125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1336]: 6 -1.20243 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1344]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1346]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1368]: 6 -0.999321 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1390]: 6 -1.85846 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1391]: 6 -1.31076 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1406]: 6 -1.00713 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1422]: 6 -1.31906 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1465]: 6 0 0.418867 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1474]: 6 -0.945632 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1482]: 6 -1.28288 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1490]: 6 -1.77923 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1492]: 6 -1.66584 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1495]: 6 -0.723208 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1504]: 6 -0.963473 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1508]: 6 -1.49072 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1518]: 6 -2.19316 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1556]: 6 -0.546209 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1562]: 6 -0.45766 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1570]: 6 0 0.271648 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1574]: 6 -0.986528 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1612]: 6 -1.33459 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1613]: 6 -3.49243 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1626]: 6 -2.08477 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1630]: 6 -1.05577 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1632]: 6 -0.956518 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1638]: 6 -1.22853 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1663]: 6 -0.25116 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1685]: 6 -1.13387 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1688]: 6 -0.594592 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1709]: 6 -1.24027 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1758]: 6 -0.256706 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1766]: 6 -0.497164 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1967]: 6 -2.24447 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1976]: 6 0 7.01695 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1985]: 6 -1.55215 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1994]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2001]: 6 -1.3527 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2053]: 6 -0.999877 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2056]: 6 -1.44357 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2068]: 6 0 1.59711 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2076]: 6 -7.90024 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2077]: 6 -9.39403 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2096]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2111]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2122]: 6 0 0.506579 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2147]: 6 -1.31356 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2149]: 6 -0.687493 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2157]: 6 -0.999879 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2163]: 6 -4.13577 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2164]: 6 -8.31538 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2166]: 6 -2.08767 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2171]: 6 -0.984375 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2180]: 6 -2 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2185]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2189]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2240]: 6 -2 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2241]: 6 -0.999985 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2246]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2251]: 6 -1.53148 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2256]: 6 -4.77408 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2259]: 6 -5.7963 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2264]: 6 -3.16528 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2293]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2295]: 6 -0.479345 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2298]: 6 -2 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2302]: 6 0 3 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2304]: 6 0 3 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2305]: 6 -1.10873 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2311]: 6 -0.695495 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2325]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2329]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2332]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2333]: 6 -1.01127 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2350]: 6 -3.60344 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2354]: 6 0 4.27725 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2370]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2374]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2402]: 6 -0.393791 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2407]: 6 -15.4567 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2417]: 6 -1.35585 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2420]: 6 0 14.5895 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2430]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2434]: 6 0 2 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2439]: 6 -3 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2442]: 6 -15.4567 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2446]: 6 0 55.1719 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2450]: 6 0 5.62018 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2453]: 6 -0.611112 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2456]: 6 0 0.582703 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2458]: 6 -1.3346 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2475]: 6 -1.65625 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2490]: 6 -1.5 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2501]: 6 -2.35764 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2541]: 6 -6.94773 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2544]: 6 0 22.1347 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2546]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2548]: 6 0 1.29457 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2574]: 6 -26.1364 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2575]: 6 -1.48147 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2593]: 6 -2.24843 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2603]: 6 -0.999968 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2615]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2625]: 6 -0.375 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2637]: 6 -0.997736 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2647]: 6 -0.750001 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2667]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2683]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2687]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2695]: 6 -1.59432 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2726]: 6 0 1.25 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2734]: 6 0 1.37727 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2753]: 6 -0.75 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2761]: 6 -2.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2777]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2793]: 6 -0.99306 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2796]: 6 -1.77239 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2798]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2822]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2831]: 6 -1.05796 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2834]: 6 -1.82813 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2847]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2863]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2882]: 6 -1.46173 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2892]: 6 -0.220876 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2900]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2912]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2917]: 6 -1.16175 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2933]: 6 -0.220877 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2954]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2959]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2965]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2975]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2982]: 6 -2.65104 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2992]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2994]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[2998]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3008]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3028]: 6 -3.33203 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3048]: 6 -1.3125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3049]: 6 -2.12615 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3054]: 6 0 1.5 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3057]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3066]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3068]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3092]: 6 -1.31243 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3106]: 6 0 2 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3108]: 6 0 2 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3112]: 6 -0.849805 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3123]: 6 -1.33456 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3131]: 6 -1.35295 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3150]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3162]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3167]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3170]: 6 -0.998568 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3179]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3181]: 6 -2.08228 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3182]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3198]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3215]: 6 -0.95501 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3240]: 6 -3.32715 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3257]: 6 -1.27225 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3292]: 6 -0.992871 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3302]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3308]: 6 -5.15834 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3313]: 6 -1.96965 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3329]: 6 -0.866648 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3338]: 6 -2.82171 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3342]: 6 0 1.62816 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3356]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3372]: 6 -0.708038 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3373]: 6 0 0.0838129 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3381]: 6 -0.216339 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3389]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3392]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3398]: 6 -1.10273 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3406]: 6 0 1.99321 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3414]: 6 0 0.0838128 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3427]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3434]: 6 -1.95082 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3461]: 6 0 0.728175 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3464]: 6 -1.73158 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3465]: 6 -1.48173 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3466]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3467]: 6 -1.92693 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3471]: 6 -1.26264 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3476]: 6 -1.24923 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3483]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3487]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3489]: 6 -0.903697 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3502]: 6 0 1.98045 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3529]: 6 -11.0068 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3531]: 6 -1.00032 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3553]: 6 -1.20185 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3567]: 6 -5.02352 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3580]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3587]: 6 -1.58462 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3590]: 6 -1.42196 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3597]: 6 -3.76629 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3610]: 6 -0.997661 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3630]: 6 -8.13977 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3632]: 6 -17.5318 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3639]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3642]: 6 -1.04473 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3647]: 6 -0.500001 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3654]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3655]: 6 -0.00996078 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3660]: 6 -1.62681 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3664]: 6 -2.09012 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3675]: 6 -1.86864 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3682]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3685]: 6 -1.00125 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3698]: 6 0 0.628557 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3704]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3708]: 6 0 1 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3721]: 6 -0.999878 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3723]: 6 -1.00003 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3728]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3738]: 6 -0.809937 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3740]: 6 -0.984446 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3748]: 6 -0.648189 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3782]: 6 0 1.54469 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3807]: 6 -1.67887 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3815]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3824]: 6 -0.998187 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3826]: 6 -0.996372 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3828]: 6 -1.00726 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3829]: 6 -1.00726 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3831]: 6 -0.985488 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3834]: 6 -1.23964 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3849]: 6 -1.56686 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3863]: 6 -0.981089 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3866]: 6 -1.19881 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3868]: 6 -0.786664 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3870]: 6 -0.795974 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3872]: 6 -1.5 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3873]: 6 -0.980713 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3877]: 6 -0.999997 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3880]: 6 -3.88274 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3884]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3886]: 6 0 0.932927 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3887]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3925]: 6 -0.842605 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3932]: 6 -1.5 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3933]: 6 -1.5 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3946]: 6 -0.83824 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3951]: 6 -1.21147 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3952]: 6 -0.754164 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3953]: 6 -1.10781 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3954]: 6 -1.00004 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3956]: 6 -1.47918 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3963]: 6 -0.130827 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3973]: 6 -2.99609 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3976]: 6 -1.0101 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3977]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3983]: 6 -0.955764 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3985]: 6 -0.838346 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3988]: 6 -1.31425 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3994]: 6 0 0.471048 shouldn't be
795.94/798.00	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4000]: 6 -1.30546 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4003]: 6 -1.24495 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4016]: 6 -0.363627 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4017]: 6 -0.961695 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4025]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4027]: 6 -0.668174 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4068]: 6 -1.24927 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4069]: 6 -2.40403 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4073]: 6 -0.994159 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4077]: 6 -0.976634 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4080]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4084]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4085]: 6 -1.25 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4091]: 6 -1.20561 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4092]: 6 -1.14719 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4106]: 6 -3.06318 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4107]: 6 -1.86811 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4121]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4124]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4130]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4131]: 6 -1 0 shouldn't be
795.94/798.00	WSVECS04 Frhs2[4210]: 6 -0.989631 0 shouldn't be
835.21/837.43	c #Conflicts:    1695000 | #Constraints:      36593
835.21/837.43	c #Conflicts:    1696000 | #Constraints:      37593
835.21/837.43	c #Conflicts:    1697000 | #Constraints:      38593
835.21/837.43	c #Conflicts:    1698000 | #Constraints:      39593
835.21/837.43	c #Conflicts:    1699000 | #Constraints:      40593
835.21/837.43	c #Conflicts:    1700000 | #Constraints:      41593
835.21/837.43	c #Conflicts:    1701000 | #Constraints:      42593
835.21/837.43	c #Conflicts:    1702000 | #Constraints:      43593
835.21/837.43	c #Conflicts:    1703000 | #Constraints:      44593
835.21/837.43	c #Conflicts:    1704000 | #Constraints:      45593
835.21/837.43	c #Conflicts:    1705000 | #Constraints:      46593
835.21/837.43	c #Conflicts:    1706000 | #Constraints:      47593
835.21/837.43	c #Conflicts:    1707000 | #Constraints:      48594
835.21/837.43	c #Conflicts:    1708000 | #Constraints:      49594
835.21/837.43	c #Conflicts:    1709000 | #Constraints:      50594
835.21/837.43	c #Conflicts:    1710000 | #Constraints:      51594
835.21/837.43	c #Conflicts:    1711000 | #Constraints:      52594
835.21/837.43	c #Conflicts:    1712000 | #Constraints:      53594
835.21/837.43	c #Conflicts:    1713000 | #Constraints:      54594
835.21/837.43	c #Conflicts:    1714000 | #Constraints:      55594
835.21/837.43	c #Conflicts:    1715000 | #Constraints:      56617
835.21/837.43	c #Conflicts:    1716000 | #Constraints:      57617
835.21/837.43	c #Conflicts:    1717000 | #Constraints:      58617
835.21/837.43	c #Conflicts:    1718000 | #Constraints:      59617
835.21/837.43	c #Conflicts:    1719000 | #Constraints:      60617
835.21/837.43	c #Conflicts:    1720000 | #Constraints:      61617
835.21/837.43	c INPROCESSING
835.21/837.43	c GARBAGE COLLECT
835.21/837.43	c #Conflicts:    1721000 | #Constraints:      36287
835.21/837.43	c #Conflicts:    1722000 | #Constraints:      37288
835.21/837.43	c #Conflicts:    1723000 | #Constraints:      38288
835.21/837.43	c #Conflicts:    1724000 | #Constraints:      39288
835.21/837.43	c #Conflicts:    1725000 | #Constraints:      40288
835.21/837.43	c #Conflicts:    1726000 | #Constraints:      41288
835.21/837.43	c #Conflicts:    1727000 | #Constraints:      42288
835.21/837.43	c #Conflicts:    1728000 | #Constraints:      43288
835.21/837.43	c #Conflicts:    1729000 | #Constraints:      44288
835.21/837.43	c #Conflicts:    1730000 | #Constraints:      45288
835.21/837.43	c #Conflicts:    1731000 | #Constraints:      46289
835.21/837.43	c #Conflicts:    1732000 | #Constraints:      47311
835.21/837.43	c #Conflicts:    1733000 | #Constraints:      48311
835.21/837.43	c #Conflicts:    1734000 | #Constraints:      49311
835.21/837.43	c #Conflicts:    1735000 | #Constraints:      50311
835.21/837.43	c #Conflicts:    1736000 | #Constraints:      51311
835.21/837.43	c #Conflicts:    1737000 | #Constraints:      52311
835.21/837.43	c #Conflicts:    1738000 | #Constraints:      53690
835.21/837.43	c #Conflicts:    1739000 | #Constraints:      55031
835.21/837.43	c #Conflicts:    1740000 | #Constraints:      56031
835.21/837.43	c #Conflicts:    1741000 | #Constraints:      57031
835.21/837.43	c #Conflicts:    1742000 | #Constraints:      58031
835.21/837.43	c #Conflicts:    1743000 | #Constraints:      59031
835.21/837.43	c #Conflicts:    1744000 | #Constraints:      60031
835.21/837.43	c #Conflicts:    1745000 | #Constraints:      61031
835.21/837.43	c #Conflicts:    1746000 | #Constraints:      62031
835.21/837.43	c INPROCESSING
835.21/837.43	c GARBAGE COLLECT
835.21/837.43	c #Conflicts:    1747000 | #Constraints:      36277
835.21/837.43	c #Conflicts:    1748000 | #Constraints:      37277
835.21/837.43	c #Conflicts:    1749000 | #Constraints:      38277
835.21/837.43	c #Conflicts:    1750000 | #Constraints:      39277
835.21/837.43	c #Conflicts:    1751000 | #Constraints:      40277
835.21/837.43	c #Conflicts:    1752000 | #Constraints:      41277
835.21/837.43	c #Conflicts:    1753000 | #Constraints:      42277
835.21/837.43	c #Conflicts:    1754000 | #Constraints:      43277
835.21/837.43	c #Conflicts:    1755000 | #Constraints:      44277
835.21/837.43	c #Conflicts:    1756000 | #Constraints:      45277
835.21/837.43	c #Conflicts:    1757000 | #Constraints:      46277
835.21/837.43	c #Conflicts:    1758000 | #Constraints:      47278
835.21/837.43	c #Conflicts:    1759000 | #Constraints:      48278
835.21/837.43	c #Conflicts:    1760000 | #Constraints:      49278
835.21/837.43	c #Conflicts:    1761000 | #Constraints:      50278
835.21/837.43	c #Conflicts:    1762000 | #Constraints:      51278
835.21/837.43	c #Conflicts:    1763000 | #Constraints:      52278
835.21/837.43	c #Conflicts:    1764000 | #Constraints:      53278
835.21/837.43	c #Conflicts:    1765000 | #Constraints:      54278
835.21/837.43	c #Conflicts:    1766000 | #Constraints:      55278
835.21/837.43	c #Conflicts:    1767000 | #Constraints:      56278
835.21/837.43	c #Conflicts:    1768000 | #Constraints:      57278
835.21/837.43	c #Conflicts:    1769000 | #Constraints:      58278
835.21/837.43	c #Conflicts:    1770000 | #Constraints:      59278
835.21/837.43	c #Conflicts:    1771000 | #Constraints:      60278
835.21/837.43	c #Conflicts:    1772000 | #Constraints:      61278
870.82/873.19	c #Conflicts:    1773000 | #Constraints:      62278
870.82/873.19	c INPROCESSING
870.82/873.19	c GARBAGE COLLECT
870.82/873.19	c #Conflicts:    1774000 | #Constraints:      36583
870.82/873.19	c #Conflicts:    1775000 | #Constraints:      37583
870.82/873.19	c #Conflicts:    1776000 | #Constraints:      38583
870.82/873.19	c #Conflicts:    1777000 | #Constraints:      39583
870.82/873.19	c #Conflicts:    1778000 | #Constraints:      40583
870.82/873.19	c #Conflicts:    1779000 | #Constraints:      41583
870.82/873.19	c #Conflicts:    1780000 | #Constraints:      42583
870.82/873.19	c #Conflicts:    1781000 | #Constraints:      43583
870.82/873.19	c #Conflicts:    1782000 | #Constraints:      44583
870.82/873.19	c #Conflicts:    1783000 | #Constraints:      45583
870.82/873.19	c #Conflicts:    1784000 | #Constraints:      46583
870.82/873.19	c #Conflicts:    1785000 | #Constraints:      47583
870.82/873.19	c #Conflicts:    1786000 | #Constraints:      48583
870.82/873.19	c #Conflicts:    1787000 | #Constraints:      49583
870.82/873.19	c #Conflicts:    1788000 | #Constraints:      50583
870.82/873.19	c #Conflicts:    1789000 | #Constraints:      51583
870.82/873.19	c #Conflicts:    1790000 | #Constraints:      52583
870.82/873.19	c #Conflicts:    1791000 | #Constraints:      53583
870.82/873.19	c #Conflicts:    1792000 | #Constraints:      54583
870.82/873.19	c #Conflicts:    1793000 | #Constraints:      55584
870.82/873.19	c #Conflicts:    1794000 | #Constraints:      56584
870.82/873.19	c #Conflicts:    1795000 | #Constraints:      57584
870.82/873.19	c #Conflicts:    1796000 | #Constraints:      58584
870.82/873.19	c #Conflicts:    1797000 | #Constraints:      59584
870.82/873.19	c #Conflicts:    1798000 | #Constraints:      60584
870.82/873.19	c #Conflicts:    1799000 | #Constraints:      61584
870.82/873.19	c #Conflicts:    1800000 | #Constraints:      62584
870.82/873.19	c INPROCESSING
870.82/873.19	c GARBAGE COLLECT
870.82/873.19	c #Conflicts:    1801000 | #Constraints:      36854
870.82/873.19	c #Conflicts:    1802000 | #Constraints:      37854
870.82/873.19	c #Conflicts:    1803000 | #Constraints:      38854
870.82/873.19	c #Conflicts:    1804000 | #Constraints:      39854
870.82/873.19	c #Conflicts:    1805000 | #Constraints:      40854
870.82/873.19	c #Conflicts:    1806000 | #Constraints:      41854
870.82/873.19	c #Conflicts:    1807000 | #Constraints:      42854
870.82/873.19	c #Conflicts:    1808000 | #Constraints:      43854
870.82/873.19	c #Conflicts:    1809000 | #Constraints:      44854
870.82/873.19	c #Conflicts:    1810000 | #Constraints:      45854
870.82/873.19	c #Conflicts:    1811000 | #Constraints:      46854
870.82/873.19	c #Conflicts:    1812000 | #Constraints:      47854
870.82/873.19	c #Conflicts:    1813000 | #Constraints:      48854
870.82/873.19	c #Conflicts:    1814000 | #Constraints:      49854
870.82/873.19	c #Conflicts:    1815000 | #Constraints:      50854
870.82/873.19	c #Conflicts:    1816000 | #Constraints:      51854
870.82/873.19	c #Conflicts:    1817000 | #Constraints:      52854
870.82/873.19	c #Conflicts:    1818000 | #Constraints:      53854
870.82/873.19	c #Conflicts:    1819000 | #Constraints:      54875
870.82/873.19	c #Conflicts:    1820000 | #Constraints:      55875
870.82/873.19	c #Conflicts:    1821000 | #Constraints:      56875
870.82/873.19	c #Conflicts:    1822000 | #Constraints:      57875
870.82/873.19	c #Conflicts:    1823000 | #Constraints:      58875
870.82/873.19	c #Conflicts:    1824000 | #Constraints:      59875
870.82/873.19	c #Conflicts:    1825000 | #Constraints:      60875
870.82/873.19	c #Conflicts:    1826000 | #Constraints:      61875
870.82/873.19	c #Conflicts:    1827000 | #Constraints:      62875
870.82/873.19	c INPROCESSING
870.82/873.19	c GARBAGE COLLECT
870.82/873.19	c #Conflicts:    1828000 | #Constraints:      36985
870.82/873.19	c #Conflicts:    1829000 | #Constraints:      37985
870.82/873.19	c #Conflicts:    1830000 | #Constraints:      38985
870.82/873.19	c #Conflicts:    1831000 | #Constraints:      39985
870.82/873.19	c #Conflicts:    1832000 | #Constraints:      40985
870.82/873.19	c #Conflicts:    1833000 | #Constraints:      41985
870.82/873.19	c #Conflicts:    1834000 | #Constraints:      42985
870.82/873.19	c #Conflicts:    1835000 | #Constraints:      43985
870.82/873.19	c #Conflicts:    1836000 | #Constraints:      44985
870.82/873.19	c #Conflicts:    1837000 | #Constraints:      45985
870.82/873.19	c #Conflicts:    1838000 | #Constraints:      46985
870.82/873.19	c #Conflicts:    1839000 | #Constraints:      48005
870.82/873.19	c #Conflicts:    1840000 | #Constraints:      49007
870.82/873.19	c #Conflicts:    1841000 | #Constraints:      50007
870.82/873.19	c #Conflicts:    1842000 | #Constraints:      51007
870.82/873.19	c #Conflicts:    1843000 | #Constraints:      52007
870.82/873.19	c #Conflicts:    1844000 | #Constraints:      53007
870.82/873.19	c #Conflicts:    1845000 | #Constraints:      54007
870.82/873.19	c #Conflicts:    1846000 | #Constraints:      55009
870.82/873.19	c #Conflicts:    1847000 | #Constraints:      56009
870.82/873.19	c #Conflicts:    1848000 | #Constraints:      57010
870.82/873.19	c #Conflicts:    1849000 | #Constraints:      58010
874.91/877.30	c #Conflicts:    1850000 | #Constraints:      59010
874.91/877.30	c #Conflicts:    1851000 | #Constraints:      60010
874.91/877.30	c #Conflicts:    1852000 | #Constraints:      61010
874.91/877.30	c #Conflicts:    1853000 | #Constraints:      62010
874.91/877.30	c #Conflicts:    1854000 | #Constraints:      63010
874.91/877.30	c INPROCESSING
874.91/877.30	c GARBAGE COLLECT
874.91/877.30	WSVECS04 Frhs2[4]: 6 -0.980024 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[10]: 6 -2.1877 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[27]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[33]: 6 0 3.39505e-06 shouldn't be
874.91/877.30	WSVECS04 Frhs2[58]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[61]: 6 -1.3019 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[66]: 6 -1.32805 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[67]: 6 -0.999979 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[70]: 6 -0.979593 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[71]: 6 -2.22235 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[75]: 6 -1.01702 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[106]: 6 -1.12969 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[123]: 6 -0.999603 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[134]: 6 -0.720512 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[137]: 6 -1.63609 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[140]: 6 -2.75474 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[150]: 6 -1.34091 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[159]: 6 -2.23728 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[161]: 6 -1.49791 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[164]: 6 -0.999702 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[191]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[196]: 6 -0.977825 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[200]: 6 -2.68762 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[201]: 6 -2.63609 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[219]: 6 -0.88185 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[228]: 6 -1.3103 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[234]: 6 -1.93175 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[265]: 6 -0.974153 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[287]: 6 -1.24576 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[299]: 6 0 0.236737 shouldn't be
874.91/877.30	WSVECS04 Frhs2[318]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[321]: 6 -2.03607 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[322]: 6 -0.999877 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[323]: 6 -0.999977 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[327]: 6 -0.388812 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[348]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[377]: 6 -0.99563 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[380]: 6 -1.00093 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[417]: 6 -0.187501 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[432]: 6 -1.32812 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[439]: 6 0 4.90687e-05 shouldn't be
874.91/877.30	WSVECS04 Frhs2[445]: 6 -1.22669 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[450]: 6 -0.997885 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[472]: 6 -1.33151 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[481]: 6 0 0.34338 shouldn't be
874.91/877.30	WSVECS04 Frhs2[482]: 6 -1.24988 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[492]: 6 0 1.0563 shouldn't be
874.91/877.30	WSVECS04 Frhs2[510]: 6 -0.996821 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[512]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[519]: 6 0 1.53513 shouldn't be
874.91/877.30	WSVECS04 Frhs2[525]: 6 -1.01599 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[539]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[540]: 6 -1.30711 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[541]: 6 -1.25371 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[545]: 6 -3.15599 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[547]: 6 -1.24969 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[549]: 6 0 0.854681 shouldn't be
874.91/877.30	WSVECS04 Frhs2[557]: 6 -0.965772 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[579]: 6 -1.24998 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[582]: 6 -1.26805 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[590]: 6 -1.24864 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[611]: 6 -0.679853 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[618]: 6 -0.921596 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[626]: 6 -0.469884 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[627]: 6 -2.57329 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[634]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[638]: 6 -1.23782 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[640]: 6 -0.193492 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[642]: 6 -0.224258 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[676]: 6 -0.999954 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[707]: 6 0 0.124854 shouldn't be
874.91/877.30	WSVECS04 Frhs2[709]: 6 -2.49955 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[710]: 6 -0.997536 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[712]: 6 -1.56218 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[718]: 6 -1.09064 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[722]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[726]: 6 -1.49974 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1040]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1059]: 6 -0.500064 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1064]: 6 -0.520776 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1070]: 6 -1.71894 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1072]: 6 -1.53899 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1073]: 6 -0.109515 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1078]: 6 -1.15625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1082]: 6 -0.917969 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1083]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1089]: 6 -1.25098 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1091]: 6 -0.962511 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1092]: 6 -1.11881 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1094]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1095]: 6 -1.00062 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1096]: 6 -1.86362 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1102]: 6 -1.74597 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1105]: 6 -1.29822 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1115]: 6 -0.84375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1116]: 6 -2.00611 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1119]: 6 -1.0625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1127]: 6 -1.21054 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1132]: 6 -0.663148 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1140]: 6 -0.9375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1141]: 6 -0.623154 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1144]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1145]: 6 -0.9375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1147]: 6 -0.727313 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1157]: 6 -1.49954 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1171]: 6 -0.543495 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1175]: 6 -0.937501 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1178]: 6 -0.243888 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1181]: 6 -1.01532 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1183]: 6 -1.2408 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1184]: 6 -1.49938 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1186]: 6 -0.0351703 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1187]: 6 -0.624771 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1188]: 6 -0.14067 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1205]: 6 -0.906031 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1206]: 6 -0.625001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1210]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1212]: 6 -1.8125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1218]: 6 -2.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1219]: 6 -1.24979 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1224]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1225]: 6 -0.935687 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1231]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1272]: 6 -0.921875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1274]: 6 -0.6875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1280]: 6 -1.00371 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1286]: 6 -1.09274 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1287]: 6 -1.51172 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1289]: 6 -1.31771 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1297]: 6 -2.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1300]: 6 -0.666993 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1302]: 6 -0.996094 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1303]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1310]: 6 -0.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1312]: 6 -0.250001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1337]: 6 -0.999952 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1339]: 6 -0.671876 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1340]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1342]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1343]: 6 -2 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1357]: 6 -3.36377 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1359]: 6 -1.375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1386]: 6 -1.20201 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1387]: 6 -1.13839 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1395]: 6 -0.644531 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1403]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1410]: 6 -2.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1414]: 6 -1.11719 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1417]: 6 -1.09375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1419]: 6 -0.302247 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1420]: 6 -1.36966 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1439]: 6 -2.625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1441]: 6 -0.59375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1447]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1464]: 6 -1.17188 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1472]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1476]: 6 -1.75 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1477]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1488]: 6 -1.6094 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1500]: 6 -1.24755 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1507]: 6 -0.750001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1511]: 6 -1.37464 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1516]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1533]: 6 -0.84375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1534]: 6 -0.687501 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1535]: 6 -0.622883 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1537]: 6 -1.23529 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1561]: 6 -1.32926 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1562]: 6 -1.1875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1570]: 6 -1.01563 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1572]: 6 -0.8125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1574]: 6 -2.0106 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1586]: 6 -1.1384 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1588]: 6 -1.11999 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1589]: 6 0 0.207134 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1593]: 6 -0.78144 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1596]: 6 -0.765625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1597]: 6 -1.21875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1599]: 6 -1.23305 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1601]: 6 -1.24999 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1604]: 6 -0.273245 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1605]: 6 0 0.192747 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1609]: 6 -1.31248 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1613]: 6 -1.75222 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1615]: 6 -1.19922 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1618]: 6 -1.15623 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1619]: 6 -1.21867 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1622]: 6 -1.28628 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1624]: 6 -2.09531 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1631]: 6 -1.24152 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1638]: 6 0 0.371529 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1657]: 6 -0.984076 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1658]: 6 -0.844485 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1659]: 6 -0.833562 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1661]: 6 -0.880568 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1662]: 6 -0.596839 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1687]: 6 -0.741522 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1715]: 6 -0.281251 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1716]: 6 -1.00212 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1717]: 6 -0.679122 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1764]: 6 -1.54765 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1766]: 6 0 1.9991 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1957]: 6 -0.999687 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1960]: 6 -1.25126 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1971]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1984]: 6 -0.155971 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1992]: 6 -0.500001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[1999]: 6 -1.66602 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2053]: 6 -0.999924 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2056]: 6 0 0.415026 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2062]: 6 -1.00248 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2063]: 6 -2.99987 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2066]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2073]: 6 -0.92075 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2075]: 6 -0.991946 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2078]: 6 -0.998753 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2094]: 6 0 1.01389 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2101]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2114]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2118]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2122]: 6 -1.03742 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2149]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2159]: 6 -0.990647 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2162]: 6 -0.793691 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2163]: 6 -0.962583 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2166]: 6 -0.850332 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2176]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2180]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2210]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2214]: 6 -0.999956 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2223]: 6 -1.71687 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2241]: 6 -0.500001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2246]: 6 0 0.687523 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2251]: 6 -1.18184 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2274]: 6 -0.186278 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2293]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2316]: 6 -0.587885 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2322]: 6 -1.01289 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2327]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2347]: 6 -2.12544 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2351]: 6 -2.43056 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2354]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2356]: 6 0 0.999768 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2360]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2377]: 6 -0.69891 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2389]: 6 -0.527401 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2392]: 6 -0.406251 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2395]: 6 -0.1875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2399]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2401]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2404]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2405]: 6 -0.999383 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2409]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2419]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2435]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2448]: 6 -1.40625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2463]: 6 -0.375001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2467]: 6 -0.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2470]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2472]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2473]: 6 -0.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2480]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2481]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2491]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2494]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2495]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2500]: 6 -0.99999 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2505]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2514]: 6 -1.28683 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2521]: 6 -0.911388 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2522]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2523]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2524]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2525]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2532]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2536]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2546]: 6 -1.875 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2548]: 6 -1.75 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2555]: 6 -1.28585 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2556]: 6 -1.32171 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2564]: 6 0 0.147322 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2571]: 6 -0.335938 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2581]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2587]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2594]: 6 -1.32759 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2607]: 6 -1.375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2616]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2618]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2621]: 6 -1.32034 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2624]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2625]: 6 -3.32759 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2629]: 6 -1.31034 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2634]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2646]: 6 0 1 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2659]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2674]: 6 -0.625 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2678]: 6 -2.75 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2689]: 6 -0.999995 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2693]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2694]: 6 -1.99677 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2702]: 6 -2.04688 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2707]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2708]: 6 -1.33301 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2715]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2720]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2736]: 6 -0.948307 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2738]: 6 -1.08411 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2750]: 6 0 7.04688 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2752]: 6 0 11.75 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2756]: 6 -1.33301 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2770]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2785]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2807]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2820]: 6 -5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2822]: 6 -1.66406 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2824]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2835]: 6 -0.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2847]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2853]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2858]: 6 0 1 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2866]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2876]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2881]: 6 -2.7155 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2882]: 6 -1.0868 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2884]: 6 -1.75 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2900]: 6 -1.375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2901]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2902]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2908]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2918]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2936]: 6 -3 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2941]: 6 -0.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2944]: 6 -1.34375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2945]: 6 -1.34375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2953]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2957]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2960]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2961]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2983]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2984]: 6 -0.953126 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2990]: 6 0 0.687501 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2992]: 6 -1.35938 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2994]: 6 -1.4375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2997]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3006]: 6 -0.00371152 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3010]: 6 0 1 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3024]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3029]: 6 -2 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3030]: 6 -1.77344 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3036]: 6 -1.35938 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3048]: 6 0 2 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3054]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3056]: 6 -1.25023 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3057]: 6 -1.25023 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3066]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3067]: 6 -3.24258 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3080]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3088]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3093]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3101]: 6 -1.03125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3107]: 6 -2 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3113]: 6 -0.500001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3117]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3120]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3127]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3147]: 6 -0.335938 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3163]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3198]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3199]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3203]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3207]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3214]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3215]: 6 -1.0053 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3218]: 6 -1.32275 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3220]: 6 -5.04242 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3234]: 6 -2.375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3237]: 6 -1.24999 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3241]: 6 -0.999952 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3244]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3265]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3267]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3286]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3288]: 6 -1.33301 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3289]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3294]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3296]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3298]: 6 0 0.471367 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3300]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3305]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3307]: 6 -0.812501 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3317]: 6 -0.999903 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3328]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3337]: 6 -0.375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3363]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3365]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3370]: 6 -1.32808 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3380]: 6 -0.656251 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3386]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3388]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3391]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3393]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3398]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3399]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3403]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3408]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3414]: 6 0 1 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3418]: 6 0 1.5 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3422]: 6 -1.33203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3435]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3445]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3452]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3461]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3462]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3468]: 6 -1.22844 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3470]: 6 -0.913764 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3471]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3479]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3481]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3493]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3508]: 6 0 1.25 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3531]: 6 -1.00027 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3533]: 6 -1.3315 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3537]: 6 -1.32813 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3541]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3551]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3553]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3554]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3565]: 6 -0.999661 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3575]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3582]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3585]: 6 -1.3125 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3612]: 6 -4.9999 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3620]: 6 -0.99861 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3626]: 6 0 1.5 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3633]: 6 -3 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3637]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3640]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3644]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3645]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3650]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3668]: 6 -0.998561 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3696]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3712]: 6 0 4.75036 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3713]: 6 -1.24964 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3754]: 6 -1.08203 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3757]: 6 -1.31249 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3762]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3767]: 6 -1.09848 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3778]: 6 -0.84366 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3790]: 6 0 1 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3798]: 6 -0.59375 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3813]: 6 -2 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3817]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3820]: 6 -0.375001 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3824]: 6 -0.947483 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3832]: 6 -1.12076 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3841]: 6 0 0.916667 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3847]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3857]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3863]: 6 -0.735695 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3870]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3872]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3880]: 6 -1.95759 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3885]: 6 -0.999957 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3888]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3908]: 6 -0.401419 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3925]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3927]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3933]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3944]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3961]: 6 -0.993642 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3971]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3988]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3996]: 6 -1.326 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4008]: 6 -0.135857 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4011]: 6 -0.998941 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4013]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4020]: 6 -0.687501 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4043]: 6 -1.50293 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4055]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4077]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4082]: 6 -1.25293 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4090]: 6 0 0.703126 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4122]: 6 -1.25 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4210]: 6 -0.991523 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4245]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4278]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4279]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4280]: 6 -1 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4281]: 6 -1.5 0 shouldn't be
874.91/877.30	WSVECS04 Frhs2[4284]: 6 -1 0 shouldn't be
917.80/920.28	c #Conflicts:    1855000 | #Constraints:      37031
917.80/920.28	c #Conflicts:    1856000 | #Constraints:      38031
917.80/920.28	c #Conflicts:    1857000 | #Constraints:      39031
917.80/920.28	c #Conflicts:    1858000 | #Constraints:      40031
917.80/920.28	c #Conflicts:    1859000 | #Constraints:      41031
917.80/920.28	c #Conflicts:    1860000 | #Constraints:      42032
917.80/920.28	c #Conflicts:    1861000 | #Constraints:      43032
917.80/920.28	c #Conflicts:    1862000 | #Constraints:      44032
917.80/920.28	c #Conflicts:    1863000 | #Constraints:      45032
917.80/920.28	c #Conflicts:    1864000 | #Constraints:      46032
917.80/920.28	c #Conflicts:    1865000 | #Constraints:      47032
917.80/920.28	c #Conflicts:    1866000 | #Constraints:      48032
917.80/920.28	c #Conflicts:    1867000 | #Constraints:      49032
917.80/920.28	c #Conflicts:    1868000 | #Constraints:      50032
917.80/920.28	c #Conflicts:    1869000 | #Constraints:      51034
917.80/920.28	c #Conflicts:    1870000 | #Constraints:      52034
917.80/920.28	c #Conflicts:    1871000 | #Constraints:      53034
917.80/920.28	c #Conflicts:    1872000 | #Constraints:      54034
917.80/920.28	c #Conflicts:    1873000 | #Constraints:      55034
917.80/920.28	c #Conflicts:    1874000 | #Constraints:      56034
917.80/920.28	c #Conflicts:    1875000 | #Constraints:      57034
917.80/920.28	c #Conflicts:    1876000 | #Constraints:      58034
917.80/920.28	c #Conflicts:    1877000 | #Constraints:      59034
917.80/920.28	c #Conflicts:    1878000 | #Constraints:      60034
917.80/920.28	c #Conflicts:    1879000 | #Constraints:      61034
917.80/920.28	c #Conflicts:    1880000 | #Constraints:      62034
917.80/920.28	c #Conflicts:    1881000 | #Constraints:      63034
917.80/920.28	c INPROCESSING
917.80/920.28	c GARBAGE COLLECT
917.80/920.28	c #Conflicts:    1882000 | #Constraints:      36808
917.80/920.28	c #Conflicts:    1883000 | #Constraints:      37808
917.80/920.28	c #Conflicts:    1884000 | #Constraints:      38808
917.80/920.28	c #Conflicts:    1885000 | #Constraints:      39808
917.80/920.28	c #Conflicts:    1886000 | #Constraints:      40808
917.80/920.28	c #Conflicts:    1887000 | #Constraints:      41808
917.80/920.28	c #Conflicts:    1888000 | #Constraints:      42808
917.80/920.28	c #Conflicts:    1889000 | #Constraints:      43808
917.80/920.28	c #Conflicts:    1890000 | #Constraints:      44808
917.80/920.28	c #Conflicts:    1891000 | #Constraints:      45808
917.80/920.28	c #Conflicts:    1892000 | #Constraints:      46808
917.80/920.28	c #Conflicts:    1893000 | #Constraints:      47808
917.80/920.28	c #Conflicts:    1894000 | #Constraints:      48808
917.80/920.28	c #Conflicts:    1895000 | #Constraints:      49808
917.80/920.28	c #Conflicts:    1896000 | #Constraints:      50808
917.80/920.28	c #Conflicts:    1897000 | #Constraints:      51808
917.80/920.28	c #Conflicts:    1898000 | #Constraints:      52808
917.80/920.28	c #Conflicts:    1899000 | #Constraints:      53808
917.80/920.28	c #Conflicts:    1900000 | #Constraints:      54808
917.80/920.28	c #Conflicts:    1901000 | #Constraints:      55808
917.80/920.28	c #Conflicts:    1902000 | #Constraints:      56808
917.80/920.28	c #Conflicts:    1903000 | #Constraints:      57808
917.80/920.28	c #Conflicts:    1904000 | #Constraints:      58808
917.80/920.28	c #Conflicts:    1905000 | #Constraints:      59808
917.80/920.28	c #Conflicts:    1906000 | #Constraints:      60808
917.80/920.28	c #Conflicts:    1907000 | #Constraints:      61808
917.80/920.28	c #Conflicts:    1908000 | #Constraints:      62808
917.80/920.28	c #Conflicts:    1909000 | #Constraints:      63808
917.80/920.28	c INPROCESSING
917.80/920.28	c GARBAGE COLLECT
917.80/920.28	c #Conflicts:    1910000 | #Constraints:      37381
917.80/920.28	c #Conflicts:    1911000 | #Constraints:      38381
917.80/920.28	c #Conflicts:    1912000 | #Constraints:      39381
917.80/920.28	c #Conflicts:    1913000 | #Constraints:      40381
917.80/920.28	c #Conflicts:    1914000 | #Constraints:      41381
917.80/920.28	c #Conflicts:    1915000 | #Constraints:      42381
917.80/920.28	c #Conflicts:    1916000 | #Constraints:      43381
917.80/920.28	c #Conflicts:    1917000 | #Constraints:      44381
917.80/920.28	c #Conflicts:    1918000 | #Constraints:      45381
917.80/920.28	c #Conflicts:    1919000 | #Constraints:      46381
917.80/920.28	c #Conflicts:    1920000 | #Constraints:      47381
917.80/920.28	c #Conflicts:    1921000 | #Constraints:      48381
917.80/920.28	c #Conflicts:    1922000 | #Constraints:      49381
917.80/920.28	c #Conflicts:    1923000 | #Constraints:      50381
917.80/920.28	c #Conflicts:    1924000 | #Constraints:      51381
917.80/920.28	c #Conflicts:    1925000 | #Constraints:      52381
917.80/920.28	c #Conflicts:    1926000 | #Constraints:      53381
917.80/920.28	c #Conflicts:    1927000 | #Constraints:      54381
917.80/920.28	c #Conflicts:    1928000 | #Constraints:      55381
917.80/920.28	c #Conflicts:    1929000 | #Constraints:      56381
917.80/920.28	c #Conflicts:    1930000 | #Constraints:      57381
917.80/920.28	c #Conflicts:    1931000 | #Constraints:      58381
917.80/920.28	c #Conflicts:    1932000 | #Constraints:      59382
955.21/957.75	c #Conflicts:    1933000 | #Constraints:      60382
955.21/957.75	c #Conflicts:    1934000 | #Constraints:      61382
955.21/957.75	c #Conflicts:    1935000 | #Constraints:      62382
955.21/957.75	c #Conflicts:    1936000 | #Constraints:      63382
955.21/957.75	c #Conflicts:    1937000 | #Constraints:      64382
955.21/957.75	c INPROCESSING
955.21/957.75	c GARBAGE COLLECT
955.21/957.75	c #Conflicts:    1938000 | #Constraints:      37808
955.21/957.75	c #Conflicts:    1939000 | #Constraints:      38808
955.21/957.75	c #Conflicts:    1940000 | #Constraints:      39808
955.21/957.75	c #Conflicts:    1941000 | #Constraints:      40808
955.21/957.75	c #Conflicts:    1942000 | #Constraints:      41808
955.21/957.75	c #Conflicts:    1943000 | #Constraints:      42808
955.21/957.75	c #Conflicts:    1944000 | #Constraints:      43808
955.21/957.75	c #Conflicts:    1945000 | #Constraints:      44808
955.21/957.75	c #Conflicts:    1946000 | #Constraints:      45808
955.21/957.75	c #Conflicts:    1947000 | #Constraints:      46808
955.21/957.75	c #Conflicts:    1948000 | #Constraints:      47808
955.21/957.75	c #Conflicts:    1949000 | #Constraints:      48808
955.21/957.75	c #Conflicts:    1950000 | #Constraints:      49808
955.21/957.75	c #Conflicts:    1951000 | #Constraints:      50808
955.21/957.75	c #Conflicts:    1952000 | #Constraints:      51809
955.21/957.75	c #Conflicts:    1953000 | #Constraints:      52809
955.21/957.75	c #Conflicts:    1954000 | #Constraints:      53809
955.21/957.75	c #Conflicts:    1955000 | #Constraints:      54809
955.21/957.75	c #Conflicts:    1956000 | #Constraints:      55809
955.21/957.75	c #Conflicts:    1957000 | #Constraints:      56810
955.21/957.75	c #Conflicts:    1958000 | #Constraints:      57810
955.21/957.75	c #Conflicts:    1959000 | #Constraints:      58810
955.21/957.75	c #Conflicts:    1960000 | #Constraints:      59810
955.21/957.75	c #Conflicts:    1961000 | #Constraints:      60810
955.21/957.75	c #Conflicts:    1962000 | #Constraints:      61810
955.21/957.75	c #Conflicts:    1963000 | #Constraints:      62810
955.21/957.75	c #Conflicts:    1964000 | #Constraints:      63810
955.21/957.75	c #Conflicts:    1965000 | #Constraints:      64810
955.21/957.75	c INPROCESSING
955.21/957.75	c GARBAGE COLLECT
955.21/957.75	c #Conflicts:    1966000 | #Constraints:      38009
955.21/957.75	c #Conflicts:    1967000 | #Constraints:      39009
955.21/957.75	c #Conflicts:    1968000 | #Constraints:      40011
955.21/957.75	c #Conflicts:    1969000 | #Constraints:      41011
955.21/957.75	c #Conflicts:    1970000 | #Constraints:      42011
955.21/957.75	c #Conflicts:    1971000 | #Constraints:      43012
955.21/957.75	c #Conflicts:    1972000 | #Constraints:      44012
955.21/957.75	c #Conflicts:    1973000 | #Constraints:      45013
955.21/957.75	c #Conflicts:    1974000 | #Constraints:      46013
955.21/957.75	c #Conflicts:    1975000 | #Constraints:      47013
955.21/957.75	c #Conflicts:    1976000 | #Constraints:      48013
955.21/957.75	c #Conflicts:    1977000 | #Constraints:      49013
955.21/957.75	c #Conflicts:    1978000 | #Constraints:      50013
955.21/957.75	c #Conflicts:    1979000 | #Constraints:      51013
955.21/957.75	c #Conflicts:    1980000 | #Constraints:      52013
955.21/957.75	c #Conflicts:    1981000 | #Constraints:      53013
955.21/957.75	c #Conflicts:    1982000 | #Constraints:      54013
955.21/957.75	c #Conflicts:    1983000 | #Constraints:      55013
955.21/957.75	c #Conflicts:    1984000 | #Constraints:      56013
955.21/957.75	c #Conflicts:    1985000 | #Constraints:      57013
955.21/957.75	c #Conflicts:    1986000 | #Constraints:      58013
955.21/957.75	c #Conflicts:    1987000 | #Constraints:      59013
955.21/957.75	c #Conflicts:    1988000 | #Constraints:      60013
955.21/957.75	c #Conflicts:    1989000 | #Constraints:      61013
955.21/957.75	c #Conflicts:    1990000 | #Constraints:      62013
955.21/957.75	c #Conflicts:    1991000 | #Constraints:      63013
955.21/957.75	c #Conflicts:    1992000 | #Constraints:      64013
955.21/957.75	c #Conflicts:    1993000 | #Constraints:      65013
955.21/957.75	c INPROCESSING
955.21/957.75	c GARBAGE COLLECT
955.21/957.75	c #Conflicts:    1994000 | #Constraints:      37954
955.21/957.75	c #Conflicts:    1995000 | #Constraints:      38954
955.21/957.75	c #Conflicts:    1996000 | #Constraints:      39954
955.21/957.75	c #Conflicts:    1997000 | #Constraints:      40954
955.21/957.75	c #Conflicts:    1998000 | #Constraints:      41954
955.21/957.75	c #Conflicts:    1999000 | #Constraints:      42954
955.21/957.75	c #Conflicts:    2000000 | #Constraints:      43954
955.21/957.75	c #Conflicts:    2001000 | #Constraints:      44954
955.21/957.75	c #Conflicts:    2002000 | #Constraints:      45954
955.21/957.75	c #Conflicts:    2003000 | #Constraints:      46954
955.21/957.75	c #Conflicts:    2004000 | #Constraints:      47954
955.21/957.75	c #Conflicts:    2005000 | #Constraints:      48954
955.21/957.75	c #Conflicts:    2006000 | #Constraints:      49954
955.21/957.75	c #Conflicts:    2007000 | #Constraints:      50954
955.21/957.75	c #Conflicts:    2008000 | #Constraints:      51954
955.21/957.75	c #Conflicts:    2009000 | #Constraints:      52954
992.23/994.86	c #Conflicts:    2010000 | #Constraints:      53954
992.23/994.86	c #Conflicts:    2011000 | #Constraints:      54954
992.23/994.86	c #Conflicts:    2012000 | #Constraints:      55954
992.23/994.86	c #Conflicts:    2013000 | #Constraints:      56954
992.23/994.86	c #Conflicts:    2014000 | #Constraints:      57954
992.23/994.86	c #Conflicts:    2015000 | #Constraints:      58954
992.23/994.86	c #Conflicts:    2016000 | #Constraints:      59954
992.23/994.86	c #Conflicts:    2017000 | #Constraints:      60954
992.23/994.86	c #Conflicts:    2018000 | #Constraints:      61954
992.23/994.86	c #Conflicts:    2019000 | #Constraints:      62954
992.23/994.86	c #Conflicts:    2020000 | #Constraints:      63954
992.23/994.86	c #Conflicts:    2021000 | #Constraints:      64954
992.23/994.86	c INPROCESSING
992.23/994.86	c GARBAGE COLLECT
992.23/994.86	c #Conflicts:    2022000 | #Constraints:      37760
992.23/994.86	c #Conflicts:    2023000 | #Constraints:      38760
992.23/994.86	c #Conflicts:    2024000 | #Constraints:      39760
992.23/994.86	c #Conflicts:    2025000 | #Constraints:      40760
992.23/994.86	c #Conflicts:    2026000 | #Constraints:      41760
992.23/994.86	c #Conflicts:    2027000 | #Constraints:      42760
992.23/994.86	c #Conflicts:    2028000 | #Constraints:      43760
992.23/994.86	c #Conflicts:    2029000 | #Constraints:      44760
992.23/994.86	c #Conflicts:    2030000 | #Constraints:      45760
992.23/994.86	c #Conflicts:    2031000 | #Constraints:      46760
992.23/994.86	c #Conflicts:    2032000 | #Constraints:      47760
992.23/994.86	c #Conflicts:    2033000 | #Constraints:      48760
992.23/994.86	c #Conflicts:    2034000 | #Constraints:      49760
992.23/994.86	c #Conflicts:    2035000 | #Constraints:      50760
992.23/994.86	c #Conflicts:    2036000 | #Constraints:      51760
992.23/994.86	c #Conflicts:    2037000 | #Constraints:      52760
992.23/994.86	c #Conflicts:    2038000 | #Constraints:      53760
992.23/994.86	c #Conflicts:    2039000 | #Constraints:      54760
992.23/994.86	c #Conflicts:    2040000 | #Constraints:      55760
992.23/994.86	c #Conflicts:    2041000 | #Constraints:      56760
992.23/994.86	c #Conflicts:    2042000 | #Constraints:      57760
992.23/994.86	c #Conflicts:    2043000 | #Constraints:      58760
992.23/994.86	c #Conflicts:    2044000 | #Constraints:      59760
992.23/994.86	c #Conflicts:    2045000 | #Constraints:      60761
992.23/994.86	c #Conflicts:    2046000 | #Constraints:      61761
992.23/994.86	c #Conflicts:    2047000 | #Constraints:      62761
992.23/994.86	c #Conflicts:    2048000 | #Constraints:      63761
992.23/994.86	c #Conflicts:    2049000 | #Constraints:      64761
992.23/994.86	c #Conflicts:    2050000 | #Constraints:      65761
992.23/994.86	c INPROCESSING
992.23/994.86	c GARBAGE COLLECT
992.23/994.86	c #Conflicts:    2051000 | #Constraints:      38401
992.23/994.86	c #Conflicts:    2052000 | #Constraints:      39401
992.23/994.86	c #Conflicts:    2053000 | #Constraints:      40401
992.23/994.86	c #Conflicts:    2054000 | #Constraints:      41401
992.23/994.86	c #Conflicts:    2055000 | #Constraints:      42401
992.23/994.86	c #Conflicts:    2056000 | #Constraints:      43401
992.23/994.86	c #Conflicts:    2057000 | #Constraints:      44401
992.23/994.86	c #Conflicts:    2058000 | #Constraints:      45401
992.23/994.86	c #Conflicts:    2059000 | #Constraints:      46401
992.23/994.86	c #Conflicts:    2060000 | #Constraints:      47401
992.23/994.86	c #Conflicts:    2061000 | #Constraints:      48401
992.23/994.86	c #Conflicts:    2062000 | #Constraints:      49401
992.23/994.86	c #Conflicts:    2063000 | #Constraints:      50401
992.23/994.86	c #Conflicts:    2064000 | #Constraints:      51401
992.23/994.86	c #Conflicts:    2065000 | #Constraints:      52401
992.23/994.86	c #Conflicts:    2066000 | #Constraints:      53401
992.23/994.86	c #Conflicts:    2067000 | #Constraints:      54401
992.23/994.86	c #Conflicts:    2068000 | #Constraints:      55401
992.23/994.86	c #Conflicts:    2069000 | #Constraints:      56401
992.23/994.86	c #Conflicts:    2070000 | #Constraints:      57401
992.23/994.86	c #Conflicts:    2071000 | #Constraints:      58401
992.23/994.86	c #Conflicts:    2072000 | #Constraints:      59401
992.23/994.86	c #Conflicts:    2073000 | #Constraints:      60401
992.23/994.86	c #Conflicts:    2074000 | #Constraints:      61401
992.23/994.86	c #Conflicts:    2075000 | #Constraints:      62401
992.23/994.86	c #Conflicts:    2076000 | #Constraints:      63401
992.23/994.86	c #Conflicts:    2077000 | #Constraints:      64401
992.23/994.86	c #Conflicts:    2078000 | #Constraints:      65401
992.23/994.86	c #Conflicts:    2079000 | #Constraints:      66402
992.23/994.86	c INPROCESSING
992.23/994.86	c GARBAGE COLLECT
992.23/994.86	c #Conflicts:    2080000 | #Constraints:      38803
992.23/994.86	c #Conflicts:    2081000 | #Constraints:      39803
992.23/994.86	c #Conflicts:    2082000 | #Constraints:      40803
992.23/994.86	c #Conflicts:    2083000 | #Constraints:      41803
992.23/994.86	c #Conflicts:    2084000 | #Constraints:      42803
992.23/994.86	c #Conflicts:    2085000 | #Constraints:      43803
992.23/994.86	c #Conflicts:    2086000 | #Constraints:      44803
1042.80/1045.51	c #Conflicts:    2087000 | #Constraints:      45803
1042.80/1045.51	c #Conflicts:    2088000 | #Constraints:      46803
1042.80/1045.51	c #Conflicts:    2089000 | #Constraints:      47804
1042.80/1045.51	c #Conflicts:    2090000 | #Constraints:      48804
1042.80/1045.51	c #Conflicts:    2091000 | #Constraints:      49804
1042.80/1045.51	c #Conflicts:    2092000 | #Constraints:      50804
1042.80/1045.51	c #Conflicts:    2093000 | #Constraints:      51804
1042.80/1045.51	c #Conflicts:    2094000 | #Constraints:      52804
1042.80/1045.51	c #Conflicts:    2095000 | #Constraints:      53804
1042.80/1045.51	c #Conflicts:    2096000 | #Constraints:      54804
1042.80/1045.51	c #Conflicts:    2097000 | #Constraints:      55804
1042.80/1045.51	c #Conflicts:    2098000 | #Constraints:      56804
1042.80/1045.51	c #Conflicts:    2099000 | #Constraints:      57804
1042.80/1045.51	c #Conflicts:    2100000 | #Constraints:      58804
1042.80/1045.51	c #Conflicts:    2101000 | #Constraints:      59804
1042.80/1045.51	c #Conflicts:    2102000 | #Constraints:      60804
1042.80/1045.51	c #Conflicts:    2103000 | #Constraints:      61804
1042.80/1045.51	c #Conflicts:    2104000 | #Constraints:      62804
1042.80/1045.51	c #Conflicts:    2105000 | #Constraints:      63804
1042.80/1045.51	c #Conflicts:    2106000 | #Constraints:      64804
1042.80/1045.51	c #Conflicts:    2107000 | #Constraints:      65863
1042.80/1045.51	c #Conflicts:    2108000 | #Constraints:      66914
1042.80/1045.51	c INPROCESSING
1042.80/1045.51	c GARBAGE COLLECT
1042.80/1045.51	c #Conflicts:    2109000 | #Constraints:      39079
1042.80/1045.51	c #Conflicts:    2110000 | #Constraints:      40079
1042.80/1045.51	c #Conflicts:    2111000 | #Constraints:      41079
1042.80/1045.51	c #Conflicts:    2112000 | #Constraints:      42079
1042.80/1045.51	c #Conflicts:    2113000 | #Constraints:      43080
1042.80/1045.51	c #Conflicts:    2114000 | #Constraints:      44081
1042.80/1045.51	c #Conflicts:    2115000 | #Constraints:      45081
1042.80/1045.51	c #Conflicts:    2116000 | #Constraints:      46081
1042.80/1045.51	c #Conflicts:    2117000 | #Constraints:      47081
1042.80/1045.51	c #Conflicts:    2118000 | #Constraints:      48081
1042.80/1045.51	c #Conflicts:    2119000 | #Constraints:      49082
1042.80/1045.51	c #Conflicts:    2120000 | #Constraints:      50082
1042.80/1045.51	c #Conflicts:    2121000 | #Constraints:      51082
1042.80/1045.51	c #Conflicts:    2122000 | #Constraints:      52082
1042.80/1045.51	c #Conflicts:    2123000 | #Constraints:      53082
1042.80/1045.51	c #Conflicts:    2124000 | #Constraints:      54082
1042.80/1045.51	c #Conflicts:    2125000 | #Constraints:      55082
1042.80/1045.51	c #Conflicts:    2126000 | #Constraints:      56082
1042.80/1045.51	c #Conflicts:    2127000 | #Constraints:      57082
1042.80/1045.51	c #Conflicts:    2128000 | #Constraints:      58083
1042.80/1045.51	c #Conflicts:    2129000 | #Constraints:      59083
1042.80/1045.51	c #Conflicts:    2130000 | #Constraints:      60083
1042.80/1045.51	c #Conflicts:    2131000 | #Constraints:      61083
1042.80/1045.51	c #Conflicts:    2132000 | #Constraints:      62115
1042.80/1045.51	c #Conflicts:    2133000 | #Constraints:      63141
1042.80/1045.51	c #Conflicts:    2134000 | #Constraints:      64141
1042.80/1045.51	c #Conflicts:    2135000 | #Constraints:      65141
1042.80/1045.51	c #Conflicts:    2136000 | #Constraints:      66141
1042.80/1045.51	c #Conflicts:    2137000 | #Constraints:      67174
1042.80/1045.51	c INPROCESSING
1042.80/1045.51	c GARBAGE COLLECT
1042.80/1045.51	WSVECS04 Frhs2[7]: 6 -0.786498 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[9]: 6 -0.933149 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[14]: 6 0 0.0441437 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[15]: 6 -14.1759 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[18]: 6 0 71.9276 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[25]: 6 -7.35979 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[30]: 6 -5.33101 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[36]: 6 -19.2623 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[44]: 6 0 0.250076 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[50]: 6 -20.3303 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[52]: 6 -0.998533 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[55]: 6 -0.999243 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[72]: 6 0 50.0823 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[77]: 6 -16.9398 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[78]: 6 -18.57 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[97]: 6 0 24.9017 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[111]: 6 -0.740216 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[112]: 6 -9.10064 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[114]: 6 -124.347 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[142]: 6 -3.50124 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[145]: 6 0 36.8871 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[161]: 6 -47.9884 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[170]: 6 -53.1457 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[175]: 6 -2.05258 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[196]: 6 -0.833393 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[199]: 6 -17.5796 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[201]: 6 -82.375 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[213]: 6 -63.5249 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[214]: 6 -58.3313 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[216]: 6 0 2.14422 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[220]: 6 0 33.7668 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[225]: 6 -47.9893 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[233]: 6 -37.8039 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[240]: 6 -44.4071 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[246]: 6 -32.2502 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[250]: 6 0 57.2159 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[254]: 6 -6.67579 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[257]: 6 -97.1955 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[265]: 6 -23.9953 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[266]: 6 0 23.0779 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[272]: 6 -44.4384 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[274]: 6 -139.136 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[289]: 6 -343.261 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[291]: 6 -1.68963 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[309]: 6 -15.2915 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[311]: 6 0 0.000893148 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[387]: 6 -20.8047 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[389]: 6 -6.16142 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[422]: 6 -91.7629 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[425]: 6 -41.0299 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[432]: 6 -14.3998 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[438]: 6 -32.2502 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[450]: 6 0 14.0079 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[452]: 6 -24.2357 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[458]: 6 -8.18537 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[464]: 6 -69.0964 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[468]: 6 -47.9085 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[469]: 6 -15.2949 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[485]: 6 -85.8095 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[526]: 6 -0.259923 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[527]: 6 -54.6246 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[529]: 6 -3.22974 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[551]: 6 0 13682.6 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[559]: 6 -7.98765 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[565]: 6 -15.2917 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[581]: 6 0 10.3657 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[590]: 6 -0.762646 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[592]: 6 -5.11297 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[596]: 6 -0.997033 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[598]: 6 0 18.4641 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[604]: 6 0 1.85598 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[616]: 6 -28.4382 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[623]: 6 -1.74003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[624]: 6 -14.9232 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[627]: 6 -83.5864 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[640]: 6 -314.186 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[641]: 6 0 14.9362 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[656]: 6 -217.434 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[657]: 6 -48.1879 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[675]: 6 -1.45692 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[678]: 6 0 24.2903 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[688]: 6 -54.5774 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[714]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[719]: 6 0 12.06 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[723]: 6 0 26.0176 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[735]: 6 -19.7671 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[969]: 6 -0.999663 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[977]: 6 -4.19096 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[979]: 6 -7.51109 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1028]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1030]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1046]: 6 -1.46671 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1061]: 6 -24.5027 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1062]: 6 -1.94335 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1064]: 6 -9.919 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1065]: 6 -7.37816 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1075]: 6 -1.24861 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1077]: 6 -1.74423 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1080]: 6 -0.791368 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1089]: 6 -0.992734 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1092]: 6 -571.182 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1098]: 6 -1.45957 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1106]: 6 -1.41279 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1108]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1121]: 6 -66.2252 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1125]: 6 -0.815522 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1129]: 6 -3.60684 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1132]: 6 0 0.470539 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1138]: 6 -0.492203 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1141]: 6 -1.1052 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1142]: 6 -1.20996 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1150]: 6 -1.47047 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1151]: 6 0 0.337689 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1152]: 6 -1.70198 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1160]: 6 -0.62469 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1169]: 6 -1.90992 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1187]: 6 -0.495127 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1190]: 6 -4557.6 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1191]: 6 0 4.9902 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1199]: 6 -1.93015 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1204]: 6 0 0.635664 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1208]: 6 -0.0803797 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1213]: 6 -0.750052 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1222]: 6 -1.51872 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1229]: 6 -1.1719 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1233]: 6 -0.750063 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1234]: 6 -0.187559 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1241]: 6 -6.69541 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1245]: 6 -571.512 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1247]: 6 -2280.04 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1251]: 6 -1.15715 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1273]: 6 -6.54975 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1274]: 6 -10.336 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1276]: 6 -38.3438 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1278]: 6 -1.06258 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1279]: 6 -1.24073 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1288]: 6 -0.899362 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1294]: 6 -0.750089 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1295]: 6 -1.75002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1299]: 6 -1.18222 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1301]: 6 -0.728814 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1302]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1309]: 6 -2280.79 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1313]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1315]: 6 -2.19537 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1320]: 6 -27.2508 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1325]: 6 -1.62503 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1347]: 6 -40.6529 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1352]: 6 -0.648521 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1353]: 6 -5.61811 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1355]: 6 -0.968891 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1374]: 6 -6.03769 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1376]: 6 -2.62506 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1378]: 6 -1.50006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1379]: 6 -1.56491 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1396]: 6 -1.67189 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1399]: 6 -5.80287 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1409]: 6 -2.00132 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1410]: 6 -2.75241 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1414]: 6 -10.029 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1415]: 6 -1.46681 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1417]: 6 -0.890102 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1420]: 6 -1.25014 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1428]: 6 0 7.82769 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1431]: 6 -63.3922 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1436]: 6 -3.2822 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1443]: 6 -0.750072 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1448]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1456]: 6 -18.4366 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1458]: 6 -3.20176 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1480]: 6 -6.07024 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1489]: 6 -16.9632 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1506]: 6 -45.9849 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1511]: 6 -3.29835 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1512]: 6 -1165.96 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1527]: 6 -15.0713 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1534]: 6 -1.74243 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1542]: 6 -0.84317 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1543]: 6 -3.20621 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1544]: 6 0 8.00475 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1548]: 6 -52.2448 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1554]: 6 -39.047 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1560]: 6 -31.0179 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1570]: 6 0 5.34998 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1573]: 6 -46.7893 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1584]: 6 -33.0751 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1588]: 6 -44.2896 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1589]: 6 -11.6733 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1590]: 6 -1.74375 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1591]: 6 -6.58738 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1592]: 6 -6.84787 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1593]: 6 -2.83089 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1601]: 6 0 0.751955 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1602]: 6 0 53.0717 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1605]: 6 -1.03758 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1611]: 6 0 5.03406 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1618]: 6 -12.2303 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1619]: 6 -100.005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1620]: 6 0 26.4675 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1621]: 6 -33.9737 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1624]: 6 -27.9571 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1629]: 6 -26.9445 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1632]: 6 0 12.5755 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1661]: 6 -26.1055 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1662]: 6 -32.9021 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1683]: 6 -1.39501 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1688]: 6 -26.0906 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1708]: 6 0 14.8002 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1709]: 6 -0.836053 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1717]: 6 -15.9524 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1718]: 6 -0.463204 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1766]: 6 -0.0632223 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1953]: 6 0 1.92786 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1960]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1964]: 6 -42.3119 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1973]: 6 -0.440523 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1976]: 6 -0.429345 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1978]: 6 0 1.16945 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1985]: 6 0 0.31253 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1991]: 6 -0.500073 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1995]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[1997]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2009]: 6 -1.62509 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2016]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2049]: 6 -1.25001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2053]: 6 -0.996836 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2054]: 6 0 0.0404517 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2058]: 6 -1.19325 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2060]: 6 -0.885068 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2062]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2064]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2068]: 6 -3.2131 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2078]: 6 -1.03314 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2080]: 6 -1.06619 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2082]: 6 0 51.3117 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2084]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2088]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2092]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2093]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2097]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2112]: 6 0 5.00004 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2130]: 6 -1.50003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2145]: 6 -66.7218 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2148]: 6 0 1.00294 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2149]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2152]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2153]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2157]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2161]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2164]: 6 -2.47798 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2165]: 6 -2.47799 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2168]: 6 -0.500031 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2172]: 6 -1.37503 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2174]: 6 -1.75003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2178]: 6 0 2.00006 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2181]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2185]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2187]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2195]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2202]: 6 -1.75007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2203]: 6 -1.75002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2216]: 6 -1.54078 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2220]: 6 -1.95167 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2221]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2223]: 6 -1.00011 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2225]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2228]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2232]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2239]: 6 -1.25006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2240]: 6 -1.25003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2241]: 6 -1.00109 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2243]: 6 -0.9921 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2245]: 6 -1.25514 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2251]: 6 -1.24837 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2253]: 6 -0.500014 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2262]: 6 0 2.917 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2266]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2270]: 6 -0.999892 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2274]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2276]: 6 0 124.663 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2277]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2279]: 6 -0.998783 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2282]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2286]: 6 -1.65633 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2288]: 6 -1.31259 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2294]: 6 0 1.00007 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2303]: 6 -0.500027 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2311]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2313]: 6 -1.68757 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2316]: 6 -0.518837 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2317]: 6 -1.03961 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2319]: 6 -54.4057 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2321]: 6 0 6.72199 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2323]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2326]: 6 -1.20873 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2334]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2342]: 6 0 1.01652 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2344]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2350]: 6 -1.68756 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2351]: 6 -36475 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2357]: 6 0 0.0194806 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2370]: 6 -30.8844 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2372]: 6 -64.7678 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2374]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2375]: 6 -0.791299 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2378]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2379]: 6 -0.165228 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2382]: 6 -3.33948 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2384]: 6 0 2.05551 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2386]: 6 -10.08 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2394]: 6 0 1.04126 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2396]: 6 -1.50004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2398]: 6 -5.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2403]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2406]: 6 -1.25001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2407]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2416]: 6 -9.26236 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2418]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2420]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2422]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2426]: 6 -33.7943 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2431]: 6 -1.01247 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2433]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2436]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2437]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2440]: 6 -1.25005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2441]: 6 -1.25005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2446]: 6 -1.06379 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2448]: 6 -0.127498 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2456]: 6 -29.2761 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2465]: 6 -0.50007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2469]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2472]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2474]: 6 -1.36721 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2494]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2495]: 6 -3.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2502]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2506]: 6 -1.62504 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2516]: 6 -0.500072 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2527]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2528]: 6 -1.25002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2529]: 6 -1.25003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2537]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2540]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2544]: 6 -1.6251 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2553]: 6 -1.25009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2558]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2560]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2561]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2564]: 6 -0.50003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2568]: 6 -3.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2569]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2584]: 6 -149.313 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2586]: 6 -301 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2590]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2594]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2596]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2599]: 6 -7.64998 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2600]: 6 -1.10075 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2601]: 6 -10.3602 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2608]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2614]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2619]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2624]: 6 -1.50005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2626]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2627]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2630]: 6 -1.50008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2632]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2634]: 6 0 1.00002 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2636]: 6 -1.25003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2637]: 6 -1.25007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2648]: 6 -14.6829 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2653]: 6 -0.500034 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2656]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2657]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2667]: 6 -1.78914 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2674]: 6 0 7.62501 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2677]: 6 -1.47044 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2689]: 6 -1.2509 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2692]: 6 -1.50005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2701]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2702]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2710]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2718]: 6 -1.2501 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2720]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2721]: 6 -0.500043 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2723]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2729]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2732]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2736]: 6 -30.0774 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2740]: 6 0 1.25004 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2741]: 6 -0.750098 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2746]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2748]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2752]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2753]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2756]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2757]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2760]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2766]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2770]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2778]: 6 -5.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2779]: 6 -0.500076 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2782]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2784]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2785]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2786]: 6 -1.31252 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2789]: 6 -1.50009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2791]: 6 -3.33044 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2800]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2801]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2813]: 6 -2280.57 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2818]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2819]: 6 -0.375028 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2822]: 6 -1.50009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2827]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2830]: 6 -1.70321 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2834]: 6 0 1.81253 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2835]: 6 -0.187545 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2843]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2847]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2850]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2852]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2853]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2855]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2857]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2861]: 6 -3.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2864]: 6 -1.12502 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2871]: 6 -2.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2878]: 6 -5.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2883]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2884]: 6 -1.50007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2893]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2896]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2897]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2898]: 6 -1.77618 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2904]: 6 -1.39069 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2917]: 6 -1.50009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2922]: 6 -1.14289 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2923]: 6 -1.14289 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2928]: 6 -1.75004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2936]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2942]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2944]: 6 -1.2501 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2949]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2952]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2970]: 6 -3.25002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2984]: 6 -1.29689 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2986]: 6 -1.18757 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2992]: 6 -2.9805 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2996]: 6 -43.3602 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2997]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[2998]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3001]: 6 -1.67197 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3002]: 6 -1.34384 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3005]: 6 -1.2501 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3009]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3011]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3016]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3018]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3025]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3028]: 6 -0.250072 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3029]: 6 -0.250023 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3032]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3036]: 6 -2.98053 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3037]: 6 -2.98047 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3049]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3051]: 6 -1.41806 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3070]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3071]: 6 -3.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3073]: 6 -1.37503 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3092]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3096]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3111]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3114]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3115]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3118]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3119]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3122]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3124]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3126]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3128]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3132]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3134]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3135]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3138]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3144]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3146]: 6 -4.90736 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3148]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3152]: 6 -1.36336 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3172]: 6 0 11.3595 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3189]: 6 -18.5116 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3191]: 6 -2.70168 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3197]: 6 -1.5001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3198]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3199]: 6 -1.25002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3202]: 6 -1.18879 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3205]: 6 -0.500087 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3207]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3210]: 6 -0.259794 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3211]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3214]: 6 -4.61308 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3215]: 6 -4.61309 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3222]: 6 -2.50002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3226]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3227]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3235]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3238]: 6 -18.5115 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3239]: 6 -18.5115 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3258]: 6 0 0.750036 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3259]: 6 -1.25003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3280]: 6 -19.4059 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3281]: 6 -50.4968 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3285]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3293]: 6 -1.40631 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3294]: 6 -1.31252 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3296]: 6 -1.25004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3302]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3303]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3306]: 6 -4.02007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3314]: 6 -5.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3318]: 6 -0.999878 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3322]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3329]: 6 -16.9232 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3331]: 6 -0.500055 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3337]: 6 0 56.0856 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3348]: 6 0 1.00002 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3362]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3365]: 6 -1.03767 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3373]: 6 -27.0311 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3374]: 6 -1.84802 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3380]: 6 0 52.702 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3387]: 6 -1.37508 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3391]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3392]: 6 -1.25009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3400]: 6 -1.07534 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3402]: 6 -0.84941 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3403]: 6 -0.849442 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3414]: 6 -68.2179 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3418]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3420]: 6 0 2.39211 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3428]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3430]: 6 -0.00387459 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3431]: 6 -0.00389326 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3434]: 6 -376.619 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3440]: 6 -5.68753 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3451]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3454]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3463]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3467]: 6 0 2.07352 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3476]: 6 -12.9195 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3486]: 6 -1.31253 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3491]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3494]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3496]: 6 0 56.3341 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3498]: 6 -0.983805 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3502]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3512]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3518]: 6 -14.3459 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3528]: 6 0 46.1802 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3529]: 6 -1.50007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3533]: 6 -2.75307 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3537]: 6 -2.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3547]: 6 -0.6251 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3551]: 6 -0.500033 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3557]: 6 0 1.50852 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3562]: 6 -44.249 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3565]: 6 -0.962263 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3574]: 6 -29.5861 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3582]: 6 -8.09045 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3584]: 6 -28.3616 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3588]: 6 0 160.336 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3590]: 6 -1.25008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3591]: 6 -1.25003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3596]: 6 -1.0001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3599]: 6 -36.127 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3601]: 6 -4.93099 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3603]: 6 0 7.86191 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3607]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3610]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3612]: 6 -1.50004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3613]: 6 -1.50006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3618]: 6 -0.999314 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3624]: 6 -29.5889 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3630]: 6 0 94.7641 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3642]: 6 0 1.37504 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3645]: 6 -0.750095 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3650]: 6 -5.91312 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3669]: 6 -1.13627 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3670]: 6 -0.994476 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3680]: 6 0 23.221 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3681]: 6 -1.2295 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3688]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3689]: 6 -0.728795 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3698]: 6 -27.8705 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3703]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3706]: 6 -15.6609 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3708]: 6 0 12.9742 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3709]: 6 0 10.9742 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3734]: 6 -13.4258 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3740]: 6 -134.977 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3748]: 6 -1.92549 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3752]: 6 -4571.53 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3757]: 6 0 56.3329 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3759]: 6 -58.334 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3766]: 6 -1.3226 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3767]: 6 -1.18777 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3775]: 6 -1.24158 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3778]: 6 -0.999922 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3782]: 6 -56.4824 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3786]: 6 -8.40323 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3787]: 6 -8.40322 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3789]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3793]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3798]: 6 0 7.88017 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3804]: 6 0 13.4148 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3808]: 6 0 121.343 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3810]: 6 -230.336 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3812]: 6 -428.264 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3816]: 6 -1.15627 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3818]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3825]: 6 -0.500083 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3837]: 6 -0.750074 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3839]: 6 -0.500076 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3841]: 6 -14.8914 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3843]: 6 -3.54157 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3845]: 6 -3.36923 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3847]: 6 0 14.6282 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3849]: 6 0 2.3334 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3850]: 6 -11.706 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3853]: 6 -58.8317 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3859]: 6 0 49.6506 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3860]: 6 -2.48585 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3862]: 6 -0.0859313 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3871]: 6 -0.98337 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3872]: 6 -0.96669 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3874]: 6 -3.54158 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3877]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3884]: 6 -1.00005 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3898]: 6 0 57.8344 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3904]: 6 -122.269 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3906]: 6 0 113.668 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3908]: 6 -0.991024 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3909]: 6 -169.379 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3912]: 6 -1.53629 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3914]: 6 -1.19755 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3932]: 6 0 1.00008 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3937]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3938]: 6 -1.00002 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3941]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3943]: 6 -2.18081 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3944]: 6 -3.36165 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3945]: 6 -5.72328 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3946]: 6 -11.6381 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3951]: 6 -3.54264 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3955]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3963]: 6 -58.7398 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3965]: 6 -40.601 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3966]: 6 -1.2501 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3968]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3969]: 6 -47.9905 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3971]: 6 -1.00009 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3973]: 6 -1.25724 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3976]: 6 -0.335168 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3980]: 6 -3.36166 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3984]: 6 -2.19175 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3989]: 6 -21.6789 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3992]: 6 -0.999993 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[3998]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4000]: 6 0 53.7549 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4002]: 6 -14.3935 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4006]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4010]: 6 -2.20082 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4026]: 6 0 1.25008 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4045]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4051]: 6 -13.0997 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4053]: 6 -28.0402 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4058]: 6 -1.33207 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4061]: 6 -1.31254 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4082]: 6 0 2.57087 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4084]: 6 -1.00007 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4087]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4090]: 6 -1.00008 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4094]: 6 -14.5688 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4095]: 6 -14.5688 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4098]: 6 -1.00001 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4099]: 6 -1.00004 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4102]: 6 -1.00006 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4104]: 6 -166.402 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4108]: 6 0 113.668 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4282]: 6 -1.00003 0 shouldn't be
1042.80/1045.51	WSVECS04 Frhs2[4284]: 6 -1.00008 0 shouldn't be
1108.93/1111.81	c #Conflicts:    2138000 | #Constraints:      39086
1108.93/1111.81	c #Conflicts:    2139000 | #Constraints:      40086
1108.93/1111.81	c #Conflicts:    2140000 | #Constraints:      41086
1108.93/1111.81	c #Conflicts:    2141000 | #Constraints:      42086
1108.93/1111.81	c #Conflicts:    2142000 | #Constraints:      43086
1108.93/1111.81	c #Conflicts:    2143000 | #Constraints:      44086
1108.93/1111.81	c #Conflicts:    2144000 | #Constraints:      45086
1108.93/1111.81	c #Conflicts:    2145000 | #Constraints:      46086
1108.93/1111.81	c #Conflicts:    2146000 | #Constraints:      47086
1108.93/1111.81	c #Conflicts:    2147000 | #Constraints:      48087
1108.93/1111.81	c #Conflicts:    2148000 | #Constraints:      49087
1108.93/1111.81	c #Conflicts:    2149000 | #Constraints:      50087
1108.93/1111.81	c #Conflicts:    2150000 | #Constraints:      51087
1108.93/1111.81	c #Conflicts:    2151000 | #Constraints:      52087
1108.93/1111.81	c #Conflicts:    2152000 | #Constraints:      53087
1108.93/1111.81	c #Conflicts:    2153000 | #Constraints:      54087
1108.93/1111.81	c #Conflicts:    2154000 | #Constraints:      55087
1108.93/1111.81	c #Conflicts:    2155000 | #Constraints:      56087
1108.93/1111.81	c #Conflicts:    2156000 | #Constraints:      57087
1108.93/1111.81	c #Conflicts:    2157000 | #Constraints:      58088
1108.93/1111.81	c #Conflicts:    2158000 | #Constraints:      59141
1108.93/1111.81	c #Conflicts:    2159000 | #Constraints:      60328
1108.93/1111.81	c #Conflicts:    2160000 | #Constraints:      61342
1108.93/1111.81	c #Conflicts:    2161000 | #Constraints:      62342
1108.93/1111.81	c #Conflicts:    2162000 | #Constraints:      63346
1108.93/1111.81	c #Conflicts:    2163000 | #Constraints:      64346
1108.93/1111.81	c #Conflicts:    2164000 | #Constraints:      65783
1108.93/1111.81	c #Conflicts:    2165000 | #Constraints:      67286
1108.93/1111.81	c #Conflicts:    2166000 | #Constraints:      68789
1108.93/1111.81	c INPROCESSING
1108.93/1111.81	c GARBAGE COLLECT
1108.93/1111.81	c #Conflicts:    2167000 | #Constraints:      39875
1108.93/1111.81	c #Conflicts:    2168000 | #Constraints:      40875
1108.93/1111.81	c #Conflicts:    2169000 | #Constraints:      41875
1108.93/1111.81	c #Conflicts:    2170000 | #Constraints:      42875
1108.93/1111.81	c #Conflicts:    2171000 | #Constraints:      43875
1108.93/1111.81	c #Conflicts:    2172000 | #Constraints:      44875
1108.93/1111.81	c #Conflicts:    2173000 | #Constraints:      45875
1108.93/1111.81	c #Conflicts:    2174000 | #Constraints:      46875
1108.93/1111.81	c #Conflicts:    2175000 | #Constraints:      47875
1108.93/1111.81	c #Conflicts:    2176000 | #Constraints:      48875
1108.93/1111.81	c #Conflicts:    2177000 | #Constraints:      49875
1108.93/1111.81	c #Conflicts:    2178000 | #Constraints:      50875
1108.93/1111.81	c #Conflicts:    2179000 | #Constraints:      51875
1108.93/1111.81	c #Conflicts:    2180000 | #Constraints:      52875
1108.93/1111.81	c #Conflicts:    2181000 | #Constraints:      53875
1108.93/1111.81	c #Conflicts:    2182000 | #Constraints:      54875
1108.93/1111.81	c #Conflicts:    2183000 | #Constraints:      55875
1108.93/1111.81	c #Conflicts:    2184000 | #Constraints:      56875
1108.93/1111.81	c #Conflicts:    2185000 | #Constraints:      57875
1108.93/1111.81	c #Conflicts:    2186000 | #Constraints:      58875
1108.93/1111.81	c #Conflicts:    2187000 | #Constraints:      59875
1108.93/1111.81	c #Conflicts:    2188000 | #Constraints:      60875
1108.93/1111.81	c #Conflicts:    2189000 | #Constraints:      61875
1108.93/1111.81	c #Conflicts:    2190000 | #Constraints:      62875
1108.93/1111.81	c #Conflicts:    2191000 | #Constraints:      63875
1108.93/1111.81	c #Conflicts:    2192000 | #Constraints:      64875
1108.93/1111.81	c #Conflicts:    2193000 | #Constraints:      65875
1108.93/1111.81	c #Conflicts:    2194000 | #Constraints:      66875
1108.93/1111.81	c #Conflicts:    2195000 | #Constraints:      67875
1108.93/1111.81	c #Conflicts:    2196000 | #Constraints:      68876
1108.93/1111.81	c INPROCESSING
1108.93/1111.81	c GARBAGE COLLECT
1108.93/1111.81	c #Conflicts:    2197000 | #Constraints:      39955
1108.93/1111.81	c #Conflicts:    2198000 | #Constraints:      40955
1108.93/1111.81	c #Conflicts:    2199000 | #Constraints:      41955
1108.93/1111.81	c #Conflicts:    2200000 | #Constraints:      42955
1108.93/1111.81	c #Conflicts:    2201000 | #Constraints:      43955
1108.93/1111.81	c #Conflicts:    2202000 | #Constraints:      44955
1108.93/1111.81	c #Conflicts:    2203000 | #Constraints:      45955
1108.93/1111.81	c #Conflicts:    2204000 | #Constraints:      46955
1108.93/1111.81	c #Conflicts:    2205000 | #Constraints:      47955
1108.93/1111.81	c #Conflicts:    2206000 | #Constraints:      48955
1108.93/1111.81	c #Conflicts:    2207000 | #Constraints:      49955
1108.93/1111.81	c #Conflicts:    2208000 | #Constraints:      50956
1108.93/1111.81	c #Conflicts:    2209000 | #Constraints:      51956
1108.93/1111.81	c #Conflicts:    2210000 | #Constraints:      52956
1108.93/1111.81	c #Conflicts:    2211000 | #Constraints:      53956
1108.93/1111.81	c #Conflicts:    2212000 | #Constraints:      54956
1108.93/1111.81	c #Conflicts:    2213000 | #Constraints:      55956
1108.93/1111.81	c #Conflicts:    2214000 | #Constraints:      56956
1108.93/1111.81	c #Conflicts:    2215000 | #Constraints:      57956
1198.10/1201.29	c #Conflicts:    2216000 | #Constraints:      58956
1198.10/1201.29	c #Conflicts:    2217000 | #Constraints:      59956
1198.10/1201.29	c #Conflicts:    2218000 | #Constraints:      60956
1198.10/1201.29	c #Conflicts:    2219000 | #Constraints:      61956
1198.10/1201.29	c #Conflicts:    2220000 | #Constraints:      62957
1198.10/1201.29	c #Conflicts:    2221000 | #Constraints:      63957
1198.10/1201.29	c #Conflicts:    2222000 | #Constraints:      64957
1198.10/1201.29	c #Conflicts:    2223000 | #Constraints:      65957
1198.10/1201.29	c #Conflicts:    2224000 | #Constraints:      66957
1198.10/1201.29	c #Conflicts:    2225000 | #Constraints:      67957
1198.10/1201.29	c #Conflicts:    2226000 | #Constraints:      68957
1198.10/1201.29	c INPROCESSING
1198.10/1201.29	c GARBAGE COLLECT
1198.10/1201.29	c #Conflicts:    2227000 | #Constraints:      40096
1198.10/1201.29	c #Conflicts:    2228000 | #Constraints:      41096
1198.10/1201.29	c #Conflicts:    2229000 | #Constraints:      42096
1198.10/1201.29	c #Conflicts:    2230000 | #Constraints:      43096
1198.10/1201.29	c #Conflicts:    2231000 | #Constraints:      44096
1198.10/1201.29	c #Conflicts:    2232000 | #Constraints:      45096
1198.10/1201.29	c #Conflicts:    2233000 | #Constraints:      46096
1198.10/1201.29	c #Conflicts:    2234000 | #Constraints:      47096
1198.10/1201.29	c #Conflicts:    2235000 | #Constraints:      48097
1198.10/1201.29	c #Conflicts:    2236000 | #Constraints:      49097
1198.10/1201.29	c #Conflicts:    2237000 | #Constraints:      50097
1198.10/1201.29	c #Conflicts:    2238000 | #Constraints:      51097
1198.10/1201.29	c #Conflicts:    2239000 | #Constraints:      52097
1198.10/1201.29	c #Conflicts:    2240000 | #Constraints:      53097
1198.10/1201.29	c #Conflicts:    2241000 | #Constraints:      54097
1198.10/1201.29	c #Conflicts:    2242000 | #Constraints:      55097
1198.10/1201.29	c #Conflicts:    2243000 | #Constraints:      56101
1198.10/1201.29	c #Conflicts:    2244000 | #Constraints:      57126
1198.10/1201.29	c #Conflicts:    2245000 | #Constraints:      58126
1198.10/1201.29	c #Conflicts:    2246000 | #Constraints:      59126
1198.10/1201.29	c #Conflicts:    2247000 | #Constraints:      60126
1198.10/1201.29	c #Conflicts:    2248000 | #Constraints:      61126
1198.10/1201.29	c #Conflicts:    2249000 | #Constraints:      62126
1198.10/1201.29	c #Conflicts:    2250000 | #Constraints:      63126
1198.10/1201.29	c #Conflicts:    2251000 | #Constraints:      64126
1198.10/1201.29	c #Conflicts:    2252000 | #Constraints:      65126
1198.10/1201.29	c #Conflicts:    2253000 | #Constraints:      66127
1198.10/1201.29	c #Conflicts:    2254000 | #Constraints:      67127
1198.10/1201.29	c #Conflicts:    2255000 | #Constraints:      68127
1198.10/1201.29	c #Conflicts:    2256000 | #Constraints:      69127
1198.10/1201.29	c INPROCESSING
1198.10/1201.29	c GARBAGE COLLECT
1198.10/1201.29	c #Conflicts:    2257000 | #Constraints:      40171
1198.10/1201.29	c #Conflicts:    2258000 | #Constraints:      41171
1198.10/1201.29	c #Conflicts:    2259000 | #Constraints:      42171
1198.10/1201.29	c #Conflicts:    2260000 | #Constraints:      43171
1198.10/1201.29	c #Conflicts:    2261000 | #Constraints:      44171
1198.10/1201.29	c #Conflicts:    2262000 | #Constraints:      45171
1198.10/1201.29	c #Conflicts:    2263000 | #Constraints:      46171
1198.10/1201.29	c #Conflicts:    2264000 | #Constraints:      47173
1198.10/1201.29	c #Conflicts:    2265000 | #Constraints:      48173
1198.10/1201.29	c #Conflicts:    2266000 | #Constraints:      49173
1198.10/1201.29	c #Conflicts:    2267000 | #Constraints:      50173
1198.10/1201.29	c #Conflicts:    2268000 | #Constraints:      51173
1198.10/1201.29	c #Conflicts:    2269000 | #Constraints:      52173
1198.10/1201.29	c #Conflicts:    2270000 | #Constraints:      53173
1198.10/1201.29	c #Conflicts:    2271000 | #Constraints:      54173
1198.10/1201.29	c #Conflicts:    2272000 | #Constraints:      55173
1198.10/1201.29	c #Conflicts:    2273000 | #Constraints:      56173
1198.10/1201.29	c #Conflicts:    2274000 | #Constraints:      57173
1198.10/1201.29	c #Conflicts:    2275000 | #Constraints:      58173
1198.10/1201.29	c #Conflicts:    2276000 | #Constraints:      59173
1198.10/1201.29	c #Conflicts:    2277000 | #Constraints:      60173
1198.10/1201.29	c #Conflicts:    2278000 | #Constraints:      61173
1198.10/1201.29	c #Conflicts:    2279000 | #Constraints:      62173
1198.10/1201.29	c #Conflicts:    2280000 | #Constraints:      63173
1198.10/1201.29	c #Conflicts:    2281000 | #Constraints:      64173
1198.10/1201.29	c #Conflicts:    2282000 | #Constraints:      65174
1198.10/1201.29	c #Conflicts:    2283000 | #Constraints:      66174
1198.10/1201.29	c #Conflicts:    2284000 | #Constraints:      67174
1198.10/1201.29	c #Conflicts:    2285000 | #Constraints:      68174
1198.10/1201.29	c #Conflicts:    2286000 | #Constraints:      69174
1198.10/1201.29	c INPROCESSING
1198.10/1201.29	c GARBAGE COLLECT
1198.10/1201.29	WSVECS04 Frhs2[15]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[21]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[24]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[45]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[48]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[61]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[71]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[73]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[74]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[76]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[82]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[85]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[89]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[91]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[106]: 6 -1.5086 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[109]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[124]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[125]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[136]: 6 -2 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[146]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[151]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[157]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[173]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[182]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[187]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[210]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[221]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[233]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[240]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[251]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[266]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[273]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[312]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[331]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[338]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[347]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[367]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[374]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[380]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[410]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[423]: 6 -1.50464 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[424]: 6 -2.37964 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[427]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[437]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[451]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[453]: 6 -5.46875 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[454]: 6 -1.06482 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[459]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[463]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[464]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[470]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[472]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[487]: 6 -1.12964 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[489]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[492]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[497]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[498]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[513]: 6 -0.897859 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[519]: 6 -1.25928 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[524]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[533]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[536]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[549]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[550]: 6 -1.04321 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[566]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[572]: 6 -1.3125 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[583]: 6 -3.87964 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[585]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[586]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[593]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[599]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[602]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[614]: 6 -2.82483 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[618]: 6 -1.6914 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[623]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[624]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[629]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[636]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[655]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[663]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[664]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[677]: 6 0 2.15625 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[679]: 6 -1.375 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[699]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[726]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[979]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1062]: 6 -0.625001 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1077]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1078]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1081]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1087]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1089]: 6 -1.5 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1090]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1091]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1094]: 6 -0.75 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1096]: 6 -1.14355 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1103]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1113]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1116]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1129]: 6 0 0.375001 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1131]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1139]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1140]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1149]: 6 -1.3125 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1150]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1151]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1157]: 6 0 0.0500007 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1160]: 6 -2.01855 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1161]: 6 0 2.4125 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1190]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1192]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1196]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1199]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1203]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1209]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1222]: 6 -1.3125 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1225]: 6 -1.5 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1236]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1241]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1245]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1253]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1265]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1266]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1287]: 6 -2.375 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1298]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1300]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1306]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1320]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1337]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1365]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1368]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1397]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1412]: 6 -0.75 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1428]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1435]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1444]: 6 -1.0625 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1454]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1465]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1474]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1477]: 6 -3.3125 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1488]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1497]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1502]: 6 -2.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1511]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1517]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1524]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1534]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1550]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1566]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1567]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1569]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1586]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1591]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1593]: 6 -1.3125 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1598]: 6 -1.40625 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1606]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1608]: 6 -4.46875 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1623]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1626]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1630]: 6 -0.6875 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1656]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1658]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1659]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1661]: 6 -0.75 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1662]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1682]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1686]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1715]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1716]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1718]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1981]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1997]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[1999]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2009]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2056]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2088]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2089]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2092]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2100]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2122]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2142]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2162]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2163]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2166]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2190]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2197]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2200]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2207]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2215]: 6 -2.05 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2230]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2284]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2296]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2297]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2308]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2310]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2317]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2326]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2357]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2359]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2362]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2363]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2369]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2372]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2376]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2380]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2384]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2423]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2434]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2467]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2471]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2474]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2475]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2478]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2479]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2488]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2489]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2502]: 6 -0.625001 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2504]: 6 0 1.5 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2544]: 6 -11 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2551]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2557]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2584]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2586]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2598]: 6 -0.312501 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2600]: 6 0 2.75 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2617]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2620]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2642]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2643]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2650]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2663]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2665]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2671]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2674]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2675]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2680]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2682]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2694]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2706]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2713]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2734]: 6 -10.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2738]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2746]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2750]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2754]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2755]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2758]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2765]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2769]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2772]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2776]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2786]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2788]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2824]: 6 -1.25 0 shouldn't be
1198.10/1201.29	WSVECS04 Frhs2[2840]: 6 -5 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2865]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2882]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2884]: 6 -1.3125 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2888]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2896]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2905]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2906]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2927]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2941]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2943]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2961]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2966]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2970]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2981]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2983]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2984]: 6 -1.03125 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2992]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[2997]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3026]: 6 -4.75 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3038]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3040]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3044]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3052]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3053]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3098]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3109]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3124]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3128]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3132]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3136]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3140]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3150]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3151]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3154]: 6 -1.26786 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3191]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3210]: 6 -10.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3231]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3239]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3242]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3243]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3246]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3247]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3250]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3252]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3253]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3267]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3307]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3310]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3318]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3326]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3327]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3331]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3337]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3340]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3341]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3346]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3365]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3380]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3392]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3404]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3408]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3420]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3423]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3426]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3428]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3430]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3432]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3434]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3435]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3437]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3442]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3470]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3480]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3485]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3486]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3494]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3498]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3514]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3515]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3519]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3523]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3526]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3537]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3542]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3554]: 6 -1.3125 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3594]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3604]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3608]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3640]: 6 -1.3125 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3656]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3660]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3662]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3670]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3681]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3723]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3727]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3734]: 6 -1.25 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3767]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3787]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3790]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3801]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3805]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3808]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3821]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3844]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3846]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3863]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3881]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3889]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3912]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3919]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3923]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3930]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3931]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3954]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3969]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3980]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3985]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3993]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3996]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[3997]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4001]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4004]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4009]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4024]: 6 -0.625 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4048]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4052]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4061]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4072]: 6 -4.46875 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4073]: 6 -4.46875 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4076]: 6 -5 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4104]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4113]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4202]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4209]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4210]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4278]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4279]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4280]: 6 -1 0 shouldn't be
1198.10/1201.30	WSVECS04 Frhs2[4281]: 6 -1 0 shouldn't be
1296.46/1299.88	c #Conflicts:    2287000 | #Constraints:      40 [...]

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

14	WSVECS04 Frhs2[2740]: 6 -1.6566 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2742]: 6 -2.31316 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2746]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2748]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2750]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2751]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2753]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2756]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2759]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2763]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2767]: 6 0 1.71438 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2769]: 6 -6.42881 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2772]: 6 -1.25005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2774]: 6 0 1.18753 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2785]: 6 -1.32818 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2788]: 6 -1.62505 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2794]: 6 -0.928848 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2796]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2797]: 6 -0.971639 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2798]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2800]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2803]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2804]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2807]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2810]: 6 -2.67443 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2814]: 6 -1.31252 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2815]: 6 -1.25008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2820]: 6 0 1.00006 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2827]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2830]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2834]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2840]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2842]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2844]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2846]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2848]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2849]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2852]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2853]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2856]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2857]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2859]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2862]: 6 -1.33205 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2864]: 6 -1.33209 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2893]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2894]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2895]: 6 -0.51507 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2903]: 6 -1.00165 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2904]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2912]: 6 -1.25001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2913]: 6 -3.30404 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2916]: 6 0 0.644119 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2927]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2929]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2931]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2933]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2936]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2938]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2940]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2942]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2944]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2946]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2948]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2950]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2952]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2953]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2957]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2960]: 6 -1.66408 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2984]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2985]: 6 -0.999149 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2986]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2990]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[2991]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3002]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3010]: 6 -0.586181 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3018]: 6 -5.33634 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3019]: 6 -3.36231 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3024]: 6 -0.998068 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3025]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3027]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3030]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3031]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3034]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3035]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3039]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3043]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3053]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3060]: 6 -1.32822 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3076]: 6 -0.325964 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3078]: 6 -1.00096 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3079]: 6 -0.839058 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3080]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3082]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3083]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3084]: 6 -1.00016 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3085]: 6 -1.00025 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3087]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3089]: 6 -1.0008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3091]: 6 -0.879929 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3107]: 6 -0.812608 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3114]: 6 -10.3926 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3115]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3117]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3120]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3121]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3124]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3125]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3128]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3129]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3132]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3133]: 6 -1.00011 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3136]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3137]: 6 -1.00011 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3140]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3141]: 6 -1.00034 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3145]: 6 -1.00107 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3155]: 6 -0.988383 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3160]: 6 -1.6251 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3167]: 6 -2.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3171]: 6 -1.27037 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3172]: 6 -0.999108 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3173]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3175]: 6 -1.35969 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3179]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3181]: 6 -1.00197 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3182]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3187]: 6 -0.998071 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3201]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3208]: 6 -0.999985 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3210]: 6 -0.999979 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3218]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3220]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3221]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3224]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3225]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3228]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3230]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3231]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3234]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3235]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3238]: 6 -0.510677 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3246]: 6 -1.66981 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3250]: 6 -11.4567 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3265]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3273]: 6 -2.0413 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3289]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3298]: 6 0 0.0339593 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3305]: 6 0 1.48376 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3306]: 6 0 3.88802 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3314]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3316]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3318]: 6 -0.996563 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3320]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3322]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3324]: 6 -1.01107 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3326]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3328]: 6 -0.999438 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3332]: 6 -0.665822 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3338]: 6 -2.23879 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3343]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3361]: 6 -1.50023 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3366]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3369]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3373]: 6 -1.00064 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3384]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3386]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3387]: 6 -1.32818 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3388]: 6 -1.32817 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3395]: 6 -2.00076 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3400]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3402]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3404]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3405]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3408]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3410]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3411]: 6 -0.997988 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3414]: 6 -1.0007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3415]: 6 -0.992548 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3418]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3423]: 6 -5.40935 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3430]: 6 0 0.577357 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3437]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3441]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3444]: 6 -1.32822 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3451]: 6 -0.625057 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3465]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3469]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3485]: 6 -1.31259 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3498]: 6 -8.86767 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3502]: 6 -1.02739 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3506]: 6 -0.999997 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3508]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3512]: 6 -0.125799 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3516]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3523]: 6 -0.999848 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3525]: 6 -1.00312 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3528]: 6 -1.50007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3529]: 6 -1.50174 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3555]: 6 -1.31294 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3557]: 6 -1.25006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3575]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3578]: 6 -1.00165 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3584]: 6 0 1.19404 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3586]: 6 0 1.32643 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3595]: 6 -2.47201 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3598]: 6 -1.30679 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3600]: 6 0 0.744129 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3602]: 6 -0.173185 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3608]: 6 -1.00008 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3610]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3612]: 6 -0.223537 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3615]: 6 -1.00342 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3620]: 6 -0.9747 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3630]: 6 -5.65289 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3640]: 6 0 1.97976 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3662]: 6 -1.00157 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3663]: 6 -1.00307 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3664]: 6 -0.937015 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3669]: 6 -1.38206 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3672]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3679]: 6 -0.690961 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3682]: 6 0 1.48678 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3694]: 6 0 8.03129 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3696]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3698]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3700]: 6 -5.89212 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3702]: 6 -1.00776 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3703]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3706]: 6 -1.61664 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3707]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3714]: 6 0 1.01376 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3716]: 6 -0.973759 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3726]: 6 0 0.380765 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3728]: 6 -1.78061 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3742]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3751]: 6 -1.00025 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3755]: 6 -0.986064 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3760]: 6 -0.760709 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3769]: 6 -1.00804 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3780]: 6 -1.58422 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3782]: 6 -2.73862 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3784]: 6 -1.61921 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3788]: 6 -1.00096 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3802]: 6 -0.999749 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3803]: 6 -1.00053 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3806]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3807]: 6 -1.00208 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3809]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3811]: 6 -1.00341 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3814]: 6 -1.00089 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3815]: 6 -1.00084 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3816]: 6 -1.00165 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3817]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3819]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3821]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3828]: 6 -1.30882 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3829]: 6 -5.69123 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3838]: 6 -2.50007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3843]: 6 -2.02324 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3846]: 6 0 0.395744 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3852]: 6 -1.93453 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3854]: 6 -0.888447 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3860]: 6 0 1.50424 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3866]: 6 0 0.6782 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3873]: 6 -1.00018 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3876]: 6 -0.999987 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3877]: 6 -0.99997 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3882]: 6 0 0.70378 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3883]: 6 0 0.22868 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3894]: 6 0 0.849728 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3900]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3902]: 6 -0.709921 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3904]: 6 -0.939398 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3910]: 6 -0.999874 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3914]: 6 -1.00084 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3915]: 6 -1.00087 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3917]: 6 0 0.185857 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3919]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3933]: 6 0 1.91705 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3948]: 6 -3.35469 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3950]: 6 -0.612519 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3951]: 6 -1.00015 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3952]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3955]: 6 -1.00001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3970]: 6 0 1.11533 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3976]: 6 -0.999928 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3980]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3981]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3984]: 6 -1.00155 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3985]: 6 -1.00156 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3988]: 6 -3.35175 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3989]: 6 -3.35765 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3993]: 6 -1.00032 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3996]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[3998]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4000]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4001]: 6 -1.00134 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4004]: 6 0 0.498419 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4006]: 6 0 0.69275 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4014]: 6 0 1.92538 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4016]: 6 0 0.850738 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4019]: 6 -2.72556 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4036]: 6 -1.58896 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4043]: 6 -1.00005 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4049]: 6 -1.00046 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4051]: 6 0 0.25841 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4055]: 6 0 3.00837 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4058]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4068]: 6 -2.54286 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4069]: 6 -2.54288 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4072]: 6 -2.61938 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4077]: 6 -1.00021 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4082]: 6 0 0.318721 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4088]: 6 -1.00007 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4090]: 6 -1.00004 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4092]: 6 -0.854576 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4094]: 6 -0.709556 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4096]: 6 -1.00091 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4102]: 6 -5.24067 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4110]: 6 -7.25704 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4111]: 6 -1.00002 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4114]: 6 -1.00006 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4116]: 6 -1.31256 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4118]: 6 -1.2501 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4126]: 6 -1.00003 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4128]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4201]: 6 -0.987067 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4202]: 6 -1.0001 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4211]: 6 0 3.64552 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4245]: 6 -1.00009 0 shouldn't be
1764.56/1769.14	WSVECS04 Frhs2[4284]: 6 -1.00005 0 shouldn't be
1786.42/1791.10	c #Conflicts:    3002000 | #Constraints:      44389
1786.42/1791.10	c #Conflicts:    3003000 | #Constraints:      45389
1786.42/1791.10	c #Conflicts:    3004000 | #Constraints:      46389
1786.42/1791.10	c #Conflicts:    3005000 | #Constraints:      47389
1786.42/1791.10	c #Conflicts:    3006000 | #Constraints:      48389
1786.42/1791.10	c #Conflicts:    3007000 | #Constraints:      49389
1786.42/1791.10	c #Conflicts:    3008000 | #Constraints:      50389
1786.42/1791.10	c #Conflicts:    3009000 | #Constraints:      51390
1786.42/1791.10	c #Conflicts:    3010000 | #Constraints:      52390
1786.42/1791.10	c #Conflicts:    3011000 | #Constraints:      53390
1786.42/1791.10	c #Conflicts:    3012000 | #Constraints:      54390
1786.42/1791.10	c #Conflicts:    3013000 | #Constraints:      55390
1786.42/1791.10	c #Conflicts:    3014000 | #Constraints:      56390
1786.42/1791.10	c #Conflicts:    3015000 | #Constraints:      57390
1786.42/1791.10	c #Conflicts:    3016000 | #Constraints:      58390
1786.42/1791.10	c #Conflicts:    3017000 | #Constraints:      59390
1786.42/1791.10	c #Conflicts:    3018000 | #Constraints:      60390
1786.42/1791.10	c #Conflicts:    3019000 | #Constraints:      61390
1786.42/1791.10	c #Conflicts:    3020000 | #Constraints:      62390
1786.42/1791.10	c #Conflicts:    3021000 | #Constraints:      63390
1786.42/1791.10	c #Conflicts:    3022000 | #Constraints:      64390
1786.42/1791.10	c #Conflicts:    3023000 | #Constraints:      65390
1786.42/1791.10	c #Conflicts:    3024000 | #Constraints:      66390
1786.42/1791.10	c #Conflicts:    3025000 | #Constraints:      67390
1786.42/1791.10	c #Conflicts:    3026000 | #Constraints:      68390
1786.42/1791.10	c #Conflicts:    3027000 | #Constraints:      69390
1786.42/1791.10	c #Conflicts:    3028000 | #Constraints:      70390
1786.42/1791.10	c #Conflicts:    3029000 | #Constraints:      71390
1786.42/1791.10	c #Conflicts:    3030000 | #Constraints:      72390
1786.42/1791.10	c #Conflicts:    3031000 | #Constraints:      73390
1786.42/1791.10	c #Conflicts:    3032000 | #Constraints:      74390
1786.42/1791.10	c #Conflicts:    3033000 | #Constraints:      75390
1786.42/1791.10	c #Conflicts:    3034000 | #Constraints:      76390
1786.42/1791.10	c #Conflicts:    3035000 | #Constraints:      77390
1786.42/1791.10	c #Conflicts:    3036000 | #Constraints:      78390
1786.42/1791.10	c INPROCESSING
1786.42/1791.10	c GARBAGE COLLECT
1786.42/1791.10	c rational objective 803.01
1809.85/1814.57	c #Conflicts:    3037000 | #Constraints:      44804
1809.85/1814.57	c #Conflicts:    3038000 | #Constraints:      45805
1809.85/1814.57	c #Conflicts:    3039000 | #Constraints:      46805
1809.85/1814.57	c #Conflicts:    3040000 | #Constraints:      47805
1809.85/1814.57	c #Conflicts:    3041000 | #Constraints:      48805
1809.85/1814.57	c #Conflicts:    3042000 | #Constraints:      49805
1809.85/1814.57	c #Conflicts:    3043000 | #Constraints:      50805
1809.85/1814.57	c #Conflicts:    3044000 | #Constraints:      51805
1809.85/1814.57	c #Conflicts:    3045000 | #Constraints:      52805
1809.85/1814.57	c #Conflicts:    3046000 | #Constraints:      53805
1809.85/1814.57	c #Conflicts:    3047000 | #Constraints:      54805
1809.85/1814.57	c #Conflicts:    3048000 | #Constraints:      55805
1809.85/1814.57	c #Conflicts:    3049000 | #Constraints:      56805
1809.85/1814.57	c #Conflicts:    3050000 | #Constraints:      57805
1809.85/1814.57	c #Conflicts:    3051000 | #Constraints:      58805
1809.85/1814.57	c #Conflicts:    3052000 | #Constraints:      59805
1809.85/1814.57	c #Conflicts:    3053000 | #Constraints:      60805
1809.85/1814.57	c #Conflicts:    3054000 | #Constraints:      61805
1809.85/1814.57	c #Conflicts:    3055000 | #Constraints:      62805
1809.85/1814.57	c #Conflicts:    3056000 | #Constraints:      63805
1809.85/1814.57	c #Conflicts:    3057000 | #Constraints:      64805
1809.85/1814.57	c #Conflicts:    3058000 | #Constraints:      65805
1809.85/1814.57	c #Conflicts:    3059000 | #Constraints:      66805
1809.85/1814.57	c #Conflicts:    3060000 | #Constraints:      67805
1809.85/1814.57	c #Conflicts:    3061000 | #Constraints:      68805
1809.85/1814.57	c #Conflicts:    3062000 | #Constraints:      69805
1809.85/1814.57	c #Conflicts:    3063000 | #Constraints:      70805
1809.85/1814.57	c #Conflicts:    3064000 | #Constraints:      71806
1809.85/1814.57	c #Conflicts:    3065000 | #Constraints:      72806
1809.85/1814.57	c #Conflicts:    3066000 | #Constraints:      73806
1809.85/1814.57	c #Conflicts:    3067000 | #Constraints:      74806
1809.85/1814.57	c #Conflicts:    3068000 | #Constraints:      75806
1809.85/1814.57	c #Conflicts:    3069000 | #Constraints:      76806
1809.85/1814.57	c #Conflicts:    3070000 | #Constraints:      77806
1809.85/1814.57	c #Conflicts:    3071000 | #Constraints:      78806
1809.85/1814.57	c INPROCESSING
1809.85/1814.57	c GARBAGE COLLECT
1809.85/1814.57	c #Conflicts:    3072000 | #Constraints:      45039
1809.85/1814.57	c #Conflicts:    3073000 | #Constraints:      46039
1809.85/1814.57	c #Conflicts:    3074000 | #Constraints:      47039
1809.85/1814.57	c #Conflicts:    3075000 | #Constraints:      48039
1809.85/1814.57	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[65]: 6 -0.999468 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[74]: 6 -1.16437 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[85]: 6 0 0.208334 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[92]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[113]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[133]: 6 -0.898725 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[146]: 6 -2.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[152]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[197]: 6 -1.17477 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[200]: 6 -0.958334 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[201]: 6 -0.416667 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[205]: 6 0 0.123142 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[237]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[270]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[305]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[325]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[355]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[365]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[389]: 6 -0.898725 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[485]: 6 -1.32764 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[490]: 6 -0.984375 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[548]: 6 -1.09843 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[588]: 6 -0.9375 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[590]: 6 -0.437501 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[596]: 6 -2 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[615]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[616]: 6 -1.27839 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[641]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[653]: 6 -2.12314 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[718]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1061]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1115]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1128]: 6 -1.16864 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1131]: 6 -1.0033 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1159]: 6 -0.220087 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1180]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1194]: 6 -0.921541 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1195]: 6 -1.01984 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1219]: 6 -0.958334 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1244]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1257]: 6 -0.166667 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1306]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1380]: 6 0 0.0274488 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1422]: 6 -1.20313 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1444]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1521]: 6 -0.750001 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1543]: 6 -1.58435 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1589]: 6 -0.187501 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1619]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1766]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1957]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1975]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[1984]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2055]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2060]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2072]: 6 -5 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2085]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2145]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2149]: 6 -0.999996 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2152]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2157]: 6 -0.999924 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2257]: 6 -0.5 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2274]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2275]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2288]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2343]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2351]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2362]: 6 -9.48931 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2383]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2450]: 6 -5 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2530]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2534]: 6 -1.27604 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2536]: 6 -1.23958 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2575]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2625]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2725]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2727]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2734]: 6 0 0.411133 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2745]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2753]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2810]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2832]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2837]: 6 -4.33594 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[2932]: 6 0 1.65625 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3009]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3029]: 6 -0.375 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3122]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3123]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3155]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3226]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3236]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3237]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3249]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3344]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3418]: 6 -2.125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3429]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3431]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3453]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3455]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3469]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3507]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3509]: 6 -1.32813 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3530]: 6 0 1 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3561]: 6 -0.662621 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3586]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3598]: 6 -5 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3601]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3607]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3620]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3621]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3684]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3692]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3693]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3696]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3700]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3701]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3715]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3729]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3779]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3790]: 6 0 1 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3792]: 6 -0.625001 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3797]: 6 -0.500001 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3800]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3809]: 6 -3 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3811]: 6 -3 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3818]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3886]: 6 -3.93173 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3915]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3971]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3979]: 6 -1.3125 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3983]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3991]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4007]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4012]: 6 0 1 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4044]: 6 -1.25 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4071]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4089]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
1809.85/1814.57	WSVECS04 Frhs2[4240]: 6 -1 0 shouldn't be
1854.44/1859.28	c #Conflicts:    3076000 | #Constraints:      49057
1854.44/1859.28	c #Conflicts:    3077000 | #Constraints:      50057
1854.44/1859.28	c #Conflicts:    3078000 | #Constraints:      51057
1854.44/1859.28	c #Conflicts:    3079000 | #Constraints:      52057
1854.44/1859.28	c #Conflicts:    3080000 | #Constraints:      53057
1854.44/1859.28	c #Conflicts:    3081000 | #Constraints:      54057
1854.44/1859.28	c #Conflicts:    3082000 | #Constraints:      55057
1854.44/1859.28	c #Conflicts:    3083000 | #Constraints:      56057
1854.44/1859.28	c #Conflicts:    3084000 | #Constraints:      57057
1854.44/1859.28	c #Conflicts:    3085000 | #Constraints:      58057
1854.44/1859.28	c #Conflicts:    3086000 | #Constraints:      59057
1854.44/1859.28	c #Conflicts:    3087000 | #Constraints:      60057
1854.44/1859.28	c #Conflicts:    3088000 | #Constraints:      61057
1854.44/1859.28	c #Conflicts:    3089000 | #Constraints:      62057
1854.44/1859.28	c #Conflicts:    3090000 | #Constraints:      63057
1854.44/1859.28	c #Conflicts:    3091000 | #Constraints:      64057
1854.44/1859.28	c #Conflicts:    3092000 | #Constraints:      65057
1854.44/1859.28	c #Conflicts:    3093000 | #Constraints:      66057
1854.44/1859.28	c #Conflicts:    3094000 | #Constraints:      67057
1854.44/1859.28	c #Conflicts:    3095000 | #Constraints:      68057
1854.44/1859.28	c #Conflicts:    3096000 | #Constraints:      69057
1854.44/1859.28	c #Conflicts:    3097000 | #Constraints:      70057
1854.44/1859.28	c #Conflicts:    3098000 | #Constraints:      71057
1854.44/1859.28	c #Conflicts:    3099000 | #Constraints:      72057
1854.44/1859.28	c #Conflicts:    3100000 | #Constraints:      73057
1854.44/1859.28	c #Conflicts:    3101000 | #Constraints:      74057
1854.44/1859.28	c #Conflicts:    3102000 | #Constraints:      75057
1854.44/1859.28	c #Conflicts:    3103000 | #Constraints:      76057
1854.44/1859.28	c #Conflicts:    3104000 | #Constraints:      77057
1854.44/1859.28	c #Conflicts:    3105000 | #Constraints:      78057
1854.44/1859.28	c #Conflicts:    3106000 | #Constraints:      79057
1854.44/1859.28	c INPROCESSING
1854.44/1859.28	c GARBAGE COLLECT
1854.44/1859.28	c #Conflicts:    3107000 | #Constraints:      45014
1854.44/1859.28	c #Conflicts:    3108000 | #Constraints:      46014
1854.44/1859.28	c #Conflicts:    3109000 | #Constraints:      47014
1854.44/1859.28	c #Conflicts:    3110000 | #Constraints:      48014
1854.44/1859.28	c #Conflicts:    3111000 | #Constraints:      49014
1854.44/1859.28	c #Conflicts:    3112000 | #Constraints:      50014
1854.44/1859.28	c #Conflicts:    3113000 | #Constraints:      51014
1854.44/1859.28	c #Conflicts:    3114000 | #Constraints:      52014
1854.44/1859.28	c #Conflicts:    3115000 | #Constraints:      53014
1854.44/1859.28	c #Conflicts:    3116000 | #Constraints:      54014
1854.44/1859.28	c #Conflicts:    3117000 | #Constraints:      55014
1854.44/1859.28	c #Conflicts:    3118000 | #Constraints:      56014
1854.44/1859.28	c #Conflicts:    3119000 | #Constraints:      57014
1854.44/1859.28	c #Conflicts:    3120000 | #Constraints:      58014
1854.44/1859.28	c #Conflicts:    3121000 | #Constraints:      59014
1854.44/1859.28	c #Conflicts:    3122000 | #Constraints:      60014
1854.44/1859.28	c #Conflicts:    3123000 | #Constraints:      61014
1854.44/1859.28	c #Conflicts:    3124000 | #Constraints:      62014
1854.44/1859.28	c #Conflicts:    3125000 | #Constraints:      63014
1854.44/1859.28	c #Conflicts:    3126000 | #Constraints:      64014
1854.44/1859.28	c #Conflicts:    3127000 | #Constraints:      65014
1854.44/1859.28	c #Conflicts:    3128000 | #Constraints:      66014
1854.44/1859.28	c #Conflicts:    3129000 | #Constraints:      67014
1854.44/1859.28	c #Conflicts:    3130000 | #Constraints:      68014
1854.44/1859.28	c #Conflicts:    3131000 | #Constraints:      69014
1854.44/1859.28	c #Conflicts:    3132000 | #Constraints:      70014
1854.44/1859.28	c #Conflicts:    3133000 | #Constraints:      71014
1854.44/1859.28	c #Conflicts:    3134000 | #Constraints:      72014
1854.44/1859.28	c #Conflicts:    3135000 | #Constraints:      73014
1854.44/1859.28	c #Conflicts:    3136000 | #Constraints:      74014
1854.44/1859.28	c #Conflicts:    3137000 | #Constraints:      75014
1854.44/1859.28	c #Conflicts:    3138000 | #Constraints:      76014
1854.44/1859.28	c #Conflicts:    3139000 | #Constraints:      77014
1854.44/1859.28	c #Conflicts:    3140000 | #Constraints:      78014
1854.44/1859.28	c #Conflicts:    3141000 | #Constraints:      79014
1854.44/1859.28	c INPROCESSING
1854.44/1859.28	c GARBAGE COLLECT
1854.44/1859.28	c #Conflicts:    3142000 | #Constraints:      44788
1854.44/1859.28	c #Conflicts:    3143000 | #Constraints:      45788
1854.44/1859.28	c #Conflicts:    3144000 | #Constraints:      46788
1854.44/1859.28	c #Conflicts:    3145000 | #Constraints:      47788
1854.44/1859.28	c #Conflicts:    3146000 | #Constraints:      48788
1854.44/1859.28	c #Conflicts:    3147000 | #Constraints:      49788
1854.44/1859.28	c #Conflicts:    3148000 | #Constraints:      50788
1854.44/1859.28	c #Conflicts:    3149000 | #Constraints:      51788
1854.44/1859.28	c #Conflicts:    3150000 | #Constraints:      52788
1854.44/1859.28	c #Conflicts:    3151000 | #Constraints:      53788
1854.44/1859.28	WSVECS04 Frhs2[24]: 6 0 0.902285 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[177]: 6 0 1.76628 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[178]: 6 0 1.33828 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[310]: 6 0 5.06291 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[344]: 6 0 0.949491 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[371]: 6 0 1.14022 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[391]: 6 0 3.12825 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[491]: 6 0 8.8369 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[643]: 6 0 1.88098 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[670]: 6 0 0.0800683 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[695]: 6 0 0.0343715 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[1106]: 6 0 0.989577 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[1120]: 6 0 0.631753 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[1248]: 6 0 0.0691118 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[1501]: 6 0 0.385547 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[1527]: 6 0 0.0398409 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2210]: 6 0 0.135642 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2279]: 6 0 0.126546 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2309]: 6 0 0.100013 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2321]: 6 0 0.0220451 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2322]: 6 0 0.397328 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2339]: 6 0 1.1001 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2410]: 6 0 0.588858 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[2508]: 6 0 0.563876 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3096]: 6 0 1.5524 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3199]: 6 0 0.0074135 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3212]: 6 0 5.38294 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3244]: 6 0 15.862 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3245]: 6 0 1.36223 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3351]: 6 0 2.64634 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3365]: 6 0 0.213545 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3381]: 6 0 1.37745 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3427]: 6 0 0.118034 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3431]: 6 0 4.472 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3446]: 6 0 0.232948 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3463]: 6 0 0.313424 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3529]: 6 0 5.05173 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3564]: 6 0 0.60105 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3606]: 6 0 1.74244 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3676]: 6 0 1.73063 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3684]: 6 0 0.258935 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3743]: 6 0 4.82617 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3762]: 6 0 0.0798795 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3769]: 6 0 0.223902 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3774]: 6 0 0.285588 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[3787]: 6 0 0.562131 shouldn't be
1854.44/1859.28	WSVECS04 Frhs2[4067]: 6 0 0.629407 shouldn't be
1909.21/1914.17	c #Conflicts:    3152000 | #Constraints:      54788
1909.21/1914.17	c #Conflicts:    3153000 | #Constraints:      55788
1909.21/1914.17	c #Conflicts:    3154000 | #Constraints:      56788
1909.21/1914.17	c #Conflicts:    3155000 | #Constraints:      57788
1909.21/1914.17	c #Conflicts:    3156000 | #Constraints:      58788
1909.21/1914.17	c #Conflicts:    3157000 | #Constraints:      59788
1909.21/1914.17	c #Conflicts:    3158000 | #Constraints:      60788
1909.21/1914.17	c #Conflicts:    3159000 | #Constraints:      61788
1909.21/1914.17	c #Conflicts:    3160000 | #Constraints:      62788
1909.21/1914.17	c #Conflicts:    3161000 | #Constraints:      63788
1909.21/1914.17	c #Conflicts:    3162000 | #Constraints:      64788
1909.21/1914.17	c #Conflicts:    3163000 | #Constraints:      65788
1909.21/1914.17	c #Conflicts:    3164000 | #Constraints:      66788
1909.21/1914.17	c #Conflicts:    3165000 | #Constraints:      67788
1909.21/1914.17	c #Conflicts:    3166000 | #Constraints:      68788
1909.21/1914.17	c #Conflicts:    3167000 | #Constraints:      69788
1909.21/1914.17	c #Conflicts:    3168000 | #Constraints:      70788
1909.21/1914.17	c #Conflicts:    3169000 | #Constraints:      71788
1909.21/1914.17	c #Conflicts:    3170000 | #Constraints:      72788
1909.21/1914.17	c #Conflicts:    3171000 | #Constraints:      73788
1909.21/1914.17	c #Conflicts:    3172000 | #Constraints:      74788
1909.21/1914.17	c #Conflicts:    3173000 | #Constraints:      75788
1909.21/1914.17	c #Conflicts:    3174000 | #Constraints:      76788
1909.21/1914.17	c #Conflicts:    3175000 | #Constraints:      77788
1909.21/1914.17	c #Conflicts:    3176000 | #Constraints:      78788
1909.21/1914.17	c #Conflicts:    3177000 | #Constraints:      79788
1909.21/1914.17	c INPROCESSING
1909.21/1914.17	c GARBAGE COLLECT
1909.21/1914.17	c #Conflicts:    3178000 | #Constraints:      45353
1909.21/1914.17	c #Conflicts:    3179000 | #Constraints:      46353
1909.21/1914.17	c #Conflicts:    3180000 | #Constraints:      47353
1909.21/1914.17	c #Conflicts:    3181000 | #Constraints:      48353
1909.21/1914.17	c #Conflicts:    3182000 | #Constraints:      49353
1909.21/1914.17	c #Conflicts:    3183000 | #Constraints:      50353
1909.21/1914.17	c #Conflicts:    3184000 | #Constraints:      51353
1909.21/1914.17	c #Conflicts:    3185000 | #Constraints:      52353
1909.21/1914.17	c #Conflicts:    3186000 | #Constraints:      53353
1909.21/1914.17	c #Conflicts:    3187000 | #Constraints:      54353
1909.21/1914.17	c #Conflicts:    3188000 | #Constraints:      55353
1909.21/1914.17	c #Conflicts:    3189000 | #Constraints:      56353
1909.21/1914.17	c #Conflicts:    3190000 | #Constraints:      57353
1909.21/1914.17	c #Conflicts:    3191000 | #Constraints:      58353
1909.21/1914.17	c #Conflicts:    3192000 | #Constraints:      59353
1909.21/1914.17	c #Conflicts:    3193000 | #Constraints:      60353
1909.21/1914.17	c #Conflicts:    3194000 | #Constraints:      61353
1909.21/1914.17	c #Conflicts:    3195000 | #Constraints:      62353
1909.21/1914.17	c #Conflicts:    3196000 | #Constraints:      63353
1909.21/1914.17	c #Conflicts:    3197000 | #Constraints:      64353
1909.21/1914.17	c #Conflicts:    3198000 | #Constraints:      65353
1909.21/1914.17	c #Conflicts:    3199000 | #Constraints:      66353
1909.21/1914.17	c #Conflicts:    3200000 | #Constraints:      67353
1909.21/1914.17	c #Conflicts:    3201000 | #Constraints:      68353
1909.21/1914.17	c #Conflicts:    3202000 | #Constraints:      69353
1909.21/1914.17	c #Conflicts:    3203000 | #Constraints:      70353
1909.21/1914.17	c #Conflicts:    3204000 | #Constraints:      71353
1909.21/1914.17	c #Conflicts:    3205000 | #Constraints:      72353
1909.21/1914.17	c #Conflicts:    3206000 | #Constraints:      73353
1909.21/1914.17	c #Conflicts:    3207000 | #Constraints:      74353
1909.21/1914.17	c #Conflicts:    3208000 | #Constraints:      75353
1909.21/1914.17	c #Conflicts:    3209000 | #Constraints:      76353
1909.21/1914.17	c #Conflicts:    3210000 | #Constraints:      77353
1909.21/1914.17	c #Conflicts:    3211000 | #Constraints:      78353
1909.21/1914.17	c #Conflicts:    3212000 | #Constraints:      79353
1909.21/1914.17	c #Conflicts:    3213000 | #Constraints:      80353
1909.21/1914.17	c INPROCESSING
1909.21/1914.17	c GARBAGE COLLECT
1909.21/1914.17	c #Conflicts:    3214000 | #Constraints:      45772
1909.21/1914.17	c #Conflicts:    3215000 | #Constraints:      46772
1909.21/1914.17	c #Conflicts:    3216000 | #Constraints:      47772
1909.21/1914.17	c #Conflicts:    3217000 | #Constraints:      48772
1909.21/1914.17	c #Conflicts:    3218000 | #Constraints:      49772
1909.21/1914.17	c #Conflicts:    3219000 | #Constraints:      50772
1909.21/1914.17	c #Conflicts:    3220000 | #Constraints:      51772
1909.21/1914.17	c #Conflicts:    3221000 | #Constraints:      52772
1909.21/1914.17	c #Conflicts:    3222000 | #Constraints:      53772
1909.21/1914.17	c #Conflicts:    3223000 | #Constraints:      54772
1909.21/1914.17	c #Conflicts:    3224000 | #Constraints:      55772
1909.21/1914.17	c #Conflicts:    3225000 | #Constraints:      56772
1909.21/1914.17	c #Conflicts:    3226000 | #Constraints:      57772
1909.21/1914.17	c #Conflicts:    3227000 | #Constraints:      58772
1909.21/1914.17	c #Conflicts:    3228000 | #Constraints:      59772
1909.21/1914.17	c #Conflicts:    3229000 | #Constraints:      60772
1960.76/1965.84	c #Conflicts:    3230000 | #Constraints:      61772
1960.76/1965.84	c #Conflicts:    3231000 | #Constraints:      62772
1960.76/1965.84	c #Conflicts:    3232000 | #Constraints:      63772
1960.76/1965.84	c #Conflicts:    3233000 | #Constraints:      64772
1960.76/1965.84	c #Conflicts:    3234000 | #Constraints:      65772
1960.76/1965.84	c #Conflicts:    3235000 | #Constraints:      66772
1960.76/1965.84	c #Conflicts:    3236000 | #Constraints:      67772
1960.76/1965.84	c #Conflicts:    3237000 | #Constraints:      68772
1960.76/1965.84	c #Conflicts:    3238000 | #Constraints:      69772
1960.76/1965.84	c #Conflicts:    3239000 | #Constraints:      70772
1960.76/1965.84	c #Conflicts:    3240000 | #Constraints:      71772
1960.76/1965.84	c #Conflicts:    3241000 | #Constraints:      72772
1960.76/1965.84	c #Conflicts:    3242000 | #Constraints:      73772
1960.76/1965.84	c #Conflicts:    3243000 | #Constraints:      74772
1960.76/1965.84	c #Conflicts:    3244000 | #Constraints:      75772
1960.76/1965.84	c #Conflicts:    3245000 | #Constraints:      76772
1960.76/1965.84	c #Conflicts:    3246000 | #Constraints:      77772
1960.76/1965.84	c #Conflicts:    3247000 | #Constraints:      78772
1960.76/1965.84	c #Conflicts:    3248000 | #Constraints:      79772
1960.76/1965.84	c #Conflicts:    3249000 | #Constraints:      80772
1960.76/1965.84	c INPROCESSING
1960.76/1965.84	c GARBAGE COLLECT
1960.76/1965.84	c #Conflicts:    3250000 | #Constraints:      45989
1960.76/1965.84	c #Conflicts:    3251000 | #Constraints:      46989
1960.76/1965.84	c #Conflicts:    3252000 | #Constraints:      47989
1960.76/1965.84	c #Conflicts:    3253000 | #Constraints:      48989
1960.76/1965.84	c #Conflicts:    3254000 | #Constraints:      49989
1960.76/1965.84	c #Conflicts:    3255000 | #Constraints:      50989
1960.76/1965.84	c #Conflicts:    3256000 | #Constraints:      51989
1960.76/1965.84	c #Conflicts:    3257000 | #Constraints:      52989
1960.76/1965.84	c #Conflicts:    3258000 | #Constraints:      53989
1960.76/1965.84	c #Conflicts:    3259000 | #Constraints:      54989
1960.76/1965.84	c #Conflicts:    3260000 | #Constraints:      55989
1960.76/1965.84	c #Conflicts:    3261000 | #Constraints:      56989
1960.76/1965.84	c #Conflicts:    3262000 | #Constraints:      57989
1960.76/1965.84	c #Conflicts:    3263000 | #Constraints:      58989
1960.76/1965.84	c #Conflicts:    3264000 | #Constraints:      59989
1960.76/1965.84	c #Conflicts:    3265000 | #Constraints:      60989
1960.76/1965.84	c #Conflicts:    3266000 | #Constraints:      61989
1960.76/1965.84	c #Conflicts:    3267000 | #Constraints:      62989
1960.76/1965.84	c #Conflicts:    3268000 | #Constraints:      63989
1960.76/1965.84	c #Conflicts:    3269000 | #Constraints:      64989
1960.76/1965.84	c #Conflicts:    3270000 | #Constraints:      65989
1960.76/1965.84	c #Conflicts:    3271000 | #Constraints:      66989
1960.76/1965.84	c #Conflicts:    3272000 | #Constraints:      67989
1960.76/1965.84	c #Conflicts:    3273000 | #Constraints:      68989
1960.76/1965.84	c #Conflicts:    3274000 | #Constraints:      69989
1960.76/1965.84	c #Conflicts:    3275000 | #Constraints:      70989
1960.76/1965.84	c #Conflicts:    3276000 | #Constraints:      71989
1960.76/1965.84	c #Conflicts:    3277000 | #Constraints:      72989
1960.76/1965.84	c #Conflicts:    3278000 | #Constraints:      73989
1960.76/1965.84	c #Conflicts:    3279000 | #Constraints:      74989
1960.76/1965.84	c #Conflicts:    3280000 | #Constraints:      75989
1960.76/1965.84	c #Conflicts:    3281000 | #Constraints:      76989
1960.76/1965.84	c #Conflicts:    3282000 | #Constraints:      77989
1960.76/1965.84	c #Conflicts:    3283000 | #Constraints:      78989
1960.76/1965.84	c #Conflicts:    3284000 | #Constraints:      79989
1960.76/1965.84	c #Conflicts:    3285000 | #Constraints:      80989
1960.76/1965.84	c INPROCESSING
1960.76/1965.84	c GARBAGE COLLECT
1960.76/1965.84	c #Conflicts:    3286000 | #Constraints:      46012
1960.76/1965.84	c #Conflicts:    3287000 | #Constraints:      47012
1960.76/1965.84	c #Conflicts:    3288000 | #Constraints:      48012
1960.76/1965.84	c #Conflicts:    3289000 | #Constraints:      49012
1960.76/1965.84	c #Conflicts:    3290000 | #Constraints:      50012
1960.76/1965.84	c #Conflicts:    3291000 | #Constraints:      51012
1960.76/1965.84	c #Conflicts:    3292000 | #Constraints:      52012
1960.76/1965.84	c #Conflicts:    3293000 | #Constraints:      53012
1960.76/1965.84	c #Conflicts:    3294000 | #Constraints:      54012
1960.76/1965.84	c #Conflicts:    3295000 | #Constraints:      55012
1960.76/1965.84	c #Conflicts:    3296000 | #Constraints:      56012
1960.76/1965.84	c #Conflicts:    3297000 | #Constraints:      57012
1960.76/1965.84	c #Conflicts:    3298000 | #Constraints:      58012
1960.76/1965.84	c #Conflicts:    3299000 | #Constraints:      59012
1960.76/1965.84	c #Conflicts:    3300000 | #Constraints:      60012
1960.76/1965.84	c #Conflicts:    3301000 | #Constraints:      61012
1960.76/1965.84	c #Conflicts:    3302000 | #Constraints:      62012
1960.76/1965.84	c #Conflicts:    3303000 | #Constraints:      63012
1960.76/1965.84	c #Conflicts:    3304000 | #Constraints:      64012
1960.76/1965.84	c #Conflicts:    3305000 | #Constraints:      65012
1960.76/1965.84	c #Conflicts:    3306000 | #Constraints:      66012
2002.76/2007.91	c #Conflicts:    3307000 | #Constraints:      67012
2002.76/2007.91	c #Conflicts:    3308000 | #Constraints:      68012
2002.76/2007.91	c #Conflicts:    3309000 | #Constraints:      69012
2002.76/2007.91	c #Conflicts:    3310000 | #Constraints:      70012
2002.76/2007.91	c #Conflicts:    3311000 | #Constraints:      71012
2002.76/2007.91	c #Conflicts:    3312000 | #Constraints:      72012
2002.76/2007.91	c #Conflicts:    3313000 | #Constraints:      73012
2002.76/2007.91	c #Conflicts:    3314000 | #Constraints:      74012
2002.76/2007.91	c #Conflicts:    3315000 | #Constraints:      75012
2002.76/2007.91	c #Conflicts:    3316000 | #Constraints:      76012
2002.76/2007.91	c #Conflicts:    3317000 | #Constraints:      77012
2002.76/2007.91	c #Conflicts:    3318000 | #Constraints:      78012
2002.76/2007.91	c #Conflicts:    3319000 | #Constraints:      79012
2002.76/2007.91	c #Conflicts:    3320000 | #Constraints:      80012
2002.76/2007.91	c #Conflicts:    3321000 | #Constraints:      81012
2002.76/2007.91	c INPROCESSING
2002.76/2007.91	c GARBAGE COLLECT
2002.76/2007.91	c #Conflicts:    3322000 | #Constraints:      45797
2002.76/2007.91	c #Conflicts:    3323000 | #Constraints:      46797
2002.76/2007.91	c #Conflicts:    3324000 | #Constraints:      47797
2002.76/2007.91	c #Conflicts:    3325000 | #Constraints:      48797
2002.76/2007.91	c #Conflicts:    3326000 | #Constraints:      49797
2002.76/2007.91	c #Conflicts:    3327000 | #Constraints:      50797
2002.76/2007.91	c #Conflicts:    3328000 | #Constraints:      51797
2002.76/2007.91	c #Conflicts:    3329000 | #Constraints:      52797
2002.76/2007.91	c #Conflicts:    3330000 | #Constraints:      53798
2002.76/2007.91	c #Conflicts:    3331000 | #Constraints:      54798
2002.76/2007.91	c #Conflicts:    3332000 | #Constraints:      55798
2002.76/2007.91	c #Conflicts:    3333000 | #Constraints:      56798
2002.76/2007.91	c #Conflicts:    3334000 | #Constraints:      57798
2002.76/2007.91	c #Conflicts:    3335000 | #Constraints:      58798
2002.76/2007.91	c #Conflicts:    3336000 | #Constraints:      59798
2002.76/2007.91	c #Conflicts:    3337000 | #Constraints:      60798
2002.76/2007.91	c #Conflicts:    3338000 | #Constraints:      61799
2002.76/2007.91	c #Conflicts:    3339000 | #Constraints:      62799
2002.76/2007.91	c #Conflicts:    3340000 | #Constraints:      63799
2002.76/2007.91	c #Conflicts:    3341000 | #Constraints:      64799
2002.76/2007.91	c #Conflicts:    3342000 | #Constraints:      65799
2002.76/2007.91	c #Conflicts:    3343000 | #Constraints:      66799
2002.76/2007.91	c #Conflicts:    3344000 | #Constraints:      67799
2002.76/2007.91	c #Conflicts:    3345000 | #Constraints:      68799
2002.76/2007.91	c #Conflicts:    3346000 | #Constraints:      69799
2002.76/2007.91	c #Conflicts:    3347000 | #Constraints:      70799
2002.76/2007.91	c #Conflicts:    3348000 | #Constraints:      71799
2002.76/2007.91	c #Conflicts:    3349000 | #Constraints:      72799
2002.76/2007.91	c #Conflicts:    3350000 | #Constraints:      73799
2002.76/2007.91	c #Conflicts:    3351000 | #Constraints:      74799
2002.76/2007.91	c #Conflicts:    3352000 | #Constraints:      75799
2002.76/2007.91	c #Conflicts:    3353000 | #Constraints:      76799
2002.76/2007.91	c #Conflicts:    3354000 | #Constraints:      77799
2002.76/2007.91	c #Conflicts:    3355000 | #Constraints:      78799
2002.76/2007.91	c #Conflicts:    3356000 | #Constraints:      79799
2002.76/2007.91	c #Conflicts:    3357000 | #Constraints:      80799
2002.76/2007.91	c #Conflicts:    3358000 | #Constraints:      81799
2002.76/2007.91	c INPROCESSING
2002.76/2007.91	c GARBAGE COLLECT
2002.76/2007.91	c #Conflicts:    3359000 | #Constraints:      46416
2002.76/2007.91	c #Conflicts:    3360000 | #Constraints:      47416
2002.76/2007.91	c #Conflicts:    3361000 | #Constraints:      48417
2002.76/2007.91	c #Conflicts:    3362000 | #Constraints:      49422
2002.76/2007.91	c #Conflicts:    3363000 | #Constraints:      50422
2002.76/2007.91	c #Conflicts:    3364000 | #Constraints:      51422
2002.76/2007.91	c #Conflicts:    3365000 | #Constraints:      52422
2002.76/2007.91	c #Conflicts:    3366000 | #Constraints:      53422
2002.76/2007.91	c #Conflicts:    3367000 | #Constraints:      54422
2002.76/2007.91	c #Conflicts:    3368000 | #Constraints:      55422
2002.76/2007.91	c #Conflicts:    3369000 | #Constraints:      56422
2002.76/2007.91	c #Conflicts:    3370000 | #Constraints:      57422
2002.76/2007.91	c #Conflicts:    3371000 | #Constraints:      58422
2002.76/2007.91	c #Conflicts:    3372000 | #Constraints:      59422
2002.76/2007.91	c #Conflicts:    3373000 | #Constraints:      60422
2002.76/2007.91	c #Conflicts:    3374000 | #Constraints:      61422
2002.76/2007.91	c #Conflicts:    3375000 | #Constraints:      62423
2002.76/2007.91	c #Conflicts:    3376000 | #Constraints:      63423
2002.76/2007.91	c #Conflicts:    3377000 | #Constraints:      64423
2002.76/2007.91	c #Conflicts:    3378000 | #Constraints:      65423
2002.76/2007.91	c #Conflicts:    3379000 | #Constraints:      66423
2002.76/2007.91	c #Conflicts:    3380000 | #Constraints:      67423
2002.76/2007.91	c #Conflicts:    3381000 | #Constraints:      68423
2002.76/2007.91	c #Conflicts:    3382000 | #Constraints:      69423
2002.76/2007.91	c #Conflicts:    3383000 | #Constraints:      70423
2002.76/2007.91	c #Conflicts:    3384000 | #Constraints:      71423
2057.82/2063.14	c #Conflicts:    3385000 | #Constraints:      72423
2057.82/2063.14	c #Conflicts:    3386000 | #Constraints:      73423
2057.82/2063.14	c #Conflicts:    3387000 | #Constraints:      74423
2057.82/2063.14	c #Conflicts:    3388000 | #Constraints:      75423
2057.82/2063.14	c #Conflicts:    3389000 | #Constraints:      76423
2057.82/2063.14	c #Conflicts:    3390000 | #Constraints:      77423
2057.82/2063.14	c #Conflicts:    3391000 | #Constraints:      78423
2057.82/2063.14	c #Conflicts:    3392000 | #Constraints:      79423
2057.82/2063.14	c #Conflicts:    3393000 | #Constraints:      80423
2057.82/2063.14	c #Conflicts:    3394000 | #Constraints:      81423
2057.82/2063.14	c #Conflicts:    3395000 | #Constraints:      82440
2057.82/2063.14	c INPROCESSING
2057.82/2063.14	c GARBAGE COLLECT
2057.82/2063.14	c #Conflicts:    3396000 | #Constraints:      46846
2057.82/2063.14	c #Conflicts:    3397000 | #Constraints:      47846
2057.82/2063.14	c #Conflicts:    3398000 | #Constraints:      48846
2057.82/2063.14	c #Conflicts:    3399000 | #Constraints:      49846
2057.82/2063.14	c #Conflicts:    3400000 | #Constraints:      50846
2057.82/2063.14	c #Conflicts:    3401000 | #Constraints:      51846
2057.82/2063.14	c #Conflicts:    3402000 | #Constraints:      53037
2057.82/2063.14	c #Conflicts:    3403000 | #Constraints:      54557
2057.82/2063.14	c #Conflicts:    3404000 | #Constraints:      56080
2057.82/2063.14	c #Conflicts:    3405000 | #Constraints:      57589
2057.82/2063.14	c #Conflicts:    3406000 | #Constraints:      58742
2057.82/2063.14	c #Conflicts:    3407000 | #Constraints:      59742
2057.82/2063.14	c #Conflicts:    3408000 | #Constraints:      60742
2057.82/2063.14	c #Conflicts:    3409000 | #Constraints:      61742
2057.82/2063.14	c #Conflicts:    3410000 | #Constraints:      62742
2057.82/2063.14	c #Conflicts:    3411000 | #Constraints:      63742
2057.82/2063.14	c #Conflicts:    3412000 | #Constraints:      64742
2057.82/2063.14	c #Conflicts:    3413000 | #Constraints:      65742
2057.82/2063.14	c #Conflicts:    3414000 | #Constraints:      66742
2057.82/2063.14	c #Conflicts:    3415000 | #Constraints:      68070
2057.82/2063.14	c #Conflicts:    3416000 | #Constraints:      69595
2057.82/2063.14	c #Conflicts:    3417000 | #Constraints:      71132
2057.82/2063.14	c #Conflicts:    3418000 | #Constraints:      72643
2057.82/2063.14	c #Conflicts:    3419000 | #Constraints:      74155
2057.82/2063.14	c #Conflicts:    3420000 | #Constraints:      75675
2057.82/2063.14	c #Conflicts:    3421000 | #Constraints:      77169
2057.82/2063.14	c #Conflicts:    3422000 | #Constraints:      78684
2057.82/2063.14	c #Conflicts:    3423000 | #Constraints:      80207
2057.82/2063.14	c #Conflicts:    3424000 | #Constraints:      81749
2057.82/2063.14	c #Conflicts:    3425000 | #Constraints:      83284
2057.82/2063.14	c #Conflicts:    3426000 | #Constraints:      84814
2057.82/2063.14	c #Conflicts:    3427000 | #Constraints:      86329
2057.82/2063.14	c #Conflicts:    3428000 | #Constraints:      87838
2057.82/2063.14	c #Conflicts:    3429000 | #Constraints:      89355
2057.82/2063.14	c #Conflicts:    3430000 | #Constraints:      90883
2057.82/2063.14	c #Conflicts:    3431000 | #Constraints:      92389
2057.82/2063.14	c #Conflicts:    3432000 | #Constraints:      93908
2057.82/2063.14	c INPROCESSING
2057.82/2063.14	c GARBAGE COLLECT
2057.82/2063.14	WSVECS04 Frhs2[17]: 6 -0.998876 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[22]: 6 -1.2456 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[42]: 6 -1.24985 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[88]: 6 -0.0110981 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[103]: 6 -2.24734 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[111]: 6 -1.45689 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[120]: 6 0 1.96616 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[155]: 6 -0.0555442 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[157]: 6 -1.8342 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[171]: 6 -0.253343 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[176]: 6 -2.29533 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[191]: 6 -0.999963 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[198]: 6 -0.415637 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[227]: 6 -0.999994 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[250]: 6 -0.995914 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[259]: 6 -1.24987 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[262]: 6 -0.999706 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[270]: 6 -1.5309 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[277]: 6 0 0.243506 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[297]: 6 -1.00634 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[341]: 6 -0.405633 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[370]: 6 -1.32734 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[421]: 6 -0.747322 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[422]: 6 -0.832509 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[429]: 6 -1.80862 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[458]: 6 -0.999917 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[459]: 6 -2.01241 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[524]: 6 -0.496228 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[526]: 6 -1.80063 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[528]: 6 -0.999062 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[549]: 6 -2.16577 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[555]: 6 -2.02048 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[558]: 6 -0.635962 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[566]: 6 0 1.34762 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[570]: 6 -0.934855 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[576]: 6 -1.8758 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[592]: 6 -1.00028 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[618]: 6 -2.24822 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[624]: 6 -0.985316 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[655]: 6 -0.999547 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[660]: 6 -2.30914 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[661]: 6 -0.999281 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[675]: 6 -0.499992 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[680]: 6 -0.749999 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[703]: 6 -0.499963 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1076]: 6 -1.07348 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1100]: 6 -0.961669 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1111]: 6 0 0.347158 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1128]: 6 -0.758267 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1131]: 6 -0.514759 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1137]: 6 -1.52144 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1149]: 6 -2.51007 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1162]: 6 -1.06145 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1176]: 6 -0.48373 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1178]: 6 -0.991088 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1213]: 6 -1.01979 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1316]: 6 -1.35408 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1347]: 6 -1.24205 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1349]: 6 -0.999813 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1350]: 6 -0.999655 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1358]: 6 -1.66406 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1375]: 6 -2.45225 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1402]: 6 -2.9996 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1405]: 6 -0.25 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1468]: 6 -1.31445 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1484]: 6 -0.962974 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1500]: 6 -1.1712 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1531]: 6 -1.26194 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1545]: 6 -0.914106 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1556]: 6 -0.388947 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1557]: 6 0 0.266693 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1606]: 6 -2.93754 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1625]: 6 -0.890377 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1626]: 6 -1.8217 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1627]: 6 -0.661749 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1632]: 6 -2.07498 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1659]: 6 -1.21792 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1708]: 6 -2.24591 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[1973]: 6 -0.999987 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2082]: 6 -4.9477 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2220]: 6 -0.75 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2258]: 6 0 0.999995 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2260]: 6 -0.358401 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2273]: 6 -0.000232668 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2314]: 6 -1.00002 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2316]: 6 -1.25003 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2322]: 6 -0.752034 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2353]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2358]: 6 0 1 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2401]: 6 -2 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2412]: 6 -0.499284 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2426]: 6 -1.49109 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2640]: 6 -4.33715 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2676]: 6 -5 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2728]: 6 -4.41641 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2767]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2814]: 6 -0.25 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2916]: 6 0 1 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2924]: 6 0 0.328126 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2930]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[2933]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3208]: 6 -5.0014 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3216]: 6 -3.99999 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3223]: 6 -1.3125 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3303]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3305]: 6 -0.999943 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3317]: 6 -0.99971 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3326]: 6 -0.964166 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3438]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3505]: 6 -2.99964 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3512]: 6 -1.32243 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3514]: 6 -1.64482 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3549]: 6 -0.00833363 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3561]: 6 -1.24659 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3594]: 6 -2.625 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3655]: 6 -0.5 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3673]: 6 -0.999821 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3684]: 6 0 0.593751 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3700]: 6 -0.999983 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3701]: 6 -0.999404 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3710]: 6 0 0.999461 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3715]: 6 -0.000611906 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3719]: 6 -2.99251 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3739]: 6 -1.48093 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3800]: 6 -0.854149 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3808]: 6 -0.374079 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3830]: 6 0 0.208497 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3880]: 6 -12.9992 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3882]: 6 0 0.999935 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3892]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3896]: 6 -5.98854 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3927]: 6 0 0.354167 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3978]: 6 0 0.125 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3980]: 6 -0.5 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3986]: 6 -0.999408 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[3992]: 6 -0.999889 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4003]: 6 -0.999802 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4073]: 6 -1.25741e-05 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4094]: 6 -1.15749 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4281]: 6 -3.52865 0 shouldn't be
2057.82/2063.14	WSVECS04 Frhs2[4283]: 6 -0.983836 0 shouldn't be
2135.10/2140.69	c #Conflicts:    3433000 | #Constraints:      52587
2135.10/2140.69	c #Conflicts:    3434000 | #Constraints:      53587
2135.10/2140.69	c #Conflicts:    3435000 | #Constraints:      54587
2135.10/2140.69	c #Conflicts:    3436000 | #Constraints:      55587
2135.10/2140.69	c #Conflicts:    3437000 | #Constraints:      56587
2135.10/2140.69	c #Conflicts:    3438000 | #Constraints:      57587
2135.10/2140.69	c #Conflicts:    3439000 | #Constraints:      58587
2135.10/2140.69	c #Conflicts:    3440000 | #Constraints:      59587
2135.10/2140.69	c #Conflicts:    3441000 | #Constraints:      60587
2135.10/2140.69	c #Conflicts:    3442000 | #Constraints:      61587
2135.10/2140.69	c #Conflicts:    3443000 | #Constraints:      62587
2135.10/2140.69	c #Conflicts:    3444000 | #Constraints:      63587
2135.10/2140.69	c #Conflicts:    3445000 | #Constraints:      64587
2135.10/2140.69	c #Conflicts:    3446000 | #Constraints:      65587
2135.10/2140.69	c #Conflicts:    3447000 | #Constraints:      66587
2135.10/2140.69	c #Conflicts:    3448000 | #Constraints:      67587
2135.10/2140.69	c #Conflicts:    3449000 | #Constraints:      68587
2135.10/2140.69	c #Conflicts:    3450000 | #Constraints:      69587
2135.10/2140.69	c #Conflicts:    3451000 | #Constraints:      70587
2135.10/2140.69	c #Conflicts:    3452000 | #Constraints:      71587
2135.10/2140.69	c #Conflicts:    3453000 | #Constraints:      72587
2135.10/2140.69	c #Conflicts:    3454000 | #Constraints:      73587
2135.10/2140.69	c #Conflicts:    3455000 | #Constraints:      74587
2135.10/2140.69	c #Conflicts:    3456000 | #Constraints:      75587
2135.10/2140.69	c #Conflicts:    3457000 | #Constraints:      76587
2135.10/2140.69	c #Conflicts:    3458000 | #Constraints:      77587
2135.10/2140.69	c #Conflicts:    3459000 | #Constraints:      78587
2135.10/2140.69	c #Conflicts:    3460000 | #Constraints:      79587
2135.10/2140.69	c #Conflicts:    3461000 | #Constraints:      80587
2135.10/2140.69	c #Conflicts:    3462000 | #Constraints:      81587
2135.10/2140.69	c #Conflicts:    3463000 | #Constraints:      82587
2135.10/2140.69	c #Conflicts:    3464000 | #Constraints:      83587
2135.10/2140.69	c #Conflicts:    3465000 | #Constraints:      84587
2135.10/2140.69	c #Conflicts:    3466000 | #Constraints:      85587
2135.10/2140.69	c #Conflicts:    3467000 | #Constraints:      86587
2135.10/2140.69	c #Conflicts:    3468000 | #Constraints:      87587
2135.10/2140.69	c #Conflicts:    3469000 | #Constraints:      88587
2135.10/2140.69	c INPROCESSING
2135.10/2140.69	c GARBAGE COLLECT
2135.10/2140.69	c #Conflicts:    3470000 | #Constraints:      49836
2135.10/2140.69	c #Conflicts:    3471000 | #Constraints:      50836
2135.10/2140.69	c #Conflicts:    3472000 | #Constraints:      51836
2135.10/2140.69	c #Conflicts:    3473000 | #Constraints:      52836
2135.10/2140.69	c #Conflicts:    3474000 | #Constraints:      53836
2135.10/2140.69	c #Conflicts:    3475000 | #Constraints:      54836
2135.10/2140.69	c #Conflicts:    3476000 | #Constraints:      55836
2135.10/2140.69	c #Conflicts:    3477000 | #Constraints:      56836
2135.10/2140.69	c #Conflicts:    3478000 | #Constraints:      57836
2135.10/2140.69	c #Conflicts:    3479000 | #Constraints:      58836
2135.10/2140.69	c #Conflicts:    3480000 | #Constraints:      59836
2135.10/2140.69	c #Conflicts:    3481000 | #Constraints:      60836
2135.10/2140.69	c #Conflicts:    3482000 | #Constraints:      61836
2135.10/2140.69	c #Conflicts:    3483000 | #Constraints:      62836
2135.10/2140.69	c #Conflicts:    3484000 | #Constraints:      63836
2135.10/2140.69	c #Conflicts:    3485000 | #Constraints:      64836
2135.10/2140.69	c #Conflicts:    3486000 | #Constraints:      65836
2135.10/2140.69	c #Conflicts:    3487000 | #Constraints:      66836
2135.10/2140.69	c #Conflicts:    3488000 | #Constraints:      67836
2135.10/2140.69	c #Conflicts:    3489000 | #Constraints:      68836
2135.10/2140.69	c #Conflicts:    3490000 | #Constraints:      69836
2135.10/2140.69	c #Conflicts:    3491000 | #Constraints:      70836
2135.10/2140.69	c #Conflicts:    3492000 | #Constraints:      71836
2135.10/2140.69	c #Conflicts:    3493000 | #Constraints:      72836
2135.10/2140.69	c #Conflicts:    3494000 | #Constraints:      73836
2135.10/2140.69	c #Conflicts:    3495000 | #Constraints:      74836
2135.10/2140.69	c #Conflicts:    3496000 | #Constraints:      75836
2135.10/2140.69	c #Conflicts:    3497000 | #Constraints:      76836
2135.10/2140.69	c #Conflicts:    3498000 | #Constraints:      77836
2135.10/2140.69	c #Conflicts:    3499000 | #Constraints:      78836
2135.10/2140.69	c #Conflicts:    3500000 | #Constraints:      79836
2135.10/2140.69	c #Conflicts:    3501000 | #Constraints:      80836
2135.10/2140.69	c #Conflicts:    3502000 | #Constraints:      81836
2135.10/2140.69	c #Conflicts:    3503000 | #Constraints:      82836
2135.10/2140.69	c #Conflicts:    3504000 | #Constraints:      83836
2135.10/2140.69	c #Conflicts:    3505000 | #Constraints:      84836
2135.10/2140.69	c #Conflicts:    3506000 | #Constraints:      85836
2135.10/2140.69	c INPROCESSING
2135.10/2140.69	c GARBAGE COLLECT
2135.10/2140.69	c #Conflicts:    3507000 | #Constraints:      48196
2135.10/2140.69	c #Conflicts:    3508000 | #Constraints:      49196
2135.10/2140.69	c #Conflicts:    3509000 | #Constraints:      50196
2135.10/2140.69	c #Conflicts:    3510000 | #Constraints:      51196
2243.33/2249.15	c #Conflicts:    3511000 | #Constraints:      52196
2243.33/2249.15	c #Conflicts:    3512000 | #Constraints:      53196
2243.33/2249.15	c #Conflicts:    3513000 | #Constraints:      54196
2243.33/2249.15	c #Conflicts:    3514000 | #Constraints:      55196
2243.33/2249.15	c #Conflicts:    3515000 | #Constraints:      56196
2243.33/2249.15	c #Conflicts:    3516000 | #Constraints:      57196
2243.33/2249.15	c #Conflicts:    3517000 | #Constraints:      58196
2243.33/2249.15	c #Conflicts:    3518000 | #Constraints:      59196
2243.33/2249.15	c #Conflicts:    3519000 | #Constraints:      60196
2243.33/2249.15	c #Conflicts:    3520000 | #Constraints:      61196
2243.33/2249.15	c #Conflicts:    3521000 | #Constraints:      62196
2243.33/2249.15	c #Conflicts:    3522000 | #Constraints:      63196
2243.33/2249.15	c #Conflicts:    3523000 | #Constraints:      64196
2243.33/2249.15	c #Conflicts:    3524000 | #Constraints:      65196
2243.33/2249.15	c #Conflicts:    3525000 | #Constraints:      66196
2243.33/2249.15	c #Conflicts:    3526000 | #Constraints:      67196
2243.33/2249.15	c #Conflicts:    3527000 | #Constraints:      68196
2243.33/2249.15	c #Conflicts:    3528000 | #Constraints:      69196
2243.33/2249.15	c #Conflicts:    3529000 | #Constraints:      70196
2243.33/2249.15	c #Conflicts:    3530000 | #Constraints:      71196
2243.33/2249.15	c #Conflicts:    3531000 | #Constraints:      72196
2243.33/2249.15	c #Conflicts:    3532000 | #Constraints:      73196
2243.33/2249.15	c #Conflicts:    3533000 | #Constraints:      74196
2243.33/2249.15	c #Conflicts:    3534000 | #Constraints:      75196
2243.33/2249.15	c #Conflicts:    3535000 | #Constraints:      76196
2243.33/2249.15	c #Conflicts:    3536000 | #Constraints:      77196
2243.33/2249.15	c #Conflicts:    3537000 | #Constraints:      78196
2243.33/2249.15	c #Conflicts:    3538000 | #Constraints:      79196
2243.33/2249.15	c #Conflicts:    3539000 | #Constraints:      80196
2243.33/2249.15	c #Conflicts:    3540000 | #Constraints:      81196
2243.33/2249.15	c #Conflicts:    3541000 | #Constraints:      82196
2243.33/2249.15	c #Conflicts:    3542000 | #Constraints:      83196
2243.33/2249.15	c #Conflicts:    3543000 | #Constraints:      84196
2243.33/2249.15	c #Conflicts:    3544000 | #Constraints:      85196
2243.33/2249.15	c INPROCESSING
2243.33/2249.15	c GARBAGE COLLECT
2243.33/2249.15	c #Conflicts:    3545000 | #Constraints:      48101
2243.33/2249.15	c #Conflicts:    3546000 | #Constraints:      49101
2243.33/2249.15	c #Conflicts:    3547000 | #Constraints:      50101
2243.33/2249.15	c #Conflicts:    3548000 | #Constraints:      51101
2243.33/2249.15	c #Conflicts:    3549000 | #Constraints:      52101
2243.33/2249.15	c #Conflicts:    3550000 | #Constraints:      53101
2243.33/2249.15	c #Conflicts:    3551000 | #Constraints:      54101
2243.33/2249.15	c #Conflicts:    3552000 | #Constraints:      55101
2243.33/2249.15	c #Conflicts:    3553000 | #Constraints:      56101
2243.33/2249.15	c #Conflicts:    3554000 | #Constraints:      57101
2243.33/2249.15	c #Conflicts:    3555000 | #Constraints:      58101
2243.33/2249.15	c #Conflicts:    3556000 | #Constraints:      59101
2243.33/2249.15	c #Conflicts:    3557000 | #Constraints:      60101
2243.33/2249.15	c #Conflicts:    3558000 | #Constraints:      61101
2243.33/2249.15	c #Conflicts:    3559000 | #Constraints:      62102
2243.33/2249.15	c #Conflicts:    3560000 | #Constraints:      63105
2243.33/2249.15	c #Conflicts:    3561000 | #Constraints:      64110
2243.33/2249.15	c #Conflicts:    3562000 | #Constraints:      65114
2243.33/2249.15	c #Conflicts:    3563000 | #Constraints:      66135
2243.33/2249.15	c #Conflicts:    3564000 | #Constraints:      67136
2243.33/2249.15	c #Conflicts:    3565000 | #Constraints:      68136
2243.33/2249.15	c #Conflicts:    3566000 | #Constraints:      69137
2243.33/2249.15	c #Conflicts:    3567000 | #Constraints:      70138
2243.33/2249.15	c #Conflicts:    3568000 | #Constraints:      71138
2243.33/2249.15	c #Conflicts:    3569000 | #Constraints:      72138
2243.33/2249.15	c #Conflicts:    3570000 | #Constraints:      73138
2243.33/2249.15	c #Conflicts:    3571000 | #Constraints:      74138
2243.33/2249.15	c #Conflicts:    3572000 | #Constraints:      75294
2243.33/2249.15	c #Conflicts:    3573000 | #Constraints:      76788
2243.33/2249.15	c #Conflicts:    3574000 | #Constraints:      78295
2243.33/2249.15	c #Conflicts:    3575000 | #Constraints:      79806
2243.33/2249.15	c #Conflicts:    3576000 | #Constraints:      81307
2243.33/2249.15	c #Conflicts:    3577000 | #Constraints:      82472
2243.33/2249.15	c #Conflicts:    3578000 | #Constraints:      83472
2243.33/2249.15	c #Conflicts:    3579000 | #Constraints:      84472
2243.33/2249.15	c #Conflicts:    3580000 | #Constraints:      85472
2243.33/2249.15	c #Conflicts:    3581000 | #Constraints:      86472
2243.33/2249.15	c #Conflicts:    3582000 | #Constraints:      87472
2243.33/2249.15	c INPROCESSING
2243.33/2249.15	c GARBAGE COLLECT
2243.33/2249.15	c #Conflicts:    3583000 | #Constraints:      49340
2243.33/2249.15	c #Conflicts:    3584000 | #Constraints:      50340
2243.33/2249.15	c #Conflicts:    3585000 | #Constraints:      51340
2243.33/2249.15	c #Conflicts:    3586000 | #Constraints:      52340
2243.33/2249.15	c #Conflicts:    3587000 | #Constraints:      53340
2262.18/2268.04	c #Conflicts:    3588000 | #Constraints:      54340
2262.18/2268.04	c #Conflicts:    3589000 | #Constraints:      55340
2262.18/2268.04	c #Conflicts:    3590000 | #Constraints:      56340
2262.18/2268.04	c #Conflicts:    3591000 | #Constraints:      57340
2262.18/2268.04	c #Conflicts:    3592000 | #Constraints:      58340
2262.18/2268.04	c #Conflicts:    3593000 | #Constraints:      59340
2262.18/2268.04	c #Conflicts:    3594000 | #Constraints:      60340
2262.18/2268.04	c #Conflicts:    3595000 | #Constraints:      61340
2262.18/2268.04	c #Conflicts:    3596000 | #Constraints:      62340
2262.18/2268.04	c #Conflicts:    3597000 | #Constraints:      63340
2262.18/2268.04	c #Conflicts:    3598000 | #Constraints:      64340
2262.18/2268.04	c #Conflicts:    3599000 | #Constraints:      65340
2262.18/2268.04	c #Conflicts:    3600000 | #Constraints:      66340
2262.18/2268.04	c #Conflicts:    3601000 | #Constraints:      67340
2262.18/2268.04	c #Conflicts:    3602000 | #Constraints:      68340
2262.18/2268.04	c #Conflicts:    3603000 | #Constraints:      69340
2262.18/2268.04	c #Conflicts:    3604000 | #Constraints:      70340
2262.18/2268.04	c #Conflicts:    3605000 | #Constraints:      71340
2262.18/2268.04	c #Conflicts:    3606000 | #Constraints:      72340
2262.18/2268.04	c #Conflicts:    3607000 | #Constraints:      73340
2262.18/2268.04	c #Conflicts:    3608000 | #Constraints:      74340
2262.18/2268.04	c #Conflicts:    3609000 | #Constraints:      75340
2262.18/2268.04	c #Conflicts:    3610000 | #Constraints:      76340
2262.18/2268.04	c #Conflicts:    3611000 | #Constraints:      77340
2262.18/2268.04	c #Conflicts:    3612000 | #Constraints:      78340
2262.18/2268.04	c #Conflicts:    3613000 | #Constraints:      79340
2262.18/2268.04	c #Conflicts:    3614000 | #Constraints:      80340
2262.18/2268.04	c #Conflicts:    3615000 | #Constraints:      81340
2262.18/2268.04	c #Conflicts:    3616000 | #Constraints:      82340
2262.18/2268.04	c #Conflicts:    3617000 | #Constraints:      83340
2262.18/2268.04	c #Conflicts:    3618000 | #Constraints:      84340
2262.18/2268.04	c #Conflicts:    3619000 | #Constraints:      85341
2262.18/2268.04	c #Conflicts:    3620000 | #Constraints:      86341
2262.18/2268.04	c INPROCESSING
2262.18/2268.04	c GARBAGE COLLECT
2262.18/2268.04	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[18]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[32]: 6 0 0.500068 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[37]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[39]: 6 -1.00013 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[46]: 6 -1.00059 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[50]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[53]: 6 0 2.56955 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[66]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[67]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[85]: 6 -2.76839 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[103]: 6 -1.00014 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[108]: 6 -1.00016 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[117]: 6 -4.65548 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[136]: 6 -0.999977 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[145]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[148]: 6 -0.712032 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[156]: 6 -0.164144 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[158]: 6 -1.62506 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[161]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[182]: 6 -3.26011 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[195]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[200]: 6 -1.00017 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[211]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[212]: 6 -1.28807 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[213]: 6 0 2.24929 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[257]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[259]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[261]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[268]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[278]: 6 0 10.0631 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[288]: 6 -5.25003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[291]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[295]: 6 -1.00011 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[301]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[307]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[323]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[359]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[385]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[409]: 6 -1.62505 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[410]: 6 -2.25009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[411]: 6 -2.05476 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[418]: 6 -4.03128 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[423]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[425]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[453]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[476]: 6 -2.72231 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[492]: 6 -1.00088 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[493]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[513]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[515]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[517]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[525]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[532]: 6 -1.08596 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[540]: 6 -2.76917 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[541]: 6 -4.02 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[542]: 6 -1.68754 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[544]: 6 0 0.750039 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[551]: 6 -1.00013 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[558]: 6 -1.00063 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[560]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[565]: 6 -0.981436 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[570]: 6 -2.9766 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[572]: 6 0 0.312579 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[576]: 6 0 0.250041 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[577]: 6 -4.03133 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[578]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[585]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[590]: 6 -1.00457 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[591]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[594]: 6 -1.07205 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[595]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[596]: 6 -2.39845 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[598]: 6 -3.74118 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[604]: 6 0 0.00789276 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[605]: 6 -1.11368 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[615]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[617]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[620]: 6 -1.00045 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[634]: 6 -1.07822 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[636]: 6 0 0.995809 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[638]: 6 0 0.250013 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[639]: 6 -3.50009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[647]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[660]: 6 -1.2881 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[661]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[665]: 6 -1.62502 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[667]: 6 -2.05472 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[672]: 6 -2.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[682]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[692]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[694]: 6 0 0.333295 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[696]: 6 -1.57039 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[697]: 6 -2.29103 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[698]: 6 -2.25009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[699]: 6 -1.33986 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[700]: 6 -1.6563 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[707]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[714]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[715]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[725]: 6 -4.24926 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[727]: 6 -2.27003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[728]: 6 -1.8499 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[733]: 6 -2.33952 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[735]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[736]: 6 -3.50006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[958]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1040]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1069]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1074]: 6 -1.02707 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1075]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1077]: 6 -1.04953 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1099]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1108]: 6 -1.31257 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1112]: 6 -1.7318 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1116]: 6 -1.75005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1117]: 6 -3.67189 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1122]: 6 -1.25004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1126]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1128]: 6 -1.00028 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1130]: 6 -1.00049 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1138]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1141]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1142]: 6 -2.97808 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1148]: 6 -2.25394 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1151]: 6 -0.406263 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1159]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1181]: 6 -1.85165 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1183]: 6 -2.8594 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1186]: 6 -1.25003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1187]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1190]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1192]: 6 -1.00026 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1193]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1194]: 6 -1.00092 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1195]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1196]: 6 -1.00173 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1201]: 6 -1.33308 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1205]: 6 -1.32818 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1214]: 6 -1.31254 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1218]: 6 -5.28127 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1220]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1224]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1226]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1233]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1236]: 6 -1.32817 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1239]: 6 -0.865312 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1244]: 6 -2.26181 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1249]: 6 -1.25006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1250]: 6 -1.25009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1256]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1264]: 6 0 1.39846 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1266]: 6 -1.32277 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1268]: 6 -1.29107 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1269]: 6 0 1.91724 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1270]: 6 0 7.33442 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1276]: 6 -1.33206 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1333]: 6 -5.57736 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1342]: 6 -1.32817 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1344]: 6 -1.3126 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1358]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1362]: 6 -1.25007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1368]: 6 0 2.13142 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1378]: 6 -1.25004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1392]: 6 -0.0859693 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1393]: 6 -0.593839 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1403]: 6 -0.89458 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1416]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1418]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1422]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1433]: 6 -0.480517 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1437]: 6 -1.86333 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1488]: 6 0 6.81879 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1490]: 6 -1.32539 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1492]: 6 -1.30125 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1513]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1522]: 6 -1.0733 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1533]: 6 -1.18049 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1543]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1544]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1545]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1548]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1549]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1551]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1554]: 6 -0.812567 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1555]: 6 -1.62503 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1556]: 6 -1.2501 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1557]: 6 -0.231787 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1560]: 6 -1.35356 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1561]: 6 -2.68368 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1562]: 6 -3.41414 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1563]: 6 -0.824279 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1564]: 6 -1.64848 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1565]: 6 -0.687556 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1568]: 6 -0.750014 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1583]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1584]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1590]: 6 -0.593794 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1591]: 6 -1.18752 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1593]: 6 -0.750016 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1600]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1616]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1617]: 6 -3.10164 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1618]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1619]: 6 -1.31253 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1620]: 6 -1.37506 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1621]: 6 -1.25002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1625]: 6 -3.1133 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1650]: 6 -0.676262 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1656]: 6 -0.687595 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1657]: 6 -0.625082 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1658]: 6 -0.750052 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1659]: 6 -0.500085 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1661]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1662]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1683]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1687]: 6 -1.32385 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1715]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1717]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1955]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1960]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1962]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1964]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1966]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1968]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1973]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1975]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1977]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1980]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1983]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1991]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[1996]: 6 -1.50006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2008]: 6 -1.31256 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2010]: 6 0 1.82973 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2054]: 6 -3.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2056]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2060]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2062]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2064]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2076]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2079]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2082]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2084]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2085]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2091]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2094]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2095]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2098]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2134]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2145]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2148]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2152]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2153]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2156]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2157]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2160]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2165]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2168]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2169]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2172]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2174]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2176]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2180]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2190]: 6 -8.2813 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2192]: 6 -1.25002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2215]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2220]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2225]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2229]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2231]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2242]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2243]: 6 -3.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2250]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2254]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2256]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2260]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2261]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2264]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2265]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2268]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2270]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2271]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2274]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2276]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2277]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2280]: 6 0 0.640441 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2282]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2283]: 6 -4.28079 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2286]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2290]: 6 -1.4063 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2292]: 6 -0.812532 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2296]: 6 -2.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2305]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2312]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2313]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2316]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2318]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2320]: 6 -0.973051 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2323]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2324]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2332]: 6 0 0.187574 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2334]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2335]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2343]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2349]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2361]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2364]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2366]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2367]: 6 -1.10809 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2370]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2374]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2375]: 6 -2.72805 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2378]: 6 -1.63285 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2379]: 6 -8.5449 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2394]: 6 -14.5 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2395]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2398]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2407]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2408]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2410]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2415]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2416]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2418]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2426]: 6 -1.32817 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2429]: 6 -1.31252 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2440]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2441]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2444]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2446]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2448]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2450]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2452]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2454]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2455]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2458]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2459]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2462]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2464]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2466]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2468]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2470]: 6 -1.31254 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2471]: 6 -1.31254 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2501]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2503]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2508]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2511]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2512]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2516]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2517]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2525]: 6 -1.25007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2526]: 6 -0.500085 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2529]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2531]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2533]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2535]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2538]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2539]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2541]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2544]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2546]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2547]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2550]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2552]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2554]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2556]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2560]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2563]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2566]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2567]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2570]: 6 -1.25006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2571]: 6 -1.25006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2583]: 6 -1.25004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2587]: 6 -2.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2590]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2596]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2597]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2598]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2609]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2621]: 6 -0.656284 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2622]: 6 -1.31258 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2625]: 6 -3.03129 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2632]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2633]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2636]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2640]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2641]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2644]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2648]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2649]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2652]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2653]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2656]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2657]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2660]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2661]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2664]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2665]: 6 -5.79693 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2667]: 6 -1.32281 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2682]: 6 -2.62502 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2691]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2692]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2704]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2705]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2706]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2707]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2722]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2723]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2726]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2727]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2730]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2733]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2736]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2739]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2742]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2745]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2748]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2749]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2752]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2756]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2757]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2766]: 6 0 0.0799233 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2781]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2788]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2794]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2796]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2799]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2810]: 6 -1.32814 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2814]: 6 -1.3126 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2815]: 6 -1.25002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2816]: 6 -1.25007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2817]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2819]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2823]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2826]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2827]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2830]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2831]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2834]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2836]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2837]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2840]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2842]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2843]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2845]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2846]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2850]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2854]: 6 -3.56952 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2855]: 6 -3.56959 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2872]: 6 -0.0625377 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2886]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2896]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2906]: 6 -1.32427 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2911]: 6 -1.25001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2913]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2916]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2917]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2920]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2922]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2924]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2926]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2927]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2930]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2931]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2934]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2935]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2938]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2939]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2942]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2948]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2953]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2969]: 6 -2.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2982]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2983]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[2988]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3004]: 6 -1.32816 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3006]: 6 -1.31258 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3011]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3014]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3018]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3019]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3022]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3024]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3025]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3027]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3029]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3032]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3033]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3039]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3041]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3043]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3049]: 6 -2.42192 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3056]: 6 -11.8321 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3076]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3077]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3085]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3088]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3097]: 6 -3.91021 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3102]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3103]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3106]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3107]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3110]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3112]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3113]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3116]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3119]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3122]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3126]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3127]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3130]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3131]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3134]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3150]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3151]: 6 -3.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3154]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3158]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3162]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3163]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3168]: 6 0 0.562557 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3180]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3196]: 6 -1.32818 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3197]: 6 -1.25007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3198]: 6 -1.31257 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3200]: 6 -1.25002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3202]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3203]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3206]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3208]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3210]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3212]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3214]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3216]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3220]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3224]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3225]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3228]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3230]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3231]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3234]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3235]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3238]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3241]: 6 -1.33331 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3246]: 6 0 1.33793 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3262]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3280]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3281]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3282]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3289]: 6 -1.30128 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3293]: 6 -0.819643 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3298]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3299]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3302]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3303]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3306]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3307]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3312]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3315]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3319]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3321]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3323]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3328]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3329]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3332]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3337]: 6 -14.1194 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3339]: 6 -6.36146 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3354]: 6 -1.72184 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3355]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3358]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3362]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3367]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3384]: 6 -0.646564 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3393]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3395]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3397]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3399]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3401]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3403]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3405]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3407]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3409]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3411]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3415]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3418]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3419]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3422]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3423]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3426]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3427]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3434]: 6 0 2.00001 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3436]: 6 0 1.50009 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3447]: 6 -2.60945 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3462]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3465]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3482]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3489]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3492]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3496]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3497]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3500]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3502]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3504]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3508]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3510]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3512]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3514]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3516]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3517]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3520]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3524]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3525]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3528]: 6 -1.40634 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3533]: 6 -2.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3540]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3543]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3546]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3550]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3569]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3585]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3587]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3589]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3592]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3593]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3596]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3597]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3600]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3604]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3608]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3609]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3612]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3616]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3620]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3624]: 6 0 2.58818 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3628]: 6 -14.7959 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3629]: 6 -0.443396 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3632]: 6 -3.22662 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3638]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3642]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3643]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3646]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3654]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3664]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3665]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3676]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3679]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3681]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3683]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3702]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3703]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3705]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3707]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3710]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3714]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3716]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3718]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3722]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3726]: 6 -1.37506 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3736]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3742]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3747]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3748]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3753]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3755]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3757]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3760]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3765]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3767]: 6 -0.67631 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3771]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3774]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3775]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3777]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3779]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3781]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3783]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3788]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3792]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3796]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3797]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3800]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3802]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3804]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3806]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3807]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3810]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3811]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3813]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3816]: 6 -1.65068 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3817]: 6 -1.6507 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3821]: 6 -1.64764 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3824]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3828]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3830]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3831]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3834]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3838]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3841]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3846]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3847]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3850]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3854]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3855]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3856]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3857]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3862]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3866]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3874]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3877]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3880]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3881]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3883]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3884]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3886]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3888]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3890]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3892]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3893]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3896]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3900]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3902]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3904]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3906]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3908]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3911]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3916]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3918]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3920]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3922]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3924]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3926]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3929]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3932]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3933]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3936]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3940]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3941]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3942]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3944]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3945]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3948]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3950]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3955]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3956]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3958]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3961]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3962]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3966]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3968]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3969]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3977]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3980]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3983]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3986]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3990]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3991]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3994]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[3998]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4000]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4008]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4012]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4013]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4016]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4017]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4020]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4021]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4024]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4025]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4028]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4029]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4032]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4043]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4044]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4061]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4068]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4070]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4071]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4074]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4077]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4079]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4084]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4088]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4090]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4092]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4094]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4096]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4098]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4100]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4102]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4103]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4106]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4107]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4110]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4112]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4113]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4116]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4117]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4120]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4121]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4124]: 6 -1.00007 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4128]: 6 -1.00003 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4201]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4202]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4209]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4210]: 6 -1.00002 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4211]: 6 -1.00008 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4245]: 6 -1.00006 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4278]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4279]: 6 -1.00004 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4280]: 6 -1.00005 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4281]: 6 -1.00001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4282]: 6 -1.0001 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4283]: 6 -1.00009 0 shouldn't be
2262.18/2268.04	WSVECS04 Frhs2[4284]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[35]: 6 -0.500066 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[49]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[51]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[97]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[101]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[221]: 6 0 0.0895075 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[290]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[305]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[392]: 6 -1.00012 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[393]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[424]: 6 -1.00012 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[449]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[465]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[584]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[588]: 6 -1.00176 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[618]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[624]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[652]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[658]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[680]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[695]: 6 0 0.666576 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[716]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[726]: 6 0 0.564768 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1101]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1133]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1152]: 6 -1.06252 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1165]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1184]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1217]: 6 -1.25008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1219]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1228]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1262]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1315]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1335]: 6 -1.04257 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1375]: 6 -0.569629 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1426]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1452]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1456]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1457]: 6 -1.33333 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1460]: 6 -1.32822 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1466]: 6 -2.0684 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1472]: 6 -0.609444 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1483]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1495]: 6 -0.743294 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1539]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1588]: 6 0 1.1133 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1599]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1764]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2058]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2074]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2090]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2118]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2216]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2218]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2224]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2357]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2409]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2417]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2420]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2690]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2694]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2775]: 6 -3.10941 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2790]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2802]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2847]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2978]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2981]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[2984]: 6 -1.00005 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3035]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3099]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3145]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3155]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3171]: 6 -1.00008 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3174]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3178]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3265]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3325]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3334]: 6 0 6.8188 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3431]: 6 -1.76839 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3443]: 6 -6.00393 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3459]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3499]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3506]: 6 -1.00002 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3558]: 6 -1.00006 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3568]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3698]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3706]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3734]: 6 0 1.00002 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3750]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3770]: 6 -1.00003 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3872]: 6 -1.00007 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3937]: 6 -1.00009 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3959]: 6 -1.00001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[3975]: 6 -1.0001 0 shouldn't be
2263.38/2269.25	WSVECS04 Frhs2[4048]: 6 -1.00003 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[5]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[10]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[22]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[32]: 6 0 0.500001 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[35]: 6 -0.500001 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[36]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[46]: 6 -1.00056 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[47]: 6 -1.018 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[51]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[75]: 6 -1.00056 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[77]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[84]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[97]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[103]: 6 -1.00011 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[104]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[108]: 6 -1.00014 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[112]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[141]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[142]: 6 -0.995501 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[148]: 6 -0.711998 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[156]: 6 -0.164063 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[161]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[163]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[165]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[166]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[167]: 6 -1.00005 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[176]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[177]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[179]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[199]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[200]: 6 -1.00016 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[201]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[203]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[204]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[205]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[206]: 6 -1.00084 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[211]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[223]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[234]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[241]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[257]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[262]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[267]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[268]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[278]: 6 0 10.0631 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[290]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[293]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[322]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[323]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[331]: 6 -1.00028 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[338]: 6 -1.072 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[359]: 6 -1.00005 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[360]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[361]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[362]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[365]: 6 -1.00084 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[386]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[392]: 6 -1.00011 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[395]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[411]: 6 -2.05469 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[417]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[418]: 6 -4.03125 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[419]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[420]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[421]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[422]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[423]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[425]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[428]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[431]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[433]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[435]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[449]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[465]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[467]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[500]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[513]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[515]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[522]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[525]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[527]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[531]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[532]: 6 -1.08594 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[540]: 6 -2.76915 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[542]: 6 -1.6875 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[548]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[556]: 6 -1.00028 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[558]: 6 -1.00056 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[559]: 6 -1.009 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[560]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[562]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[563]: 6 -1.288 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[570]: 6 -2.97656 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[578]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[590]: 6 -1.0045 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[594]: 6 -1.072 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[595]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[605]: 6 -1.11366 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[618]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[619]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[620]: 6 -1.00042 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[621]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[622]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[625]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[627]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[634]: 6 -1.07813 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[638]: 6 0 0.25 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[652]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[656]: 6 -1.027 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[660]: 6 -1.288 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[661]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[664]: 6 -9.05522 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[684]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[692]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[696]: 6 -1.57031 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[699]: 6 -1.33984 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[700]: 6 -1.65625 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[715]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[716]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[721]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[724]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[726]: 6 0 0.564674 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[727]: 6 -2.26997 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[728]: 6 -1.84983 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[731]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1059]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1065]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1066]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1068]: 6 -1.00042 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1069]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1070]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1072]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1074]: 6 -1.027 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1075]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1088]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1099]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1100]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1101]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1104]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1112]: 6 -1.73177 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1116]: 6 -1.75 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1117]: 6 -3.67188 0 shouldn't be
2264.77/2270.65	WSVECS04 Frhs2[1122]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1126]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1129]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1130]: 6 -1.00042 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1138]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1141]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1142]: 6 -2.97802 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1148]: 6 -2.25391 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1151]: 6 -0.406251 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1158]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1159]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1166]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1168]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1181]: 6 -1.85156 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1183]: 6 -2.85937 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1184]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1189]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1193]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1195]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1201]: 6 -1.33301 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1203]: 6 -1.33203 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1205]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1214]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1215]: 6 -4.35938 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1217]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1239]: 6 -0.865235 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1248]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1249]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1252]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1264]: 6 0 1.39844 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1269]: 6 0 1.91717 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1270]: 6 0 7.33434 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1280]: 6 -0.812501 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1281]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1318]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1333]: 6 -5.57733 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1342]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1362]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1365]: 6 0 1.24529 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1373]: 6 -2.14239 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1374]: 6 -1.09728 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1375]: 6 -0.569557 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1392]: 6 -0.0859379 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1393]: 6 -0.593751 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1396]: 6 -1.33203 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1404]: 6 0 1.83594 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1417]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1421]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1433]: 6 -0.480469 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1442]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1448]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1455]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1462]: 6 0 0.205567 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1483]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1492]: 6 -1.30122 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1495]: 6 -0.743275 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1500]: 6 -0.921875 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1523]: 6 -0.646485 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1543]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1551]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1556]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1558]: 6 0 2.12473 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1561]: 6 -2.68359 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1583]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1588]: 6 0 1.11328 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1590]: 6 -0.59375 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1591]: 6 -1.1875 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1593]: 6 -0.75 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1596]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1599]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1608]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1613]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1614]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1615]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1616]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1617]: 6 -3.10156 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1618]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1620]: 6 -1.375 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1621]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1625]: 6 -3.11328 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1628]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1650]: 6 -0.676223 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1657]: 6 -0.625001 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1658]: 6 -0.75 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1683]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1707]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1708]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1960]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1964]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1966]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1973]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1983]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1991]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[1996]: 6 -1.5 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2056]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2062]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2064]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2067]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2069]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2074]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2076]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2079]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2090]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2098]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2118]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2165]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2169]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2172]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2180]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2183]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2190]: 6 -8.28125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2192]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2209]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2215]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2216]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2219]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2220]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2224]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2226]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2227]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2242]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2245]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2263]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2276]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2279]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2282]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2292]: 6 -0.812501 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2296]: 6 -2 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2305]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2311]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2312]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2313]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2314]: 6 -0.999579 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2315]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2316]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2321]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2322]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2323]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2324]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2334]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2335]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2339]: 6 -1.00001 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2343]: 6 -1.00003 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2349]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2355]: 6 -1.00169 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2361]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2366]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2370]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2371]: 6 -1.432 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2375]: 6 -2.72802 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2378]: 6 -1.63281 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2379]: 6 -8.54488 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2408]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2409]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2410]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2415]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2416]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2417]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2418]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2426]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2429]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2432]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2435]: 6 -9.0625 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2441]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2446]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2450]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2454]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2466]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2468]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2470]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2471]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2501]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2507]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2511]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2512]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2516]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2517]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2525]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2538]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2539]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2547]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2560]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2562]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2563]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2566]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2567]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2570]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2571]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2583]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2587]: 6 -2 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2593]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2595]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2597]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2602]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2603]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2609]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2620]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2621]: 6 -0.656257 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2622]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2624]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2625]: 6 -3.03125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2629]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2636]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2640]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2644]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2645]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2648]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2652]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2656]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2667]: 6 -1.32275 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2682]: 6 -2.625 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2689]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2691]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2695]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2698]: 6 -1.00169 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2702]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2707]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2731]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2739]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2742]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2748]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2749]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2752]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2763]: 6 -20.2668 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2766]: 6 0 0.0798894 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2775]: 6 -3.10938 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2814]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2815]: 6 -1.25 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2817]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2819]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2836]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2837]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2839]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2840]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2845]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2850]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2854]: 6 -3.56951 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2872]: 6 -0.062501 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2913]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2916]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2922]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2934]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2938]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2969]: 6 -2 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[2981]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3004]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3006]: 6 -1.3125 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3014]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3021]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3024]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3025]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3029]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3032]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3033]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3035]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3037]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3049]: 6 -2.42188 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3056]: 6 -11.832 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3076]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3083]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3084]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3085]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3088]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3095]: 6 -5.97228 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3097]: 6 -3.91016 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3099]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3100]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3110]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3113]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3119]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3122]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3126]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3130]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3131]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3134]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3141]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3158]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3159]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3162]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3165]: 6 -1.39063 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3180]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3184]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3193]: 6 -1.32813 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3202]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3230]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3238]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3298]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3302]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3306]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3315]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3328]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3329]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3373]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3418]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3422]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3443]: 6 -6.00391 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3447]: 6 -2.60938 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3465]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3469]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3475]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3492]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3496]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3500]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3504]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3508]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3510]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3520]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3524]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3525]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3528]: 6 -1.40625 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3529]: 6 -1.40625 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3533]: 6 -2 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3541]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3543]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3569]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3613]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3617]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3623]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3628]: 6 -14.7958 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3629]: 6 -0.44336 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3632]: 6 -3.22656 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3643]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3655]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3659]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3666]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3673]: 6 -1.375 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3687]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3710]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3711]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3714]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3716]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3718]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3722]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3726]: 6 -1.375 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3753]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3765]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3770]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3796]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3804]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3810]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3813]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3816]: 6 -1.65061 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3817]: 6 -1.65061 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3828]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3830]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3834]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3851]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3854]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3856]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3859]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3865]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3866]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3886]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3890]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3893]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3900]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3902]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3908]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3914]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3920]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3924]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3926]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3947]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3948]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3950]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3952]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3955]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3956]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3995]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[3998]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4000]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4005]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4008]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4021]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4029]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4043]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4044]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4054]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4055]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4081]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4084]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4085]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4088]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4094]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4096]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4100]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4103]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4112]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4202]: 6 -1 0 shouldn't be
2264.77/2270.66	WSVECS04 Frhs2[4279]: 6 -1 0 shouldn't be
2277.74/2283.66	c #Conflicts:    3621000 | #Constraints:      48751
2277.74/2283.66	c #Conflicts:    3622000 | #Constraints:      49751
2277.74/2283.66	c #Conflicts:    3623000 | #Constraints:      50751
2277.74/2283.66	c #Conflicts:    3624000 | #Constraints:      51751
2277.74/2283.66	c #Conflicts:    3625000 | #Constraints:      52751
2277.74/2283.66	c #Conflicts:    3626000 | #Constraints:      53751
2277.74/2283.66	c #Conflicts:    3627000 | #Constraints:      54752
2277.74/2283.66	c #Conflicts:    3628000 | #Constraints:      55752
2277.74/2283.66	c #Conflicts:    3629000 | #Constraints:      56752
2277.74/2283.66	c #Conflicts:    3630000 | #Constraints:      57752
2277.74/2283.66	c #Conflicts:    3631000 | #Constraints:      58752
2277.74/2283.66	c #Conflicts:    3632000 | #Constraints:      59752
2277.74/2283.66	c #Conflicts:    3633000 | #Constraints:      60752
2277.74/2283.66	c #Conflicts:    3634000 | #Constraints:      61752
2277.74/2283.66	c #Conflicts:    3635000 | #Constraints:      62752
2277.74/2283.66	c #Conflicts:    3636000 | #Constraints:      63752
2277.74/2283.66	c #Conflicts:    3637000 | #Constraints:      64752
2277.74/2283.66	c #Conflicts:    3638000 | #Constraints:      65754
2277.74/2283.66	c #Conflicts:    3639000 | #Constraints:      66759
2277.74/2283.66	c #Conflicts:    3640000 | #Constraints:      67956
2277.74/2283.66	WSVECS04 Frhs2[5]: 6 -0.999997 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[7]: 6 -0.997762 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[23]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[34]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[87]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[94]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[99]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[105]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[112]: 6 -1.39075 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[135]: 6 -0.999616 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[157]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[160]: 6 -2.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[195]: 6 -1.32813 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[199]: 6 -1.24811 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[202]: 6 -0.999012 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[207]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[220]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[232]: 6 -0.990235 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[238]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[242]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[325]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[336]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[343]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[354]: 6 -1.33196 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[360]: 6 -1.24776 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[363]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[369]: 6 -1.33789 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[388]: 6 -1.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[391]: 6 -0.685612 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[400]: 6 0 7.5 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[407]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[430]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[446]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[458]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[463]: 6 0 4.70885 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[479]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[503]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[515]: 6 -2.82813 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[542]: 6 -2.625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[553]: 6 -0.997034 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[583]: 6 -0.64226 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[605]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[606]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[615]: 6 -2.56246 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[617]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[624]: 6 -0.831263 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[644]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[655]: 6 -1.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[656]: 6 0 7 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[658]: 6 -2 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[663]: 6 -0.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[672]: 6 -2.5625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[681]: 6 -0.441407 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[682]: 6 -1.03906 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[691]: 6 0 5.125 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[702]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[714]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1071]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1111]: 6 -1.125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1133]: 6 -0.143448 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1138]: 6 0 8.17041 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1143]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1163]: 6 -1.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1196]: 6 -1.125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1203]: 6 -1.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1220]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1235]: 6 0 4.625 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1256]: 6 -1.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1258]: 6 -0.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1262]: 6 -6.125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1265]: 6 -1.33447 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1266]: 6 -1.66895 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1271]: 6 -1.65625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1298]: 6 0 0.65625 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1310]: 6 -1.33301 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1333]: 6 -0.773438 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1344]: 6 -1.625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1359]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1363]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1364]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1368]: 6 -2.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1375]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1378]: 6 -1.5625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1399]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1427]: 6 -0.648438 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1453]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1611]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1976]: 6 0 9.33291 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1980]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1984]: 6 -5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1985]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[1992]: 6 -2 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2052]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2060]: 6 -1.00025 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2077]: 6 -0.746895 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2089]: 6 -3 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2097]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2100]: 6 -3 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2108]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2126]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2134]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2156]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2157]: 6 -0.999868 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2165]: 6 -0.997872 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2170]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2184]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2188]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2202]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2203]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2218]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2229]: 6 0 6.52539 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2248]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2257]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2265]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2268]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2274]: 6 -3.98758 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2276]: 6 0 8.95777 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2278]: 6 -1.53148 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2279]: 6 0 8.80664 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2281]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2295]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2298]: 6 -1.625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2323]: 6 -0.727539 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2340]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2355]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2358]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2364]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2367]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2370]: 6 -0.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2374]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2378]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2385]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2407]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2414]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2424]: 6 -1.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2447]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2449]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2453]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2461]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2464]: 6 -1.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2488]: 6 -1.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2492]: 6 -0.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2494]: 6 -3 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2495]: 6 -0.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2508]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2509]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2510]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2511]: 6 -0.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2518]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2535]: 6 -0.6875 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2537]: 6 -0.625001 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2550]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2554]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2563]: 6 -5.65039 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2565]: 6 0 8.30078 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2569]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2578]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2580]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2591]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2608]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2646]: 6 -9.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2648]: 6 -21.625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2656]: 6 -3.5625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2664]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2666]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2668]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2670]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2698]: 6 -1.25 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2707]: 6 -1.43164 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2725]: 6 -0.666016 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2729]: 6 -0.664063 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2733]: 6 -0.656251 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2737]: 6 -0.625 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2744]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2751]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2762]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2766]: 6 0 3.625 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2767]: 6 0 1.625 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2771]: 6 0 3.5 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2781]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2794]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2796]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2799]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2803]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2806]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2846]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2848]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2852]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2866]: 6 0 2 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2875]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2888]: 6 -0.510132 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2894]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2929]: 6 0 1.95947 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2935]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2941]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2949]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2955]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2974]: 6 -5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2987]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[2990]: 6 -1.16724 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3001]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3004]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3032]: 6 -1.16724 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3034]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3054]: 6 0 1.5 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3055]: 6 -0.500001 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3070]: 6 -5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3072]: 6 0 0.914063 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3095]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3135]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3143]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3154]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3162]: 6 -0.979493 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3163]: 6 -0.979493 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3166]: 6 -1.08203 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3177]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3181]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3186]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3209]: 6 -1.3125 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3226]: 6 -1.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3234]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3240]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3246]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3285]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3314]: 6 -7 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3330]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3332]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3334]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3335]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3360]: 6 0 1 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3415]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3418]: 6 -0.5 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3423]: 6 -3 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3450]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3451]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3505]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3516]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3522]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3530]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3534]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3549]: 6 0 0.855469 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3550]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3591]: 6 -0.671876 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3605]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3618]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3619]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3628]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3700]: 6 -10.6875 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3708]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3717]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3719]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3721]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3755]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3788]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3791]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3809]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3812]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3831]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3837]: 6 0 0.687501 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3849]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3896]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3910]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3916]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3921]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3930]: 6 -0.906251 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3936]: 6 -4.28906 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3951]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3987]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3990]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[3992]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4012]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4016]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4017]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4020]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4079]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4082]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4086]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4090]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4102]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4106]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4110]: 6 -1 0 shouldn't be
2277.74/2283.66	WSVECS04 Frhs2[4211]: 6 -1 0 shouldn't be
2313.75/2319.77	c #Conflicts:    3641000 | #Constraints:      69310
2313.75/2319.77	c #Conflicts:    3642000 | #Constraints:      70310
2313.75/2319.77	c #Conflicts:    3643000 | #Constraints:      71310
2313.75/2319.77	c #Conflicts:    3644000 | #Constraints:      72310
2313.75/2319.77	c #Conflicts:    3645000 | #Constraints:      73310
2313.75/2319.77	c #Conflicts:    3646000 | #Constraints:      74310
2313.75/2319.77	c #Conflicts:    3647000 | #Constraints:      75310
2313.75/2319.77	c #Conflicts:    3648000 | #Constraints:      76310
2313.75/2319.77	c #Conflicts:    3649000 | #Constraints:      77310
2313.75/2319.77	c #Conflicts:    3650000 | #Constraints:      78310
2313.75/2319.77	c #Conflicts:    3651000 | #Constraints:      79310
2313.75/2319.77	c #Conflicts:    3652000 | #Constraints:      80310
2313.75/2319.77	c #Conflicts:    3653000 | #Constraints:      81310
2313.75/2319.77	c #Conflicts:    3654000 | #Constraints:      82310
2313.75/2319.77	c #Conflicts:    3655000 | #Constraints:      83310
2313.75/2319.77	c #Conflicts:    3656000 | #Constraints:      84310
2313.75/2319.77	c #Conflicts:    3657000 | #Constraints:      85310
2313.75/2319.77	c #Conflicts:    3658000 | #Constraints:      86310
2313.75/2319.77	c INPROCESSING
2313.75/2319.77	c GARBAGE COLLECT
2313.75/2319.77	c #Conflicts:    3659000 | #Constraints:      48676
2313.75/2319.77	c #Conflicts:    3660000 | #Constraints:      49676
2313.75/2319.77	c #Conflicts:    3661000 | #Constraints:      50676
2313.75/2319.77	c #Conflicts:    3662000 | #Constraints:      51676
2313.75/2319.77	c #Conflicts:    3663000 | #Constraints:      52676
2313.75/2319.77	c #Conflicts:    3664000 | #Constraints:      53676
2313.75/2319.77	c #Conflicts:    3665000 | #Constraints:      54676
2313.75/2319.77	c #Conflicts:    3666000 | #Constraints:      55676
2313.75/2319.77	c #Conflicts:    3667000 | #Constraints:      56676
2313.75/2319.77	c #Conflicts:    3668000 | #Constraints:      57676
2313.75/2319.77	c #Conflicts:    3669000 | #Constraints:      58676
2313.75/2319.77	c #Conflicts:    3670000 | #Constraints:      59676
2313.75/2319.77	c #Conflicts:    3671000 | #Constraints:      60676
2313.75/2319.77	c #Conflicts:    3672000 | #Constraints:      61676
2313.75/2319.77	c #Conflicts:    3673000 | #Constraints:      62676
2313.75/2319.77	c #Conflicts:    3674000 | #Constraints:      63676
2313.75/2319.77	c #Conflicts:    3675000 | #Constraints:      64676
2313.75/2319.77	c #Conflicts:    3676000 | #Constraints:      65676
2313.75/2319.77	c #Conflicts:    3677000 | #Constraints:      66676
2313.75/2319.77	c #Conflicts:    3678000 | #Constraints:      67676
2313.75/2319.77	c #Conflicts:    3679000 | #Constraints:      68676
2313.75/2319.77	c #Conflicts:    3680000 | #Constraints:      69676
2313.75/2319.77	c #Conflicts:    3681000 | #Constraints:      70676
2313.75/2319.77	c #Conflicts:    3682000 | #Constraints:      71676
2313.75/2319.77	c #Conflicts:    3683000 | #Constraints:      72676
2313.75/2319.77	c #Conflicts:    3684000 | #Constraints:      73676
2313.75/2319.77	c #Conflicts:    3685000 | #Constraints:      74676
2313.75/2319.77	c #Conflicts:    3686000 | #Constraints:      75677
2313.75/2319.77	c #Conflicts:    3687000 | #Constraints:      76677
2313.75/2319.77	c #Conflicts:    3688000 | #Constraints:      77677
2313.75/2319.77	c #Conflicts:    3689000 | #Constraints:      78677
2313.75/2319.77	c #Conflicts:    3690000 | #Constraints:      79677
2313.75/2319.77	c #Conflicts:    3691000 | #Constraints:      80677
2313.75/2319.77	c #Conflicts:    3692000 | #Constraints:      81677
2313.75/2319.77	c #Conflicts:    3693000 | #Constraints:      82678
2313.75/2319.77	WSVECS04 Frhs2[6]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[25]: 6 -0.829297 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[30]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[72]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[79]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[89]: 6 -0.829298 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[113]: 6 0 1.63389 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[136]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[155]: 6 -2.2668 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[168]: 6 -0.999733 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[197]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[200]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[210]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[243]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[275]: 6 -0.90311 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[281]: 6 -0.829298 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[335]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[340]: 6 -1.5 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[342]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[344]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[350]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[392]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[401]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[404]: 6 -1.06462 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[435]: 6 -0.958477 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[472]: 6 -0.593751 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[488]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[491]: 6 -0.999784 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[510]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[512]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[531]: 6 -1.27098 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[533]: 6 -0.250001 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[537]: 6 -0.829297 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[576]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[584]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[601]: 6 -0.246094 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[608]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[648]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[657]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1075]: 6 -1.14844 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1089]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1097]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1139]: 6 -0.927654 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1143]: 6 -0.75 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1161]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1191]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1197]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1200]: 6 0 1.625 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1240]: 6 -2.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1259]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1271]: 6 0 5.90625 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1301]: 6 -1.125 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1308]: 6 -8.27402 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1309]: 6 0 1.4832 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1388]: 6 -0.75 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1407]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1445]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1451]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1452]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1469]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1497]: 6 -2.1707 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1575]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1589]: 6 -0.625001 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1597]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1958]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1968]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1974]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[1978]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2001]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2008]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2051]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2060]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2065]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2070]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2078]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2082]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2104]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2105]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2149]: 6 -0.999995 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2151]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2152]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2154]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2158]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2160]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2164]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2174]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2175]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2212]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2249]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2260]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2261]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2264]: 6 -1.30636 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2286]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2292]: 6 0 1 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2294]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2299]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2321]: 6 -1.09402 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2322]: 6 -0.938029 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2323]: 6 -0.209961 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2327]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2337]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2344]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2347]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2352]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2360]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2364]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2366]: 6 -1.09402 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2367]: 6 -1.09401 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2371]: 6 -0.5 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2394]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2451]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2456]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2462]: 6 -1.14844 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2464]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2468]: 6 -0.187501 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2477]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2489]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2503]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2521]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2544]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2548]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2556]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2575]: 6 -6.4375 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2578]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2579]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2588]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2592]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2599]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2633]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2656]: 6 -1.3125 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2661]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2670]: 6 -0.123047 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2704]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2711]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2718]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2726]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2728]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2729]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2732]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2736]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2747]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2756]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2774]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2823]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2828]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2830]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2831]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2834]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2844]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2864]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2885]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2911]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2914]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2917]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2924]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2939]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2953]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2956]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2964]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2968]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[2972]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3016]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3020]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3026]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3027]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3030]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3036]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3091]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3116]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3120]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3121]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3129]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3133]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3137]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3141]: 6 -1.3125 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3157]: 6 -5.96641 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3204]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3208]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3210]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3212]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3216]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3221]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3225]: 6 -0.500001 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3228]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3229]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3232]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3233]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3235]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3253]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3276]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3304]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3308]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3316]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3320]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3324]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3343]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3370]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3391]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3406]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3410]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3414]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3420]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3422]: 6 -1.3125 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3441]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3444]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3452]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3489]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3495]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3499]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3502]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3506]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3511]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3527]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3530]: 6 0 1.5 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3540]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3547]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3552]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3579]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3598]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3603]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3606]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3610]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3614]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3615]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3618]: 6 -1.33301 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3642]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3646]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3647]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3685]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3694]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3695]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3702]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3703]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3706]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3709]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3726]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3730]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3731]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3734]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3738]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3739]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3742]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3783]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3786]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3792]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3795]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3797]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3799]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3802]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3803]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3810]: 6 -5.20313 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3811]: 6 -1.20313 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3819]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3829]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3833]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3839]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3845]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3871]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3873]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3879]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3882]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3883]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3895]: 6 -3 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3897]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3904]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3912]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3918]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3922]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3923]: 6 -1.25 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3928]: 6 0 1 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3929]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3934]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3937]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3970]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3974]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3978]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3981]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[3984]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4002]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4003]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4006]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4014]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4015]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4019]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4022]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4032]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4072]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4073]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4075]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4092]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4098]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4099]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4102]: 6 -0.750001 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4103]: 6 -0.750001 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4107]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4114]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4117]: 6 -1 0 shouldn't be
2313.75/2319.77	WSVECS04 Frhs2[4118]: 6 -1 0 shouldn't be
2355.75/2361.81	c #Conflicts:    3694000 | #Constraints:      83858
2355.75/2361.81	c #Conflicts:    3695000 | #Constraints:      84858
2355.75/2361.81	c #Conflicts:    3696000 | #Constraints:      85858
2355.75/2361.81	c INPROCESSING
2355.75/2361.81	c GARBAGE COLLECT
2355.75/2361.81	c #Conflicts:    3697000 | #Constraints:      48244
2355.75/2361.81	c #Conflicts:    3698000 | #Constraints:      49244
2355.75/2361.81	c #Conflicts:    3699000 | #Constraints:      50244
2355.75/2361.81	c #Conflicts:    3700000 | #Constraints:      51244
2355.75/2361.81	c #Conflicts:    3701000 | #Constraints:      52244
2355.75/2361.81	c #Conflicts:    3702000 | #Constraints:      53244
2355.75/2361.81	c #Conflicts:    3703000 | #Constraints:      54244
2355.75/2361.81	c #Conflicts:    3704000 | #Constraints:      55244
2355.75/2361.81	c #Conflicts:    3705000 | #Constraints:      56244
2355.75/2361.81	c #Conflicts:    3706000 | #Constraints:      57244
2355.75/2361.81	c #Conflicts:    3707000 | #Constraints:      58244
2355.75/2361.81	c #Conflicts:    3708000 | #Constraints:      59244
2355.75/2361.81	c #Conflicts:    3709000 | #Constraints:      60244
2355.75/2361.81	c #Conflicts:    3710000 | #Constraints:      61244
2355.75/2361.81	c #Conflicts:    3711000 | #Constraints:      62244
2355.75/2361.81	c #Conflicts:    3712000 | #Constraints:      63244
2355.75/2361.81	c #Conflicts:    3713000 | #Constraints:      64244
2355.75/2361.81	c #Conflicts:    3714000 | #Constraints:      65244
2355.75/2361.81	c #Conflicts:    3715000 | #Constraints:      66244
2355.75/2361.81	c #Conflicts:    3716000 | #Constraints:      67244
2355.75/2361.81	c #Conflicts:    3717000 | #Constraints:      68244
2355.75/2361.81	c #Conflicts:    3718000 | #Constraints:      69244
2355.75/2361.81	c #Conflicts:    3719000 | #Constraints:      70244
2355.75/2361.81	c #Conflicts:    3720000 | #Constraints:      71244
2355.75/2361.81	c #Conflicts:    3721000 | #Constraints:      72244
2355.75/2361.81	c #Conflicts:    3722000 | #Constraints:      73244
2355.75/2361.81	c #Conflicts:    3723000 | #Constraints:      74244
2355.75/2361.81	c #Conflicts:    3724000 | #Constraints:      75244
2355.75/2361.81	c #Conflicts:    3725000 | #Constraints:      76244
2355.75/2361.81	c #Conflicts:    3726000 | #Constraints:      77244
2355.75/2361.81	c #Conflicts:    3727000 | #Constraints:      78244
2355.75/2361.81	c #Conflicts:    3728000 | #Constraints:      79244
2355.75/2361.81	c #Conflicts:    3729000 | #Constraints:      80244
2355.75/2361.81	c #Conflicts:    3730000 | #Constraints:      81244
2355.75/2361.81	c #Conflicts:    3731000 | #Constraints:      82244
2355.75/2361.81	c #Conflicts:    3732000 | #Constraints:      83244
2355.75/2361.81	c #Conflicts:    3733000 | #Constraints:      84244
2355.75/2361.81	c #Conflicts:    3734000 | #Constraints:      85244
2355.75/2361.81	c #Conflicts:    3735000 | #Constraints:      86244
2355.75/2361.81	c INPROCESSING
2355.75/2361.81	c GARBAGE COLLECT
2355.75/2361.81	c #Conflicts:    3736000 | #Constraints:      48636
2355.75/2361.81	c #Conflicts:    3737000 | #Constraints:      49636
2355.75/2361.81	c #Conflicts:    3738000 | #Constraints:      50636
2355.75/2361.81	c #Conflicts:    3739000 | #Constraints:      51636
2355.75/2361.81	c #Conflicts:    3740000 | #Constraints:      52636
2355.75/2361.81	c #Conflicts:    3741000 | #Constraints:      53636
2355.75/2361.81	c #Conflicts:    3742000 | #Constraints:      54637
2355.75/2361.81	c #Conflicts:    3743000 | #Constraints:      55637
2355.75/2361.81	c #Conflicts:    3744000 | #Constraints:      56637
2355.75/2361.81	c #Conflicts:    3745000 | #Constraints:      57637
2355.75/2361.81	c #Conflicts:    3746000 | #Constraints:      58637
2355.75/2361.81	c #Conflicts:    3747000 | #Constraints:      59637
2355.75/2361.81	c #Conflicts:    3748000 | #Constraints:      60637
2355.75/2361.81	c #Conflicts:    3749000 | #Constraints:      61637
2355.75/2361.81	c #Conflicts:    3750000 | #Constraints:      62637
2355.75/2361.81	c #Conflicts:    3751000 | #Constraints:      63637
2355.75/2361.81	c #Conflicts:    3752000 | #Constraints:      64637
2355.75/2361.81	c #Conflicts:    3753000 | #Constraints:      65638
2355.75/2361.81	c #Conflicts:    3754000 | #Constraints:      66638
2355.75/2361.81	c #Conflicts:    3755000 | #Constraints:      67638
2355.75/2361.81	c #Conflicts:    3756000 | #Constraints:      68638
2355.75/2361.81	c #Conflicts:    3757000 | #Constraints:      69638
2355.75/2361.81	c #Conflicts:    3758000 | #Constraints:      70638
2355.75/2361.81	c #Conflicts:    3759000 | #Constraints:      71638
2355.75/2361.81	c #Conflicts:    3760000 | #Constraints:      72638
2355.75/2361.81	c #Conflicts:    3761000 | #Constraints:      73638
2355.75/2361.81	c #Conflicts:    3762000 | #Constraints:      74638
2355.75/2361.81	c #Conflicts:    3763000 | #Constraints:      75638
2355.75/2361.81	c #Conflicts:    3764000 | #Constraints:      76638
2355.75/2361.81	c #Conflicts:    3765000 | #Constraints:      77638
2355.75/2361.81	c #Conflicts:    3766000 | #Constraints:      78638
2355.75/2361.81	c #Conflicts:    3767000 | #Constraints:      79638
2355.75/2361.81	c #Conflicts:    3768000 | #Constraints:      80638
2355.75/2361.81	c #Conflicts:    3769000 | #Constraints:      81638
2355.75/2361.81	c #Conflicts:    3770000 | #Constraints:      82638
2355.75/2361.81	c #Conflicts:    3771000 | #Constraints:      83638
2358.74/2364.81	c #Conflicts:    3772000 | #Constraints:      84639
2358.74/2364.81	c #Conflicts:    3773000 | #Constraints:      85639
2358.74/2364.81	c #Conflicts:    3774000 | #Constraints:      86639
2358.74/2364.81	c INPROCESSING
2358.74/2364.81	c GARBAGE COLLECT
2358.74/2364.81	WSVECS04 Frhs2[1]: 6 -0.555441 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[8]: 6 0 0.500042 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[11]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[17]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[19]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[31]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[33]: 6 -1.99204 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[42]: 6 -1.25004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[55]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[57]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[62]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[71]: 6 -1.25003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[76]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[77]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[81]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[84]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[85]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[87]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[95]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[97]: 6 -1.99201 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[106]: 6 -1.18196 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[112]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[115]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[139]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[148]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[152]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[154]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[174]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[183]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[192]: 6 -1.5704 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[197]: 6 -0.771587 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[200]: 6 -1.9799 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[208]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[249]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[253]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[260]: 6 -2.79646 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[261]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[263]: 6 -0.965922 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[264]: 6 -2.12098 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[265]: 6 -2.50005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[269]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[281]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[282]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[302]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[305]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[331]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[344]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[371]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[372]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[373]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[376]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[377]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[381]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[391]: 6 -0.971622 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[396]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[433]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[435]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[447]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[472]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[498]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[503]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[505]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[526]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[527]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[543]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[566]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[595]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[605]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[610]: 6 -1.49897 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[614]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[626]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[631]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[633]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[637]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[639]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[648]: 6 0 0.250094 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[659]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[665]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[670]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[677]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[691]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[693]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[703]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[704]: 6 -0.564674 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[705]: 6 -0.910225 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[729]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[734]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[735]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[977]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1040]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1062]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1064]: 6 -1.50003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1081]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1093]: 6 -0.942913 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1099]: 6 -0.875046 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1100]: 6 -0.750067 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1102]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1106]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1110]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1131]: 6 -1.25004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1136]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1148]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1150]: 6 -1.00429 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1160]: 6 -0.613562 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1161]: 6 -0.750055 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1164]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1168]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1177]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1183]: 6 -1.31595 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1191]: 6 -0.687533 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1193]: 6 -0.750084 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1207]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1217]: 6 0 0.0820619 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1218]: 6 -0.875031 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1220]: 6 -1.25001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1223]: 6 -1.83932 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1226]: 6 -1.75009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1229]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1235]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1239]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1241]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1242]: 6 -1.0001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1249]: 6 0 0.751361 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1279]: 6 -1.25001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1280]: 6 -0.75003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1284]: 6 -1.75003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1285]: 6 -1.36766 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1286]: 6 -1.25007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1288]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1289]: 6 -0.750051 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1290]: 6 -2.40047 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1291]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1302]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1309]: 6 -0.935546 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1311]: 6 -1.50003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1325]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1333]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1341]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1349]: 6 -1.55423 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1352]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1363]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1369]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1371]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1373]: 6 -1.25006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1378]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1393]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1395]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1402]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1411]: 6 -1.33013 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1412]: 6 0 0.0938406 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1421]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1431]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1463]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1466]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1467]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1473]: 6 -0.679703 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1474]: 6 -0.679707 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1490]: 6 -1.00006 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1494]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1496]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1509]: 6 -1.75009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1511]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1527]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1534]: 6 -1.25008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1542]: 6 -1.50007 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1558]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1564]: 6 -1.39266 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1567]: 6 -1.14067 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1569]: 6 -0.857499 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1573]: 6 -1.84381 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1574]: 6 -0.75009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1575]: 6 -1.00001 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1576]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1577]: 6 -1.00008 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1579]: 6 -1.00009 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
2358.74/2364.81	WSVECS04 Frhs2[1585]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1586]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1590]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1594]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1595]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1601]: 6 -3.25001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1620]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1629]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1630]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1632]: 6 -1.50006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1663]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1683]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1717]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1718]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1955]: 6 -0.91078 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1964]: 6 -0.500095 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1965]: 6 -0.500057 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1971]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1973]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1976]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1977]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1979]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1984]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1985]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1987]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1989]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1992]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1993]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1996]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1997]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[1999]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2001]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2004]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2008]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2012]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2014]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2016]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2049]: 6 -1.32815 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2078]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2080]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2084]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2093]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2096]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2097]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2101]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2104]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2108]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2110]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2111]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2126]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2130]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2142]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2145]: 6 0 0.57287 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2148]: 6 0 2.00008 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2150]: 6 0 1.56252 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2154]: 6 -0.500016 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2162]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2163]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2168]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2172]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2174]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2175]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2180]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2181]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2184]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2185]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2190]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2192]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2193]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2196]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2197]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2200]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2201]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2202]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2206]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2207]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2215]: 6 -1.31254 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2216]: 6 -1.25008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2225]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2231]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2233]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2237]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2239]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2241]: 6 -1.25009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2250]: 6 -2.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2252]: 6 0 1.08238 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2263]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2265]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2271]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2274]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2275]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2277]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2281]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2283]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2285]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2288]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2289]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2292]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2293]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2296]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2298]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2300]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2302]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2303]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2309]: 6 -1.25008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2310]: 6 -1.19917 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2312]: 6 -1.10892 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2313]: 6 -1.25007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2316]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2320]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2323]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2324]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2327]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2357]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2360]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2361]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2364]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2368]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2369]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2372]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2373]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2376]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2378]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2379]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2382]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2384]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2385]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2388]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2392]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2393]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2396]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2397]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2407]: 6 -0.593796 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2410]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2413]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2414]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2419]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2420]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2423]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2428]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2431]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2439]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2442]: 6 -0.593838 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2443]: 6 -0.593767 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2456]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2457]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2459]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2460]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2463]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2465]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2468]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2472]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2477]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2479]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2481]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2483]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2485]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2488]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2489]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2492]: 6 -1.57037 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2497]: 6 -1.62644 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2511]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2514]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2515]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2519]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2522]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2525]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2527]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2540]: 6 -4.82803 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2542]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2544]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2546]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2548]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2549]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2552]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2554]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2556]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2558]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2560]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2561]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2564]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2565]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2568]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2572]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2581]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2584]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2588]: 6 -1.25002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2598]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2599]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2604]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2606]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2612]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2617]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2622]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2633]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2635]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2637]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2639]: 6 -1.25008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2647]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2649]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2652]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2653]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2655]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2657]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2660]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2663]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2665]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2670]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2671]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2674]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2676]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2677]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2680]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2682]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2683]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2686]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2691]: 6 -1.25009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2692]: 6 -1.50009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2693]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2695]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2700]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2705]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2708]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2709]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2711]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2712]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2717]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2730]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2732]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2734]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2736]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2738]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2740]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2741]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2744]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2746]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2748]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2750]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2752]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2754]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2756]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2757]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2760]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2761]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2763]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2765]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2768]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2769]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2772]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2773]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2776]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2777]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2780]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2781]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2791]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2797]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2799]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2800]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2801]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2803]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2805]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2808]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2813]: 6 -0.935529 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2816]: 6 -1.50005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2818]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2835]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2837]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2840]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2841]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2844]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2845]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2848]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2849]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2852]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2853]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2858]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2864]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2865]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2868]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2871]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2873]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2875]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2889]: 6 -1.50001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2895]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2896]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2910]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2914]: 6 -1.35828 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2920]: 6 -1.43757 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2931]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2934]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2935]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2938]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2940]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2942]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2943]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2946]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2947]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2950]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2954]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2955]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2960]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2962]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2963]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2966]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2967]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2970]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2972]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2974]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2976]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2980]: 6 -1.28128 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2982]: 6 -1.15628 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2983]: 6 -1.25009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2986]: 6 -1.25008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2988]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2993]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2994]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2995]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2996]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2997]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[2999]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3000]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3001]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3002]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3005]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3030]: 6 0 0.0313346 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3032]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3038]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3042]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3044]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3048]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3050]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3051]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3054]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3056]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3058]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3060]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3061]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3064]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3066]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3067]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3090]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3097]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3107]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3118]: 6 -0.402421 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3122]: 6 -3.39071 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3123]: 6 -3.39066 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3125]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3128]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3129]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3132]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3133]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3135]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3137]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3140]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3142]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3144]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3146]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3152]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3156]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3160]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3162]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3163]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3166]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3186]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3198]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3206]: 6 0 1.31253 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3220]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3223]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3226]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3228]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3230]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3234]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3236]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3238]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3240]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3242]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3243]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3246]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3247]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3250]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3254]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3255]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3258]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3259]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3262]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3275]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3276]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3277]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3281]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3282]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3288]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3294]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3297]: 6 -3.66021 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3299]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3301]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3303]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3305]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3307]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3309]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3311]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3314]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3317]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3320]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3321]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3324]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3325]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3327]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3329]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3332]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3333]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3336]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3338]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3339]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3342]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3344]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3346]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3348]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3350]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3351]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3354]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3357]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3366]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3371]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3372]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3373]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3374]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3382]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3389]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3391]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3405]: 6 -3.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3408]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3409]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3412]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3413]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3416]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3420]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3422]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3423]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3426]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3428]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3430]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3434]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3437]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3440]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3441]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3444]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3445]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3450]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3454]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3458]: 6 -0.785179 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3464]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3468]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3477]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3481]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3487]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3492]: 6 -2.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3494]: 6 0 2.00003 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3497]: 6 -2.43751 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3501]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3511]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3514]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3515]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3518]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3521]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3527]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3530]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3535]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3538]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3539]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3541]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3544]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3548]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3550]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3552]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3554]: 6 -1.62506 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3564]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3585]: 6 -3.62506 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3597]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3600]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3602]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3604]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3606]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3608]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3610]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3612]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3614]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3616]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3618]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3620]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3622]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3626]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3628]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3630]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3632]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3634]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3636]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3638]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3640]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3642]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3646]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3650]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3652]: 6 -1.62507 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3668]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3672]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3677]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3678]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3684]: 6 -1.62503 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3694]: 6 0 1.00003 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3701]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3703]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3705]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3707]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3709]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3724]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3728]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3729]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3732]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3733]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3735]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3738]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3740]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3741]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3743]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3760]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3764]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3767]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3775]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3786]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3787]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3789]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3799]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3806]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3809]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3811]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3813]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3817]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3820]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3821]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3823]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3828]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3829]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3832]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3833]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3836]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3837]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3843]: 6 -1.25006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3844]: 6 -1.50009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3845]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3846]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3848]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3857]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3859]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3861]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3864]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3865]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3868]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3869]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3870]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3881]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3884]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3888]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3892]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3897]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3900]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3904]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3905]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3907]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3910]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3912]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3914]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3915]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3918]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3920]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3924]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3925]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3928]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3929]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3932]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3934]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3936]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3937]: 6 -0.564671 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3944]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3945]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3950]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3951]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3953]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3955]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3956]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3958]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3959]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3967]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3976]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3977]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3980]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3984]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3985]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3987]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3988]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3989]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3992]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3993]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3996]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[3998]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4000]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4002]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4005]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4008]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4012]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4013]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4016]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4019]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4022]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4023]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4025]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4027]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4030]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4043]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4044]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4048]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4051]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4054]: 6 -1.0001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4056]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4057]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4069]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4079]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4081]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4084]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4088]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4092]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4094]: 6 -1.00007 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4096]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4100]: 6 -1.00006 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4102]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4106]: 6 -1.00004 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4107]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4110]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4114]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4115]: 6 -1.00005 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4118]: 6 -1.00002 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4120]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4121]: 6 -1.00001 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4124]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4126]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4128]: 6 -1.00008 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4201]: 6 -1.00009 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4202]: 6 -1.00003 0 shouldn't be
2358.74/2364.82	WSVECS04 Frhs2[4245]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[82]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[146]: 6 -1.00001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[166]: 6 -0.916762 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[199]: 6 -0.971664 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[221]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[262]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[274]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[345]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[367]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[426]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[470]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[471]: 6 -1.0001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[487]: 6 0 0.0341969 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[520]: 6 0 0.250037 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[532]: 6 -1.00001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[553]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[565]: 6 -1.0001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[669]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[671]: 6 -1.00001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[687]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[728]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[979]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1057]: 6 0 0.125205 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1112]: 6 -1.0001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1178]: 6 0 0.37515 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1211]: 6 -1.57036 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1227]: 6 -1.5001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1265]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1323]: 6 -1.50008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1329]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1331]: 6 -1.00001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1356]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1410]: 6 -0.843771 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1416]: 6 -1.68759 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1449]: 6 -1.59772 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1471]: 6 -1.28135 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1504]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1507]: 6 -1.0001 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1528]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1538]: 6 -2.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1580]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1581]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1582]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1631]: 6 -1.62505 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2009]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2178]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2203]: 6 -1.00004 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2217]: 6 -1.25002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2326]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2406]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2426]: 6 0 0.375192 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2444]: 6 0 0.81252 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2576]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2589]: 6 -1.25008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2673]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2899]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[2981]: 6 -1.2501 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3003]: 6 -1.00008 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3092]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3095]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3099]: 6 -1.00005 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3174]: 6 -1.12507 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3183]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3193]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3435]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3486]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3510]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3534]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3545]: 6 -1.00002 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3568]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3569]: 6 -1.00006 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3581]: 6 -1.00007 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3766]: 6 -1.00009 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3825]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3851]: 6 -1.00003 0 shouldn't be
2359.94/2366.03	WSVECS04 Frhs2[3981]: 6 -1.0001 0 shouldn't be
2421.99/2428.21	c #Conflicts:    3775000 | #Constraints:      48944
2421.99/2428.21	c #Conflicts:    3776000 | #Constraints:      49944
2421.99/2428.21	c #Conflicts:    3777000 | #Constraints:      50944
2421.99/2428.21	c #Conflicts:    3778000 | #Constraints:      51944
2421.99/2428.21	c #Conflicts:    3779000 | #Constraints:      52944
2421.99/2428.21	c #Conflicts:    3780000 | #Constraints:      53944
2421.99/2428.21	c #Conflicts:    3781000 | #Constraints:      54944
2421.99/2428.21	c #Conflicts:    3782000 | #Constraints:      55944
2421.99/2428.21	c #Conflicts:    3783000 | #Constraints:      56944
2421.99/2428.21	c #Conflicts:    3784000 | #Constraints:      57944
2421.99/2428.21	c #Conflicts:    3785000 | #Constraints:      58944
2421.99/2428.21	c #Conflicts:    3786000 | #Constraints:      59944
2421.99/2428.21	c #Conflicts:    3787000 | #Constraints:      60944
2421.99/2428.21	c #Conflicts:    3788000 | #Constraints:      61944
2421.99/2428.21	c #Conflicts:    3789000 | #Constraints:      62945
2421.99/2428.21	c #Conflicts:    3790000 | #Constraints:      63945
2421.99/2428.21	c #Conflicts:    3791000 | #Constraints:      64945
2421.99/2428.21	c #Conflicts:    3792000 | #Constraints:      65945
2421.99/2428.21	c #Conflicts:    3793000 | #Constraints:      66945
2421.99/2428.21	c #Conflicts:    3794000 | #Constraints:      67945
2421.99/2428.21	c #Conflicts:    3795000 | #Constraints:      68945
2421.99/2428.21	c #Conflicts:    3796000 | #Constraints:      69945
2421.99/2428.21	c #Conflicts:    3797000 | #Constraints:      70945
2421.99/2428.21	c #Conflicts:    3798000 | #Constraints:      71945
2421.99/2428.21	c #Conflicts:    3799000 | #Constraints:      72945
2421.99/2428.21	c #Conflicts:    3800000 | #Constraints:      73945
2421.99/2428.21	c #Conflicts:    3801000 | #Constraints:      74947
2421.99/2428.21	c #Conflicts:    3802000 | #Constraints:      75947
2421.99/2428.21	c #Conflicts:    3803000 | #Constraints:      76947
2421.99/2428.21	c #Conflicts:    3804000 | #Constraints:      77947
2421.99/2428.21	c #Conflicts:    3805000 | #Constraints:      78947
2421.99/2428.21	c #Conflicts:    3806000 | #Constraints:      79948
2421.99/2428.21	c #Conflicts:    3807000 | #Constraints:      80948
2421.99/2428.21	c #Conflicts:    3808000 | #Constraints:      81951
2421.99/2428.21	c #Conflicts:    3809000 | #Constraints:      82951
2421.99/2428.21	c #Conflicts:    3810000 | #Constraints:      83966
2421.99/2428.21	c #Conflicts:    3811000 | #Constraints:      84966
2421.99/2428.21	c #Conflicts:    3812000 | #Constraints:      85966
2421.99/2428.21	c #Conflicts:    3813000 | #Constraints:      86966
2421.99/2428.21	c INPROCESSING
2421.99/2428.21	c GARBAGE COLLECT
2421.99/2428.21	c #Conflicts:    3814000 | #Constraints:      49126
2421.99/2428.21	c #Conflicts:    3815000 | #Constraints:      50126
2421.99/2428.21	c #Conflicts:    3816000 | #Constraints:      51126
2421.99/2428.21	c #Conflicts:    3817000 | #Constraints:      52126
2421.99/2428.21	c #Conflicts:    3818000 | #Constraints:      53126
2421.99/2428.21	c #Conflicts:    3819000 | #Constraints:      54127
2421.99/2428.21	c #Conflicts:    3820000 | #Constraints:      55127
2421.99/2428.21	c #Conflicts:    3821000 | #Constraints:      56127
2421.99/2428.21	c #Conflicts:    3822000 | #Constraints:      57127
2421.99/2428.21	c #Conflicts:    3823000 | #Constraints:      58127
2421.99/2428.21	c #Conflicts:    3824000 | #Constraints:      59127
2421.99/2428.21	c #Conflicts:    3825000 | #Constraints:      60127
2421.99/2428.21	c #Conflicts:    3826000 | #Constraints:      61127
2421.99/2428.21	c #Conflicts:    3827000 | #Constraints:      62128
2421.99/2428.21	c #Conflicts:    3828000 | #Constraints:      63128
2421.99/2428.21	c #Conflicts:    3829000 | #Constraints:      64128
2421.99/2428.21	c #Conflicts:    3830000 | #Constraints:      65128
2421.99/2428.21	c #Conflicts:    3831000 | #Constraints:      66128
2421.99/2428.21	c #Conflicts:    3832000 | #Constraints:      67128
2421.99/2428.21	c #Conflicts:    3833000 | #Constraints:      68128
2421.99/2428.21	c #Conflicts:    3834000 | #Constraints:      69128
2421.99/2428.21	c #Conflicts:    3835000 | #Constraints:      70128
2421.99/2428.21	c #Conflicts:    3836000 | #Constraints:      71128
2421.99/2428.21	c #Conflicts:    3837000 | #Constraints:      72128
2421.99/2428.21	c #Conflicts:    3838000 | #Constraints:      73128
2421.99/2428.21	c #Conflicts:    3839000 | #Constraints:      74128
2421.99/2428.21	c #Conflicts:    3840000 | #Constraints:      75128
2421.99/2428.21	c #Conflicts:    3841000 | #Constraints:      76128
2421.99/2428.21	c #Conflicts:    3842000 | #Constraints:      77128
2421.99/2428.21	c #Conflicts:    3843000 | #Constraints:      78128
2421.99/2428.21	c #Conflicts:    3844000 | #Constraints:      79128
2421.99/2428.21	c #Conflicts:    3845000 | #Constraints:      80128
2421.99/2428.21	c #Conflicts:    3846000 | #Constraints:      81128
2421.99/2428.21	c #Conflicts:    3847000 | #Constraints:      82128
2421.99/2428.21	c #Conflicts:    3848000 | #Constraints:      83128
2421.99/2428.21	c #Conflicts:    3849000 | #Constraints:      84129
2421.99/2428.21	c #Conflicts:    3850000 | #Constraints:      85129
2421.99/2428.21	c #Conflicts:    3851000 | #Constraints:      86129
2421.99/2428.21	c #Conflicts:    3852000 | #Constraints:      87129
2421.99/2428.21	c INPROCESSING
2446.92/2453.24	c GARBAGE COLLECT
2446.92/2453.24	c #Conflicts:    3853000 | #Constraints:      49020
2446.92/2453.24	c #Conflicts:    3854000 | #Constraints:      50020
2446.92/2453.24	c #Conflicts:    3855000 | #Constraints:      51020
2446.92/2453.24	c #Conflicts:    3856000 | #Constraints:      52020
2446.92/2453.24	c #Conflicts:    3857000 | #Constraints:      53020
2446.92/2453.24	c #Conflicts:    3858000 | #Constraints:      54020
2446.92/2453.24	c #Conflicts:    3859000 | #Constraints:      55020
2446.92/2453.24	c #Conflicts:    3860000 | #Constraints:      56020
2446.92/2453.24	c #Conflicts:    3861000 | #Constraints:      57020
2446.92/2453.24	c #Conflicts:    3862000 | #Constraints:      58020
2446.92/2453.24	c #Conflicts:    3863000 | #Constraints:      59020
2446.92/2453.24	c #Conflicts:    3864000 | #Constraints:      60020
2446.92/2453.24	c #Conflicts:    3865000 | #Constraints:      61020
2446.92/2453.24	c #Conflicts:    3866000 | #Constraints:      62020
2446.92/2453.24	c #Conflicts:    3867000 | #Constraints:      63020
2446.92/2453.24	c #Conflicts:    3868000 | #Constraints:      64020
2446.92/2453.24	c #Conflicts:    3869000 | #Constraints:      65020
2446.92/2453.24	c #Conflicts:    3870000 | #Constraints:      66020
2446.92/2453.24	c #Conflicts:    3871000 | #Constraints:      67020
2446.92/2453.24	c #Conflicts:    3872000 | #Constraints:      68020
2446.92/2453.24	c #Conflicts:    3873000 | #Constraints:      69020
2446.92/2453.24	c #Conflicts:    3874000 | #Constraints:      70020
2446.92/2453.24	c #Conflicts:    3875000 | #Constraints:      71020
2446.92/2453.24	c #Conflicts:    3876000 | #Constraints:      72020
2446.92/2453.24	c #Conflicts:    3877000 | #Constraints:      73021
2446.92/2453.24	c #Conflicts:    3878000 | #Constraints:      74021
2446.92/2453.24	c #Conflicts:    3879000 | #Constraints:      75021
2446.92/2453.24	c #Conflicts:    3880000 | #Constraints:      76021
2446.92/2453.24	c #Conflicts:    3881000 | #Constraints:      77021
2446.92/2453.24	c #Conflicts:    3882000 | #Constraints:      78021
2446.92/2453.24	c #Conflicts:    3883000 | #Constraints:      79021
2446.92/2453.24	c #Conflicts:    3884000 | #Constraints:      80021
2446.92/2453.24	c #Conflicts:    3885000 | #Constraints:      81021
2446.92/2453.24	c #Conflicts:    3886000 | #Constraints:      82021
2446.92/2453.24	c #Conflicts:    3887000 | #Constraints:      83021
2446.92/2453.24	c #Conflicts:    3888000 | #Constraints:      84021
2446.92/2453.24	c #Conflicts:    3889000 | #Constraints:      85021
2446.92/2453.24	c #Conflicts:    3890000 | #Constraints:      86021
2446.92/2453.24	c #Conflicts:    3891000 | #Constraints:      87021
2446.92/2453.24	c INPROCESSING
2446.92/2453.24	c GARBAGE COLLECT
2446.92/2453.24	WSVECS04 Frhs2[4]: 6 -0.628227 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[11]: 6 -1.25772 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[16]: 6 -3.05527 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[20]: 6 -1.34665 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[24]: 6 -1.02222 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[25]: 6 -1.28491 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[27]: 6 -1.00081 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[30]: 6 0 1.74376 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[31]: 6 -0.980727 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[33]: 6 -2.79908 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[37]: 6 -3.45128 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[56]: 6 -0.993225 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[58]: 6 -1.49948 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[60]: 6 -1.07842 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[74]: 6 -2.207 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[90]: 6 -1.00741 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[91]: 6 -0.978651 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[95]: 6 -1.28907 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[97]: 6 -1.5307 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[101]: 6 0 1.18663 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[121]: 6 -2.23552 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[137]: 6 -0.477141 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[138]: 6 -1.68016 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[154]: 6 -1.74938 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[156]: 6 -0.000118474 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[159]: 6 -0.995262 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[168]: 6 -2.70515 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[170]: 6 -1.99048 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[173]: 6 -0.121536 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[178]: 6 -0.149294 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[195]: 6 -1.26057 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[196]: 6 -2.26124 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[200]: 6 -1.13956 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[210]: 6 -0.0533638 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[223]: 6 -0.294854 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[231]: 6 0 0.331957 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[247]: 6 0 1.4948 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[249]: 6 -1.11088 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[250]: 6 0 1.80198 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[257]: 6 -0.776974 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[280]: 6 -1.43931 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[282]: 6 -1.75829 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[285]: 6 -42.9671 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[286]: 6 -1.09007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[294]: 6 -1.46246 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[296]: 6 0 2.10662 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[300]: 6 -1.22268 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[311]: 6 -1.4289 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[313]: 6 -2.20976 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[331]: 6 0 0.425299 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[343]: 6 -6.78677 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[345]: 6 -2.38255 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[347]: 6 -0.978655 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[350]: 6 -0.0635751 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[352]: 6 -1.34481 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[357]: 6 -2.44316 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[359]: 6 -1.67493 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[360]: 6 -1.92545 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[361]: 6 -0.421912 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[362]: 6 -2.75185 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[363]: 6 -1.49281 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[376]: 6 -8.14053 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[380]: 6 -43.0565 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[382]: 6 -169.669 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[384]: 6 -1.07062 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[393]: 6 -2.95857 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[395]: 6 -1.27614 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[412]: 6 -0.00175342 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[423]: 6 -2.50246 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[446]: 6 -111.706 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[448]: 6 -0.0955413 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[450]: 6 -0.979618 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[460]: 6 -1.00447 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[466]: 6 -1.08624 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[469]: 6 0 2.86757 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[481]: 6 -2.63166 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[490]: 6 -0.670458 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[492]: 6 -0.625515 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[520]: 6 -2.7147 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[522]: 6 -1.3893 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[523]: 6 0 0.026138 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[525]: 6 -0.789475 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[526]: 6 -1.59737 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[527]: 6 -3.22035 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[528]: 6 -1.48612 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[530]: 6 -3.64094 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[532]: 6 -5.86079 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[534]: 6 -2.08629 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[539]: 6 -43.1273 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[550]: 6 -1.77901 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[551]: 6 0 1.51184 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[561]: 6 0 2.90503 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[566]: 6 -2.26988 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[570]: 6 -2.62596 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[590]: 6 -6.23555 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[591]: 6 -3.80137 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[593]: 6 -1.65644 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[596]: 6 -2.33769 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[605]: 6 -113.068 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[609]: 6 -1.24976 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[610]: 6 -0.257525 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[611]: 6 -2.08341 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[613]: 6 -3.02587 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[615]: 6 0 2.62342 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[618]: 6 -1.12794 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[619]: 6 -1.10532 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[625]: 6 -3.16026 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[629]: 6 0 1.08849 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[631]: 6 -1.9369 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[634]: 6 -13.0143 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[638]: 6 -167.502 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[639]: 6 0 1.56187 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[647]: 6 -1.82834 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[651]: 6 -2.01236 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[656]: 6 -2.39687 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[667]: 6 -2.725 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[671]: 6 -1.27549 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[675]: 6 -1.0036 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[678]: 6 -1.38791 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[679]: 6 0 0.289954 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[683]: 6 0 0.778025 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[686]: 6 -0.564117 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[687]: 6 -6.4275 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[691]: 6 -1.18776 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[693]: 6 -2.44525 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[695]: 6 -1.31621 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[698]: 6 -0.107482 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[704]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[713]: 6 -1.98761 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[720]: 6 -1.8568 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[721]: 6 -0.719446 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[724]: 6 0 0.915666 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[729]: 6 -1.73778 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[731]: 6 -2.44764 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[734]: 6 -1.04428 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[735]: 6 -0.019377 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[736]: 6 -1.1862 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[958]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1011]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1028]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1030]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1040]: 6 -1.00001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1046]: 6 -1.58554 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1050]: 6 -1.14414 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1059]: 6 0 4.91935 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1065]: 6 -2.43938 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1069]: 6 -1.57187 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1074]: 6 -1.20644 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1075]: 6 -1.89992 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1079]: 6 -0.520875 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1081]: 6 -1.06581 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1083]: 6 -1.75007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1087]: 6 -0.978604 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1088]: 6 -1.27913 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1099]: 6 0 1.06134 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1107]: 6 -0.976692 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1108]: 6 -1.00079 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1111]: 6 -0.964104 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1112]: 6 -5.37914 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1114]: 6 -0.500783 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1137]: 6 -5.29926 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1147]: 6 -0.97552 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1149]: 6 -1.00165 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1151]: 6 0 0.826949 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1161]: 6 -3.30007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1165]: 6 -1.97005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1170]: 6 -3.24951 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1174]: 6 -2.80575 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1182]: 6 0 160.685 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1185]: 6 -4.43075 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1187]: 6 -1.50008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1189]: 6 -1.92147 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1192]: 6 -1.62535 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1207]: 6 -1.24372 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1220]: 6 -0.906051 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1223]: 6 -3.99574 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1228]: 6 -1.01998 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1230]: 6 -1.12212 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1234]: 6 -2.44326 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1236]: 6 -0.5159 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1253]: 6 -2.84006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1254]: 6 -1.16791 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1255]: 6 -6.82725 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1259]: 6 -1.57857 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1261]: 6 0 2.07276 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1273]: 6 -1.31511 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1278]: 6 -0.450083 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1279]: 6 -0.750094 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1281]: 6 -1.50807 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1284]: 6 -1.27992 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1290]: 6 -1.49593 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1297]: 6 -0.990559 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1298]: 6 -1.03261 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1303]: 6 -3.15541 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1314]: 6 -2.90944 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1315]: 6 -1.5126 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1325]: 6 -1.00829 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1334]: 6 -1.89061 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1339]: 6 -2.66732 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1344]: 6 -3.10437 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1356]: 6 0 0.294441 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1366]: 6 -1.32285 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1368]: 6 -2.53197 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1373]: 6 -0.999685 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1377]: 6 -1.50283 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1379]: 6 -1.33191 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1390]: 6 0 0.630784 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1398]: 6 -1.08623 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1401]: 6 -0.567515 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1407]: 6 -1.42017 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1409]: 6 -1.48527 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1412]: 6 -3.14055 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1416]: 6 -1.68946 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1418]: 6 0 0.13133 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1427]: 6 -1.61058 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1430]: 6 -2.58228 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1431]: 6 -3.65727 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1438]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1453]: 6 -4.06308 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1468]: 6 -2.0944 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1471]: 6 -2.16315 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1478]: 6 -2.7409 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1486]: 6 -1.28141 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1492]: 6 -1.64412 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1494]: 6 -0.87371 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1496]: 6 -0.987338 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1499]: 6 -2.29833 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1506]: 6 -1.20556 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1509]: 6 -0.921093 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1510]: 6 -3.49437 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1513]: 6 -7.08182 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1516]: 6 -1.0697 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1518]: 6 -1.75675 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1529]: 6 -2.04112 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1530]: 6 -1.25012 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1547]: 6 0 0.0221297 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1562]: 6 -1.79037 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1568]: 6 -1.92514 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1569]: 6 -2.60688 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1571]: 6 -3.43798 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1583]: 6 -0.420955 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1584]: 6 -2.37158 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1589]: 6 -1.29795 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1591]: 6 -1.55638 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1595]: 6 -1.06251 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1598]: 6 -1.42562 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1600]: 6 -1.00671 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1601]: 6 -1.39336 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1604]: 6 -1.32439 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1606]: 6 -0.686059 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1609]: 6 -1.03955 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1612]: 6 -2.20857 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1616]: 6 -1.59967 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1617]: 6 -1.60689 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1618]: 6 -2.67467 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1619]: 6 -6.71561 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1620]: 6 -2.12076 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1623]: 6 -0.149815 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1624]: 6 -1.31308 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1632]: 6 -0.223315 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1638]: 6 -1.24252 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1650]: 6 -1.63669 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1658]: 6 0 1.5497 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1663]: 6 -1.19233 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1682]: 6 0 0.0708574 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1685]: 6 -1.56394 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1686]: 6 -1.63848 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1688]: 6 -3.30234 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1707]: 6 -2.31708 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1708]: 6 -2.26681 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1717]: 6 0 0.340379 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1758]: 6 -0.381139 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1957]: 6 0 9.26616 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1960]: 6 -1.14855 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1964]: 6 -1.41783 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1968]: 6 -2.0522 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1980]: 6 -1.24458 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1985]: 6 -0.998574 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1994]: 6 -1.50003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1995]: 6 -1.50005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1998]: 6 0 1.03159 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[1999]: 6 -0.968581 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2001]: 6 -0.589935 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2004]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2008]: 6 -1.00197 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2009]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2011]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2049]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2052]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2054]: 6 -1.01163 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2056]: 6 -1.28835 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2058]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2070]: 6 0 1.59588 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2074]: 6 0 0.689423 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2089]: 6 -0.50004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2096]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2097]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2102]: 6 0 1.00001 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2106]: 6 -0.784239 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2114]: 6 -1.25009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2118]: 6 -0.421516 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2122]: 6 -1.28035 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2145]: 6 -1.20005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2150]: 6 -1.4452 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2155]: 6 -1.39301 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2158]: 6 -4.5932 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2162]: 6 0 1.0455 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2168]: 6 -0.996788 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2170]: 6 -1.08148 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2175]: 6 -2.7533 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2188]: 6 -22.3715 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2190]: 6 -1.00027 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2191]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2194]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2196]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2197]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2199]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2200]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2203]: 6 -1.25009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2208]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2215]: 6 -1.00041 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2225]: 6 -1.41379 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2229]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2235]: 6 -1.31258 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2241]: 6 -1.00962 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2244]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2247]: 6 -1.64793 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2254]: 6 -1.48885 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2260]: 6 -0.742459 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2261]: 6 -2.46916 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2263]: 6 -5.26929 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2278]: 6 0 1.633 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2282]: 6 -0.0823958 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2302]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2310]: 6 -1.48196 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2321]: 6 -1.75707 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2325]: 6 -1.11687 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2327]: 6 -85.0622 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2329]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2334]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2343]: 6 -3.28444 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2349]: 6 -1.47266 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2353]: 6 -2.17732 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2361]: 6 -1.47223 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2372]: 6 -5.11437 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2373]: 6 -0.500034 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2375]: 6 -0.937512 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2378]: 6 -1.10093 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2382]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2384]: 6 0 0.00859746 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2386]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2388]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2389]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2391]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2394]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2395]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2399]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2404]: 6 -1.36459 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2405]: 6 -1.68675 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2416]: 6 -0.99985 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2420]: 6 -0.271548 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2424]: 6 -1.37509 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2425]: 6 -1.25002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2426]: 6 -83.8255 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2430]: 6 -1.1184 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2433]: 6 -1.0413 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2437]: 6 -0.500092 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2445]: 6 -1.50004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2449]: 6 -1.50008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2456]: 6 -1.24995 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2457]: 6 -1.24995 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2463]: 6 -1.13986 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2468]: 6 -4.27535 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2473]: 6 -1.34381 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2488]: 6 -1.34062 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2490]: 6 -1.07485 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2500]: 6 -2.68933 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2507]: 6 -1.0665 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2515]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2519]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2523]: 6 -1.36096 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2530]: 6 0 3.99824 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2533]: 6 -2.68643 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2541]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2544]: 6 -1.37501 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2547]: 6 -0.25007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2549]: 6 -1.50009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2564]: 6 -5.12483 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2566]: 6 -1.24992 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2576]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2580]: 6 -1.39378 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2591]: 6 -0.500036 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2599]: 6 -1.26407 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2603]: 6 -1.03098 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2628]: 6 0 0.545037 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2632]: 6 -1.62532 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2640]: 6 -1.37508 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2642]: 6 -0.992187 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2645]: 6 -1.51588 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2648]: 6 0 0.99566 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2652]: 6 -0.982297 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2660]: 6 0 1.00007 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2667]: 6 0 2.00006 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2675]: 6 -3.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2677]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2682]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2686]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2693]: 6 -1.37507 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2695]: 6 -2.70226 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2699]: 6 -2.00531 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2702]: 6 -1.64008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2711]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2716]: 6 -1.00001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2718]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2720]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2732]: 6 0 2.00054 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2735]: 6 -1.00108 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2738]: 6 -2.44695 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2743]: 6 -1.5162 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2748]: 6 0 6.29243 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2750]: 6 -1.34383 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2766]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2767]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2770]: 6 -1.25004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2771]: 6 -1.25008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2776]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2777]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2780]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2781]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2783]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2791]: 6 -2.76553 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2797]: 6 -1.45263 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2798]: 6 -0.905263 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2801]: 6 -1.32814 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2803]: 6 -1.31255 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2805]: 6 -1.25005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2807]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2816]: 6 -2.68713 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2817]: 6 -1.32817 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2834]: 6 0 6.10052 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2842]: 6 0 0.478446 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2852]: 6 -1.62507 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2857]: 6 -0.500075 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2862]: 6 -1.31258 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2871]: 6 -0.177701 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2883]: 6 -1.71269 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2888]: 6 -0.9643 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2898]: 6 -1.00623 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2911]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2913]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2931]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2933]: 6 -1.34044 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2935]: 6 -0.500041 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2948]: 6 -1.73442 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2968]: 6 -5.15914 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2972]: 6 -1.25005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2973]: 6 -1.25008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2994]: 6 -1.34377 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2996]: 6 -1.4523 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[2997]: 6 -1.7501 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3001]: 6 0 1.12862 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3002]: 6 -1.25002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3004]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3005]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3006]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3007]: 6 -1.25008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3008]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3009]: 6 -1.76424 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3013]: 6 -0.857614 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3018]: 6 -1.26497 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3037]: 6 -0.164149 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3039]: 6 -1.67197 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3042]: 6 0 1.68752 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3053]: 6 -1.31256 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3064]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3066]: 6 -1.25009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3068]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3072]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3077]: 6 -0.551132 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3082]: 6 -1.34045 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3094]: 6 -1.51967 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3103]: 6 -1.00061 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3108]: 6 0 1.00009 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3110]: 6 -0.551134 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3118]: 6 -6.65363 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3126]: 6 -1.25004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3146]: 6 -3.61707 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3156]: 6 -1.0018 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3158]: 6 0 4.48605 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3160]: 6 -1.00001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3161]: 6 -3.76006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3168]: 6 -5.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3169]: 6 -1.75527 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3187]: 6 -1.02921 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3188]: 6 -2.6965 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3199]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3206]: 6 -1.34932 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3211]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3216]: 6 0 2.11094 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3220]: 6 0 1.76073 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3234]: 6 0 2.03273 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3241]: 6 -1.30195 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3243]: 6 -0.622374 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3247]: 6 -1.33821 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3254]: 6 -0.671852 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3257]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3262]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3264]: 6 -6.28415 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3265]: 6 -1.5126 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3267]: 6 -4.98624 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3275]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3284]: 6 -1.55743 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3285]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3292]: 6 -1.00041 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3293]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3299]: 6 -0.970106 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3312]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3317]: 6 -0.999636 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3319]: 6 -1.51129 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3330]: 6 0 10.2395 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3333]: 6 -1.24839 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3339]: 6 -2.2767 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3342]: 6 0 0.750038 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3343]: 6 -1.25018 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3345]: 6 -0.500119 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3347]: 6 -0.999916 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3352]: 6 -1.00281 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3354]: 6 -1.00288 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3355]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3359]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3362]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3367]: 6 -2.36281 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3380]: 6 -1.555 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3383]: 6 -1.31256 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3385]: 6 -2.30153 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3387]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3391]: 6 -1.25008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3395]: 6 -1.25004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3401]: 6 -0.132574 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3404]: 6 -5.35625 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3411]: 6 -0.755523 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3426]: 6 -2.55464 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3439]: 6 -1.25221 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3443]: 6 -1.00862 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3446]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3447]: 6 -1.03435 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3450]: 6 -1.25005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3458]: 6 -1.52756 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3468]: 6 -0.895378 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3483]: 6 -1.39812 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3496]: 6 0 1.59891 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3504]: 6 0 2.22911 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3510]: 6 -1.41156 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3515]: 6 -1.55662 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3519]: 6 -5.11667 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3524]: 6 0 1.2108 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3531]: 6 -0.423231 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3544]: 6 -0.858502 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3546]: 6 -5.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3550]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3551]: 6 -2.1327 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3553]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3575]: 6 -1.23724 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3579]: 6 -1.20523 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3585]: 6 -1.59148 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3587]: 6 -1.11817 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3594]: 6 -3.26535 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3600]: 6 0 7.04297 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3605]: 6 -1.31253 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3617]: 6 -1.41896 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3620]: 6 -5.8297 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3624]: 6 -5.66872 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3628]: 6 0 3.95116 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3634]: 6 -0.470868 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3638]: 6 -1.35862 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3649]: 6 -1.03069 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3652]: 6 -1.53579 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3665]: 6 -1.63121 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3669]: 6 -1.97009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3670]: 6 -0.974649 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3672]: 6 -1.25097 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3692]: 6 0 0.25084 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3704]: 6 0 0.0485704 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3710]: 6 -7.16246 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3715]: 6 -0.99687 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3726]: 6 -1.59776 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3732]: 6 -1.28425 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3734]: 6 -1.59188 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3736]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3738]: 6 -1.36301 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3740]: 6 -1.17785 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3743]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3745]: 6 -1.40193 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3756]: 6 -1.12143 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3763]: 6 -0.465655 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3779]: 6 -1.04319 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3785]: 6 -1.46532 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3800]: 6 -0.770841 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3816]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3817]: 6 -0.500038 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3819]: 6 -1.00012 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3826]: 6 -5.0063 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3828]: 6 -1.25561 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3829]: 6 -1.25563 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3837]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3839]: 6 -2.42618 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3842]: 6 -1.71649 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3844]: 6 -1.03959 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3849]: 6 -0.402736 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3854]: 6 -1.92021 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3859]: 6 -1.56443 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3861]: 6 -1.36721 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3865]: 6 -1.55291 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3866]: 6 -1.43801 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3871]: 6 -1.14219 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3877]: 6 -0.831793 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3883]: 6 0 0.653744 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3890]: 6 -3.8214 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3893]: 6 -1.27525 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3897]: 6 -1.19204 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3900]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3907]: 6 -1.27734 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3914]: 6 -0.630474 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3915]: 6 -0.742051 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3920]: 6 0 1.35471 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3923]: 6 -1.00008 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3927]: 6 -0.500129 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3930]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3931]: 6 -1.00035 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3938]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3940]: 6 -1.29537 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3942]: 6 -1.24903 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3943]: 6 -1.59228 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3945]: 6 -1.20241 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3950]: 6 -1.22022 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3963]: 6 -1.8432 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3964]: 6 -1.02368 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3965]: 6 -1.14284 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3967]: 6 -1.21223 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3970]: 6 -3.31709 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3980]: 6 -1.02253 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3984]: 6 0 0.904343 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3985]: 6 -1.18572 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3989]: 6 -1.23581 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[3996]: 6 -0.31979 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4002]: 6 0 2.91182 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4005]: 6 -1.10363 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4011]: 6 -1.24569 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4024]: 6 -1.00005 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4025]: 6 -1.00001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4028]: 6 -0.109229 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4030]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4036]: 6 -2.3599 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4044]: 6 -1.17654 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4049]: 6 0 6.2746e-05 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4056]: 6 -0.998323 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4057]: 6 -1.24653 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4060]: 6 -1.02822 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4068]: 6 -1.52175 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4069]: 6 -1.52178 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4077]: 6 -1.01614 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4080]: 6 -0.933844 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4084]: 6 -1.00003 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4088]: 6 -1.26943 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4096]: 6 -1.10514 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4098]: 6 -5.23833 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4100]: 6 -1.847 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4101]: 6 -2.54509 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4108]: 6 -1.61656 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4110]: 6 -2.48297 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4112]: 6 -1.00712 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4116]: 6 -1.00002 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4120]: 6 -1.00007 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4121]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4124]: 6 -1.00006 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4126]: 6 -1.00004 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4128]: 6 -1.00009 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4131]: 6 -1.0001 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4201]: 6 -0.996828 0 shouldn't be
2446.92/2453.24	WSVECS04 Frhs2[4202]: 6 -1.00008 0 shouldn't be
2476.35/2482.72	c #Conflicts:    3892000 | #Constraints:      48821
2476.35/2482.72	c #Conflicts:    3893000 | #Constraints:      49821
2476.35/2482.72	c #Conflicts:    3894000 | #Constraints:      50822
2476.35/2482.72	c #Conflicts:    3895000 | #Constraints:      51822
2476.35/2482.72	c #Conflicts:    3896000 | #Constraints:      52822
2476.35/2482.72	c #Conflicts:    3897000 | #Constraints:      53822
2476.35/2482.72	c #Conflicts:    3898000 | #Constraints:      54822
2476.35/2482.72	c #Conflicts:    3899000 | #Constraints:      55822
2476.35/2482.72	c #Conflicts:    3900000 | #Constraints:      56822
2476.35/2482.72	c #Conflicts:    3901000 | #Constraints:      57822
2476.35/2482.72	c #Conflicts:    3902000 | #Constraints:      58822
2476.35/2482.72	c #Conflicts:    3903000 | #Constraints:      59822
2476.35/2482.72	c #Conflicts:    3904000 | #Constraints:      60822
2476.35/2482.72	c #Conflicts:    3905000 | #Constraints:      61823
2476.35/2482.72	c #Conflicts:    3906000 | #Constraints:      62823
2476.35/2482.72	c #Conflicts:    3907000 | #Constraints:      63824
2476.35/2482.72	c #Conflicts:    3908000 | #Constraints:      64824
2476.35/2482.72	c #Conflicts:    3909000 | #Constraints:      65825
2476.35/2482.72	c #Conflicts:    3910000 | #Constraints:      66825
2476.35/2482.72	c #Conflicts:    3911000 | #Constraints:      67825
2476.35/2482.72	c #Conflicts:    3912000 | #Constraints:      68825
2476.35/2482.72	c #Conflicts:    3913000 | #Constraints:      69825
2476.35/2482.72	c #Conflicts:    3914000 | #Constraints:      70826
2476.35/2482.72	c #Conflicts:    3915000 | #Constraints:      71828
2476.35/2482.72	c #Conflicts:    3916000 | #Constraints:      72828
2476.35/2482.72	c #Conflicts:    3917000 | #Constraints:      73828
2476.35/2482.72	c #Conflicts:    3918000 | #Constraints:      74828
2476.35/2482.72	c #Conflicts:    3919000 | #Constraints:      75828
2476.35/2482.72	c #Conflicts:    3920000 | #Constraints:      76829
2476.35/2482.72	c #Conflicts:    3921000 | #Constraints:      77829
2476.35/2482.72	c #Conflicts:    3922000 | #Constraints:      78829
2476.35/2482.72	c #Conflicts:    3923000 | #Constraints:      79829
2476.35/2482.72	c #Conflicts:    3924000 | #Constraints:      80829
2476.35/2482.72	c #Conflicts:    3925000 | #Constraints:      81829
2476.35/2482.72	c #Conflicts:    3926000 | #Constraints:      82829
2476.35/2482.72	c #Conflicts:    3927000 | #Constraints:      83829
2476.35/2482.72	c #Conflicts:    3928000 | #Constraints:      84877
2476.35/2482.72	c #Conflicts:    3929000 | #Constraints:      86410
2476.35/2482.72	WSVECS04 Frhs2[1]: 6 -1.04688 0 shouldn't be
2476.35/2482.72	WSVECS04 Frhs2[41]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[52]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[66]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[67]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[69]: 6 -11 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[93]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[95]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[96]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[100]: 6 -0.916667 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[101]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[102]: 6 -0.5 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[103]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[115]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[122]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[126]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[133]: 6 -11 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[154]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[155]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[162]: 6 -1.03125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[163]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[166]: 6 -7.66667 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[167]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[170]: 6 -6.33333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[199]: 6 -1.83333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[226]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[244]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[258]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[272]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[308]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[318]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[355]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[357]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[359]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[362]: 6 -6.33333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[373]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[394]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[411]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[412]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[457]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[468]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[476]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[485]: 6 -11 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[518]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[528]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[541]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[550]: 6 -1.33333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[553]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[564]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[571]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[581]: 6 -24.3333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[591]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[618]: 6 -6.33333 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[635]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[650]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[668]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1059]: 6 -0.270834 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1073]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1082]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1085]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1087]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1092]: 6 -0.750001 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1095]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1105]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1109]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1111]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1117]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1119]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1121]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1124]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1125]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1129]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1132]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1147]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1149]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1151]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1152]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1154]: 6 -1.0625 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1156]: 6 -1.23438 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1157]: 6 -1.15625 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1158]: 6 -1.8125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1176]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1178]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1188]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1206]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1209]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1248]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1250]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1263]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1285]: 6 -0.625 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1309]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1319]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1339]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1374]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1378]: 6 -1.19118 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1418]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1439]: 6 -1.3125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1440]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1469]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1470]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1494]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1513]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1514]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1532]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1544]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1570]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1582]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1584]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1638]: 6 -0.5 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[1953]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2066]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2145]: 6 -1.29167 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2148]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2149]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2168]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2210]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2225]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2235]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2243]: 6 -1.125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2246]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2247]: 6 -1.5 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2250]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2251]: 6 -3 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2256]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2258]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2260]: 6 -30.3125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2306]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2309]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2319]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2331]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2333]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2339]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2356]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2377]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2386]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2387]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2390]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2391]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2402]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2406]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2424]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2426]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2427]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2429]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2433]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2436]: 6 -0.500001 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2452]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2486]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2500]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2520]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2527]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2531]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2534]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2535]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2582]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2586]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2590]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2597]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2612]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2628]: 6 -1.3125 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2678]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2686]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2690]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2721]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2724]: 6 -0.500001 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2727]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2764]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2784]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2814]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2820]: 6 -1.25 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2867]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2870]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2883]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2918]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2919]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2922]: 6 -0.0588245 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2942]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2944]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[2979]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3014]: 6 -0.687501 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3077]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3109]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3156]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3157]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3196]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3220]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3278]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3293]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3348]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3349]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3352]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3353]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3374]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3402]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3416]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3417]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3424]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3456]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3497]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3518]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3546]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3559]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3560]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3585]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3587]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3590]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3592]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3593]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3596]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3597]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3600]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3611]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3624]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3625]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3691]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3705]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3712]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3785]: 6 -43 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3806]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[3899]: 6 -1 0 shouldn't be
2476.35/2482.73	WSVECS04 Frhs2[4031]: 6 -1 0 shouldn't be
2522.93/2529.48	c #Conflicts:    3930000 | #Constraints:      87454
2522.93/2529.48	c #Conflicts:    3931000 | #Constraints:      88454
2522.93/2529.48	c INPROCESSING
2522.93/2529.48	c GARBAGE COLLECT
2522.93/2529.48	c #Conflicts:    3932000 | #Constraints:      49739
2522.93/2529.48	c #Conflicts:    3933000 | #Constraints:      50739
2522.93/2529.48	c #Conflicts:    3934000 | #Constraints:      51739
2522.93/2529.48	c #Conflicts:    3935000 | #Constraints:      52739
2522.93/2529.48	c #Conflicts:    3936000 | #Constraints:      53739
2522.93/2529.48	c #Conflicts:    3937000 | #Constraints:      54739
2522.93/2529.48	c #Conflicts:    3938000 | #Constraints:      55739
2522.93/2529.48	c #Conflicts:    3939000 | #Constraints:      56739
2522.93/2529.48	c #Conflicts:    3940000 | #Constraints:      57739
2522.93/2529.48	c #Conflicts:    3941000 | #Constraints:      58739
2522.93/2529.48	c #Conflicts:    3942000 | #Constraints:      59739
2522.93/2529.48	c #Conflicts:    3943000 | #Constraints:      60739
2522.93/2529.48	c #Conflicts:    3944000 | #Constraints:      61739
2522.93/2529.48	c #Conflicts:    3945000 | #Constraints:      62739
2522.93/2529.48	c #Conflicts:    3946000 | #Constraints:      63739
2522.93/2529.48	c #Conflicts:    3947000 | #Constraints:      64739
2522.93/2529.48	c #Conflicts:    3948000 | #Constraints:      65739
2522.93/2529.48	c #Conflicts:    3949000 | #Constraints:      66739
2522.93/2529.48	c #Conflicts:    3950000 | #Constraints:      67739
2522.93/2529.48	c #Conflicts:    3951000 | #Constraints:      68739
2522.93/2529.48	c #Conflicts:    3952000 | #Constraints:      69739
2522.93/2529.48	c #Conflicts:    3953000 | #Constraints:      70739
2522.93/2529.48	c #Conflicts:    3954000 | #Constraints:      71739
2522.93/2529.48	c #Conflicts:    3955000 | #Constraints:      72739
2522.93/2529.48	c #Conflicts:    3956000 | #Constraints:      73739
2522.93/2529.48	c #Conflicts:    3957000 | #Constraints:      74739
2522.93/2529.48	c #Conflicts:    3958000 | #Constraints:      75739
2522.93/2529.48	c #Conflicts:    3959000 | #Constraints:      76739
2522.93/2529.48	c #Conflicts:    3960000 | #Constraints:      77739
2522.93/2529.48	c #Conflicts:    3961000 | #Constraints:      78739
2522.93/2529.48	c #Conflicts:    3962000 | #Constraints:      79739
2522.93/2529.48	c #Conflicts:    3963000 | #Constraints:      80739
2522.93/2529.48	c #Conflicts:    3964000 | #Constraints:      81739
2522.93/2529.48	c #Conflicts:    3965000 | #Constraints:      82739
2522.93/2529.48	c #Conflicts:    3966000 | #Constraints:      83739
2522.93/2529.48	c #Conflicts:    3967000 | #Constraints:      84739
2522.93/2529.48	c #Conflicts:    3968000 | #Constraints:      85739
2522.93/2529.48	c #Conflicts:    3969000 | #Constraints:      86739
2522.93/2529.48	c #Conflicts:    3970000 | #Constraints:      87739
2522.93/2529.48	c #Conflicts:    3971000 | #Constraints:      88739
2522.93/2529.48	c INPROCESSING
2522.93/2529.48	c GARBAGE COLLECT
2522.93/2529.48	c #Conflicts:    3972000 | #Constraints:      49945
2522.93/2529.48	c #Conflicts:    3973000 | #Constraints:      50945
2522.93/2529.48	c #Conflicts:    3974000 | #Constraints:      51945
2522.93/2529.48	c #Conflicts:    3975000 | #Constraints:      52945
2522.93/2529.48	c #Conflicts:    3976000 | #Constraints:      53945
2522.93/2529.48	c #Conflicts:    3977000 | #Constraints:      54945
2522.93/2529.48	c #Conflicts:    3978000 | #Constraints:      55945
2522.93/2529.48	c #Conflicts:    3979000 | #Constraints:      56945
2522.93/2529.48	c #Conflicts:    3980000 | #Constraints:      57945
2522.93/2529.48	c #Conflicts:    3981000 | #Constraints:      58945
2522.93/2529.48	c #Conflicts:    3982000 | #Constraints:      59945
2522.93/2529.48	c #Conflicts:    3983000 | #Constraints:      60945
2522.93/2529.48	c #Conflicts:    3984000 | #Constraints:      61945
2522.93/2529.48	c #Conflicts:    3985000 | #Constraints:      62945
2522.93/2529.48	c #Conflicts:    3986000 | #Constraints:      63945
2522.93/2529.48	c #Conflicts:    3987000 | #Constraints:      64945
2522.93/2529.48	c #Conflicts:    3988000 | #Constraints:      65945
2522.93/2529.48	c #Conflicts:    3989000 | #Constraints:      66945
2522.93/2529.48	c #Conflicts:    3990000 | #Constraints:      67945
2522.93/2529.48	c #Conflicts:    3991000 | #Constraints:      68945
2522.93/2529.48	c #Conflicts:    3992000 | #Constraints:      69945
2522.93/2529.48	c #Conflicts:    3993000 | #Constraints:      70945
2522.93/2529.48	c #Conflicts:    3994000 | #Constraints:      71945
2522.93/2529.48	c #Conflicts:    3995000 | #Constraints:      72945
2522.93/2529.48	c #Conflicts:    3996000 | #Constraints:      73945
2522.93/2529.48	c #Conflicts:    3997000 | #Constraints:      74945
2522.93/2529.48	c #Conflicts:    3998000 | #Constraints:      75945
2522.93/2529.48	c #Conflicts:    3999000 | #Constraints:      76945
2522.93/2529.48	c #Conflicts:    4000000 | #Constraints:      77945
2522.93/2529.48	c #Conflicts:    4001000 | #Constraints:      78945
2522.93/2529.48	c #Conflicts:    4002000 | #Constraints:      79945
2522.93/2529.48	c #Conflicts:    4003000 | #Constraints:      80945
2522.93/2529.48	c #Conflicts:    4004000 | #Constraints:      81945
2522.93/2529.48	c #Conflicts:    4005000 | #Constraints:      82946
2522.93/2529.48	c #Conflicts:    4006000 | #Constraints:      83946
2522.93/2529.48	c #Conflicts:    4007000 | #Constraints:      84946
2615.07/2621.82	c #Conflicts:    4008000 | #Constraints:      85946
2615.07/2621.82	c #Conflicts:    4009000 | #Constraints:      86946
2615.07/2621.82	c #Conflicts:    4010000 | #Constraints:      87946
2615.07/2621.82	c #Conflicts:    4011000 | #Constraints:      88946
2615.07/2621.82	c INPROCESSING
2615.07/2621.82	c GARBAGE COLLECT
2615.07/2621.82	c #Conflicts:    4012000 | #Constraints:      50069
2615.07/2621.82	c #Conflicts:    4013000 | #Constraints:      51069
2615.07/2621.82	c #Conflicts:    4014000 | #Constraints:      52069
2615.07/2621.82	c #Conflicts:    4015000 | #Constraints:      53069
2615.07/2621.82	c #Conflicts:    4016000 | #Constraints:      54115
2615.07/2621.82	c #Conflicts:    4017000 | #Constraints:      55115
2615.07/2621.82	c #Conflicts:    4018000 | #Constraints:      56115
2615.07/2621.82	c #Conflicts:    4019000 | #Constraints:      57115
2615.07/2621.82	c #Conflicts:    4020000 | #Constraints:      58115
2615.07/2621.82	c #Conflicts:    4021000 | #Constraints:      59115
2615.07/2621.82	c #Conflicts:    4022000 | #Constraints:      60115
2615.07/2621.82	c #Conflicts:    4023000 | #Constraints:      61115
2615.07/2621.82	c #Conflicts:    4024000 | #Constraints:      62115
2615.07/2621.82	c #Conflicts:    4025000 | #Constraints:      63116
2615.07/2621.82	c #Conflicts:    4026000 | #Constraints:      64116
2615.07/2621.82	c #Conflicts:    4027000 | #Constraints:      65116
2615.07/2621.82	c #Conflicts:    4028000 | #Constraints:      66116
2615.07/2621.82	c #Conflicts:    4029000 | #Constraints:      67116
2615.07/2621.82	c #Conflicts:    4030000 | #Constraints:      68116
2615.07/2621.82	c #Conflicts:    4031000 | #Constraints:      69116
2615.07/2621.82	c #Conflicts:    4032000 | #Constraints:      70116
2615.07/2621.82	c #Conflicts:    4033000 | #Constraints:      71116
2615.07/2621.82	c #Conflicts:    4034000 | #Constraints:      72116
2615.07/2621.82	c #Conflicts:    4035000 | #Constraints:      73116
2615.07/2621.82	c #Conflicts:    4036000 | #Constraints:      74116
2615.07/2621.82	c #Conflicts:    4037000 | #Constraints:      75116
2615.07/2621.82	c #Conflicts:    4038000 | #Constraints:      76116
2615.07/2621.82	c #Conflicts:    4039000 | #Constraints:      77116
2615.07/2621.82	c #Conflicts:    4040000 | #Constraints:      78118
2615.07/2621.82	c #Conflicts:    4041000 | #Constraints:      79122
2615.07/2621.82	c #Conflicts:    4042000 | #Constraints:      80127
2615.07/2621.82	c #Conflicts:    4043000 | #Constraints:      81130
2615.07/2621.82	c #Conflicts:    4044000 | #Constraints:      82134
2615.07/2621.82	c #Conflicts:    4045000 | #Constraints:      83585
2615.07/2621.82	c #Conflicts:    4046000 | #Constraints:      85106
2615.07/2621.82	c #Conflicts:    4047000 | #Constraints:      86619
2615.07/2621.82	c #Conflicts:    4048000 | #Constraints:      88129
2615.07/2621.82	c #Conflicts:    4049000 | #Constraints:      89645
2615.07/2621.82	c #Conflicts:    4050000 | #Constraints:      90764
2615.07/2621.82	c #Conflicts:    4051000 | #Constraints:      91764
2615.07/2621.82	c INPROCESSING
2615.07/2621.82	c GARBAGE COLLECT
2615.07/2621.82	c #Conflicts:    4052000 | #Constraints:      51409
2615.07/2621.82	c #Conflicts:    4053000 | #Constraints:      52409
2615.07/2621.82	c #Conflicts:    4054000 | #Constraints:      53409
2615.07/2621.82	c #Conflicts:    4055000 | #Constraints:      54409
2615.07/2621.82	c #Conflicts:    4056000 | #Constraints:      55409
2615.07/2621.82	c #Conflicts:    4057000 | #Constraints:      56409
2615.07/2621.82	c #Conflicts:    4058000 | #Constraints:      57409
2615.07/2621.82	c #Conflicts:    4059000 | #Constraints:      58409
2615.07/2621.82	c #Conflicts:    4060000 | #Constraints:      59409
2615.07/2621.82	c #Conflicts:    4061000 | #Constraints:      60409
2615.07/2621.82	c #Conflicts:    4062000 | #Constraints:      61409
2615.07/2621.82	c #Conflicts:    4063000 | #Constraints:      62409
2615.07/2621.82	c #Conflicts:    4064000 | #Constraints:      63409
2615.07/2621.82	c #Conflicts:    4065000 | #Constraints:      64409
2615.07/2621.82	c #Conflicts:    4066000 | #Constraints:      65409
2615.07/2621.82	c #Conflicts:    4067000 | #Constraints:      66409
2615.07/2621.82	c #Conflicts:    4068000 | #Constraints:      67409
2615.07/2621.82	c #Conflicts:    4069000 | #Constraints:      68409
2615.07/2621.82	c #Conflicts:    4070000 | #Constraints:      69409
2615.07/2621.82	c #Conflicts:    4071000 | #Constraints:      70410
2615.07/2621.82	c #Conflicts:    4072000 | #Constraints:      71410
2615.07/2621.82	c #Conflicts:    4073000 | #Constraints:      72410
2615.07/2621.82	c #Conflicts:    4074000 | #Constraints:      73410
2615.07/2621.82	c #Conflicts:    4075000 | #Constraints:      74410
2615.07/2621.82	c #Conflicts:    4076000 | #Constraints:      75410
2615.07/2621.82	c #Conflicts:    4077000 | #Constraints:      76410
2615.07/2621.82	c #Conflicts:    4078000 | #Constraints:      77410
2615.07/2621.82	c #Conflicts:    4079000 | #Constraints:      78410
2615.07/2621.82	c #Conflicts:    4080000 | #Constraints:      79410
2615.07/2621.82	c #Conflicts:    4081000 | #Constraints:      80410
2615.07/2621.82	c #Conflicts:    4082000 | #Constraints:      81410
2615.07/2621.82	c #Conflicts:    4083000 | #Constraints:      82410
2615.07/2621.82	c #Conflicts:    4084000 | #Constraints:      83410
2635.71/2642.59	c #Conflicts:    4085000 | #Constraints:      84415
2635.71/2642.59	c #Conflicts:    4086000 | #Constraints:      85417
2635.71/2642.59	c #Conflicts:    4087000 | #Constraints:      86417
2635.71/2642.59	c #Conflicts:    4088000 | #Constraints:      87417
2635.71/2642.59	c #Conflicts:    4089000 | #Constraints:      88417
2635.71/2642.59	c #Conflicts:    4090000 | #Constraints:      89417
2635.71/2642.59	c #Conflicts:    4091000 | #Constraints:      90417
2635.71/2642.59	c INPROCESSING
2635.71/2642.59	c GARBAGE COLLECT
2635.71/2642.59	WSVECS04 Frhs2[7]: 6 -1.18073 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[8]: 6 -1.00231 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[25]: 6 -2.41373 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[26]: 6 -0.999991 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[30]: 6 -1.00619 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[39]: 6 -0.534091 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[53]: 6 -1.02691 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[55]: 6 -1.10259 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[57]: 6 -1.24832 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[58]: 6 -1.00144 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[60]: 6 -1.24071 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[72]: 6 -0.982648 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[79]: 6 -0.427051 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[80]: 6 0 0.224773 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[87]: 6 -0.935027 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[89]: 6 -1.35046 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[90]: 6 -1.00084 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[106]: 6 -1.71855 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[116]: 6 -1.04367 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[134]: 6 -0.997501 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[136]: 6 -1.82229 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[143]: 6 -1.22003 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[148]: 6 -0.215245 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[151]: 6 -1.64158 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[152]: 6 -1.65635 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[180]: 6 -1.09695 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[188]: 6 -12.7063 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[197]: 6 -1.02995 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[202]: 6 0 0.883943 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[205]: 6 0 0.407168 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[211]: 6 -0.932932 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[226]: 6 -0.96272 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[232]: 6 -1.00028 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[244]: 6 -1.01261 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[250]: 6 -0.999434 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[261]: 6 -1.2217 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[279]: 6 -2.06223 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[288]: 6 -1.04806 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[292]: 6 -1.03173 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[295]: 6 -0.534089 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[301]: 6 -1.01372 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[313]: 6 -1.24832 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[318]: 6 -1.00619 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[343]: 6 -1.64343 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[350]: 6 -0.9932 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[376]: 6 -2.90733 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[394]: 6 0 0.573858 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[408]: 6 -0.449924 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[434]: 6 -1.608 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[448]: 6 -0.556417 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[453]: 6 -1.01953 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[454]: 6 -1.02063 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[467]: 6 -1.2209 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[481]: 6 -1.00863 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[499]: 6 0 0.202607 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[503]: 6 -1.8916 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[523]: 6 -0.535616 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[525]: 6 -0.697112 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[531]: 6 -1.08427 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[533]: 6 -0.793223 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[536]: 6 -0.992442 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[553]: 6 -2.04721 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[558]: 6 -1.5294 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[570]: 6 -1.52598 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[577]: 6 -1.02104 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[591]: 6 -0.932213 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[595]: 6 -1.28678 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[604]: 6 -0.99916 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[607]: 6 -0.492669 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[621]: 6 -1.09973 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[623]: 6 -4.58874 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[624]: 6 0 0.855182 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[632]: 6 -1.19671 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[639]: 6 -2.47191 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[644]: 6 -1.01595 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[655]: 6 -1.03688 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[656]: 6 -1.24371 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[660]: 6 -1.76926 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[676]: 6 -0.75774 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[685]: 6 -1.4969 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[692]: 6 -0.588928 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[693]: 6 -1.28946 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[698]: 6 -0.939458 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[702]: 6 -32.2968 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[705]: 6 -0.943056 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[707]: 6 -1.05114 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[712]: 6 -0.422843 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[720]: 6 -5.12631 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[721]: 6 -0.937094 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[732]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[735]: 6 -0.971954 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[736]: 6 -1.04846 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[958]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1012]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1062]: 6 -0.49683 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1069]: 6 0 0.162607 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1070]: 6 0 1.0467 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1071]: 6 -1.35981 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1078]: 6 -0.926492 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1079]: 6 -0.950851 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1080]: 6 -0.651699 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1082]: 6 -0.999154 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1087]: 6 -1.07079 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1094]: 6 -0.847252 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1096]: 6 -1.11199 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1100]: 6 -1.08833 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1102]: 6 -1.39314 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1105]: 6 -1.57416 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1107]: 6 -2.24602 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1108]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1114]: 6 -0.998381 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1122]: 6 -0.999974 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1127]: 6 -0.483327 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1129]: 6 -0.841326 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1141]: 6 -0.664683 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1147]: 6 -1.05784 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1157]: 6 -1.36297 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1160]: 6 -1.3115 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1171]: 6 -1.62498 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1177]: 6 -0.995146 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1181]: 6 -0.759316 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1186]: 6 -0.970797 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1187]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1189]: 6 -1.03532 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1192]: 6 0 1.49646 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1193]: 6 -0.540365 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1197]: 6 -1.33211 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1201]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1203]: 6 -0.955324 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1207]: 6 -1.01503 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1216]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1220]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1221]: 6 -1.24999 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1230]: 6 -1.25884 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1233]: 6 -1.14977 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1235]: 6 -0.934473 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1243]: 6 -1.42901 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1256]: 6 -1.0129 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1269]: 6 -1.23497 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1276]: 6 -1.02117 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1277]: 6 -1.01676 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1281]: 6 -0.981376 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1284]: 6 -1.01799 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1306]: 6 -47.9908 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1309]: 6 -1.52922 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1343]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1353]: 6 -0.729678 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1357]: 6 -2.71705 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1361]: 6 -0.687505 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1363]: 6 -0.644864 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1365]: 6 -1.30687 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1374]: 6 -1.01489 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1377]: 6 -1.03456 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1378]: 6 -1.49279 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1379]: 6 -0.929693 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1381]: 6 -1.02768 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1384]: 6 -0.494024 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1390]: 6 -0.806142 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1392]: 6 -1.2385 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1395]: 6 -1.59417 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1405]: 6 -0.807816 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1414]: 6 -1.0552 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1421]: 6 -1.05199 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1423]: 6 0 0.24168 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1424]: 6 -0.754781 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1445]: 6 -0.545187 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1452]: 6 -0.859707 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1453]: 6 -2.48726 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1455]: 6 -1.02459 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1491]: 6 -1.36037 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1492]: 6 -1.52397 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1495]: 6 -0.996272 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1498]: 6 -0.976151 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1516]: 6 -2.68749 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1518]: 6 -2.43119 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1520]: 6 -0.835234 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1530]: 6 -0.999744 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1555]: 6 -1.00366 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1556]: 6 -0.654851 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1558]: 6 -1.11255 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1565]: 6 -0.999914 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1573]: 6 -0.44221 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1575]: 6 -0.182292 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1578]: 6 -0.906589 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1584]: 6 -1.67743 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1585]: 6 -1.16544 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1590]: 6 -0.992272 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1597]: 6 -1.09606 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1600]: 6 -1.00186 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1606]: 6 -1.68034 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1609]: 6 -0.632297 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1618]: 6 0 0.447848 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1630]: 6 -0.72201 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1631]: 6 -0.872074 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1638]: 6 -0.858206 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1661]: 6 -1.12404 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1662]: 6 -0.921958 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1686]: 6 -0.198383 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1687]: 6 -0.988196 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1709]: 6 -0.722629 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1716]: 6 -0.985519 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1763]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1766]: 6 -1.00073 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1955]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1957]: 6 -0.792204 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1960]: 6 -0.649287 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1962]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1964]: 6 -0.604704 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1966]: 6 -0.0202938 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1968]: 6 -1.04078 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1969]: 6 -0.999995 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1973]: 6 -0.226887 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1974]: 6 0 0.22624 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1983]: 6 -0.718388 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1989]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1992]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1993]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[1996]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2004]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2008]: 6 -0.995547 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2012]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2049]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2051]: 6 -0.98633 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2053]: 6 -0.948684 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2056]: 6 -1.0323 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2059]: 6 -0.772939 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2063]: 6 -1.00013 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2066]: 6 -0.521485 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2068]: 6 0 0.136337 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2074]: 6 -0.0914903 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2076]: 6 -2.01988 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2084]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2090]: 6 -0.971166 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2094]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2095]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2098]: 6 -0.996762 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2099]: 6 -0.996762 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2102]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2104]: 6 -0.959591 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2110]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2114]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2126]: 6 -1.24222 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2130]: 6 -1.26822 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2145]: 6 0 0.0256042 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2147]: 6 -0.885479 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2150]: 6 -0.553209 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2154]: 6 -0.944191 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2155]: 6 -0.917663 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2160]: 6 -0.804706 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2161]: 6 -0.804706 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2164]: 6 0 0.31097 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2165]: 6 0 0.27693 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2168]: 6 -1.5148 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2175]: 6 -0.990887 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2178]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2182]: 6 0 1.14578 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2184]: 6 -0.708451 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2185]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2188]: 6 -0.999714 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2189]: 6 -0.999714 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2191]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2194]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2196]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2204]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2206]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2215]: 6 -1.00002 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2229]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2232]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2233]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2236]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2237]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2239]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2244]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2257]: 6 -1.78592 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2267]: 6 -0.946399 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2270]: 6 -0.926498 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2271]: 6 -0.770541 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2275]: 6 -0.0137804 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2277]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2280]: 6 -1.0438 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2281]: 6 -0.981593 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2284]: 6 -0.923943 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2286]: 6 -0.806566 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2288]: 6 -0.603423 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2289]: 6 -0.99029 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2291]: 6 -12.7662 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2292]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2295]: 6 -48.0649 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2298]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2299]: 6 -182.102 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2301]: 6 -0.689289 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2314]: 6 -1.21271 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2318]: 6 -0.984684 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2336]: 6 -0.999997 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2337]: 6 -0.733359 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2343]: 6 -0.672699 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2346]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2350]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2351]: 6 0 2.92351 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2358]: 6 0 2.89133 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2361]: 6 -0.92793 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2364]: 6 -0.804208 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2370]: 6 -0.0705123 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2376]: 6 -0.880864 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2381]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2385]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2388]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2389]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2392]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2393]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2395]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2398]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2405]: 6 -0.999463 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2415]: 6 -0.420281 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2419]: 6 -0.999981 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2425]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2428]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2432]: 6 -0.831088 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2433]: 6 -0.902555 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2436]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2437]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2439]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2442]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2444]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2446]: 6 -0.999556 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2448]: 6 -1.03453 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2453]: 6 -2.14167 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2456]: 6 -4.44756 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2457]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2460]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2461]: 6 -1.60974 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2468]: 6 -0.99996 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2469]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2472]: 6 -1.00016 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2473]: 6 -0.999915 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2480]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2484]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2488]: 6 -0.933776 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2489]: 6 -0.911701 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2500]: 6 -1.00084 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2513]: 6 -1.2016 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2526]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2529]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2533]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2536]: 6 -0.587896 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2538]: 6 -0.587919 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2540]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2542]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2544]: 6 -1.25 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2546]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2552]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2555]: 6 -1.8004 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2560]: 6 0 1.5 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2564]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2566]: 6 -1.00038 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2567]: 6 -1.00038 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2572]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2573]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2575]: 6 -0.986738 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2576]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2580]: 6 -0.845177 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2581]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2584]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2588]: 6 -1.44005 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2589]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2595]: 6 -0.86731 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2597]: 6 -0.99998 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2600]: 6 -1.00028 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2607]: 6 -0.97904 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2609]: 6 -0.916157 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2619]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2622]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2628]: 6 -0.932946 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2630]: 6 -0.99998 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2632]: 6 -0.99996 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2634]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2636]: 6 -1.00044 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2638]: 6 -1.00088 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2640]: 6 -1.49889 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2642]: 6 -0.997786 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2650]: 6 -0.979039 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2651]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2654]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2657]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2660]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2661]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2664]: 6 -1.00105 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2668]: 6 -0.99581 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2669]: 6 -0.99581 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2672]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2673]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2676]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2677]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2681]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2684]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2688]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2689]: 6 -1.00041 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2692]: 6 -1.00074 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2701]: 6 -1.35156 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2712]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2715]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2716]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2722]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2723]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2727]: 6 -0.999852 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2730]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2731]: 6 -0.999405 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2735]: 6 -0.997617 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2737]: 6 -1.14565 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2738]: 6 -1.21936 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2742]: 6 -1.14935 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2757]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2763]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2766]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2770]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2778]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2779]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2782]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2783]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2787]: 6 -1.03641 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2797]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2802]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2803]: 6 -1.25 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2812]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2815]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2818]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2819]: 6 -0.99962 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2822]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2824]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2826]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2827]: 6 -0.993912 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2830]: 6 -1.14569 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2842]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2846]: 6 -1.3125 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2859]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2862]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2866]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2868]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2869]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2872]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2878]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2880]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2881]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2893]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2898]: 6 -1.00173 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2904]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2907]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2928]: 6 0 1.88966 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2931]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2938]: 6 -0.361112 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2946]: 6 -1.07328 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2948]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2952]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2958]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2960]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2962]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2963]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2966]: 6 -0.812196 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2970]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2971]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2974]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2978]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2989]: 6 -0.925533 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2993]: 6 -1.31361 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2995]: 6 -1.25442 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[2998]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3000]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3005]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3006]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3010]: 6 -0.637524 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3014]: 6 -0.514371 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3018]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3019]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3022]: 6 -0.859386 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3023]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3026]: 6 -1.4528 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3028]: 6 -0.9056 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3036]: 6 -0.34375 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3043]: 6 -1.25 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3045]: 6 -0.5 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3049]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3051]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3056]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3060]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3062]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3064]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3066]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3067]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3070]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3084]: 6 -1.25193 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3085]: 6 -1.00539 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3088]: 6 -1.3125 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3089]: 6 -1.57194 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3091]: 6 -0.995485 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3104]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3107]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3111]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3115]: 6 -0.928783 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3118]: 6 -1.25 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3120]: 6 0 1.18729 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3130]: 6 -1.38642 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3147]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3152]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3153]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3158]: 6 -2.70078 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3160]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3161]: 6 -1.01369 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3164]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3166]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3200]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3202]: 6 -1.0006 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3206]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3207]: 6 -0.985963 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3210]: 6 -0.0291673 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3211]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3214]: 6 -0.206268 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3238]: 6 -1.05526 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3241]: 6 -0.874431 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3243]: 6 -0.999792 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3248]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3252]: 6 -0.895943 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3254]: 6 -1.77509 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3256]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3259]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3262]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3263]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3265]: 6 -0.892734 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3274]: 6 -2.33611 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3281]: 6 -1.41444 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3285]: 6 -0.998465 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3287]: 6 -0.994051 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3288]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3294]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3298]: 6 -1.23839 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3301]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3304]: 6 -1.00481 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3305]: 6 -1.0048 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3308]: 6 -0.730556 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3312]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3314]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3322]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3326]: 6 -1.3232 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3339]: 6 -2.99997 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3344]: 6 -0.999336 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3345]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3348]: 6 -1.00163 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3350]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3352]: 6 -0.993467 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3353]: 6 -0.993467 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3356]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3357]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3360]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3364]: 6 -1.05214 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3378]: 6 -1.32177 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3379]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3384]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3386]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3390]: 6 -0.979274 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3393]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3395]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3398]: 6 -1.00003 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3400]: 6 -1.00006 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3402]: 6 -0.566633 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3403]: 6 -0.566632 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3406]: 6 -1.82249 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3407]: 6 -0.089496 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3410]: 6 -2.64202 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3417]: 6 -1.2468 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3435]: 6 -0.72242 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3440]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3448]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3454]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3473]: 6 -1.20617 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3478]: 6 -0.678548 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3482]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3489]: 6 -1.00551 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3495]: 6 -0.889192 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3497]: 6 -1.4145 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3500]: 6 -1.02775 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3503]: 6 -1.13443 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3528]: 6 -0.677955 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3530]: 6 -0.984521 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3533]: 6 -1.01317 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3536]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3537]: 6 -1.04179 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3540]: 6 -0.832827 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3544]: 6 -1.33435 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3567]: 6 -1.63376 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3568]: 6 -1.16708 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3588]: 6 -1.62347 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3589]: 6 -1.6691 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3596]: 6 -3 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3597]: 6 -2.86571 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3604]: 6 -2.31825 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3606]: 6 0 1.25 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3616]: 6 0 0.143965 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3618]: 6 -0.88071 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3626]: 6 -3.73494 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3628]: 6 -1.00417 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3629]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3632]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3636]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3638]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3640]: 6 -1.00093 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3645]: 6 -1.00373 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3656]: 6 -0.597754 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3662]: 6 -0.759576 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3665]: 6 -1.12845 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3668]: 6 -1.24969 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3671]: 6 -0.943376 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3679]: 6 -1.24886 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3681]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3708]: 6 -2 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3711]: 6 -1.48592 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3715]: 6 -0.499813 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3718]: 6 -0.494453 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3719]: 6 -0.493701 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3725]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3728]: 6 -0.991342 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3732]: 6 -1.10986 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3733]: 6 -1.07523 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3735]: 6 -0.998317 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3737]: 6 -1.00336 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3739]: 6 -0.986401 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3777]: 6 -1.01682 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3779]: 6 -0.896957 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3781]: 6 -1.06765 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3783]: 6 -0.922725 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3785]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3787]: 6 -0.917763 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3806]: 6 -1.3444 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3807]: 6 -1.41563 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3811]: 6 -0.995428 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3814]: 6 -1.00003 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3818]: 6 -0.999873 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3822]: 6 -0.998365 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3824]: 6 -0.997221 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3826]: 6 -1.00098 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3828]: 6 -0.98496 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3830]: 6 -0.973837 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3831]: 6 -1.00392 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3834]: 6 -0.903317 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3835]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3841]: 6 -0.704207 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3844]: 6 -1.32714 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3845]: 6 -1.12642 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3846]: 6 -0.993376 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3848]: 6 -1.70367 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3856]: 6 -0.647467 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3862]: 6 -0.201506 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3863]: 6 -0.686016 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3865]: 6 -0.759591 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3866]: 6 -1.11557 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3867]: 6 -0.893626 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3869]: 6 -1.00241 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3871]: 6 -0.66428 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3873]: 6 -0.965901 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3875]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3877]: 6 -0.999995 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3884]: 6 -1.30384 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3894]: 6 0 2.26985 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3902]: 6 -0.825337 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3904]: 6 -0.618813 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3906]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3907]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3910]: 6 -0.992945 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3911]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3914]: 6 -0.716664 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3915]: 6 -0.602358 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3924]: 6 -1.02746 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3926]: 6 -1.05491 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3928]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3929]: 6 -0.999702 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3932]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3933]: 6 -0.998807 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3938]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3939]: 6 -0.918754 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3943]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3944]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3954]: 6 -1.34949 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3956]: 6 -0.994401 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3958]: 6 -0.979053 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3964]: 6 -0.980908 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3969]: 6 -0.423181 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3974]: 6 -0.999998 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3975]: 6 -0.997591 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3978]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3979]: 6 -0.793326 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3983]: 6 -0.865704 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[3988]: 6 -1.06256 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4004]: 6 0 1.04704 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4006]: 6 -0.577379 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4007]: 6 -0.712427 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4010]: 6 -1.41794 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4011]: 6 -0.205446 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4013]: 6 -1.0463 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4016]: 6 -0.970012 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4017]: 6 -0.999683 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4021]: 6 -0.99967 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4024]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4026]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4030]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4031]: 6 0 1.13891 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4036]: 6 -1.29147 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4052]: 6 -1.16311 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4056]: 6 -1.00416 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4068]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4069]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4076]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4112]: 6 -0.983355 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4113]: 6 -0.983355 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4116]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4118]: 6 -0.866837 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4120]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4122]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4123]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4126]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4127]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4209]: 6 -1.06667 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4210]: 6 -0.981868 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4211]: 6 -0.574386 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4240]: 6 0 1 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4278]: 6 0 0.363659 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4282]: 6 -1 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4283]: 6 -0.988476 0 shouldn't be
2635.71/2642.59	WSVECS04 Frhs2[4284]: 6 -0.702232 0 shouldn't be
2681.09/2688.09	c #Conflicts:    4092000 | #Constraints:      50523
2681.09/2688.09	c #Conflicts:    4093000 | #Constraints:      51523
2681.09/2688.09	c #Conflicts:    4094000 | #Constraints:      52523
2681.09/2688.09	c #Conflicts:    4095000 | #Constraints:      53523
2681.09/2688.09	c #Conflicts:    4096000 | #Constraints:      54523
2681.09/2688.09	c #Conflicts:    4097000 | #Constraints:      55524
2681.09/2688.09	c #Conflicts:    4098000 | #Constraints:      56524
2681.09/2688.09	c #Conflicts:    4099000 | #Constraints:      57524
2681.09/2688.09	c #Conflicts:    4100000 | #Constraints:      58524
2681.09/2688.09	c #Conflicts:    4101000 | #Constraints:      59524
2681.09/2688.09	c #Conflicts:    4102000 | #Constraints:      60524
2681.09/2688.09	c #Conflicts:    4103000 | #Constraints:      61524
2681.09/2688.09	c #Conflicts:    4104000 | #Constraints:      62524
2681.09/2688.09	c #Conflicts:    4105000 | #Constraints:      63524
2681.09/2688.09	c #Conflicts:    4106000 | #Constraints:      64524
2681.09/2688.09	c #Conflicts:    4107000 | #Constraints:      65524
2681.09/2688.09	c #Conflicts:    4108000 | #Constraints:      66524
2681.09/2688.09	c #Conflicts:    4109000 | #Constraints:      67524
2681.09/2688.09	c #Conflicts:    4110000 | #Constraints:      68524
2681.09/2688.09	c #Conflicts:    4111000 | #Constraints:      69525
2681.09/2688.09	c #Conflicts:    4112000 | #Constraints:      70525
2681.09/2688.09	c #Conflicts:    4113000 | #Constraints:      71525
2681.09/2688.09	c #Conflicts:    4114000 | #Constraints:      72525
2681.09/2688.09	c #Conflicts:    4115000 | #Constraints:      73525
2681.09/2688.09	c #Conflicts:    4116000 | #Constraints:      74525
2681.09/2688.09	c #Conflicts:    4117000 | #Constraints:      75525
2681.09/2688.09	c #Conflicts:    4118000 | #Constraints:      76525
2681.09/2688.09	c #Conflicts:    4119000 | #Constraints:      77525
2681.09/2688.09	c #Conflicts:    4120000 | #Constraints:      78525
2681.09/2688.09	c #Conflicts:    4121000 | #Constraints:      79525
2681.09/2688.09	c #Conflicts:    4122000 | #Constraints:      80525
2681.09/2688.09	c #Conflicts:    4123000 | #Constraints:      81525
2681.09/2688.09	c #Conflicts:    4124000 | #Constraints:      82525
2681.09/2688.09	c #Conflicts:    4125000 | #Constraints:      83525
2681.09/2688.09	c #Conflicts:    4126000 | #Constraints:      84525
2681.09/2688.09	c #Conflicts:    4127000 | #Constraints:      85525
2681.09/2688.09	c #Conflicts:    4128000 | #Constraints:      86525
2681.09/2688.09	c #Conflicts:    4129000 | #Constraints:      87525
2681.09/2688.09	c #Conflicts:    4130000 | #Constraints:      88525
2681.09/2688.09	c #Conflicts:    4131000 | #Constraints:      89525
2681.09/2688.09	c #Conflicts:    4132000 | #Constraints:      90526
2681.09/2688.09	c INPROCESSING
2681.09/2688.09	c GARBAGE COLLECT
2681.09/2688.09	c #Conflicts:    4133000 | #Constraints:      50760
2681.09/2688.09	c #Conflicts:    4134000 | #Constraints:      51760
2681.09/2688.09	c #Conflicts:    4135000 | #Constraints:      52869
2681.09/2688.09	c #Conflicts:    4136000 | #Constraints:      54252
2681.09/2688.09	c #Conflicts:    4137000 | #Constraints:      55252
2681.09/2688.09	c #Conflicts:    4138000 | #Constraints:      56252
2681.09/2688.09	c #Conflicts:    4139000 | #Constraints:      57252
2681.09/2688.09	c #Conflicts:    4140000 | #Constraints:      58252
2681.09/2688.09	c #Conflicts:    4141000 | #Constraints:      59252
2681.09/2688.09	c #Conflicts:    4142000 | #Constraints:      60253
2681.09/2688.09	c #Conflicts:    4143000 | #Constraints:      61254
2681.09/2688.09	c #Conflicts:    4144000 | #Constraints:      62254
2681.09/2688.09	c #Conflicts:    4145000 | #Constraints:      63254
2681.09/2688.09	c #Conflicts:    4146000 | #Constraints:      64254
2681.09/2688.09	c #Conflicts:    4147000 | #Constraints:      65254
2681.09/2688.09	c #Conflicts:    4148000 | #Constraints:      66254
2681.09/2688.09	c #Conflicts:    4149000 | #Constraints:      67254
2681.09/2688.09	c #Conflicts:    4150000 | #Constraints:      68254
2681.09/2688.09	c #Conflicts:    4151000 | #Constraints:      69254
2681.09/2688.09	c #Conflicts:    4152000 | #Constraints:      70255
2681.09/2688.09	c #Conflicts:    4153000 | #Constraints:      71255
2681.09/2688.09	c #Conflicts:    4154000 | #Constraints:      72255
2681.09/2688.09	c #Conflicts:    4155000 | #Constraints:      73255
2681.09/2688.09	c #Conflicts:    4156000 | #Constraints:      74255
2681.09/2688.09	c #Conflicts:    4157000 | #Constraints:      75255
2681.09/2688.09	c #Conflicts:    4158000 | #Constraints:      76255
2681.09/2688.09	c #Conflicts:    4159000 | #Constraints:      77255
2681.09/2688.09	c #Conflicts:    4160000 | #Constraints:      78255
2681.09/2688.09	c #Conflicts:    4161000 | #Constraints:      79255
2681.09/2688.09	c #Conflicts:    4162000 | #Constraints:      80255
2681.09/2688.09	c #Conflicts:    4163000 | #Constraints:      81257
2681.09/2688.09	c #Conflicts:    4164000 | #Constraints:      82257
2681.09/2688.09	c #Conflicts:    4165000 | #Constraints:      83257
2681.09/2688.09	WSVECS04 Frhs2[45]: 6 -1.0012 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[69]: 6 -0.952201 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[76]: 6 0 2.08309 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[88]: 6 0 0.253249 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[109]: 6 0 1.11049 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[136]: 6 -0.95445 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[138]: 6 -0.749583 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[141]: 6 -0.995785 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[201]: 6 -0.985167 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[228]: 6 -0.953238 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[265]: 6 -0.959632 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[435]: 6 -0.230539 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[450]: 6 -0.0138548 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[457]: 6 -1.01166 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[461]: 6 -0.994582 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[493]: 6 -0.997628 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[508]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[580]: 6 -32.8024 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[600]: 6 0 1.73224 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[601]: 6 -1.31988 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[604]: 6 -0.999946 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[624]: 6 0 0.321335 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[649]: 6 -1.04002 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[664]: 6 0 0.0450653 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[697]: 6 -1.00653 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[704]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[902]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1121]: 6 0 0.616366 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1233]: 6 -0.614321 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1287]: 6 -0.980795 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1327]: 6 -1.3125 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1383]: 6 -1.01815 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1421]: 6 -1.71051 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1485]: 6 -1.277 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1541]: 6 -1.00639 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1564]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1577]: 6 -0.9896 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1606]: 6 -1.20193 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1613]: 6 -0.987482 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1685]: 6 -0.642518 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1970]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1974]: 6 -3.03542 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1976]: 6 0 6.74115 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1978]: 6 -0.931542 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1979]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[1984]: 6 0 1.00464 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2054]: 6 -0.991643 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2058]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2062]: 6 -1.02987 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2063]: 6 -1.00001 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2065]: 6 -0.935033 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2068]: 6 -0.85655 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2074]: 6 -0.786193 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2076]: 6 -0.424614 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2079]: 6 -2.15347 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2122]: 6 -0.975317 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2145]: 6 -0.85559 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2154]: 6 -0.992955 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2158]: 6 -0.0905909 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2166]: 6 -0.991684 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2256]: 6 -1.00006 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2262]: 6 0 0.2485 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2270]: 6 -0.989474 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2275]: 6 0 1.60134 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2339]: 6 -0.999352 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2352]: 6 -1.16414 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2357]: 6 -1.00035 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2360]: 6 -1.0078 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2364]: 6 -0.968835 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2458]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2462]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2470]: 6 0 5.00152 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2471]: 6 0 5.00152 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2472]: 6 0 5.3766 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2484]: 6 -4.44418 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2642]: 6 -0.999857 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2686]: 6 -6.07568 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2703]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2734]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2736]: 6 -1.0094 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2737]: 6 -1.00946 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2835]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2859]: 6 -0.750001 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2888]: 6 -0.999969 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2920]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2929]: 6 -1.00012 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2941]: 6 -0.995863 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[2986]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3016]: 6 -1.00209 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3112]: 6 -1.0045 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3117]: 6 -0.982 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3208]: 6 -0.935287 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3210]: 6 -0.877661 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3233]: 6 -0.681193 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3273]: 6 -0.999998 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3307]: 6 -0.991544 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3376]: 6 -1.95424 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3400]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3405]: 6 -1.1094 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3412]: 6 -1.00007 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3414]: 6 0 0.00837428 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3424]: 6 0 2.01269 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3430]: 6 0 1.5211 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3498]: 6 -0.977239 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3500]: 6 -1.0018 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3505]: 6 -0.939801 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3520]: 6 0 0.595267 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3528]: 6 0 1.58595 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3589]: 6 -1.08448 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3591]: 6 -0.997882 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3600]: 6 0 0.0105783 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3601]: 6 -0.914313 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3603]: 6 -1.03204 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3616]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3620]: 6 -0.211041 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3628]: 6 0 0.914709 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3630]: 6 -0.99907 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3634]: 6 -1.22264 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3688]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3690]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3694]: 6 0 469.293 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3698]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3722]: 6 0 1.00821 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3736]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3743]: 6 -1 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3786]: 6 -1.00153 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3800]: 6 -1.01482 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3810]: 6 -5.1797 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3876]: 6 -1.01932 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3889]: 6 -0.945083 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3896]: 6 -0.423885 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3902]: 6 -1.35736 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3971]: 6 -0.965972 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3975]: 6 -0.999844 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[3992]: 6 0 0.0641413 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4072]: 6 -0.71474 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4080]: 6 -1.01974 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4081]: 6 -1.0016 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4092]: 6 -0.510532 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4108]: 6 -0.015444 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4115]: 6 -1.0042 0 shouldn't be
2681.09/2688.09	WSVECS04 Frhs2[4211]: 6 -0.929873 0 shouldn't be
2733.64/2740.71	c #Conflicts:    4166000 | #Constraints:      84257
2733.64/2740.71	c #Conflicts:    4167000 | #Constraints:      85257
2733.64/2740.71	c #Conflicts:    4168000 | #Constraints:      86257
2733.64/2740.71	c #Conflicts:    4169000 | #Constraints:      87257
2733.64/2740.71	c #Conflicts:    4170000 | #Constraints:      88257
2733.64/2740.71	c #Conflicts:    4171000 | #Constraints:      89257
2733.64/2740.71	c #Conflicts:    4172000 | #Constraints:      90257
2733.64/2740.71	c #Conflicts:    4173000 | #Constraints:      91257
2733.64/2740.71	c INPROCESSING
2733.64/2740.71	c GARBAGE COLLECT
2733.64/2740.71	c #Conflicts:    4174000 | #Constraints:      51201
2733.64/2740.71	c #Conflicts:    4175000 | #Constraints:      52201
2733.64/2740.71	c #Conflicts:    4176000 | #Constraints:      53201
2733.64/2740.71	c #Conflicts:    4177000 | #Constraints:      54201
2733.64/2740.71	c #Conflicts:    4178000 | #Constraints:      55201
2733.64/2740.71	c #Conflicts:    4179000 | #Constraints:      56201
2733.64/2740.71	c #Conflicts:    4180000 | #Constraints:      57201
2733.64/2740.71	c #Conflicts:    4181000 | #Constraints:      58201
2733.64/2740.71	c #Conflicts:    4182000 | #Constraints:      59201
2733.64/2740.71	c #Conflicts:    4183000 | #Constraints:      60201
2733.64/2740.71	c #Conflicts:    4184000 | #Constraints:      61201
2733.64/2740.71	c #Conflicts:    4185000 | #Constraints:      62201
2733.64/2740.71	c #Conflicts:    4186000 | #Constraints:      63201
2733.64/2740.71	c #Conflicts:    4187000 | #Constraints:      64201
2733.64/2740.71	c #Conflicts:    4188000 | #Constraints:      65201
2733.64/2740.71	c #Conflicts:    4189000 | #Constraints:      66201
2733.64/2740.71	c #Conflicts:    4190000 | #Constraints:      67201
2733.64/2740.71	c #Conflicts:    4191000 | #Constraints:      68201
2733.64/2740.71	c #Conflicts:    4192000 | #Constraints:      69201
2733.64/2740.71	c #Conflicts:    4193000 | #Constraints:      70201
2733.64/2740.71	c #Conflicts:    4194000 | #Constraints:      71201
2733.64/2740.71	c #Conflicts:    4195000 | #Constraints:      72201
2733.64/2740.71	c #Conflicts:    4196000 | #Constraints:      73201
2733.64/2740.71	c #Conflicts:    4197000 | #Constraints:      74201
2733.64/2740.71	c #Conflicts:    4198000 | #Constraints:      75201
2733.64/2740.71	c #Conflicts:    4199000 | #Constraints:      76201
2733.64/2740.71	c #Conflicts:    4200000 | #Constraints:      77201
2733.64/2740.71	c #Conflicts:    4201000 | #Constraints:      78201
2733.64/2740.71	c #Conflicts:    4202000 | #Constraints:      79201
2733.64/2740.71	c #Conflicts:    4203000 | #Constraints:      80201
2733.64/2740.71	c #Conflicts:    4204000 | #Constraints:      81201
2733.64/2740.71	c #Conflicts:    4205000 | #Constraints:      82201
2733.64/2740.71	c #Conflicts:    4206000 | #Constraints:      83201
2733.64/2740.71	c #Conflicts:    4207000 | #Constraints:      84201
2733.64/2740.71	c #Conflicts:    4208000 | #Constraints:      85201
2733.64/2740.71	c #Conflicts:    4209000 | #Constraints:      86202
2733.64/2740.71	c #Conflicts:    4210000 | #Constraints:      87202
2733.64/2740.71	c #Conflicts:    4211000 | #Constraints:      88202
2733.64/2740.71	c #Conflicts:    4212000 | #Constraints:      89202
2733.64/2740.71	c #Conflicts:    4213000 | #Constraints:      90202
2733.64/2740.71	c #Conflicts:    4214000 | #Constraints:      91202
2733.64/2740.71	c INPROCESSING
2733.64/2740.71	c GARBAGE COLLECT
2733.64/2740.71	c #Conflicts:    4215000 | #Constraints:      51226
2733.64/2740.71	c #Conflicts:    4216000 | #Constraints:      52227
2733.64/2740.71	c #Conflicts:    4217000 | #Constraints:      53228
2733.64/2740.71	c #Conflicts:    4218000 | #Constraints:      54228
2733.64/2740.71	c #Conflicts:    4219000 | #Constraints:      55228
2733.64/2740.71	c #Conflicts:    4220000 | #Constraints:      56228
2733.64/2740.71	c #Conflicts:    4221000 | #Constraints:      57228
2733.64/2740.71	c #Conflicts:    4222000 | #Constraints:      58228
2733.64/2740.71	c #Conflicts:    4223000 | #Constraints:      59229
2733.64/2740.71	c #Conflicts:    4224000 | #Constraints:      60229
2733.64/2740.71	c #Conflicts:    4225000 | #Constraints:      61229
2733.64/2740.71	c #Conflicts:    4226000 | #Constraints:      62229
2733.64/2740.71	c #Conflicts:    4227000 | #Constraints:      63229
2733.64/2740.71	c #Conflicts:    4228000 | #Constraints:      64230
2733.64/2740.71	c #Conflicts:    4229000 | #Constraints:      65230
2733.64/2740.71	c #Conflicts:    4230000 | #Constraints:      66230
2733.64/2740.71	c #Conflicts:    4231000 | #Constraints:      67230
2733.64/2740.71	c #Conflicts:    4232000 | #Constraints:      68230
2733.64/2740.71	c #Conflicts:    4233000 | #Constraints:      69230
2733.64/2740.71	c #Conflicts:    4234000 | #Constraints:      70230
2733.64/2740.71	c #Conflicts:    4235000 | #Constraints:      71230
2733.64/2740.71	c #Conflicts:    4236000 | #Constraints:      72230
2733.64/2740.71	c #Conflicts:    4237000 | #Constraints:      73230
2733.64/2740.71	c #Conflicts:    4238000 | #Constraints:      74230
2733.64/2740.71	c #Conflicts:    4239000 | #Constraints:      75230
2733.64/2740.71	c #Conflicts:    4240000 | #Constraints:      76230
2733.64/2740.71	c #Conflicts:    4241000 | #Constraints:      77230
2733.64/2740.71	c #Conflicts:    4242000 | #Constraints:      78230
2733.64/2740.71	c #Conflicts:    4243000 | #Constraints:      79230
2796.77/2804.02	c #Conflicts:    4244000 | #Constraints:      80230
2796.77/2804.02	c #Conflicts:    4245000 | #Constraints:      81231
2796.77/2804.02	c #Conflicts:    4246000 | #Constraints:      82231
2796.77/2804.02	c #Conflicts:    4247000 | #Constraints:      83231
2796.77/2804.02	c #Conflicts:    4248000 | #Constraints:      84231
2796.77/2804.02	c #Conflicts:    4249000 | #Constraints:      85231
2796.77/2804.02	c #Conflicts:    4250000 | #Constraints:      86231
2796.77/2804.02	c #Conflicts:    4251000 | #Constraints:      87231
2796.77/2804.02	c #Conflicts:    4252000 | #Constraints:      88231
2796.77/2804.02	c #Conflicts:    4253000 | #Constraints:      89231
2796.77/2804.02	c #Conflicts:    4254000 | #Constraints:      90231
2796.77/2804.02	c #Conflicts:    4255000 | #Constraints:      91231
2796.77/2804.02	c INPROCESSING
2796.77/2804.02	c GARBAGE COLLECT
2796.77/2804.02	c #Conflicts:    4256000 | #Constraints:      51136
2796.77/2804.02	c #Conflicts:    4257000 | #Constraints:      52137
2796.77/2804.02	c #Conflicts:    4258000 | #Constraints:      53137
2796.77/2804.02	c #Conflicts:    4259000 | #Constraints:      54137
2796.77/2804.02	c #Conflicts:    4260000 | #Constraints:      55137
2796.77/2804.02	c #Conflicts:    4261000 | #Constraints:      56137
2796.77/2804.02	c #Conflicts:    4262000 | #Constraints:      57137
2796.77/2804.02	c #Conflicts:    4263000 | #Constraints:      58137
2796.77/2804.02	c #Conflicts:    4264000 | #Constraints:      59137
2796.77/2804.02	c #Conflicts:    4265000 | #Constraints:      60137
2796.77/2804.02	c #Conflicts:    4266000 | #Constraints:      61137
2796.77/2804.02	c #Conflicts:    4267000 | #Constraints:      62137
2796.77/2804.02	c #Conflicts:    4268000 | #Constraints:      63137
2796.77/2804.02	c #Conflicts:    4269000 | #Constraints:      64137
2796.77/2804.02	c #Conflicts:    4270000 | #Constraints:      65137
2796.77/2804.02	c #Conflicts:    4271000 | #Constraints:      66137
2796.77/2804.02	c #Conflicts:    4272000 | #Constraints:      67137
2796.77/2804.02	c #Conflicts:    4273000 | #Constraints:      68138
2796.77/2804.02	c #Conflicts:    4274000 | #Constraints:      69139
2796.77/2804.02	c #Conflicts:    4275000 | #Constraints:      70139
2796.77/2804.02	c #Conflicts:    4276000 | #Constraints:      71139
2796.77/2804.02	c #Conflicts:    4277000 | #Constraints:      72139
2796.77/2804.02	c #Conflicts:    4278000 | #Constraints:      73139
2796.77/2804.02	c #Conflicts:    4279000 | #Constraints:      74139
2796.77/2804.02	c #Conflicts:    4280000 | #Constraints:      75139
2796.77/2804.02	c #Conflicts:    4281000 | #Constraints:      76139
2796.77/2804.02	c #Conflicts:    4282000 | #Constraints:      77139
2796.77/2804.02	c #Conflicts:    4283000 | #Constraints:      78139
2796.77/2804.02	c #Conflicts:    4284000 | #Constraints:      79139
2796.77/2804.02	c #Conflicts:    4285000 | #Constraints:      80139
2796.77/2804.02	c #Conflicts:    4286000 | #Constraints:      81139
2796.77/2804.02	c #Conflicts:    4287000 | #Constraints:      82140
2796.77/2804.02	c #Conflicts:    4288000 | #Constraints:      83140
2796.77/2804.02	c #Conflicts:    4289000 | #Constraints:      84140
2796.77/2804.02	c #Conflicts:    4290000 | #Constraints:      85140
2796.77/2804.02	c #Conflicts:    4291000 | #Constraints:      86140
2796.77/2804.02	c #Conflicts:    4292000 | #Constraints:      87140
2796.77/2804.02	c #Conflicts:    4293000 | #Constraints:      88140
2796.77/2804.02	c #Conflicts:    4294000 | #Constraints:      89140
2796.77/2804.02	c #Conflicts:    4295000 | #Constraints:      90140
2796.77/2804.02	c #Conflicts:    4296000 | #Constraints:      91140
2796.77/2804.02	c INPROCESSING
2796.77/2804.02	c GARBAGE COLLECT
2796.77/2804.02	c #Conflicts:    4297000 | #Constraints:      50881
2796.77/2804.02	c #Conflicts:    4298000 | #Constraints:      51881
2796.77/2804.02	c #Conflicts:    4299000 | #Constraints:      52881
2796.77/2804.02	c #Conflicts:    4300000 | #Constraints:      53881
2796.77/2804.02	c #Conflicts:    4301000 | #Constraints:      54882
2796.77/2804.02	c #Conflicts:    4302000 | #Constraints:      55882
2796.77/2804.02	c #Conflicts:    4303000 | #Constraints:      56882
2796.77/2804.02	c #Conflicts:    4304000 | #Constraints:      57882
2796.77/2804.02	c #Conflicts:    4305000 | #Constraints:      58882
2796.77/2804.02	c #Conflicts:    4306000 | #Constraints:      59882
2796.77/2804.02	c #Conflicts:    4307000 | #Constraints:      60882
2796.77/2804.02	c #Conflicts:    4308000 | #Constraints:      61980
2796.77/2804.02	c #Conflicts:    4309000 | #Constraints:      63140
2796.77/2804.02	c #Conflicts:    4310000 | #Constraints:      64676
2796.77/2804.02	c #Conflicts:    4311000 | #Constraints:      66213
2796.77/2804.02	c #Conflicts:    4312000 | #Constraints:      67753
2796.77/2804.02	c #Conflicts:    4313000 | #Constraints:      69288
2796.77/2804.02	c #Conflicts:    4314000 | #Constraints:      70809
2796.77/2804.02	c #Conflicts:    4315000 | #Constraints:      72325
2796.77/2804.02	c #Conflicts:    4316000 | #Constraints:      73845
2796.77/2804.02	c #Conflicts:    4317000 | #Constraints:      75368
2796.77/2804.02	c #Conflicts:    4318000 | #Constraints:      76882
2796.77/2804.02	c #Conflicts:    4319000 | #Constraints:      78394
2796.77/2804.02	c #Conflicts:    4320000 | #Constraints:      79916
2864.48/2871.94	c #Conflicts:    4321000 | #Constraints:      81447
2864.48/2871.94	c #Conflicts:    4322000 | #Constraints:      82966
2864.48/2871.94	c #Conflicts:    4323000 | #Constraints:      84474
2864.48/2871.94	c #Conflicts:    4324000 | #Constraints:      85994
2864.48/2871.94	c #Conflicts:    4325000 | #Constraints:      87496
2864.48/2871.94	c #Conflicts:    4326000 | #Constraints:      88992
2864.48/2871.94	c #Conflicts:    4327000 | #Constraints:      90510
2864.48/2871.94	c #Conflicts:    4328000 | #Constraints:      92028
2864.48/2871.94	c #Conflicts:    4329000 | #Constraints:      93542
2864.48/2871.94	c #Conflicts:    4330000 | #Constraints:      95028
2864.48/2871.94	c #Conflicts:    4331000 | #Constraints:      96527
2864.48/2871.94	c #Conflicts:    4332000 | #Constraints:      97664
2864.48/2871.94	c #Conflicts:    4333000 | #Constraints:      98664
2864.48/2871.94	c #Conflicts:    4334000 | #Constraints:      99664
2864.48/2871.94	c #Conflicts:    4335000 | #Constraints:     100664
2864.48/2871.94	c #Conflicts:    4336000 | #Constraints:     101664
2864.48/2871.94	c #Conflicts:    4337000 | #Constraints:     102665
2864.48/2871.94	c #Conflicts:    4338000 | #Constraints:     103665
2864.48/2871.94	c INPROCESSING
2864.48/2871.94	c GARBAGE COLLECT
2864.48/2871.94	c #Conflicts:    4339000 | #Constraints:      57354
2864.48/2871.94	c #Conflicts:    4340000 | #Constraints:      58354
2864.48/2871.94	c #Conflicts:    4341000 | #Constraints:      59354
2864.48/2871.94	c #Conflicts:    4342000 | #Constraints:      60354
2864.48/2871.94	c #Conflicts:    4343000 | #Constraints:      61354
2864.48/2871.94	c #Conflicts:    4344000 | #Constraints:      62354
2864.48/2871.94	c #Conflicts:    4345000 | #Constraints:      63354
2864.48/2871.94	c #Conflicts:    4346000 | #Constraints:      64354
2864.48/2871.94	c #Conflicts:    4347000 | #Constraints:      65354
2864.48/2871.94	c #Conflicts:    4348000 | #Constraints:      66354
2864.48/2871.94	c #Conflicts:    4349000 | #Constraints:      67354
2864.48/2871.94	c #Conflicts:    4350000 | #Constraints:      68354
2864.48/2871.94	c #Conflicts:    4351000 | #Constraints:      69354
2864.48/2871.94	c #Conflicts:    4352000 | #Constraints:      70355
2864.48/2871.94	c #Conflicts:    4353000 | #Constraints:      71355
2864.48/2871.94	c #Conflicts:    4354000 | #Constraints:      72355
2864.48/2871.94	c #Conflicts:    4355000 | #Constraints:      73357
2864.48/2871.94	c #Conflicts:    4356000 | #Constraints:      74357
2864.48/2871.94	c #Conflicts:    4357000 | #Constraints:      75357
2864.48/2871.94	c #Conflicts:    4358000 | #Constraints:      76357
2864.48/2871.94	c #Conflicts:    4359000 | #Constraints:      77357
2864.48/2871.94	c #Conflicts:    4360000 | #Constraints:      78357
2864.48/2871.94	c #Conflicts:    4361000 | #Constraints:      79357
2864.48/2871.94	c #Conflicts:    4362000 | #Constraints:      80357
2864.48/2871.94	c #Conflicts:    4363000 | #Constraints:      81357
2864.48/2871.94	c #Conflicts:    4364000 | #Constraints:      82358
2864.48/2871.94	c #Conflicts:    4365000 | #Constraints:      83358
2864.48/2871.94	c #Conflicts:    4366000 | #Constraints:      84358
2864.48/2871.94	c #Conflicts:    4367000 | #Constraints:      85358
2864.48/2871.94	c #Conflicts:    4368000 | #Constraints:      86358
2864.48/2871.94	c #Conflicts:    4369000 | #Constraints:      87358
2864.48/2871.94	c #Conflicts:    4370000 | #Constraints:      88358
2864.48/2871.94	c #Conflicts:    4371000 | #Constraints:      89358
2864.48/2871.94	c #Conflicts:    4372000 | #Constraints:      90358
2864.48/2871.94	c #Conflicts:    4373000 | #Constraints:      91358
2864.48/2871.94	c #Conflicts:    4374000 | #Constraints:      92358
2864.48/2871.94	c #Conflicts:    4375000 | #Constraints:      93358
2864.48/2871.94	c #Conflicts:    4376000 | #Constraints:      94358
2864.48/2871.94	c #Conflicts:    4377000 | #Constraints:      95358
2864.48/2871.94	c #Conflicts:    4378000 | #Constraints:      96358
2864.48/2871.94	c #Conflicts:    4379000 | #Constraints:      97358
2864.48/2871.94	c #Conflicts:    4380000 | #Constraints:      98358
2864.48/2871.94	c INPROCESSING
2864.48/2871.94	c GARBAGE COLLECT
2864.48/2871.94	c #Conflicts:    4381000 | #Constraints:      54796
2864.48/2871.94	c #Conflicts:    4382000 | #Constraints:      55796
2864.48/2871.94	c #Conflicts:    4383000 | #Constraints:      56796
2864.48/2871.94	c #Conflicts:    4384000 | #Constraints:      57796
2864.48/2871.94	c #Conflicts:    4385000 | #Constraints:      58796
2864.48/2871.94	c #Conflicts:    4386000 | #Constraints:      59796
2864.48/2871.94	c #Conflicts:    4387000 | #Constraints:      60796
2864.48/2871.94	c #Conflicts:    4388000 | #Constraints:      61796
2864.48/2871.94	c #Conflicts:    4389000 | #Constraints:      62796
2864.48/2871.94	c #Conflicts:    4390000 | #Constraints:      63796
2864.48/2871.94	c #Conflicts:    4391000 | #Constraints:      64796
2864.48/2871.94	c #Conflicts:    4392000 | #Constraints:      65796
2864.48/2871.94	c #Conflicts:    4393000 | #Constraints:      66796
2864.48/2871.94	c #Conflicts:    4394000 | #Constraints:      67796
2864.48/2871.94	c #Conflicts:    4395000 | #Constraints:      68796
2864.48/2871.94	c #Conflicts:    4396000 | #Constraints:      69796
2864.48/2871.94	c #Conflicts:    4397000 | #Constraints:      70796
2864.48/2871.94	c #Conflicts:    4398000 | #Constraints:      71796
2916.84/2924.41	c #Conflicts:    4399000 | #Constraints:      72796
2916.84/2924.41	c #Conflicts:    4400000 | #Constraints:      73796
2916.84/2924.41	c #Conflicts:    4401000 | #Constraints:      74796
2916.84/2924.41	c #Conflicts:    4402000 | #Constraints:      75796
2916.84/2924.41	c #Conflicts:    4403000 | #Constraints:      76796
2916.84/2924.41	c #Conflicts:    4404000 | #Constraints:      77796
2916.84/2924.41	c #Conflicts:    4405000 | #Constraints:      78796
2916.84/2924.41	c #Conflicts:    4406000 | #Constraints:      79796
2916.84/2924.41	c #Conflicts:    4407000 | #Constraints:      80796
2916.84/2924.41	c #Conflicts:    4408000 | #Constraints:      81796
2916.84/2924.41	c #Conflicts:    4409000 | #Constraints:      82796
2916.84/2924.41	c #Conflicts:    4410000 | #Constraints:      83796
2916.84/2924.41	c #Conflicts:    4411000 | #Constraints:      84796
2916.84/2924.41	c #Conflicts:    4412000 | #Constraints:      85796
2916.84/2924.41	c #Conflicts:    4413000 | #Constraints:      86796
2916.84/2924.41	c #Conflicts:    4414000 | #Constraints:      87796
2916.84/2924.41	c #Conflicts:    4415000 | #Constraints:      88796
2916.84/2924.41	c #Conflicts:    4416000 | #Constraints:      89796
2916.84/2924.41	c #Conflicts:    4417000 | #Constraints:      90796
2916.84/2924.41	c #Conflicts:    4418000 | #Constraints:      91796
2916.84/2924.41	c #Conflicts:    4419000 | #Constraints:      92796
2916.84/2924.41	c #Conflicts:    4420000 | #Constraints:      93796
2916.84/2924.41	c #Conflicts:    4421000 | #Constraints:      94796
2916.84/2924.41	c #Conflicts:    4422000 | #Constraints:      95796
2916.84/2924.41	c INPROCESSING
2916.84/2924.41	c GARBAGE COLLECT
2916.84/2924.41	c #Conflicts:    4423000 | #Constraints:      53493
2916.84/2924.41	c #Conflicts:    4424000 | #Constraints:      54493
2916.84/2924.41	c #Conflicts:    4425000 | #Constraints:      55493
2916.84/2924.41	c #Conflicts:    4426000 | #Constraints:      56493
2916.84/2924.41	c #Conflicts:    4427000 | #Constraints:      57493
2916.84/2924.41	c #Conflicts:    4428000 | #Constraints:      58493
2916.84/2924.41	c #Conflicts:    4429000 | #Constraints:      59493
2916.84/2924.41	c #Conflicts:    4430000 | #Constraints:      60493
2916.84/2924.41	c #Conflicts:    4431000 | #Constraints:      61493
2916.84/2924.41	c #Conflicts:    4432000 | #Constraints:      62493
2916.84/2924.41	c #Conflicts:    4433000 | #Constraints:      63493
2916.84/2924.41	c #Conflicts:    4434000 | #Constraints:      64493
2916.84/2924.41	c #Conflicts:    4435000 | #Constraints:      65493
2916.84/2924.41	c #Conflicts:    4436000 | #Constraints:      66493
2916.84/2924.41	c #Conflicts:    4437000 | #Constraints:      67493
2916.84/2924.41	c #Conflicts:    4438000 | #Constraints:      68493
2916.84/2924.41	c #Conflicts:    4439000 | #Constraints:      69493
2916.84/2924.41	c #Conflicts:    4440000 | #Constraints:      70493
2916.84/2924.41	c #Conflicts:    4441000 | #Constraints:      71493
2916.84/2924.41	c #Conflicts:    4442000 | #Constraints:      72493
2916.84/2924.41	c #Conflicts:    4443000 | #Constraints:      73493
2916.84/2924.41	c #Conflicts:    4444000 | #Constraints:      74493
2916.84/2924.41	c #Conflicts:    4445000 | #Constraints:      75493
2916.84/2924.41	c #Conflicts:    4446000 | #Constraints:      76493
2916.84/2924.41	c #Conflicts:    4447000 | #Constraints:      77493
2916.84/2924.41	c #Conflicts:    4448000 | #Constraints:      78493
2916.84/2924.41	c #Conflicts:    4449000 | #Constraints:      79493
2916.84/2924.41	c #Conflicts:    4450000 | #Constraints:      80493
2916.84/2924.41	c #Conflicts:    4451000 | #Constraints:      81493
2916.84/2924.41	c #Conflicts:    4452000 | #Constraints:      82493
2916.84/2924.41	c #Conflicts:    4453000 | #Constraints:      83493
2916.84/2924.41	c #Conflicts:    4454000 | #Constraints:      84493
2916.84/2924.41	c #Conflicts:    4455000 | #Constraints:      85493
2916.84/2924.41	c #Conflicts:    4456000 | #Constraints:      86493
2916.84/2924.41	c #Conflicts:    4457000 | #Constraints:      87493
2916.84/2924.41	c #Conflicts:    4458000 | #Constraints:      88493
2916.84/2924.41	c #Conflicts:    4459000 | #Constraints:      89493
2916.84/2924.41	c #Conflicts:    4460000 | #Constraints:      90493
2916.84/2924.41	c #Conflicts:    4461000 | #Constraints:      91493
2916.84/2924.41	c #Conflicts:    4462000 | #Constraints:      92493
2916.84/2924.41	c #Conflicts:    4463000 | #Constraints:      93493
2916.84/2924.41	c #Conflicts:    4464000 | #Constraints:      94493
2916.84/2924.41	c INPROCESSING
2916.84/2924.41	c GARBAGE COLLECT
2916.84/2924.41	c #Conflicts:    4465000 | #Constraints:      52740
2916.84/2924.41	c #Conflicts:    4466000 | #Constraints:      53740
2916.84/2924.41	c #Conflicts:    4467000 | #Constraints:      54740
2916.84/2924.41	c #Conflicts:    4468000 | #Constraints:      55740
2916.84/2924.41	c #Conflicts:    4469000 | #Constraints:      56740
2916.84/2924.41	c #Conflicts:    4470000 | #Constraints:      57740
2916.84/2924.41	c #Conflicts:    4471000 | #Constraints:      58740
2916.84/2924.41	c #Conflicts:    4472000 | #Constraints:      59740
2916.84/2924.41	c #Conflicts:    4473000 | #Constraints:      60740
2916.84/2924.41	c #Conflicts:    4474000 | #Constraints:      61740
2916.84/2924.41	c #Conflicts:    4475000 | #Constraints:      62740
2973.08/2980.80	c #Conflicts:    4476000 | #Constraints:      63740
2973.08/2980.80	c #Conflicts:    4477000 | #Constraints:      64740
2973.08/2980.80	c #Conflicts:    4478000 | #Constraints:      65740
2973.08/2980.80	c #Conflicts:    4479000 | #Constraints:      66740
2973.08/2980.80	c #Conflicts:    4480000 | #Constraints:      67740
2973.08/2980.80	c #Conflicts:    4481000 | #Constraints:      68740
2973.08/2980.80	c #Conflicts:    4482000 | #Constraints:      69740
2973.08/2980.80	c #Conflicts:    4483000 | #Constraints:      70740
2973.08/2980.80	c #Conflicts:    4484000 | #Constraints:      71740
2973.08/2980.80	c #Conflicts:    4485000 | #Constraints:      72740
2973.08/2980.80	c #Conflicts:    4486000 | #Constraints:      73740
2973.08/2980.80	c #Conflicts:    4487000 | #Constraints:      74741
2973.08/2980.80	c #Conflicts:    4488000 | #Constraints:      75741
2973.08/2980.80	c #Conflicts:    4489000 | #Constraints:      76741
2973.08/2980.80	c #Conflicts:    4490000 | #Constraints:      77741
2973.08/2980.80	c #Conflicts:    4491000 | #Constraints:      78741
2973.08/2980.80	c #Conflicts:    4492000 | #Constraints:      79741
2973.08/2980.80	c #Conflicts:    4493000 | #Constraints:      80741
2973.08/2980.80	c #Conflicts:    4494000 | #Constraints:      81741
2973.08/2980.80	c #Conflicts:    4495000 | #Constraints:      82741
2973.08/2980.80	c #Conflicts:    4496000 | #Constraints:      83741
2973.08/2980.80	c #Conflicts:    4497000 | #Constraints:      84741
2973.08/2980.80	c #Conflicts:    4498000 | #Constraints:      85741
2973.08/2980.80	c #Conflicts:    4499000 | #Constraints:      86741
2973.08/2980.80	c #Conflicts:    4500000 | #Constraints:      87741
2973.08/2980.80	c #Conflicts:    4501000 | #Constraints:      88741
2973.08/2980.80	c #Conflicts:    4502000 | #Constraints:      89741
2973.08/2980.80	c #Conflicts:    4503000 | #Constraints:      90741
2973.08/2980.80	c #Conflicts:    4504000 | #Constraints:      91741
2973.08/2980.80	c #Conflicts:    4505000 | #Constraints:      92741
2973.08/2980.80	c #Conflicts:    4506000 | #Constraints:      93741
2973.08/2980.80	c INPROCESSING
2973.08/2980.80	c GARBAGE COLLECT
2973.08/2980.80	c #Conflicts:    4507000 | #Constraints:      52184
2973.08/2980.80	c #Conflicts:    4508000 | #Constraints:      53184
2973.08/2980.80	c #Conflicts:    4509000 | #Constraints:      54184
2973.08/2980.80	c #Conflicts:    4510000 | #Constraints:      55184
2973.08/2980.80	c #Conflicts:    4511000 | #Constraints:      56184
2973.08/2980.80	c #Conflicts:    4512000 | #Constraints:      57184
2973.08/2980.80	c #Conflicts:    4513000 | #Constraints:      58184
2973.08/2980.80	c #Conflicts:    4514000 | #Constraints:      59185
2973.08/2980.80	c #Conflicts:    4515000 | #Constraints:      60185
2973.08/2980.80	c #Conflicts:    4516000 | #Constraints:      61185
2973.08/2980.80	c #Conflicts:    4517000 | #Constraints:      62185
2973.08/2980.80	c #Conflicts:    4518000 | #Constraints:      63185
2973.08/2980.80	c #Conflicts:    4519000 | #Constraints:      64185
2973.08/2980.80	c #Conflicts:    4520000 | #Constraints:      65185
2973.08/2980.80	c #Conflicts:    4521000 | #Constraints:      66185
2973.08/2980.80	c #Conflicts:    4522000 | #Constraints:      67185
2973.08/2980.80	c #Conflicts:    4523000 | #Constraints:      68185
2973.08/2980.80	c #Conflicts:    4524000 | #Constraints:      69185
2973.08/2980.80	c #Conflicts:    4525000 | #Constraints:      70185
2973.08/2980.80	c #Conflicts:    4526000 | #Constraints:      71185
2973.08/2980.80	c #Conflicts:    4527000 | #Constraints:      72185
2973.08/2980.80	c #Conflicts:    4528000 | #Constraints:      73186
2973.08/2980.80	c #Conflicts:    4529000 | #Constraints:      74186
2973.08/2980.80	c #Conflicts:    4530000 | #Constraints:      75188
2973.08/2980.80	c #Conflicts:    4531000 | #Constraints:      76188
2973.08/2980.80	c #Conflicts:    4532000 | #Constraints:      77188
2973.08/2980.80	c #Conflicts:    4533000 | #Constraints:      78188
2973.08/2980.80	c #Conflicts:    4534000 | #Constraints:      79188
2973.08/2980.80	c #Conflicts:    4535000 | #Constraints:      80188
2973.08/2980.80	c #Conflicts:    4536000 | #Constraints:      81188
2973.08/2980.80	c #Conflicts:    4537000 | #Constraints:      82188
2973.08/2980.80	c #Conflicts:    4538000 | #Constraints:      83188
2973.08/2980.80	c #Conflicts:    4539000 | #Constraints:      84188
2973.08/2980.80	c #Conflicts:    4540000 | #Constraints:      85188
2973.08/2980.80	c #Conflicts:    4541000 | #Constraints:      86188
2973.08/2980.80	c #Conflicts:    4542000 | #Constraints:      87188
2973.08/2980.80	c #Conflicts:    4543000 | #Constraints:      88188
2973.08/2980.80	c #Conflicts:    4544000 | #Constraints:      89188
2973.08/2980.80	c #Conflicts:    4545000 | #Constraints:      90188
2973.08/2980.80	c #Conflicts:    4546000 | #Constraints:      91188
2973.08/2980.80	c #Conflicts:    4547000 | #Constraints:      92189
2973.08/2980.80	c #Conflicts:    4548000 | #Constraints:      93189
2973.08/2980.80	c #Conflicts:    4549000 | #Constraints:      94189
2973.08/2980.80	c INPROCESSING
2973.08/2980.80	c GARBAGE COLLECT
2973.08/2980.80	c #Conflicts:    4550000 | #Constraints:      52621
2973.08/2980.80	c #Conflicts:    4551000 | #Constraints:      53621
2973.08/2980.80	c #Conflicts:    4552000 | #Constraints:      54621
2973.08/2980.80	c #Conflicts:    4553000 | #Constraints:      55621
3056.65/3064.63	c #Conflicts:    4554000 | #Constraints:      56621
3056.65/3064.63	c #Conflicts:    4555000 | #Constraints:      57621
3056.65/3064.63	c #Conflicts:    4556000 | #Constraints:      58621
3056.65/3064.63	c #Conflicts:    4557000 | #Constraints:      59621
3056.65/3064.63	c #Conflicts:    4558000 | #Constraints:      60621
3056.65/3064.63	c #Conflicts:    4559000 | #Constraints:      61621
3056.65/3064.63	c #Conflicts:    4560000 | #Constraints:      62621
3056.65/3064.63	c #Conflicts:    4561000 | #Constraints:      63621
3056.65/3064.63	c #Conflicts:    4562000 | #Constraints:      64621
3056.65/3064.63	c #Conflicts:    4563000 | #Constraints:      65621
3056.65/3064.63	c #Conflicts:    4564000 | #Constraints:      66621
3056.65/3064.63	c #Conflicts:    4565000 | #Constraints:      67621
3056.65/3064.63	c #Conflicts:    4566000 | #Constraints:      68621
3056.65/3064.63	c #Conflicts:    4567000 | #Constraints:      69621
3056.65/3064.63	c #Conflicts:    4568000 | #Constraints:      70621
3056.65/3064.63	c #Conflicts:    4569000 | #Constraints:      71621
3056.65/3064.63	c #Conflicts:    4570000 | #Constraints:      72621
3056.65/3064.63	c #Conflicts:    4571000 | #Constraints:      73621
3056.65/3064.63	c #Conflicts:    4572000 | #Constraints:      74621
3056.65/3064.63	c #Conflicts:    4573000 | #Constraints:      75621
3056.65/3064.63	c #Conflicts:    4574000 | #Constraints:      76621
3056.65/3064.63	c #Conflicts:    4575000 | #Constraints:      77621
3056.65/3064.63	c #Conflicts:    4576000 | #Constraints:      78622
3056.65/3064.63	c #Conflicts:    4577000 | #Constraints:      79622
3056.65/3064.63	c #Conflicts:    4578000 | #Constraints:      80622
3056.65/3064.63	c #Conflicts:    4579000 | #Constraints:      81622
3056.65/3064.63	c #Conflicts:    4580000 | #Constraints:      82622
3056.65/3064.63	c #Conflicts:    4581000 | #Constraints:      83622
3056.65/3064.63	c #Conflicts:    4582000 | #Constraints:      84622
3056.65/3064.63	c #Conflicts:    4583000 | #Constraints:      85622
3056.65/3064.63	c #Conflicts:    4584000 | #Constraints:      86622
3056.65/3064.63	c #Conflicts:    4585000 | #Constraints:      87622
3056.65/3064.63	c #Conflicts:    4586000 | #Constraints:      88622
3056.65/3064.63	c #Conflicts:    4587000 | #Constraints:      89622
3056.65/3064.63	c #Conflicts:    4588000 | #Constraints:      90622
3056.65/3064.63	c #Conflicts:    4589000 | #Constraints:      91622
3056.65/3064.63	c #Conflicts:    4590000 | #Constraints:      92622
3056.65/3064.63	c #Conflicts:    4591000 | #Constraints:      93622
3056.65/3064.63	c #Conflicts:    4592000 | #Constraints:      94622
3056.65/3064.63	c INPROCESSING
3056.65/3064.63	c GARBAGE COLLECT
3056.65/3064.63	c #Conflicts:    4593000 | #Constraints:      52927
3056.65/3064.63	c #Conflicts:    4594000 | #Constraints:      53927
3056.65/3064.63	c #Conflicts:    4595000 | #Constraints:      54927
3056.65/3064.63	c #Conflicts:    4596000 | #Constraints:      55928
3056.65/3064.63	c #Conflicts:    4597000 | #Constraints:      56928
3056.65/3064.63	c #Conflicts:    4598000 | #Constraints:      57928
3056.65/3064.63	c #Conflicts:    4599000 | #Constraints:      58928
3056.65/3064.63	c #Conflicts:    4600000 | #Constraints:      59928
3056.65/3064.63	c #Conflicts:    4601000 | #Constraints:      60928
3056.65/3064.63	c #Conflicts:    4602000 | #Constraints:      61941
3056.65/3064.63	c #Conflicts:    4603000 | #Constraints:      62987
3056.65/3064.63	c #Conflicts:    4604000 | #Constraints:      64126
3056.65/3064.63	c #Conflicts:    4605000 | #Constraints:      65126
3056.65/3064.63	c #Conflicts:    4606000 | #Constraints:      66126
3056.65/3064.63	c #Conflicts:    4607000 | #Constraints:      67126
3056.65/3064.63	c #Conflicts:    4608000 | #Constraints:      68128
3056.65/3064.63	c #Conflicts:    4609000 | #Constraints:      69254
3056.65/3064.63	c #Conflicts:    4610000 | #Constraints:      70770
3056.65/3064.63	c #Conflicts:    4611000 | #Constraints:      72267
3056.65/3064.63	c #Conflicts:    4612000 | #Constraints:      73775
3056.65/3064.63	c #Conflicts:    4613000 | #Constraints:      75283
3056.65/3064.63	c #Conflicts:    4614000 | #Constraints:      76338
3056.65/3064.63	c #Conflicts:    4615000 | #Constraints:      77338
3056.65/3064.63	c #Conflicts:    4616000 | #Constraints:      78338
3056.65/3064.63	c #Conflicts:    4617000 | #Constraints:      79338
3056.65/3064.63	c #Conflicts:    4618000 | #Constraints:      80338
3056.65/3064.63	c #Conflicts:    4619000 | #Constraints:      81339
3056.65/3064.63	c #Conflicts:    4620000 | #Constraints:      82339
3056.65/3064.63	c #Conflicts:    4621000 | #Constraints:      83339
3056.65/3064.63	c #Conflicts:    4622000 | #Constraints:      84339
3056.65/3064.63	c #Conflicts:    4623000 | #Constraints:      85339
3056.65/3064.63	c #Conflicts:    4624000 | #Constraints:      86339
3056.65/3064.63	c #Conflicts:    4625000 | #Constraints:      87339
3056.65/3064.63	c #Conflicts:    4626000 | #Constraints:      88339
3056.65/3064.63	c #Conflicts:    4627000 | #Constraints:      89339
3056.65/3064.63	c #Conflicts:    4628000 | #Constraints:      90339
3056.65/3064.63	c #Conflicts:    4629000 | #Constraints:      91382
3056.65/3064.63	c #Conflicts:    4630000 | #Constraints:      92382
3056.65/3064.63	c #Conflicts:    4631000 | #Constraints:      93382
3168.85/3177.12	c #Conflicts:    4632000 | #Constraints:      94382
3168.85/3177.12	c #Conflicts:    4633000 | #Constraints:      95382
3168.85/3177.12	c #Conflicts:    4634000 | #Constraints:      96382
3168.85/3177.12	c #Conflicts:    4635000 | #Constraints:      97382
3168.85/3177.12	c INPROCESSING
3168.85/3177.12	c GARBAGE COLLECT
3168.85/3177.12	c #Conflicts:    4636000 | #Constraints:      54358
3168.85/3177.12	c #Conflicts:    4637000 | #Constraints:      55359
3168.85/3177.12	c #Conflicts:    4638000 | #Constraints:      56359
3168.85/3177.12	c #Conflicts:    4639000 | #Constraints:      57359
3168.85/3177.12	c #Conflicts:    4640000 | #Constraints:      58359
3168.85/3177.12	c #Conflicts:    4641000 | #Constraints:      59359
3168.85/3177.12	c #Conflicts:    4642000 | #Constraints:      60359
3168.85/3177.12	c #Conflicts:    4643000 | #Constraints:      61359
3168.85/3177.12	c #Conflicts:    4644000 | #Constraints:      62359
3168.85/3177.12	c #Conflicts:    4645000 | #Constraints:      63359
3168.85/3177.12	c #Conflicts:    4646000 | #Constraints:      64359
3168.85/3177.12	c #Conflicts:    4647000 | #Constraints:      65359
3168.85/3177.12	c #Conflicts:    4648000 | #Constraints:      66360
3168.85/3177.12	c #Conflicts:    4649000 | #Constraints:      67360
3168.85/3177.12	c #Conflicts:    4650000 | #Constraints:      68360
3168.85/3177.12	c #Conflicts:    4651000 | #Constraints:      69360
3168.85/3177.12	c #Conflicts:    4652000 | #Constraints:      70362
3168.85/3177.12	c #Conflicts:    4653000 | #Constraints:      71362
3168.85/3177.12	c #Conflicts:    4654000 | #Constraints:      72362
3168.85/3177.12	c #Conflicts:    4655000 | #Constraints:      73362
3168.85/3177.12	c #Conflicts:    4656000 | #Constraints:      74362
3168.85/3177.12	c #Conflicts:    4657000 | #Constraints:      75362
3168.85/3177.12	c #Conflicts:    4658000 | #Constraints:      76362
3168.85/3177.12	c #Conflicts:    4659000 | #Constraints:      77367
3168.85/3177.12	c #Conflicts:    4660000 | #Constraints:      78368
3168.85/3177.12	c #Conflicts:    4661000 | #Constraints:      79379
3168.85/3177.12	c #Conflicts:    4662000 | #Constraints:      80394
3168.85/3177.12	c #Conflicts:    4663000 | #Constraints:      81394
3168.85/3177.12	c #Conflicts:    4664000 | #Constraints:      82453
3168.85/3177.12	c #Conflicts:    4665000 | #Constraints:      83454
3168.85/3177.12	c #Conflicts:    4666000 | #Constraints:      84454
3168.85/3177.12	c #Conflicts:    4667000 | #Constraints:      85454
3168.85/3177.12	c #Conflicts:    4668000 | #Constraints:      86454
3168.85/3177.12	c #Conflicts:    4669000 | #Constraints:      87454
3168.85/3177.12	c #Conflicts:    4670000 | #Constraints:      88454
3168.85/3177.12	c #Conflicts:    4671000 | #Constraints:      89454
3168.85/3177.12	c #Conflicts:    4672000 | #Constraints:      90454
3168.85/3177.12	c #Conflicts:    4673000 | #Constraints:      91454
3168.85/3177.12	c #Conflicts:    4674000 | #Constraints:      92454
3168.85/3177.12	c #Conflicts:    4675000 | #Constraints:      93454
3168.85/3177.12	c #Conflicts:    4676000 | #Constraints:      94454
3168.85/3177.12	c #Conflicts:    4677000 | #Constraints:      95454
3168.85/3177.12	c #Conflicts:    4678000 | #Constraints:      96454
3168.85/3177.12	c INPROCESSING
3168.85/3177.12	c GARBAGE COLLECT
3168.85/3177.12	c #Conflicts:    4679000 | #Constraints:      53754
3168.85/3177.12	c #Conflicts:    4680000 | #Constraints:      54754
3168.85/3177.12	c #Conflicts:    4681000 | #Constraints:      55754
3168.85/3177.12	c #Conflicts:    4682000 | #Constraints:      56754
3168.85/3177.12	c #Conflicts:    4683000 | #Constraints:      57754
3168.85/3177.12	c #Conflicts:    4684000 | #Constraints:      58754
3168.85/3177.12	c #Conflicts:    4685000 | #Constraints:      59754
3168.85/3177.12	c #Conflicts:    4686000 | #Constraints:      60754
3168.85/3177.12	c #Conflicts:    4687000 | #Constraints:      61754
3168.85/3177.12	c #Conflicts:    4688000 | #Constraints:      62754
3168.85/3177.12	c #Conflicts:    4689000 | #Constraints:      63754
3168.85/3177.12	c #Conflicts:    4690000 | #Constraints:      64754
3168.85/3177.12	c #Conflicts:    4691000 | #Constraints:      65754
3168.85/3177.12	c #Conflicts:    4692000 | #Constraints:      66754
3168.85/3177.12	c #Conflicts:    4693000 | #Constraints:      67754
3168.85/3177.12	c #Conflicts:    4694000 | #Constraints:      68754
3168.85/3177.12	c #Conflicts:    4695000 | #Constraints:      69754
3168.85/3177.12	c #Conflicts:    4696000 | #Constraints:      70754
3168.85/3177.12	c #Conflicts:    4697000 | #Constraints:      71754
3168.85/3177.12	c #Conflicts:    4698000 | #Constraints:      72754
3168.85/3177.12	c #Conflicts:    4699000 | #Constraints:      73754
3168.85/3177.12	c #Conflicts:    4700000 | #Constraints:      74754
3168.85/3177.12	c #Conflicts:    4701000 | #Constraints:      75754
3168.85/3177.12	c #Conflicts:    4702000 | #Constraints:      76754
3168.85/3177.12	c #Conflicts:    4703000 | #Constraints:      77754
3168.85/3177.12	c #Conflicts:    4704000 | #Constraints:      78754
3168.85/3177.12	c #Conflicts:    4705000 | #Constraints:      79754
3168.85/3177.12	c #Conflicts:    4706000 | #Constraints:      80754
3168.85/3177.12	c #Conflicts:    4707000 | #Constraints:      81754
3168.85/3177.12	c #Conflicts:    4708000 | #Constraints:      82754
3168.85/3177.12	c #Conflicts:    4709000 | #Constraints:      83754
3271.05/3279.62	c #Conflicts:    4710000 | #Constraints:      84754
3271.05/3279.62	c #Conflicts:    4711000 | #Constraints:      85754
3271.05/3279.62	c #Conflicts:    4712000 | #Constraints:      86754
3271.05/3279.62	c #Conflicts:    4713000 | #Constraints:      87754
3271.05/3279.62	c #Conflicts:    4714000 | #Constraints:      88754
3271.05/3279.62	c #Conflicts:    4715000 | #Constraints:      89754
3271.05/3279.62	c #Conflicts:    4716000 | #Constraints:      90754
3271.05/3279.62	c #Conflicts:    4717000 | #Constraints:      91754
3271.05/3279.62	c #Conflicts:    4718000 | #Constraints:      92754
3271.05/3279.62	c #Conflicts:    4719000 | #Constraints:      93754
3271.05/3279.62	c #Conflicts:    4720000 | #Constraints:      94754
3271.05/3279.62	c #Conflicts:    4721000 | #Constraints:      95755
3271.05/3279.62	c INPROCESSING
3271.05/3279.62	c GARBAGE COLLECT
3271.05/3279.62	c #Conflicts:    4722000 | #Constraints:      53221
3271.05/3279.62	c #Conflicts:    4723000 | #Constraints:      54221
3271.05/3279.62	c #Conflicts:    4724000 | #Constraints:      55221
3271.05/3279.62	c #Conflicts:    4725000 | #Constraints:      56221
3271.05/3279.62	c #Conflicts:    4726000 | #Constraints:      57221
3271.05/3279.62	c #Conflicts:    4727000 | #Constraints:      58221
3271.05/3279.62	c #Conflicts:    4728000 | #Constraints:      59221
3271.05/3279.62	c #Conflicts:    4729000 | #Constraints:      60221
3271.05/3279.62	c #Conflicts:    4730000 | #Constraints:      61221
3271.05/3279.62	c #Conflicts:    4731000 | #Constraints:      62264
3271.05/3279.62	c #Conflicts:    4732000 | #Constraints:      63758
3271.05/3279.62	c #Conflicts:    4733000 | #Constraints:      65265
3271.05/3279.62	c #Conflicts:    4734000 | #Constraints:      66761
3271.05/3279.62	c #Conflicts:    4735000 | #Constraints:      68252
3271.05/3279.62	c #Conflicts:    4736000 | #Constraints:      69760
3271.05/3279.62	c #Conflicts:    4737000 | #Constraints:      71256
3271.05/3279.62	c #Conflicts:    4738000 | #Constraints:      72760
3271.05/3279.62	c #Conflicts:    4739000 | #Constraints:      74269
3271.05/3279.62	c #Conflicts:    4740000 | #Constraints:      75777
3271.05/3279.62	c #Conflicts:    4741000 | #Constraints:      77262
3271.05/3279.62	c #Conflicts:    4742000 | #Constraints:      78768
3271.05/3279.62	c #Conflicts:    4743000 | #Constraints:      80268
3271.05/3279.62	c #Conflicts:    4744000 | #Constraints:      81758
3271.05/3279.62	c #Conflicts:    4745000 | #Constraints:      83252
3271.05/3279.62	c #Conflicts:    4746000 | #Constraints:      84747
3271.05/3279.62	c #Conflicts:    4747000 | #Constraints:      86252
3271.05/3279.62	c #Conflicts:    4748000 | #Constraints:      87768
3271.05/3279.62	c #Conflicts:    4749000 | #Constraints:      89260
3271.05/3279.62	c #Conflicts:    4750000 | #Constraints:      90763
3271.05/3279.62	c #Conflicts:    4751000 | #Constraints:      92236
3271.05/3279.62	c #Conflicts:    4752000 | #Constraints:      93740
3271.05/3279.62	c #Conflicts:    4753000 | #Constraints:      95228
3271.05/3279.62	c #Conflicts:    4754000 | #Constraints:      96726
3271.05/3279.62	c #Conflicts:    4755000 | #Constraints:      98218
3271.05/3279.62	c #Conflicts:    4756000 | #Constraints:      99725
3271.05/3279.62	c #Conflicts:    4757000 | #Constraints:     101232
3271.05/3279.62	c #Conflicts:    4758000 | #Constraints:     102722
3271.05/3279.62	c #Conflicts:    4759000 | #Constraints:     104210
3271.05/3279.62	c #Conflicts:    4760000 | #Constraints:     105715
3271.05/3279.62	c #Conflicts:    4761000 | #Constraints:     107216
3271.05/3279.62	c #Conflicts:    4762000 | #Constraints:     108711
3271.05/3279.62	c #Conflicts:    4763000 | #Constraints:     110193
3271.05/3279.62	c #Conflicts:    4764000 | #Constraints:     111690
3271.05/3279.62	c #Conflicts:    4765000 | #Constraints:     113175
3271.05/3279.62	c INPROCESSING
3271.05/3279.62	c GARBAGE COLLECT
3271.05/3279.62	WSVECS04 Frhs2[107]: 6 -0.567188 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[128]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[460]: 6 -0.653125 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[543]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[1562]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[1563]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[2511]: 6 -5.66918 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3224]: 6 -17.5375 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3512]: 6 -0.361112 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3513]: 6 -0.361111 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3544]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3548]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3549]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3708]: 6 -50.85 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[3922]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[4023]: 6 -1 0 shouldn't be
3271.05/3279.62	WSVECS04 Frhs2[4028]: 6 -1 0 shouldn't be
3385.36/3394.20	c #Conflicts:    4766000 | #Constraints:      62131
3385.36/3394.20	c #Conflicts:    4767000 | #Constraints:      63131
3385.36/3394.20	c #Conflicts:    4768000 | #Constraints:      64131
3385.36/3394.20	c #Conflicts:    4769000 | #Constraints:      65131
3385.36/3394.20	c #Conflicts:    4770000 | #Constraints:      66131
3385.36/3394.20	c #Conflicts:    4771000 | #Constraints:      67131
3385.36/3394.20	c #Conflicts:    4772000 | #Constraints:      68131
3385.36/3394.20	c #Conflicts:    4773000 | #Constraints:      69131
3385.36/3394.20	c #Conflicts:    4774000 | #Constraints:      70131
3385.36/3394.20	c #Conflicts:    4775000 | #Constraints:      71131
3385.36/3394.20	c #Conflicts:    4776000 | #Constraints:      72131
3385.36/3394.20	c #Conflicts:    4777000 | #Constraints:      73131
3385.36/3394.20	c #Conflicts:    4778000 | #Constraints:      74131
3385.36/3394.20	c #Conflicts:    4779000 | #Constraints:      75131
3385.36/3394.20	c #Conflicts:    4780000 | #Constraints:      76131
3385.36/3394.20	c #Conflicts:    4781000 | #Constraints:      77131
3385.36/3394.20	c #Conflicts:    4782000 | #Constraints:      78131
3385.36/3394.20	c #Conflicts:    4783000 | #Constraints:      79131
3385.36/3394.20	c #Conflicts:    4784000 | #Constraints:      80131
3385.36/3394.20	c #Conflicts:    4785000 | #Constraints:      81131
3385.36/3394.20	c #Conflicts:    4786000 | #Constraints:      82131
3385.36/3394.20	c #Conflicts:    4787000 | #Constraints:      83131
3385.36/3394.20	c #Conflicts:    4788000 | #Constraints:      84131
3385.36/3394.20	c #Conflicts:    4789000 | #Constraints:      85131
3385.36/3394.20	c #Conflicts:    4790000 | #Constraints:      86131
3385.36/3394.20	c #Conflicts:    4791000 | #Constraints:      87131
3385.36/3394.20	c #Conflicts:    4792000 | #Constraints:      88131
3385.36/3394.20	c #Conflicts:    4793000 | #Constraints:      89131
3385.36/3394.20	c #Conflicts:    4794000 | #Constraints:      90131
3385.36/3394.20	c #Conflicts:    4795000 | #Constraints:      91131
3385.36/3394.20	c #Conflicts:    4796000 | #Constraints:      92131
3385.36/3394.20	c #Conflicts:    4797000 | #Constraints:      93131
3385.36/3394.20	c #Conflicts:    4798000 | #Constraints:      94131
3385.36/3394.20	c #Conflicts:    4799000 | #Constraints:      95131
3385.36/3394.20	c #Conflicts:    4800000 | #Constraints:      96131
3385.36/3394.20	c #Conflicts:    4801000 | #Constraints:      97131
3385.36/3394.20	c #Conflicts:    4802000 | #Constraints:      98131
3385.36/3394.20	c #Conflicts:    4803000 | #Constraints:      99131
3385.36/3394.20	c #Conflicts:    4804000 | #Constraints:     100131
3385.36/3394.20	c #Conflicts:    4805000 | #Constraints:     101131
3385.36/3394.20	c #Conflicts:    4806000 | #Constraints:     102131
3385.36/3394.20	c #Conflicts:    4807000 | #Constraints:     103131
3385.36/3394.20	c #Conflicts:    4808000 | #Constraints:     104131
3385.36/3394.20	c #Conflicts:    4809000 | #Constraints:     105131
3385.36/3394.20	c INPROCESSING
3385.36/3394.20	c GARBAGE COLLECT
3385.36/3394.20	c #Conflicts:    4810000 | #Constraints:      58240
3385.36/3394.20	c #Conflicts:    4811000 | #Constraints:      59240
3385.36/3394.20	c #Conflicts:    4812000 | #Constraints:      60240
3385.36/3394.20	c #Conflicts:    4813000 | #Constraints:      61240
3385.36/3394.20	c #Conflicts:    4814000 | #Constraints:      62240
3385.36/3394.20	c #Conflicts:    4815000 | #Constraints:      63240
3385.36/3394.20	c #Conflicts:    4816000 | #Constraints:      64240
3385.36/3394.20	c #Conflicts:    4817000 | #Constraints:      65240
3385.36/3394.20	c #Conflicts:    4818000 | #Constraints:      66240
3385.36/3394.20	c #Conflicts:    4819000 | #Constraints:      67240
3385.36/3394.20	c #Conflicts:    4820000 | #Constraints:      68240
3385.36/3394.20	c #Conflicts:    4821000 | #Constraints:      69240
3385.36/3394.20	c #Conflicts:    4822000 | #Constraints:      70240
3385.36/3394.20	c #Conflicts:    4823000 | #Constraints:      71240
3385.36/3394.20	c #Conflicts:    4824000 | #Constraints:      72240
3385.36/3394.20	c #Conflicts:    4825000 | #Constraints:      73240
3385.36/3394.20	c #Conflicts:    4826000 | #Constraints:      74240
3385.36/3394.20	c #Conflicts:    4827000 | #Constraints:      75240
3385.36/3394.20	c #Conflicts:    4828000 | #Constraints:      76240
3385.36/3394.20	c #Conflicts:    4829000 | #Constraints:      77240
3385.36/3394.20	c #Conflicts:    4830000 | #Constraints:      78240
3385.36/3394.20	c #Conflicts:    4831000 | #Constraints:      79240
3385.36/3394.20	c #Conflicts:    4832000 | #Constraints:      80240
3385.36/3394.20	c #Conflicts:    4833000 | #Constraints:      81240
3385.36/3394.20	c #Conflicts:    4834000 | #Constraints:      82240
3385.36/3394.20	c #Conflicts:    4835000 | #Constraints:      83240
3385.36/3394.20	c #Conflicts:    4836000 | #Constraints:      84240
3385.36/3394.20	c #Conflicts:    4837000 | #Constraints:      85240
3385.36/3394.20	c #Conflicts:    4838000 | #Constraints:      86240
3385.36/3394.20	c #Conflicts:    4839000 | #Constraints:      87240
3385.36/3394.20	c #Conflicts:    4840000 | #Constraints:      88240
3385.36/3394.20	c #Conflicts:    4841000 | #Constraints:      89240
3385.36/3394.20	c #Conflicts:    4842000 | #Constraints:      90240
3385.36/3394.20	c #Conflicts:    4843000 | #Constraints:      91240
3385.36/3394.20	c #Conflicts:    4844000 | #Constraints:      92240
3508.66/3517.83	c #Conflicts:    4845000 | #Constraints:      93240
3508.66/3517.83	c #Conflicts:    4846000 | #Constraints:      94240
3508.66/3517.83	c #Conflicts:    4847000 | #Constraints:      95240
3508.66/3517.83	c #Conflicts:    4848000 | #Constraints:      96240
3508.66/3517.83	c #Conflicts:    4849000 | #Constraints:      97240
3508.66/3517.83	c #Conflicts:    4850000 | #Constraints:      98240
3508.66/3517.83	c #Conflicts:    4851000 | #Constraints:      99240
3508.66/3517.83	c #Conflicts:    4852000 | #Constraints:     100240
3508.66/3517.83	c #Conflicts:    4853000 | #Constraints:     101240
3508.66/3517.83	c INPROCESSING
3508.66/3517.83	c GARBAGE COLLECT
3508.66/3517.83	c #Conflicts:    4854000 | #Constraints:      56236
3508.66/3517.83	c #Conflicts:    4855000 | #Constraints:      57236
3508.66/3517.83	c #Conflicts:    4856000 | #Constraints:      58236
3508.66/3517.83	c #Conflicts:    4857000 | #Constraints:      59236
3508.66/3517.83	c #Conflicts:    4858000 | #Constraints:      60236
3508.66/3517.83	c #Conflicts:    4859000 | #Constraints:      61236
3508.66/3517.83	c #Conflicts:    4860000 | #Constraints:      62236
3508.66/3517.83	c #Conflicts:    4861000 | #Constraints:      63236
3508.66/3517.83	c #Conflicts:    4862000 | #Constraints:      64236
3508.66/3517.83	c #Conflicts:    4863000 | #Constraints:      65236
3508.66/3517.83	c #Conflicts:    4864000 | #Constraints:      66236
3508.66/3517.83	c #Conflicts:    4865000 | #Constraints:      67236
3508.66/3517.83	c #Conflicts:    4866000 | #Constraints:      68236
3508.66/3517.83	c #Conflicts:    4867000 | #Constraints:      69236
3508.66/3517.83	c #Conflicts:    4868000 | #Constraints:      70236
3508.66/3517.83	c #Conflicts:    4869000 | #Constraints:      71236
3508.66/3517.83	c #Conflicts:    4870000 | #Constraints:      72236
3508.66/3517.83	c #Conflicts:    4871000 | #Constraints:      73236
3508.66/3517.83	c #Conflicts:    4872000 | #Constraints:      74236
3508.66/3517.83	c #Conflicts:    4873000 | #Constraints:      75236
3508.66/3517.83	c #Conflicts:    4874000 | #Constraints:      76236
3508.66/3517.83	c #Conflicts:    4875000 | #Constraints:      77236
3508.66/3517.83	c #Conflicts:    4876000 | #Constraints:      78236
3508.66/3517.83	c #Conflicts:    4877000 | #Constraints:      79236
3508.66/3517.83	c #Conflicts:    4878000 | #Constraints:      80236
3508.66/3517.83	c #Conflicts:    4879000 | #Constraints:      81236
3508.66/3517.83	c #Conflicts:    4880000 | #Constraints:      82236
3508.66/3517.83	c #Conflicts:    4881000 | #Constraints:      83236
3508.66/3517.83	c #Conflicts:    4882000 | #Constraints:      84236
3508.66/3517.83	c #Conflicts:    4883000 | #Constraints:      85236
3508.66/3517.83	c #Conflicts:    4884000 | #Constraints:      86236
3508.66/3517.83	c #Conflicts:    4885000 | #Constraints:      87236
3508.66/3517.83	c #Conflicts:    4886000 | #Constraints:      88236
3508.66/3517.83	c #Conflicts:    4887000 | #Constraints:      89236
3508.66/3517.83	c #Conflicts:    4888000 | #Constraints:      90236
3508.66/3517.83	c #Conflicts:    4889000 | #Constraints:      91236
3508.66/3517.83	c #Conflicts:    4890000 | #Constraints:      92236
3508.66/3517.83	c #Conflicts:    4891000 | #Constraints:      93237
3508.66/3517.83	c #Conflicts:    4892000 | #Constraints:      94237
3508.66/3517.83	c #Conflicts:    4893000 | #Constraints:      95237
3508.66/3517.83	c #Conflicts:    4894000 | #Constraints:      96237
3508.66/3517.83	c #Conflicts:    4895000 | #Constraints:      97237
3508.66/3517.83	c #Conflicts:    4896000 | #Constraints:      98237
3508.66/3517.83	c #Conflicts:    4897000 | #Constraints:      99237
3508.66/3517.83	c INPROCESSING
3508.66/3517.83	c GARBAGE COLLECT
3508.66/3517.83	c #Conflicts:    4898000 | #Constraints:      55218
3508.66/3517.83	c #Conflicts:    4899000 | #Constraints:      56219
3508.66/3517.83	c #Conflicts:    4900000 | #Constraints:      57220
3508.66/3517.83	c #Conflicts:    4901000 | #Constraints:      58220
3508.66/3517.83	c #Conflicts:    4902000 | #Constraints:      59220
3508.66/3517.83	c #Conflicts:    4903000 | #Constraints:      60220
3508.66/3517.83	c #Conflicts:    4904000 | #Constraints:      61223
3508.66/3517.83	c #Conflicts:    4905000 | #Constraints:      62227
3508.66/3517.83	c #Conflicts:    4906000 | #Constraints:      63229
3508.66/3517.83	c #Conflicts:    4907000 | #Constraints:      64233
3508.66/3517.83	c #Conflicts:    4908000 | #Constraints:      65235
3508.66/3517.83	c #Conflicts:    4909000 | #Constraints:      66264
3508.66/3517.83	c #Conflicts:    4910000 | #Constraints:      67270
3508.66/3517.83	c #Conflicts:    4911000 | #Constraints:      68280
3508.66/3517.83	c #Conflicts:    4912000 | #Constraints:      69282
3508.66/3517.83	c #Conflicts:    4913000 | #Constraints:      70541
3508.66/3517.83	c #Conflicts:    4914000 | #Constraints:      71558
3508.66/3517.83	c #Conflicts:    4915000 | #Constraints:      73078
3508.66/3517.83	c #Conflicts:    4916000 | #Constraints:      74587
3508.66/3517.83	c #Conflicts:    4917000 | #Constraints:      76101
3508.66/3517.83	c #Conflicts:    4918000 | #Constraints:      77613
3508.66/3517.83	c #Conflicts:    4919000 | #Constraints:      79129
3508.66/3517.83	c #Conflicts:    4920000 | #Constraints:      80641
3508.66/3517.83	c #Conflicts:    4921000 | #Constraints:      81800
3600.03/3609.40	c #Conflicts:    4922000 | #Constraints:      82800
3600.03/3609.40	c #Conflicts:    4923000 | #Constraints:      83800
3600.03/3609.40	c #Conflicts:    4924000 | #Constraints:      84800
3600.03/3609.40	c #Conflicts:    4925000 | #Constraints:      85800
3600.03/3609.40	c #Conflicts:    4926000 | #Constraints:      86800
3600.03/3609.40	c #Conflicts:    4927000 | #Constraints:      87801
3600.03/3609.40	c #Conflicts:    4928000 | #Constraints:      88801
3600.03/3609.40	c #Conflicts:    4929000 | #Constraints:      89801
3600.03/3609.40	c #Conflicts:    4930000 | #Constraints:      90801
3600.03/3609.40	c #Conflicts:    4931000 | #Constraints:      91802
3600.03/3609.40	c #Conflicts:    4932000 | #Constraints:      92802
3600.03/3609.40	c #Conflicts:    4933000 | #Constraints:      93802
3600.03/3609.40	c #Conflicts:    4934000 | #Constraints:      95060
3600.03/3609.40	c #Conflicts:    4935000 | #Constraints:      96586
3600.03/3609.40	c #Conflicts:    4936000 | #Constraints:      98108
3600.03/3609.40	c #Conflicts:    4937000 | #Constraints:      99628
3600.03/3609.40	c #Conflicts:    4938000 | #Constraints:     101121
3600.03/3609.40	c #Conflicts:    4939000 | #Constraints:     102623
3600.03/3609.40	c #Conflicts:    4940000 | #Constraints:     104119
3600.03/3609.40	c #Conflicts:    4941000 | #Constraints:     105631
3600.03/3609.40	c INPROCESSING
3600.03/3609.40	c GARBAGE COLLECT
3600.03/3609.40	c #Conflicts:    4942000 | #Constraints:      58325
3600.03/3609.40	c #Conflicts:    4943000 | #Constraints:      59325
3600.03/3609.40	c #Conflicts:    4944000 | #Constraints:      60325
3600.03/3609.40	c #Conflicts:    4945000 | #Constraints:      61325
3600.03/3609.40	c #Conflicts:    4946000 | #Constraints:      62325
3600.03/3609.40	c #Conflicts:    4947000 | #Constraints:      63325
3600.03/3609.40	c #Conflicts:    4948000 | #Constraints:      64325
3600.03/3609.40	c #Conflicts:    4949000 | #Constraints:      65325
3600.03/3609.40	c #Conflicts:    4950000 | #Constraints:      66325
3600.03/3609.40	c #Conflicts:    4951000 | #Constraints:      67325
3600.03/3609.40	c #Conflicts:    4952000 | #Constraints:      68325
3600.03/3609.40	c #Conflicts:    4953000 | #Constraints:      69325
3600.03/3609.40	c #Conflicts:    4954000 | #Constraints:      70325
3600.03/3609.40	c #Conflicts:    4955000 | #Constraints:      71325
3600.03/3609.40	c #Conflicts:    4956000 | #Constraints:      72325
3600.03/3609.40	c #Conflicts:    4957000 | #Constraints:      73325
3600.03/3609.40	c #Conflicts:    4958000 | #Constraints:      74325
3600.03/3609.40	c #Conflicts:    4959000 | #Constraints:      75325
3600.03/3609.40	c #Conflicts:    4960000 | #Constraints:      76325
3600.03/3609.40	c #Conflicts:    4961000 | #Constraints:      77325
3600.03/3609.40	c #Conflicts:    4962000 | #Constraints:      78325
3600.03/3609.40	c #Conflicts:    4963000 | #Constraints:      79325
3600.03/3609.40	c #Conflicts:    4964000 | #Constraints:      80325
3600.03/3609.40	c #Conflicts:    4965000 | #Constraints:      81325
3600.03/3609.40	c #Conflicts:    4966000 | #Constraints:      82325
3600.03/3609.40	c #Conflicts:    4967000 | #Constraints:      83325
3600.03/3609.40	c #Conflicts:    4968000 | #Constraints:      84325
3600.03/3609.40	c #Conflicts:    4969000 | #Constraints:      85325
3600.03/3609.40	c #Conflicts:    4970000 | #Constraints:      86325
3600.03/3609.40	c #Conflicts:    4971000 | #Constraints:      87325
3600.03/3609.40	c #Conflicts:    4972000 | #Constraints:      88325
3600.03/3609.40	c #Conflicts:    4973000 | #Constraints:      89325
3600.03/3609.40	c #Conflicts:    4974000 | #Constraints:      90325
3600.03/3609.40	c #Conflicts:    4975000 | #Constraints:      91325
3600.03/3609.40	c #Conflicts:    4976000 | #Constraints:      92325
3600.03/3609.40	c #Conflicts:    4977000 | #Constraints:      93325
3600.03/3609.40	c #Conflicts:    4978000 | #Constraints:      94325
3600.03/3609.40	c #Conflicts:    4979000 | #Constraints:      95325
3600.03/3609.40	c #Conflicts:    4980000 | #Constraints:      96325
3600.03/3609.40	c cpu time 3571.54 s
3600.03/3609.40	c deterministic time 213118164435 2.13e+11
3600.03/3609.40	c optimization time 65.5757 s
3600.03/3609.40	c total solve time 3505.92 s
3600.03/3609.40	c core-guided solve time 0 s
3600.03/3609.40	c propagation time 2442.71 s
3600.03/3609.40	c conflict analysis time 936.511 s
3600.03/3609.40	c propagations 698467853
3600.03/3609.40	c resolve steps 157129651
3600.03/3609.40	c decisions 13538992
3600.03/3609.40	c conflicts 4980184
3600.03/3609.40	c restarts 8190
3600.03/3609.40	c inprocessing phases 213
3600.03/3609.40	c garbage collections 213 ,( 100.00 )
3600.03/3609.40	c input clauses 8142 ,( 82.01 )
3600.03/3609.40	c input cardinalities 0 ,( 0.00 )
3600.03/3609.40	c input general constraints 1786 ,( 17.99 )
3600.03/3609.40	c input average constraint length 4.53
3600.03/3609.40	c input average constraint degree 1.83
3600.03/3609.40	c learned clauses 2144850 ,( 42.35 )
3600.03/3609.40	c learned cardinalities 885 ,( 0.02 )
3600.03/3609.40	c learned general constraints 2919119 ,( 57.63 )
3600.03/3609.40	c learned average constraint length 187.16
3600.03/3609.40	c learned average constraint degree 21238296.38
3600.03/3609.40	c watched  CF 32, 64, 128, Arb: 905383 , 0 , 0 , 0
3600.03/3609.40	c counting CF 32, 64, 128, Arb: 2015522 , 0 , 0 , 0
3600.03/3609.40	c watched   constraints 905383 ,( 31.00 ) 
3600.03/3609.40	c counting  constraints 2015522 ,( 69.00 ) 
3600.03/3609.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1113148963 , 4547804 , 23469840649 ,( 1316132882 , 22153707767 )
3600.03/3609.40	c gcd simplifications 462239
3600.03/3609.40	c detected cardinalities 54
3600.03/3609.40	c weakened non-implied lits 122632850
3600.03/3609.40	c weakened non-implying lits 1314041
3600.03/3609.40	c original variables 4288
3600.03/3609.40	c clausal propagations 176415507
3600.03/3609.40	c cardinality propagations 73266
3600.03/3609.40	c watched propagations 3356323
3600.03/3609.40	c counting propagations 513397237
3600.03/3609.40	c watch lookups 114294500379
3600.03/3609.40	c watch backjump lookups 0
3600.03/3609.40	c watch checks 51834249389
3600.03/3609.40	c propagation checks 42818073471
3600.03/3609.40	c constraint additions 2741347434
3600.03/3609.40	c trail pops 716983109
3600.03/3609.40	c formula constraints 9928
3600.03/3609.40	c learned constraints 4980183
3600.03/3609.40	c bound constraints 0
3600.03/3609.40	c core-guided constraints 0
3600.03/3609.40	c encountered formula constraints 116770408
3600.03/3609.40	c encountered learned constraints 45266990
3600.03/3609.40	c encountered bound constraints 0
3600.03/3609.40	c encountered core-guided constraints 0
3600.03/3609.40	c LP total time 293.196 s
3600.03/3609.40	c LP solve time 257.9 s
3600.03/3609.40	c LP constraints added 10483
3600.03/3609.40	c LP constraints removed 195
3600.03/3609.40	c LP pivots internal 506939
3600.03/3609.40	c LP pivots root 496868
3600.03/3609.40	c LP calls 93403
3600.03/3609.40	c LP optimalities 14
3600.03/3609.40	c LP no pivot count 0
3600.03/3609.40	c LP infeasibilities 93221
3600.03/3609.40	c LP valid Farkas constraints 84633
3600.03/3609.40	c LP learned Farkas constraints 0
3600.03/3609.40	c LP basis resets 166
3600.03/3609.40	c LP cycling count 0
3600.03/3609.40	c LP singular count 163
3600.03/3609.40	c LP no primal count 0
3600.03/3609.40	c LP no farkas count 3
3600.03/3609.40	c LP other issue count 0
3600.03/3609.40	c LP Gomory cuts 38
3600.03/3609.40	c LP learned cuts 517
3600.03/3609.40	c LP deleted cuts 195
3600.03/3609.40	c LP encountered Gomory constraints 4281
3600.03/3609.40	c LP encountered Farkas constraints 68156
3600.03/3609.40	c LP encountered learned Farkas constraints 0
3600.03/3609.40	c CG auxiliary variables introduced 0
3600.03/3609.40	c CG solutions found 0
3600.03/3609.40	c CG cores constructed 0
3600.03/3609.40	c CG core cardinality constraints returned 0
3600.03/3609.40	c CG unit cores 0
3600.03/3609.40	c CG single cores 0
3600.03/3609.40	c CG blocks removed during cardinality reduction 0
3600.03/3609.40	c CG first core best 0
3600.03/3609.40	c CG decision core best 0
3600.03/3609.40	c CG core reduction tie 0
3600.03/3609.40	c CG core degree average 0.00
3600.03/3609.40	c CG core slack average 0.00
3600.03/3609.40	c CG core upper bound improvements 0
3600.03/3609.40	c STR number of successful calls 0
3600.03/3609.40	c STR number of unsuccessful calls 0
3600.03/3609.40	c STR number of inconclusive calls 0
3600.03/3609.40	c STR number of successful attempts 0
3600.03/3609.40	c STR number of unsuccessful attempts 0
3600.03/3609.40	c STR number of inconclusive attempts 0
3600.03/3609.40	c STR average degree increase per successful call inf
3600.03/3609.40	c STR average degree increase per successful attempt inf
3600.03/3609.40	c STR total number of conflicts for successful attempts 0
3600.03/3609.40	c STR total number of conflicts for unsuccessful attempts 0
3600.03/3609.40	c STR total number of conflicts for inconclusive attempts 0
3600.03/3609.40	c STR average number of conflicts per successful attempt inf
3600.03/3609.40	c STR average number of conflicts per unsuccessful attempt inf
3600.03/3609.40	c STR average number of conflicts per inconclusive attempt inf
3600.03/3609.40	c AVG.sumWPerc 54.91 
3600.03/3609.40	c bigint constraints 0 
3600.03/3609.40	s UNKNOWN
3600.03/3609.40	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 (59717 MiB free)
  memory of node 1: 64465 MiB (62042 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100068 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 26290
/proc/meminfo: memFree=124675460/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=75884 memory=29116 CPUtime=0.06 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 5223 0 0 0 5 1 0 0 20 0 1 0 35759032 77705216 7279 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 18971 7279 2304 1147 0 6398 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 80076 KiB
Current children cumulated memory: 31932 KiB

[startup+0.205822 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 26290
/proc/meminfo: memFree=124675460/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=76408 memory=29628 CPUtime=0.15 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 5318 0 0 0 14 1 0 0 20 0 1 0 35759032 78241792 7407 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 19102 7407 2336 1147 0 6529 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 80600 KiB
Current children cumulated memory: 32444 KiB

[startup+0.305794 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 26290
/proc/meminfo: memFree=124673696/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=77444 memory=30780 CPUtime=0.26 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 5604 0 0 0 24 2 0 0 20 0 1 0 35759032 79302656 7695 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 19361 7695 2368 1147 0 6788 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 81636 KiB
Current children cumulated memory: 33596 KiB

[startup+0.700216 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 26290
/proc/meminfo: memFree=124673696/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=78508 memory=32444 CPUtime=0.64 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 6046 0 0 0 60 4 0 0 20 0 1 0 35759032 80392192 8111 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 19627 8111 2368 1147 0 7054 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 82700 KiB
Current children cumulated memory: 35260 KiB

[startup+1.50019 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 26290
/proc/meminfo: memFree=124673696/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=79840 memory=34492 CPUtime=1.44 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 6533 0 0 0 136 8 0 0 20 0 1 0 35759032 81756160 8623 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 19960 8623 2368 1147 0 7387 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 84032 KiB
Current children cumulated memory: 37308 KiB

[startup+3.10559 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 26290
/proc/meminfo: memFree=124672120/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=81956 memory=36796 CPUtime=3.04 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 7124 0 0 0 290 14 0 0 20 0 1 0 35759032 83922944 9199 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 20489 9199 2368 1147 0 7916 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 86148 KiB
Current children cumulated memory: 39612 KiB

[startup+6.3002 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 26290
/proc/meminfo: memFree=124666088/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=86076 memory=43060 CPUtime=6.23 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 8218 0 0 0 598 25 0 0 20 0 1 0 35759032 88141824 10765 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 21519 10765 2368 1147 0 8946 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 90268 KiB
Current children cumulated memory: 45876 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 26290
/proc/meminfo: memFree=124650212/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=97932 memory=53684 CPUtime=12.61 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 10836 0 0 0 1222 39 0 0 20 0 1 0 35759032 100282368 13421 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 24483 13421 2400 1147 0 11910 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 102124 KiB
Current children cumulated memory: 56500 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.09 5/268 26291
/proc/meminfo: memFree=124636300/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=117584 memory=72460 CPUtime=25.38 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 15012 0 0 0 2468 70 0 0 20 0 1 0 35759032 120406016 18115 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 29396 18115 2400 1147 0 16823 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 121776 KiB
Current children cumulated memory: 75276 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 26291
/proc/meminfo: memFree=124602784/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=140796 memory=91804 CPUtime=50.92 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 19332 0 0 0 4968 124 0 0 20 0 1 0 35759032 144175104 22951 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 35199 22951 2400 1147 0 22626 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 144988 KiB
Current children cumulated memory: 94620 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 26293
/proc/meminfo: memFree=124572344/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=166228 memory=118896 CPUtime=102 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 25538 0 0 0 9982 218 0 0 20 0 1 0 35759032 170217472 29724 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 41557 29724 2496 1147 0 28984 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 170420 KiB
Current children cumulated memory: 121712 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/266 26295
/proc/meminfo: memFree=124493980/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=210172 memory=154840 CPUtime=161.84 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 33506 0 0 0 15895 289 0 0 20 0 1 0 35759032 215216128 38710 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 52543 38710 2496 1147 0 39970 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 214364 KiB
Current children cumulated memory: 157656 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 26300
/proc/meminfo: memFree=124426844/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=221416 memory=168376 CPUtime=221.69 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 36427 0 0 0 21787 382 0 0 20 0 1 0 35759032 226729984 42094 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 55354 42094 2496 1147 0 42781 0
Current children cumulated CPU time: 221.7 s

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

/proc/26290/statm: 165916 143948 2496 1147 0 153343 0
Current children cumulated CPU time: 3034.42 s
Current children cumulated vsize: 667856 KiB
Current children cumulated memory: 578608 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 26639
/proc/meminfo: memFree=128048984/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=666268 memory=578352 CPUtime=3094.24 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 113421 0 0 0 306745 2679 0 0 20 0 1 0 35759032 682258432 144588 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 166567 144588 2496 1147 0 153994 0
Current children cumulated CPU time: 3094.25 s
Current children cumulated vsize: 670460 KiB
Current children cumulated memory: 581168 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.16 4.11 5/268 26641
/proc/meminfo: memFree=128026396/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=685012 memory=599240 CPUtime=3154.08 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 116611 0 0 0 312708 2700 0 0 20 0 1 0 35759032 701452288 149810 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 171253 149810 2496 1147 0 158680 0
Current children cumulated CPU time: 3154.09 s
Current children cumulated vsize: 689204 KiB
Current children cumulated memory: 602056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.16 4.11 5/269 26646
/proc/meminfo: memFree=128003776/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=687696 memory=602184 CPUtime=3213.91 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 117336 0 0 0 318668 2723 0 0 20 0 1 0 35759032 704200704 150546 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 171924 150546 2496 1147 0 159351 0
Current children cumulated CPU time: 3213.92 s
Current children cumulated vsize: 691888 KiB
Current children cumulated memory: 605000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/268 26648
/proc/meminfo: memFree=127954908/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=705380 memory=620488 CPUtime=3273.73 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 120601 0 0 0 324628 2745 0 0 20 0 1 0 35759032 722309120 155122 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 176345 155122 2496 1147 0 163772 0
Current children cumulated CPU time: 3273.74 s
Current children cumulated vsize: 709572 KiB
Current children cumulated memory: 623304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.22 4.14 5/269 26655
/proc/meminfo: memFree=127950108/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=711860 memory=636872 CPUtime=3333.58 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 122003 0 0 0 330591 2767 0 0 20 0 1 0 35759032 728944640 159218 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 177965 159218 2496 1147 0 165392 0
Current children cumulated CPU time: 3333.59 s
Current children cumulated vsize: 716052 KiB
Current children cumulated memory: 639688 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.21 4.14 5/269 26658
/proc/meminfo: memFree=127891952/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=720356 memory=641992 CPUtime=3393.43 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 123284 0 0 0 336563 2780 0 0 20 0 1 0 35759032 737644544 160498 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 180089 160498 2496 1147 0 167516 0
Current children cumulated CPU time: 3393.44 s
Current children cumulated vsize: 724548 KiB
Current children cumulated memory: 644808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/269 26660
/proc/meminfo: memFree=127841180/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=733796 memory=651848 CPUtime=3453.29 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 125738 0 0 0 342529 2800 0 0 20 0 1 0 35759032 751407104 162962 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 183449 162962 2496 1147 0 170876 0
Current children cumulated CPU time: 3453.3 s
Current children cumulated vsize: 737988 KiB
Current children cumulated memory: 654664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/268 26662
/proc/meminfo: memFree=127837300/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=738196 memory=656200 CPUtime=3513.14 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 126838 0 0 0 348494 2820 0 0 20 0 1 0 35759032 755912704 164050 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 184549 164050 2496 1147 0 171976 0
Current children cumulated CPU time: 3513.15 s
Current children cumulated vsize: 742388 KiB
Current children cumulated memory: 659016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.17 4.13 5/268 26664
/proc/meminfo: memFree=127830048/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=744960 memory=662728 CPUtime=3572.99 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 128451 0 0 0 354455 2844 0 0 20 0 1 0 35759032 762839040 165682 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 186240 165682 2496 1147 0 173667 0
Current children cumulated CPU time: 3573 s
Current children cumulated vsize: 749152 KiB
Current children cumulated memory: 665544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.32 4.20 4.14 5/268 26664
/proc/meminfo: memFree=127823056/131250000 swapFree=33010684/33010684
[pid=26287] ppid=26284 vsize=4192 memory=2816 CPUtime=0.01 cores=0,2
/proc/26287/stat : 26287 (run-dec-break.s) S 26284 26287 23358 0 -1 4194304 238 3334 0 0 0 0 1 0 20 0 1 0 35759029 4292608 704 18446744073709551615 93826759266304 93826760160837 140736355325792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93826760399888 93826760447632 93826765099008 140736355334497 140736355334626 140736355334626 140736355340228 0
/proc/26287/statm: 1048 704 672 219 0 110 0
[pid=26290] ppid=26287 vsize=748544 memory=664648 CPUtime=3600.02 cores=0,2
/proc/26290/stat : 26290 (roundingsat) R 26287 26287 23358 0 -1 4194304 129086 0 0 0 357153 2849 0 0 20 0 1 0 35759032 766509056 166162 18446744073709551615 4227072 8923433 140733198490720 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 35205120 140733198498116 140733198498344 140733198498344 140733198503914 0
/proc/26290/statm: 187136 166162 2496 1147 0 174563 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 752736 KiB
Current children cumulated memory: 667464 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.01442 s, system=0.007105 s

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

# cumulated CPU time of all completed processes:  user=3571.56 s, system=28.5055 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.41
CPU time (s): 3600.06
CPU user time (s): 3571.56
CPU system time (s): 28.5055
CPU usage (%): 99.741
Max. virtual memory (cumulated for all children) (KiB): 752736
Max. memory (cumulated for all children) (KiB): 667464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.56
system time used= 28.5055
maximum resident set size= 664776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132676
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= 407
involuntary context switches= 5766


# summary of solver processes directly reported to runsolver:
#   pid: 26287,26290
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3571.56
#   total CPU system time (s): 28.5055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40097 second user time and 17.0986 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 14:40:15
IDJOB=4512830
IDBENCH=162179
IDSOLVER=3357
FILE ID=nodeC019/4512830-1751200815
RUNJOBID= nodeC019-1751196526-23368
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-size144-round23-4.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4512830-1751200815/watcher-4512830-1751200815 -o /tmp/evaluation-result-4512830-1751200815/solver-4512830-1751200815 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760  run-dec-break.sh HOME/instance-4512830-1751200815.opb

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=1260376755

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.215
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:        124681568 kB
MemAvailable:   124933168 kB
Buffers:            3280 kB
Cached:          1061456 kB
SwapCached:            0 kB
Active:          5130116 kB
Inactive:         804384 kB
Active(anon):    4888152 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   804384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7456 kB
Writeback:             0 kB
AnonPages:       4870572 kB
Mapped:           115520 kB
Shmem:             18064 kB
KReclaimable:      88980 kB
Slab:             174340 kB
SReclaimable:      88980 kB
SUnreclaim:        85360 kB
KernelStack:        4352 kB
PageTables:        12768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5401944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4395008 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:40:25